|
1 | | -.. image:: https://drive.google.com/uc?id=19f5D0PIBb0oGc-t1-qGp-icAbe5dIhB9 |
2 | | - :class: only-dark |
3 | | - |
4 | | -.. image:: https://drive.google.com/uc?id=1xKt6u5mI8x8ZuA5IZvIFDolg2_0iQUf- |
5 | | - :class: only-light |
| 1 | +<picture> |
| 2 | + <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/RocketPy-Team/RocketPy/master/docs/static/RocketPy_Logo_white.png"> |
| 3 | + <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/RocketPy-Team/RocketPy/master/docs/static/RocketPy_Logo_black.png"> |
| 4 | + <img alt="RocketPy Logo" src="https://raw.githubusercontent.com/RocketPy-Team/RocketPy/master/docs/static/RocketPy_Logo_black.png"> |
| 5 | +</picture> |
6 | 6 |
|
7 | 7 | <br> |
8 | 8 |
|
9 | 9 | [](https://colab.research.google.com/github/RocketPy-Team/rocketpy/blob/master/docs/notebooks/getting_started_colab.ipynb) |
10 | 10 | [](https://pypi.org/project/rocketpy/) |
11 | 11 | [](https://docs.rocketpy.org/en/latest/?badge=latest) |
12 | | -[](https://app.travis-ci.com/RocketPy-Team/RocketPy) |
13 | 12 | [](https://github.com/RocketPy-Team/RocketPy/graphs/contributors) |
14 | 13 | [](https://discord.gg/b6xYnNh) |
15 | 14 | [](https://github.com/sponsors/RocketPy-Team) |
| 15 | +[](https://www.instagram.com/rocketpyteam) |
16 | 16 | [](https://www.linkedin.com/company/rocketpy) |
17 | 17 | [](http://dx.doi.org/10.1061/%28ASCE%29AS.1943-5525.0001331) |
18 | 18 |
|
@@ -86,6 +86,8 @@ Check out documentation details using the links below: |
86 | 86 | - [User Guide](https://docs.rocketpy.org/en/latest/user/index.html) |
87 | 87 | - [Code Documentation](https://docs.rocketpy.org/en/latest/reference/index.html) |
88 | 88 | - [Development Guide](https://docs.rocketpy.org/en/latest/development/index.html) |
| 89 | +- [Technical Documentation](https://docs.rocketpy.org/en/latest/technical/index.html) |
| 90 | +- [Flight Examples](https://docs.rocketpy.org/en/latest/examples/index.html) |
89 | 91 |
|
90 | 92 | <br> |
91 | 93 |
|
@@ -303,21 +305,43 @@ If you want to see the trajectory on Google Earth, RocketPy acn easily export a |
303 | 305 | test_flight.export_kml(file_name="test_flight.kml") |
304 | 306 | ``` |
305 | 307 |
|
306 | | -# Authors and Contributors |
| 308 | +<img alt="6-DOF Trajectory Plot" src="https://raw.githubusercontent.com/RocketPy-Team/RocketPy/master/docs/static/trajectory-earth.png" width="501"> |
307 | 309 |
|
308 | | -This package was originally created by [Giovani Ceotto](https://github.com/giovaniceotto/) as part of his work at [Projeto Jupiter](https://github.com/Projeto-Jupiter/). [Rodrigo Schmitt](https://github.com/rodrigo-schmitt/) was one of the first contributors. |
| 310 | +# Authors and Contributors |
309 | 311 |
|
310 | | -Later, [Guilherme Fernandes](https://github.com/Gui-FernandesBR/) and [Lucas Azevedo](https://github.com/lucasfourier/) joined the team to work on the expansion and sustainability of this project. |
| 312 | +This package was originally created by [Giovani Ceotto](https://github.com/giovaniceotto/) as part of his work at [Projeto Jupiter](https://github.com/Projeto-Jupiter/). [Rodrigo Schmitt](https://github.com/rodrigo-schmitt/) was one of the first contributors. Later, [Guilherme Fernandes](https://github.com/Gui-FernandesBR/) and [Lucas Azevedo](https://github.com/lucasfourier/) joined the team to work on the expansion and sustainability of this project. |
311 | 313 |
|
312 | 314 | Since then, the [RocketPy Team](https://github.com/orgs/RocketPy-Team/teams/rocketpy-team) has been growing fast and our contributors are what makes us special! |
313 | 315 |
|
| 316 | +## Institutional Contributors |
| 317 | + |
| 318 | +RocketPy extends its gratitude to the following institutions for their support and contributions: |
| 319 | + |
| 320 | +<div> |
| 321 | + <a href="https://github.com/Projeto-Jupiter"> |
| 322 | + <picture align=top> |
| 323 | + <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/RocketPy-Team/RocketPy/master/docs/static/institutional/projeto_jupiter_dark.png" height="150px"> |
| 324 | + <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/RocketPy-Team/RocketPy/master/docs/static/institutional/projeto_jupiter_light.jpg" height="150px"> |
| 325 | + <img align=top id="projeto-jupiter-image" alt="Projeto Jupiter Logo" src="https://raw.githubusercontent.com/RocketPy-Team/RocketPy/master/docs/static/institutional/projeto_jupiter_light.jpg" height="150px"> |
| 326 | + </picture> |
| 327 | + </a> |
| 328 | + <a href="https://github.com/Space-Enterprise-at-Berkeley"> |
| 329 | + <img align=top alt="Space Enterprise at Berkeley Logo" src="https://raw.githubusercontent.com/RocketPy-Team/RocketPy/master/docs/static/institutional/space_enterprise_at_berkeley.jpeg" height="150px"> |
| 330 | + </a> |
| 331 | +</div> |
| 332 | + |
| 333 | +## Individual Contributors |
| 334 | + |
| 335 | +RocketPy is also indebted to a growing list of individual contributors who actively participate in its development. These include: |
| 336 | + |
314 | 337 | [](https://github.com/RocketPy-Team/RocketPy/contributors) |
315 | 338 |
|
316 | 339 | See a [detailed list of contributors](https://github.com/RocketPy-Team/RocketPy/contributors) who are actively working on RocketPy. |
317 | 340 |
|
318 | 341 | ## Supporting RocketPy and Contributing |
319 | 342 |
|
320 | 343 | The easiest way to help RocketPy is to demonstrate your support by starring our repository! |
| 344 | + |
321 | 345 | [](https://starchart.cc/rocketpy-team/rocketpy) |
322 | 346 |
|
323 | 347 | You can also become a [sponsor](https://github.com/sponsors/RocketPy-Team) and help us financially to keep the project going. |
|
0 commit comments