Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aronmilenait/astrolife-calculator
AstroLife is a web app that calculates the Drake Equation, allowing users to estimate the number of detectable civilizations in our galaxy.
https://github.com/aronmilenait/astrolife-calculator
astronomy astrophysics flask python
Last synced: 17 days ago
JSON representation
AstroLife is a web app that calculates the Drake Equation, allowing users to estimate the number of detectable civilizations in our galaxy.
- Host: GitHub
- URL: https://github.com/aronmilenait/astrolife-calculator
- Owner: aronmilenait
- Created: 2024-07-24T22:21:56.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-01T17:38:41.000Z (5 months ago)
- Last Synced: 2024-09-13T00:24:58.684Z (3 months ago)
- Topics: astronomy, astrophysics, flask, python
- Language: HTML
- Homepage: https://calculate-astrolife.vercel.app/
- Size: 5.36 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AstroLife
AstroLife is a web app that calculates the Drake Equation, allowing users to estimate the number of detectable civilizations in our galaxy. You can see it live [here](https://calculate-astrolife.vercel.app/)## Technologies Used
- Python
- Flask
- Jinja2 (for HTML templating)
- Bootstrap (for styling)## FAQ
### Why did you choose the Drake Equation?
I was trying to create an app that calculated the possibilities of finding life all over the galaxy. My main idea was to create some sort of algorithm that calculated, considering the discovered universe, how many chances we had of finding something like life on Earth in it's whole.While researching options to perform this, I came across this equation. I'm not the best at maths, although I consider them cool, but after checking that out I decided to use that way to calculate the possibilities.
If you want to get to know more about it, I will recommend the following resources:
- [Are we alone in the universe? Revisiting the Drake Equation](https://science.nasa.gov/universe/exoplanets/are-we-alone-in-the-universe-revisiting-the-drake-equation/)
- [Drake Equation](https://en.wikipedia.org/wiki/Drake_equation)### Who can use AstroLife?
Astrophysics students, astronomy enthusiasts, anyone can!