cosmic_loneliness_equation
Cosmic loneliness equation
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.3%) to scientific vocabulary
Keywords
Repository
Cosmic loneliness equation
Basic Info
Statistics
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
cosmiclonelinessequation
Introduction
Cosmic loneliness equation
Code
script.R Code to calculate the minimum value of the lifetime of an advanced civilization so that it can detect the presence of another advanced radio transmitting civilization
https://github.com/neelsoumya/cosmiclonelinessequation/blob/main/script.R
app.R an interactive graphical user interface for playing around with the parameters
https://github.com/neelsoumya/cosmiclonelinessequation/blob/main/cosmic_loneliness/app.R
distance_function_plot_drake.ipynb: IPython notebook to plot function of distance
https://github.com/neelsoumya/cosmiclonelinessequation/blob/main/distancefunctionplot_drake.ipynb
drake_generalization.R: Stochastic version of Drake equation
https://github.com/neelsoumya/cosmiclonelinessequation/blob/main/drake_generalization.R
Installation
Install R
https://www.r-project.org/
and R Studio
https://www.rstudio.com/products/rstudio/download/preview/
- Install the following packages in R:
```r install.packages('rmarkdown') install.packages('knitr') install.packages('ggplot2') install.packages('shiny')
```
or
run the following script installer_R.R from the command line
```r R --no-save < installer_R.R
```
- Download a zip file of this repository and unzip it
or
clone it
```r git clone https://github.com/neelsoumya/cosmiclonelinessequation
cd cosmiclonelinessequation ```
- Go to this new directory and set working directory to this directory in R Studio.
r
setwd('~/cosmic_loneliness_equation')
In R Studio run the script script.R (by clicking on the Source button)
or
Go to your terminal
and type
r
R --no-save < script.R
- The shiny app
app.Ris an interactive graphical user interface for playing around with the parameters
https://github.com/neelsoumya/cosmiclonelinessequation/blob/main/cosmic_loneliness/app.R
It can be run with the following command from the R command line (from the root of the directory)
```r library(shiny) shiny::runApp('cosmic_loneliness')
```
or open the file app.R
https://github.com/neelsoumya/cosmiclonelinessequation/blob/main/cosmic_loneliness/app.R
in R Studio and click on the button named Run App
Application
A free instance of this shiny application can also be accessed here
https://sb2333medschl.shinyapps.io/cosmic_loneliness
Resources
http://www.netlogoweb.org/launch#http://ccl.northwestern.edu/netlogo/models/models/Sample%20Models/Biology/Fireflies.nlogo
https://www.wolframalpha.com/input?i2d=true&i=Divide%5B1%2CPower%5B%5C%2840%29x-10%5C%2841%29%2C2%5D%2B5%5D
https://ccl.northwestern.edu/netlogo/models/Daisyworld
Manuscript and citation
Forthcoming
Contact
Soumya Banerjee
sb2333@cam.ac.uk
neel.soumya@gmail.com
Owner
- Name: Soumya Banerjee
- Login: neelsoumya
- Kind: user
- Location: Cambridge, UK
- Company: University of Cambridge
- Website: https://sites.google.com/site/neelsoumya/
- Repositories: 249
- Profile: https://github.com/neelsoumya
My research interests are in complex systems data science, machine learning, computational biology, computational immunology and computational immunogenomics.
Citation (CITATION.cff)
cff-version: 1.2.0 message: "If you use this software, please cite it as below." authors: - family-names: "Banerjee" given-names: "Soumya" orcid: "https://orcid.org/0000-0000-0000-0000" title: "cosmic_loneliness_equation" version: 1.0.0 doi: 10.5281/zenodo.1234 date-released: 2022-09-14 url: "https://github.com/neelsoumya/cosmic_loneliness_equation"
GitHub Events
Total
- Push event: 3
- Public event: 1
Last Year
- Push event: 3
- Public event: 1
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0