-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpast_project.html
More file actions
320 lines (273 loc) · 16.7 KB
/
past_project.html
File metadata and controls
320 lines (273 loc) · 16.7 KB
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
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>CISE - Center for Innovation in Science Education</title>
<!-- Favicon -->
<link rel="icon" href="image/logo/favicon.ico" type="image/x-icon">
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/main_template.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body background="image/background.jpg">
<!-- Navigation -->
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="http://cnu.edu/"><img class="littlelogo" src="image/logo/cnu_small_logo.gif" alt="CISE Website" height="35" width="35"></a>
<a class="navbar-brand" href="index.html"><img class="littlelogo" src="image/logo/cise_logo_small.png" alt="CISE Website" height="35" width="35"></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="about.html">About Us</a>
</li>
<li>
<a href="past_project.html">Project</a>
</li>
<li>
<a href="community.html">Community</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<!-- Page Content -->
<div class="container">
<!-- Image Header -->
<div class="row">
<div class="col-lg-12">
<img style="float:left" src="image/logo/pcse_logo.gif" alt="">
<img style="float:right" src="image/logo/cise_logo.png" alt="">
</div>
</div>
<!-- /.row -->
<!-- Service List -->
<!-- The circle icons use Font Awesome's stacked icon classes. For more information, visit http://fontawesome.io/examples/ -->
<div class="row">
<div class="col-lg-12">
<h2 class="page-header">Project List</h2>
</div>
<div class="col-md-4">
<div class="media">
<div class="pull-left">
<span class="fa-stack fa-2x">
<img src="image/logo/stemday_logo.gif">
</span>
</div>
<div class="media-body">
<h4 class="media-heading">STEM Community Day</h4>
<p>May/June each year at CNU </p>
</div>
</div>
<div class="media">
<div class="pull-left">
<span class="fa-stack fa-2x">
<img src="image/logo/frc_logo.gif">
</span>
</div>
<div class="media-body">
<h4 class="media-heading">FRC Kickoff</h4>
<p>First weekend in January each year</p>
</div>
</div>
<div class="media">
<div class="pull-left">
<span class="fa-stack fa-2x">
<img src="image/logo/softwarefair_logo.png">
</span>
</div>
<div class="media-body">
<h4 class="media-heading">PCSE Software Fair</h4>
<p>Last Saturday of the CNU Spring Semester</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="media">
<div class="pull-left">
<span class="fa-stack fa-2x">
<img src="image/logo/involvement_logo.gif">
</span>
</div>
<div class="media-body">
<h4 class="media-heading">CNU Student Involvement</h4>
<p>Set of projects during semester</p>
</div>
</div>
<div class="media">
<div class="pull-left">
<span class="fa-stack fa-2x">
<img src="image/logo/youthdevelopment_logo.gif">
</span>
</div>
<div class="media-body">
<h4 class="media-heading">Youth Development </h4>
<p>STEP day and NNPS Youth Development</p>
</div>
</div>
<div class="media">
<div class="pull-left">
<span class="fa-stack fa-2x">
<img src="image/logo/campinvention_logo.gif">
</span>
</div>
<div class="media-body">
<h4 class="media-heading">Camp Invention</h4>
<p>----------------------------------------</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="media">
<div class="pull-left">
<span class="fa-stack fa-2x">
<img src="image/logo/robotic_logo.gif">
</span>
</div>
<div class="media-body">
<h4 class="media-heading">Robotics</h4>
<p>--------------------------------------</p>
</div>
</div>
</div>
</div>
<!-- /.row -->
<!-- Project Information -->
<div class="row">
<div id="project"></div>
<div class="col-lg-12">
<h2 class="page-header">Project Information</h2>
</div>
<div class="col-lg-12">
<ul id="myTab" class="nav nav-tabs nav-justified">
<li class="active"><a href="#service-one" data-toggle="tab"><img class="tablogo" src="image/logo/stemday_logo.gif"> STEM Community Day</a>
</li>
<li class=""><a href="#service-two" data-toggle="tab"><img class="tablogo" src="image/logo/frc_logo.gif"> FIRST Robotic</a>
</li>
<li class=""><a href="#service-three" data-toggle="tab"><img class="tablogo" src="image/logo/involvement_logo.gif"> CNU Student Involvement</a>
</li>
<li class=""><a href="#service-four" data-toggle="tab"><img class="tablogo" src="image/logo/youthdevelopment_logo.gif"> Youth Development</a>
</li>
<li class=""><a href="#service-five" data-toggle="tab"><img class="tablogo" src="image/logo/campinvention_logo.gif"> Camp Invention</a>
</li>
<li class=""><a href="#service-six" data-toggle="tab"><img class="tablogo" src="image/logo/robotic_logo.gif"> Robotics</a>
</li>
</ul>
<div id="myTabContent" class="tab-content">
<div class="tab-pane fade active in" id="service-one">
<div class="col-md-6">
<h2>STEM COMMUNITY DAY</h2>
<div class="embed-responsive embed-responsive-4by3">
<iframe src="https://www.youtube.com/embed/gMqWlc3agiE" frameborder="0" allowfullscreen></iframe>
</div>
</div>
<div class="col-md-6">
<h4>STEM Community Day</h4>
<p>On May 31, 2014 from 10AM-3PM, Christopher Newport University and Newport News Public Schools partnered together to present STEM Community Day and Health and Wellness Fair in the Freeman Center of Christopher Newport. Our goal was to enable local organizations to demonstrate the widespread impact of STEM, and the variety of compelling careers available regionally in STEM-H. An estimated 1500-3000 people attended. The event was free for participants. Ten main areas housed different aspects of the day:
</p>
<ol>
<li>
To entice onlookers and younger scientists, the front of the building housed a bounce house, a slide, and a coast guard boat that could be boarded.
</li>
<li>STEM water activities included boat building, Sea Perch underwater robotics, and oobleck. </li>
<li>The auxiliary gym hosted FIRST robotics. An FLL challenge introduced rookie teams to the competition, and gave veteran teams a chance to compete in the Spring when there are no official activities. An FTC demo allowed local teams to demonstrate the robots that they built, and how their robots worked. Finally, a NNPS FRC team finalist in the international competition sparred with a regional team in the main Field House, playing yoga ball basketball with full size, built from scratch, robots.</li>
<li>The conference room rotated different fitness classes throughout the day. As part of the STEM-H day, we had Jazzercise, CrossFit, Zumba, and Yoga classes taught by local gyms.</li>
<li>A more private room held health screenings and chair massages, provided by student nurses, and a massage therapist.</li>
<li>A health fair room contained booths on healthy cooking, organic milk suppliers, a health science showcase, dental information, and more.</li>
<li>Displays outdoors connected STEM fields to nature. Students could participate in hands-on activities related to the science behind the Story Pirates play, view sunspots through a telescope, or learn about the science behind camping and wilderness adventure.</li>
<li>Food Trucks provided sustenance for participants.</li>
<li>The largest of the display areas by far was CNU's Field House. This area hosted almost 100 tables, including NASA's flight simulator; a robotic bomb detection and defusing demonstration from Newport News Police; Virginia's wildlife including two live animals from the Virginia Living Museum; NNPS Governor's Youth Development Academy hands-on math and science activities; York County Schools technology and engineering Makey Makey and Scratch demonstrations; a nationally recognized electric car built by high school students, manufacturing demonstrations, windmills, and more from Newport News Public Schools. In addition, the Field House hosted The Governors Youth Development Academy final project, a year long leadership project in Newport News Public Schools funded by the Virginia Department of Education, which was aimed at high school students for teens to keep them on track to a successful career.</li>
</ol>
<p>This year, STEM Community Day (http://www.pcs.cnu.edu/STEMDay) will be held on Saturday, May 31, 2015. We need sponsors for all area. We have bronze, silver, gold, platinum and diamond sponsorships available for $250—$5000.
</p>
</div>
</div>
<div class="tab-pane fade" id="service-two">
<h4>FIRST Robotic</h4>
<p>put information in there line ---------------------------------------------------------------------------------------------------------------------</p>
<p>---------------------------------------------------------------------------------------------------------------------------------------------------</p>
</div>
<div class="tab-pane fade" id="service-three">
<h4>CNU Student Involvement</h4>
<p>put information in there line ---------------------------------------------------------------------------------------------------------------------</p>
<p>---------------------------------------------------------------------------------------------------------------------------------------------------</p>
</div>
<div class="tab-pane fade" id="service-four">
<h4>Youth Development</h4>
<p>put information in there line ---------------------------------------------------------------------------------------------------------------------</p>
<p>---------------------------------------------------------------------------------------------------------------------------------------------------</p>
</div>
<div class="tab-pane fade" id="service-five">
<h4>Camp Invention</h4>
<p>put information in there line ---------------------------------------------------------------------------------------------------------------------</p>
<p>---------------------------------------------------------------------------------------------------------------------------------------------------</p>
</div>
<div class="tab-pane fade" id="service-six">
<h4>Robotics</h4>
<p>put information in there line ---------------------------------------------------------------------------------------------------------------------</p>
<p>---------------------------------------------------------------------------------------------------------------------------------------------------</p>
</div>
</div>
</div>
</div>
<hr>
<!-- Footer -->
<footer>
<div class="row">
<div class="col-md-6 footer-left">
<ul class="list-inline">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="past_project.html">Our Project</a></li>
<li><a href="community.html">Community</a></li>
</ul>
<p></p>
</div>
<div class="col-md-6 footer-right">
<p>Copyright © CISE Website 2015</p>
<ul class="list-unstyled list-inline list-social-icons">
<li>
<a href="https://www.facebook.com/ciseatCNU"><i class="fa fa-facebook-square fa-3x"></i></a>
</li>
<li>
<a href="https://twitter.com/CNUcise"><i class="fa fa-twitter-square fa-3x"></i></a>
</li>
</ul>
</div>
</div>
</footer>
</div>
<!-- /.container -->
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
</body>
</html>