-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathobjectives.php
127 lines (113 loc) · 4.37 KB
/
objectives.php
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
<?php
$page_title = "TJ REVERB - Objectives";
?>
<!DOCTYPE html>
<html lang="en">
<?php require("inc/head.php"); ?>
<body>
<div id="page">
<div class="site-wrapper">
<?php require("inc/header.php"); ?>
<section class="objectives-container container py-4">
<div class="row">
<div class="col-md-12">
<h1>Mission Objectives</h1>
</div>
</div>
<div class="row">
<p>
<div class="col-md-12">
The TJ REVERB will compare multiple radio systems for the purpose of education and creating a
best practices
document.
</p>
</div>
</div>
<div class="row">
<div class="col-md-12">
<h2>Project Objectives</h2>
<ul>
<li>Design a CubeSat while staying within feasible RF, power, volume, mass, and
cost budgets</li>
<li>Apply for and be selected as a NASA CSLI Candidate </li>
<ul>
<li>Won NASA's CSLI Grant (February 2017)</li>
<li>NASA selects 25-35 CubeSat proposals each year, to be selected the Merit
Review and Feasibility Review
must meet NASA's standards (Merit and Feasibility Review can be found in
the "About Us" tab)</li>
</ul>
<li>Build, launch, and operate the TJ REVERB</li>
<li>Maintain a robust outreach program</li>
</ul>
</div>
</div>
<div class="row">
<div class="col-md-12">
<br>
<h2>Important Mission Dates</h2>
<ul>
<li>2016: Create team and write proposal</li>
<li>2017: Plan mission and design CubeSat </li>
<li> 2018:</li>
<ul>
<li>Q1 & Q2: Design CubeSat </li>
<li>Q3: Weather Balloon Launch/Test Hardware </li>
<li>Q4: Delivery of CubeSat </li>
</ul>
</ul>
</div>
</div>
</section>
<div class="banner">
<div class="jumbotron jumbotron-fluid" style="background-image: url('assets/img/banner/banner-5.jpg');">
<div class="container-fluid my-auto px-0">
<div class="container-fluid text-center px-0 py-4 text-light">
<div class="row">
<h2 data-aos="fade-right" class="mx-auto my-auto">"Even just 20 years ago, this was unimaginable"</h2>
</div>
</div>
</div>
</div>
</div>
<section class="objectives-container container py-4">
<div class="row">
<div class="col-md-12">
<h1>Subsystem Objectives</h1>
<p>
TJ students who are directly involved with the design and implementation of the satellite will learn how to
function in smaller groups with specific tasks known as subsystems. Together these teams will cooperate inside
and outside the classroom setting for TJ REVERB.
</p>
</div>
</div>
</section>
<section class="objectives-container container py-4">
<div class="row">
<div class="col-md-12">
<h1>Education Objectives</h1>
</div>
</div>
<div class="row">
<div class="col-md-12">
<p>
The TJ REVERB project is an inherently educational endeavor for TJHSST students. Students do
not regularly
encounter such large scale and intensive group projects in the classroom. The TJ REVERB
provides students the
opportunity to learn how to function within subsystems and cooperate within a large team.
</p>
<ul>
<li>Train students in engineering of a CubeSat</li>
<li>Develop and document the processes required</li>
<li>Engage in STEM outreach programs</li>
</ul>
</div>
</div>
</section>
<?php require("inc/footer.php"); ?>
</div>
</div>
<?php require("inc/imports-js.php"); ?>
</body>
</html>