|
1 | 1 | <!doctype html> |
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
| 4 | + <link rel="icon" href="./images/favicon.ico" type="image/x-icon" /> |
4 | 5 | <link |
5 | 6 | href="https://fonts.googleapis.com/css?family=Ruda&display=swap" |
6 | 7 | rel="stylesheet" |
|
30 | 31 | <!-- <div class="v34_21"></div> --> |
31 | 32 | <span class="v37_87 body-title">Let's be realistic</span> |
32 | 33 | <span class="v33_17 body-font"> |
33 | | - RocketPy is an innovative rocket trajectory simulator in Python that |
34 | | - includes features never seen before in the state-of-the-art model |
35 | | - rocketry simulators. |
| 34 | + RocketPy is an innovative rocket trajectory simulator that includes |
| 35 | + features never seen before in the state-of-the-art rocket trajectory |
| 36 | + simulators. |
36 | 37 | </span> |
37 | 38 | <div class="v35_22"></div> |
38 | 39 | <span class="v35_50 body-title">The sky is not the limit!</span> |
|
57 | 58 | <div class="v73_37"></div> |
58 | 59 | <div class="v70_2"></div> |
59 | 60 | <span class="v50_35 body-font"> |
60 | | - RocketPy is an Open Source software created by a team of rocket |
61 | | - enthusiasts. Since it is open source, each and every one of you is more |
62 | | - than welcome to be a part of it. |
63 | | - <a href="https://github.com/RocketPy-Team/RocketPy">GitHub</a> |
| 61 | + RocketPy is an Open Source software created by rocket enthusiasts. Since |
| 62 | + it is open source, each and every one of you is more than welcome to be |
| 63 | + a part of it. Check out our project on |
| 64 | + <a href="https://github.com/RocketPy-Team/RocketPy">GitHub</a>. |
64 | 65 | </span> |
65 | | - <span class="v73_46 body-font" |
66 | | - >A key feature in RocketPy is the dispersion analysis via Monte Carlo, |
67 | | - which shows the expected impact area. RocketPy was also successfully |
68 | | - validated for several rockets, with apogee predictions showing |
69 | | - deviations of the order of 1% when compared to actual flight data |
| 66 | + <span class="v73_46 body-font"> |
| 67 | + A key feature in RocketPy is the Monte Carlo analysis, which shows the |
| 68 | + confidence interval of the impact coordinates. RocketPy was also |
| 69 | + successfully validated for several rockets, with apogee predictions |
| 70 | + showing deviations of the order of 1% when compared to actual flight |
| 71 | + data. See a list of comparisons and examples in our |
| 72 | + <a href="https://docs.rocketpy.org/en/latest/examples/index.html"> |
| 73 | + documentation </a |
| 74 | + >. |
70 | 75 | </span> |
71 | 76 | <div class="v89_25"></div> |
72 | 77 | <div class="v89_22"> |
|
103 | 108 | <div class="footer-center"> |
104 | 109 | <div> |
105 | 110 | <i class="fa fa-map-marker icon-max-width"></i> |
106 | | - <p><span>380 Av. Prof. Luciano Gualberto</span> São Paulo, Brazil</p> |
| 111 | + <p> |
| 112 | + <!-- <span>380 Av. Prof. Luciano Gualberto</span> --> |
| 113 | + <a href="https://maps.app.goo.gl/qFAGgBq1LqceRkjj6" target="_blank" |
| 114 | + >São Paulo, Brazil</a |
| 115 | + > |
| 116 | + </p> |
107 | 117 | </div> |
108 | 118 | <div> |
109 | 119 | <i class="fa-brands fa-discord icon-max-width"></i> |
|
118 | 128 | <div class="footer-right"> |
119 | 129 | <p class="footer-company-about"> |
120 | 130 | <span>About us</span> |
121 | | - RocketPy is an innovative rocket trajectory simulator in Python that |
122 | | - includes features never seen before in the state-of-the-art rocket |
123 | | - trajectory simulators. |
| 131 | + RocketPy Team is responsible for maintaining and developing the |
| 132 | + RocketPy project, an open-source rocket trajectory simulator. |
124 | 133 | </p> |
125 | 134 |
|
126 | 135 | <div class="footer-icons"> |
127 | 136 | <a href="https://www.instagram.com/rocketpyteam" |
128 | | - ><i class="fa-brands fa-instagram"></i |
129 | | - ></a> |
130 | | - <a href="https://www.linkedin.com/company/rocketpy" |
| 137 | + ><i class="fa-brands fa-instagram"></i></a |
| 138 | + ><a href="https://www.linkedin.com/company/rocketpy" |
131 | 139 | ><i class="fa-brands fa-linkedin"></i |
132 | 140 | ></a> |
133 | 141 | <a href="https://github.com/RocketPy-Team/RocketPy" |
134 | 142 | ><i class="fa-brands fa-github"></i |
135 | 143 | ></a> |
| 144 | + <a href="https://www.youtube.com/@rocketpyteam5828" |
| 145 | + ><i class="fa-brands fa-youtube"></i> |
| 146 | + </a> |
136 | 147 | </div> |
137 | 148 | </div> |
138 | 149 | </footer> |
|
0 commit comments