-
Notifications
You must be signed in to change notification settings - Fork 0
/
rec.htm
95 lines (95 loc) · 6.84 KB
/
rec.htm
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
<!DOCTYPE html>
<html>
<head>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Delius&display=swap" rel="stylesheet">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="" />
<meta name="author" content="" />
<title>cospaceZ</title>
<!-- Favicon-->
<link rel="icon" type="image/x-icon" href="assets\cospaceZ-logos.jpeg" />
<!-- Core theme CSS (includes Bootstrap)-->
<link href="css/styles.css" rel="stylesheet" />
</head>
<body>
<!--Body goes here-->
<!-- Responsive navbar-->
<div id="bkg">
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container">
<a class="navbar-brand" href="index.html">
<img src="assets\cospaceZ-logos.jpeg" alt="logo" style="width: 75px">
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link active" aria-current="page" href="index.html">Home</a></li>
<li class="nav-item"><a class="nav-link active" aria-current="page" href="AbtUs.html">About Us</a></li>
<li class="nav-item"><a class="nav-link" href="#"></a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarDropdown" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">Topics</a>
<ul class="dropdown-menu dropdown-menu-end" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="p.htm">Planning</a></li>
<li><a class="dropdown-item" href="prep.htm">Preparation</a></li>
<li><a class="dropdown-item" href="Icebreakers.htm">Ice breakers</a></li>
<li><a class="dropdown-item" href="l.htm">Launch and Track</a></li>
<li><a class="dropdown-item" href="rec.htm">Recovery</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarDropdown" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">Resources</a>
<ul class="dropdown-menu dropdown-menu-end" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="https://www.jpl.nasa.gov/edu/learn/project/make-a-planetary-exploration-balloon/">NASA HAB</a></li>
<li><a class="dropdown-item" href="https://www.instructables.com/Make-a-High-Altitude-Balloon-Tracker-Arduino/">DIY HABs</a></li>
<li><hr class="dropdown-divider" /></li>
<li><a class="dropdown-item" href="https://github.com/mstvenki05/COSPACEZ">GitHub Repo</a></li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<!-- Page content-->
<div class="container">
<div class="text-center mt-5">
<h1 style="background: rgb(23, 81, 148);">Recovery</h1>
<h2><p>Cautions</p></h2>
<br>
<h4>• In high winds take any opportunity to fill the balloon in an enclosed space such as a hanger or barn.</h4>
<br>
<h4>• Plan your flight. Online forecast software is available from CUSF and Wyoming University. CUSF also offer an online burst calculator which provides a great guide; but only a guide.</h4>
<br>
<h4>• UKHAS provide many useful wikis to balloon inflation. CUSF burst calculator will also give you a guide to the lift provided by your balloon. Make sure you double check the lift provided by your balloon.</h4>
<br>
<h4>• It is hard to detect imperfections in a balloon that were made during manufacture. There are some things that can shorten the life of a balloon after inflation. Leaving an inflated balloon to stand for some time can lead to premature failure.</h4>
<br>
<h4>• Ensure that the parachute is safely secured to the payload. Use a parachute from a reputable manufacturer. Choose a parachute with the least number of shroud lines.</h4>
<br>
<h4>• Keep the camera out of sealed cases, however, you then run the risk of damage to the camera on landing.</h4>
<br>
<h4>• On radio trackers, extensive testing can weed out many of the hardware problems. Combining a the radio tracker with a PLB also ensures the operator against failure.</h4>
<br>
<h4>• Be prepared for tree landings.</h4>
<br>
<br>
<iframe src="https://scratch.mit.edu/projects/577883920/embed" allowtransparency="true" max-width="100%" frameborder="0" scrolling="no" allowfullscreen style="min-width:250px;width:100%;height: 450px;margin-left:9px;margin-right:9px;"></iframe>
</div>
<br>
<br>
<div class="text-center" style="background-color: rgb(75, 79, 87);">
<h5>
(C) 2021 The credits for the photos and the template are given to the respective photographers and startbootstrap.
The copyright and license of the images and the template applies to the copyrights and license of the respective owners.
</h5>
</div>
</div>
<!-- Bootstrap core JS-->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<!-- Core theme JS-->
<script src="js/scripts.js"></script>
</div>
</body>
</html>