-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
167 lines (162 loc) · 6.13 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
<!doctype html>
<html lang="en">
<head>
<link rel="icon" href="./images/favicon.ico" type="image/x-icon" />
<link
href="https://fonts.googleapis.com/css?family=Ruda&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css?family=Nasalization&display=swap"
rel="stylesheet"
/>
<link href="./css/main.css" rel="stylesheet" />
<link href="./css/footer.css" rel="stylesheet" />
<link href="./css/font-awesome/css/fontawesome.min.css" rel="stylesheet" />
<link href="./css/font-awesome/css/solid.min.css" rel="stylesheet" />
<link href="./css/font-awesome/css/brands.min.css" rel="stylesheet" />
<link
href="https://fonts.googleapis.com/css?family=Rubik"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css"
/>
<title>RocketPy</title>
</head>
<body>
<div class="v33_2">
<!-- <div class="v34_21"></div> -->
<span class="v37_87 body-title">Let's be realistic</span>
<span class="v33_17 body-font">
RocketPy is an innovative rocket trajectory simulator that includes
features never seen before in the state-of-the-art rocket trajectory
simulators.
</span>
<div class="v35_22"></div>
<span class="v35_50 body-title">The sky is not the limit!</span>
<div class="v35_80"></div>
<div class="v35_81"></div>
<div class="v37_85"></div>
<div class="v41_142"></div>
<div class="v73_44"></div>
<span class="v37_88 body-font">
RocketPy's environment construction uses weather data from several
meteorological agencies, providing precise information about atmospheric
conditions and taking into account different kinds of uncertainties
associated with the mathematical models of the phenomena.
<a
href="https://ascelibrary.org/doi/10.1061/%28ASCE%29AS.1943-5525.0001331"
target="_blank"
>
Read our paper on the Journal of Aerospace Engineering
</a>
to know more about the mathematical models and the software
architecture.
</span>
<div class="v40_140"></div>
<span class="v73_47 body-title">
Simulation is all about predictions
</span>
<span class="v102_62 body-title"> From rocketeers to rocketeers </span>
<div class="v40_141"></div>
<div class="v36_82"></div>
<div class="v73_37"></div>
<div class="v70_2"></div>
<span class="v50_35 body-font">
RocketPy is an Open Source software created by rocket enthusiasts. Since
it is open source, each and every one of you is more than welcome to be
a part of it. Check out our project on
<a href="https://github.com/RocketPy-Team/RocketPy">GitHub</a>.
</span>
<span class="v73_46 body-font">
A key feature in RocketPy is the Monte Carlo analysis, which shows the
confidence interval of the impact coordinates. RocketPy was also
successfully validated for several rockets, with apogee predictions
showing deviations of the order of 1% when compared to actual flight
data. See a list of comparisons and examples in our
<a href="https://docs.rocketpy.org/en/latest/examples/index.html">
documentation </a
>.
</span>
<div class="v89_25"></div>
<div class="v89_22">
<div class="v33_4"></div>
<div class="v33_6"></div>
<button
class="v89_17"
onclick="window.location='https://jarvis-ts.vercel.app'"
>
<div class="v33_8"></div>
<span class="v33_10">SIMULATE</span>
<div class="v89_11"></div>
</button>
<div class="button-container">
<a
href="https://docs.rocketpy.org/en/latest/index.html"
class="button"
><i class="fa-solid fa-book"></i
></a>
<a href="https://github.com/RocketPy-Team/RocketPy" class="button"
><i class="fa-brands fa-github"></i
></a>
<a href="https://www.instagram.com/rocketpyteam" class="button"
><i class="fa-brands fa-instagram"></i
></a>
<a href="https://www.linkedin.com/company/rocketpy" class="button"
><i class="fa-brands fa-linkedin"></i
></a>
<a href="https://www.youtube.com/@rocketpyteam5828" class="button"
><i class="fa-brands fa-youtube"></i
></a>
</div>
</div>
</div>
<footer class="footer-distributed" id="footer">
<div class="footer-left">
<div class="footer-logo"></div>
<p class="footer-company-name">RocketPy Team © 202X</p>
</div>
<div class="footer-center">
<div>
<i class="fa fa-map-marker icon-max-width"></i>
<p>
<!-- <span>380 Av. Prof. Luciano Gualberto</span> -->
<a href="https://maps.app.goo.gl/qFAGgBq1LqceRkjj6" target="_blank"
>São Paulo, Brazil</a
>
</p>
</div>
<div>
<i class="fa-brands fa-discord icon-max-width"></i>
<p>
<a href="https://discord.com/invite/b6xYnNh">
Join us on discord!
</a>
</p>
</div>
</div>
<div class="footer-right">
<p class="footer-company-about">
<span>About us</span>
RocketPy Team is responsible for maintaining and developing the
RocketPy project, an open-source rocket trajectory simulator.
</p>
<div class="footer-icons">
<a href="https://www.instagram.com/rocketpyteam"
><i class="fa-brands fa-instagram"></i></a
><a href="https://www.linkedin.com/company/rocketpy"
><i class="fa-brands fa-linkedin"></i
></a>
<a href="https://github.com/RocketPy-Team/RocketPy"
><i class="fa-brands fa-github"></i
></a>
<a href="https://www.youtube.com/@rocketpyteam5828"
><i class="fa-brands fa-youtube"></i>
</a>
</div>
</div>
</footer>
</body>
</html>