This repository was archived by the owner on Jan 21, 2018. It is now read-only.
forked from IvanFon/SpacesimWebsite
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy patheeps.html
More file actions
135 lines (103 loc) · 5.9 KB
/
eeps.html
File metadata and controls
135 lines (103 loc) · 5.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>OCE SpaceSim</title>
<meta charset="UTF-8">
<meta content="width=device-width, initial-scale=1" name="viewport">
<meta content="OCESS is a non-profit organization dedicated to informing and involving students from across Ontario about space and science."
name="description">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/stylesheet.css" rel="stylesheet">
<link href="css/footer.css" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/main.js"></script>
</head>
<body>
<div id="menu-container">
</div>
<header class="header">
</header>
<div class="container">
<div class="page-header">
<h1>EEPS</h1>
</div>
<!-- Content goes in this div -->
<div class="col-md-10 col-md-offset-1 well">
<!-- General info -->
<p>Education is a fundamental part of Spacesim, and is promoted both internally, within our club, and externally
through our Elementary Education Programs.</p>
<p>EEPs are given by Spacesim members, and are exceptionally fun and engaging for both their audiences and presenters.
Demonstrations take concepts of astronomy, physics and space travel, and break them down for younger audiences
in ways that are easier to understand, and make learning enjoyable.</p>
<p>Presentations can be adjusted to cover specific topics, and for children of different ages and levels of understanding.
These presentations are available for elementary school classes, day camps, and other private groups. Below
is a list of demonstrations we currently offer, including the average amount of time each takes.</p>
<p>For more information, or to request an EEPs or planetarium presentation, please contact us through our contact
form which is located <a href="contact.html">here</a>.</p>
<br>
<h3>EEPs Demonstrations</h3>
<br>
<!-- Planetariums panel -->
<div class="panel panel-default">
<div class="panel-heading">
<h4>Planetariums</h4>
</div>
<div class="panel-body">
<p>In the planetarium, presenters teach the names of several constellations which are visible in the night
sky at that time of year, and show how to find them using ‘pointer stars’ found in the Big Dipper.
The presentation includes short lessons on the colours of stars, and the brightness at which we perceive
them, based on their size, distance and luminosity. Lenses representing specific planets can also
be inserted into our projection to depict the movement of planets in the night sky, and to demonstrate
retrograde motion. The dome can be set up in a large room (such as a gymnasium, auditorium stage,
or mid-sized classroom) with about 7 meters of floor space, and 3 meters of clearance from the ceiling.
Planetariums are easily our most popular presentation, and are suitable for audiences of all ages.
(45-60 min.)</p>
</div>
</div>
<!-- Newtonian physics panel -->
<div class="panel panel-default">
<div class="panel-heading">
<h4>Newtonian Physics</h4>
</div>
<div class="panel-body">
<p>In our Newton’s Laws demonstration, presenters teach the basic properties of motion: inertia, friction,
and momentum. Our hovercraft is frequently used to model motion in a frictionless environment, and
how this affects astronauts working in space. Audience members are encouraged to take part in the
demonstration, and extra time can be given for hovercraft rides at the end of the presentation. (30-45
min.)
</p>
</div>
</div>
<!-- Rocketry panel -->
<div class="panel panel-default">
<div class="panel-heading">
<h4>Rocketry</h4>
</div>
<div class="panel-body">
<p>In our rocketry demonstration, presenters will teach their audience about means of propulsion, and the
fundamentals of orbits. A scale model of the Saturn V rocket is used to illustrate how the stages
of rockets work. (20-30 min.)</p>
</div>
</div>
<!-- Phases of the moon panel -->
<div class="panel panel-default">
<div class="panel-heading">
<h4>Phases of the Moon</h4>
</div>
<div class="panel-body">
<p>In this demonstration, presenters will teach their audience about why the moon appears to change its
shape over the course of a month and the names of the moon in each of its phases. Presenters also
explain why some constellations are only visible at certain times of year, how the rotation of the
Earth on its axis causes our cycle of day and night, and how its tilt causes seasonal changes. This
is an excellent presentation for younger audiences, who are beginning to develop and interest in
astronomy. (20-30 min.)</p>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer class="footer">
</footer>
</body>
</html>