Skip to content

Commit

Permalink
Deploying to gh-pages from @ 9347be5 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Sceki committed Dec 3, 2024
1 parent dd531ba commit 7eddcb0
Show file tree
Hide file tree
Showing 218 changed files with 15,388 additions and 11,857 deletions.
4 changes: 4 additions & 0 deletions .buildinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 0331ae525d2ff13fa66235ee4e31d4ac
tags: 645f666f9bcd5a90fca523b33c5a78b7
148 changes: 0 additions & 148 deletions .gitignore

This file was deleted.

28 changes: 0 additions & 28 deletions .readthedocs.yaml

This file was deleted.

94 changes: 0 additions & 94 deletions README.md

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _images/Karman_process_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions _sources/api.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
.. _api:

API
#######

Karman API

.. currentmodule:: karman

.. autosummary::
:toctree: _autosummary/
:recursive:
22 changes: 22 additions & 0 deletions _sources/capabilities.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Capabilities\n",
"\n",
"Karman is an open-source package for data driven thermospheric density modeling with Machine Learning.\n",
"\n",
"It offers various functionalities to download and process input data from several sources, as well as machine learning models (also pre-trained) for thermospheric density nowcasting and forecasting."
]
}
],
"metadata": {
"language_info": {
"name": "python"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
60 changes: 60 additions & 0 deletions _sources/credits.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Credits\n",
"\n",
"<div style=\"display: flex; justify-content: space-evenly; align-items: center;\">\n",
" <img src=\"_static/fdl2021_badge.png\" alt=\"NASA FDL 2021\" style=\"width: 100px; height: auto;\"/>\n",
" <img src=\"_static/fdl2023_badge.png\" alt=\"NASA FDL 2023\" style=\"width: 100px; height: auto;\"/>\n",
" <img src=\"_static/fdl2024_badge.png\" alt=\"NASA FDL 2024\" style=\"width: 100px; height: auto;\"/>\n",
"</div>\n",
"\n",
"Karman was developed during three [NASA FDLs](https://frontierdevelopmentlab.org/): FDL 2021, FDL 2023, and FDL 2024. We are very greatful to NASA for funding the projects.\n",
"\n",
"The project originated after the initial work of the [NASA-FDL 2021](https://frontierdevelopmentlab.org/fdl-2021) Solar Drag team, funded by the Heliophysics Division of NASA. Solar Drag team members were: \n",
"\n",
"*Researchers*: Stefano Bonasera, Edward Brown, Jorge A. Pérez-Hernández, Bernard Benson; \n",
"*Faculty*: Giacomo Acciarini, Atılım Güneş Baydin, Chris Bridges; \n",
"*Advisors*: Eric Sutton, Moriba K. Jah.\n",
"\n",
"It was then continued in the [NASA-FDL 2023](https://fdl.ai/fdl-x-2023) Thermospheric Drag team, funded by the Heliophysics Division of NASA, with the following members:\n",
"*Researchers*: Shreshth Malik, Jame Walsh;\n",
"*Faculty*: Giacomo Acciarini, Atılım Güneş Baydin;\n",
"*Advisors*: Thomas Berger, Hyunju Connor\n",
"\n",
"And also in the [NASA-FDL 2024](https://fdl.ai/fdl2024) Thermospheric Density Continuous Learning team, funded by the Heliophysics Division of NASA, with the following members:\n",
"*Researchers*: Jordi Vila Perez, Aishwarya Kumar, Will Fawcett, Sankalp Gilda;\n",
"*Faculty*: Giacomo Acciarini, James Walsh.\n",
"*Advisors*: Thomas Berger, Hyunju Connor\n",
"\n",
"Current contributors:\n",
"* Giacomo Acciarini\n",
"* James Walsh\n",
"\n",
"Previous Contributors:\n",
"* Edward Brown\n",
"* Stefano Bonasera\n",
"* Shreshth Malik\n",
"* Jordi Vila Perez\n",
"* Aishwarya Kumar\n",
"* William Fawcett\n",
"* Atılım Güneş Baydin\n"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": []
}
],
"metadata": {
"language_info": {
"name": "python"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
Loading

0 comments on commit 7eddcb0

Please sign in to comment.