-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
379 lines (346 loc) · 18.6 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
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
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
<!DOCTYPE html>
<html>
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-MDE52R0B1Q"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-MDE52R0B1Q');
</script>
<title>Professor Nielsen's Physics Sphere</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.4/jquery.min.js"></script>
<!-- Latest compiled JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
body,h1 {font-family: Verdana, sans-serif}
body, html {height: 100%}
.bgimg {
background-image: url('front.png');
min-height: 100%;
background-position: center;
background-size: cover;
}
.navbar-default {
background: none;
border: none;
}
</style>
</head>
<body>
<nav class="navbar navbar-expand navbar-inverse navbar-fixed-top">
<div class="container-fluid">
<!-- Brand -->
<a class="navbar-brand" href="#">Navbar</a>
<!-- Toggler/collapsibe Button -->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#collapsibleNavbar">
<span class="navbar-toggler-icon"></span>
</button>
<!-- Navbar links -->
<div class="collapse navbar-collapse" id="collapsibleNavbar">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="https://phys-prof-nielsen.github.io/physics-sphere/">Home</a></li>
<li><a href="#About">About</a></li>
<li><a href="#thesphere">Physics Bloom Box</a></li>
<!-- <li><a href="#contact">Contact</a></li> -->
</ul>
<!-- <ul class="nav navbar-nav navbar-right"> -->
<!-- <li><a href="#"><span class="glyphicon glyphicon-user"></span> Sign Up</a></li> -->
<!-- <li><a href="#"><span class="glyphicon glyphicon-log-in"></span> Login</a></li> -->
</ul>
</div>
</div>
</nav>
<div class="bgimg w3-display-container w3-animate-opacity w3-text-white">
<div class="w3-display-middle">
<h1 class="w3-jumbo w3-animate-top">The Physics Sphere</h1>
<hr class="w3-border-grey" style="margin:auto;width:40%">
<p class="w3-large w3-center">The Launchpad to a Stellar Physics Education</p>
</div>
</div>
<!-- Page content -->
<!-- the sphere Section -->
<div class="w3-container w3-padding-32" id="thesphere">
<h3 class="w3-border-bottom w3-border-light-grey w3-padding-16">The Physics Sphere</h3>
</div>
<div class="w3-container w3-padding-32" id="thesphere">
<h4 class="w3-border-bottom w3-border-light-grey w3-padding-16">Courses</h3>
</div>
<div class="w3-row-padding">
<div class="w3-col l3 m6 w3-margin-bottom">
<div class="w3-display-container">
<div class="w3-display-topleft w3-black w3-padding">College Physics I</div>
<img src="college_physics.png" alt="CollegePhysics" style="width:100%">
<p><button onclick="location.href='college-physics/college-physics.html'" class="w3-button w3-light-grey w3-block">Course Page</button></p>
</div>
</div>
<div class="w3-col l3 m6 w3-margin-bottom">
<div class="w3-display-container">
<div class="w3-display-topleft w3-black w3-padding">College Physics II</div>
<img src="college-physics-II.png" alt="UniversityPhysics" style="width:100%">
</div>
</div>
<div class="w3-col l3 m6 w3-margin-bottom">
<div class="w3-display-container">
<div class="w3-display-topleft w3-black w3-padding">University Physics I</div>
<img src="university_physics.png" alt="UniversityPhysics" style="width:100%">
<p><button onclick="location.href='university-physics/university-physics.html'" class="w3-button w3-light-grey w3-block">Course Page</button></p>
</div>
</div>
<div class="w3-col l3 m6 w3-margin-bottom">
<div class="w3-display-container">
<div class="w3-display-topleft w3-black w3-padding">University Physics II</div>
<img src="university-physics-II.png" alt="UniversityPhysics" style="width:100%">
<p><button onclick="location.href='university-physics-II/university-physics-II.html'" class="w3-button w3-light-grey w3-block">Course Page</button></p>
</div>
</div>
</div>
<!-- new group -->
<div class="w3-row-padding">
<div class="w3-col l3 m6 w3-margin-bottom">
<div class="w3-display-container">
<div class="w3-display-topleft w3-black w3-padding">Classical Mechanics</div>
<img src="classical_mechanics.png" alt="ClassicalMechanics" style="width:100%">
<p><button onclick="location.href='classical-mechanics/classical-mechanics.html'" class="w3-button w3-light-grey w3-block">Course Page</button></p>
</div>
</div>
<div class="w3-col l3 m6 w3-margin-bottom">
<div class="w3-display-container">
<div class="w3-display-topleft w3-black w3-padding">General Relativity</div>
<img src="general_rel_1.png" alt="GR" style="width:100%">
<p><button onclick="location.href='general-relativity/general-relativity.html'" class="w3-button w3-light-grey w3-block">Course Page</button></p>
</div>
</div>
<div class="w3-col l3 m6 w3-margin-bottom">
<div class="w3-display-container">
<div class="w3-display-topleft w3-black w3-padding">Jupyter</div>
<img src="jupyter.png" alt="jupyter" style="width:100%">
<p><button onclick="location.href='jupyter/jupyter.html'" class="w3-button w3-light-grey w3-block">Course Page</button></p>
</div>
</div>
</div>
<div class="w3-container w3-padding-32" id="thesphere">
<h4 class="w3-border-bottom w3-border-light-grey w3-padding-16">Research</h3>
</div>
<div class="w3-row-padding">
<div class="w3-col l3 m6 w3-margin-bottom">
<div class="w3-display-container">
<div class="w3-display-topleft w3-black w3-padding">Aeronomy</div>
<img src="aeronomy.png" alt="GR" style="width:100%">
</div>
</div>
<div class="w3-col l3 m6 w3-margin-bottom">
<div class="w3-display-container">
<div class="w3-display-topleft w3-black w3-padding">Cosmic Rays</div>
<img src="cosmic-rays.png" alt="GR" style="width:100%">
</div>
</div>
<div class="w3-col l3 m6 w3-margin-bottom">
<div class="w3-display-container">
<div class="w3-display-topleft w3-black w3-padding">Sustainable Container Home</div>
<img src="sustainable-home.png" alt="GR" style="width:100%">
</div>
</div>
<div class="w3-col l3 m6 w3-margin-bottom">
<div class="w3-display-container">
<div class="w3-display-topleft w3-black w3-padding">Spiritual Physics and Math</div>
<img src="spiritual.png" alt="GR" style="width:100%">
</div>
</div>
</div>
<!-- Team Section -->
<div class="w3-container w3-padding-32" id="team">
<h3 class="w3-border-bottom w3-border-light-grey w3-padding-16">Team</h3>
</div>
<div class="w3-row-padding">
<div class="w3-col l3 m6 w3-margin-bottom">
<img src="team/john-carter-profile.png" alt="john" style="width:100%">
<h3>John Carter</h3>
<p class="w3-opacity">University Physics and Classical Mechanics</p>
<p>"Tell me and I forget. Teach me and I remember. Involve me and I learn." - Benjamin Franklin</p>
<br>
<p><button onclick="location.href='biography/john-carter.html'" class="w3-button w3-light-grey w3-block">Biography</button></p>
</div>
<div class="w3-col l3 m6 w3-margin-bottom">
<img src="team/liu-fang-profile.png" alt="liu" style="width:100%">
<h3>Liu Fang</h3>
<p class="w3-opacity">College Physics and University Physics</p>
<p>"Learning is a treasure that will follow its owner everywhere." - Chinese Proverb</p>
<br>
<p><button onclick="location.href='biography/liu-fang.html'" class="w3-button w3-light-grey w3-block">Biography</button></p>
</div>
<div class="w3-col l3 m6 w3-margin-bottom">
<img src="team/zara-foster-profile.png" alt="zara" style="width:100%">
<h3>Zara Foster</h3>
<p class="w3-opacity">College Physics and General Relativity</p>
<p>"The best way to predict the future is to create it." - Dr. Mae Jemison</p>
<br>
<p><button onclick="location.href='biography/zara-foster.html'" class="w3-button w3-light-grey w3-block">Biography</button></p>
</div>
<div class="w3-col l3 m6 w3-margin-bottom">
<img src="team/freja-hansen-profile.png" alt="freja" style="width:100%">
<h3>Freja Hansen</h3>
<p class="w3-opacity">Problem Solving Sessions</p>
<p>"An expert is a person who has made all the mistakes that can be made in a very narrow field." - Niels Bohr</p>
<br>
<p><button onclick="location.href='biography/freja-hansen.html'" class="w3-button w3-light-grey w3-block">Biography</button></p>
</div>
</div>
<!-- new group -->
<div class="w3-row-padding">
<div class="w3-col l3 m6 w3-margin-bottom">
<img src="team/hana-kobayashi-profile.png" alt="hana" style="width:100%">
<h3>Hana Kobayashi</h3>
<p class="w3-opacity">General Relativity</p>
<p>学問のすばらしさは、知識が増えるほど、未知の世界が広がっていくことです。" - "The beauty of learning is that as knowledge increases, the unknown world expands." - Takeo Arishima</p>
<p><button onclick="location.href='biography/hana-kobayashi.html'" class="w3-button w3-light-grey w3-block">Biography</button></p>
</div>
<div class="w3-col l3 m6 w3-margin-bottom">
<img src="team/andre-mitchell-profile.png" alt="andre" style="width:100%">
<h3>Andre Mitchell</h3>
<p class="w3-opacity">College Physics and Classical Mechanics</p>
<p>"Education is the most powerful weapon which you can use to change the world. - Nelson Mandela</p>
<br>
<br>
<p><button onclick="location.href='biography/andre-mitchell.html'" class="w3-button w3-light-grey w3-block">Biography</button></p>
</div>
<div class="w3-col l3 m6 w3-margin-bottom">
<img src="team/kim-nielsen-profile-1.png" alt="kim" style="width:100%">
<h3>Kim Nielsen</h3>
<p class="w3-opacity">Kindergarten Physics</p>
<p>"Teachers open the door, but you must enter by yourself.'' - Confucius</p>
<br>
<br>
<p><button onclick="location.href='biography/kim-nielsen.html'" class="w3-button w3-light-grey w3-block">Biography</button></p>
</div>
<div class="w3-col l3 m6 w3-margin-bottom">
<img src="team/antonio-ramirez-profile.png" alt="kim" style="width:100%">
<h3>Antonio Ramirez</h3>
<p class="w3-opacity">Poblem solving sessions</p>
<p>"The pursuit of knowledge is a noble endeavor, and it knows no boundaries." - Jaime Escalante</p>
<br>
<br>
<p><button onclick="location.href='biography/antonio-ramirez.html'" class="w3-button w3-light-grey w3-block">Biography</button></p>
</div>
</div>
<!-- new group -->
<div class="w3-row-padding">
<div class="w3-col l3 m6 w3-margin-bottom">
<img src="team/sun-tao-profile.png" alt="sun" style="width:100%">
<h3>Sun Tao</h3>
<p class="w3-opacity">University Physics, Classical Mechanics and General Relativity</p>
<p>"The journey of a thousand miles begins with one step." - Lao Tzu</p>
<p><button onclick="location.href='biography/sun-tao.html'" class="w3-button w3-light-grey w3-block">Biography</button></p>
</div>
<div class="w3-col l3 m6 w3-margin-bottom">
<img src="team/sofia-torres-profile.png" alt="sofia" style="width:100%">
<h3>Sofia Torres</h3>
<p class="w3-opacity">College Physics</p>
<p>"Don't be afraid to reach for the stars in your education, because the sky is not the limit, it's just the beginning." - Sylvia Acevedo</p>
<p><button onclick="location.href='biography/sofia-torres.html'" class="w3-button w3-light-grey w3-block">Biography</button></p>
</div>
<div class="w3-col l3 m6 w3-margin-bottom">
<img src="team/james-watson-profile.png" alt="james" style="width:100%">
<h3>James Watson</h3>
<p class="w3-opacity">College Physics</p>
<p>"You don't have to be rich or famous to be educated. Knowledge is within reach for all." - Stephen Hawking</p>
<p><button onclick="location.href='biography/james-watson.html'" class="w3-button w3-light-grey w3-block">Biography</button></p>
</div>
<div class="w3-col l3 m6 w3-margin-bottom">
<img src="team/katherine-wilson-profile.png" alt="katherine" style="width:100%">
<h3>Katherine Wilson</h3>
<p class="w3-opacity">University Physics and General Relativity</p>
<p>"The more that you read, the more things you will know. The more that you learn, the more places you'll go." - Dr. Seuss</p>
<p><button onclick="location.href='biography/katherine-wilson.html'" class="w3-button w3-light-grey w3-block">Biography</button></p>
</div>
</div>
<!-- About Section -->
<div class="w3-container w3-padding-32" id="About">
<h3 class="w3-border-bottom w3-border-light-grey w3-padding-16">About</h3>
<p>Welcome to The Physics Sphere, your gateway to the captivating world of physics!
We are your premier destination for unlocking the mysteries of the universe and demystifying the laws that govern our reality.
<br>
<br>
<b>Our Mission</b><br>
<br>
At The Physics Sphere, our mission is to make physics accessible, engaging, and understandable for everyone, from curious beginners to seasoned scientists.
We believe that physics is not just a subject but a fundamental part of our everyday lives, and we're here to prove it to you.<br>
<br>
Our approach is to teach physics through a more transparent assessment process known as <b>standard-based grading</b> and build around
<b>Bloom's Taxonomy</b>. Standard-based grading offers several advantages in the educational context.
Firstly, it provides a more comprehensive and transparent assessment of a student's knowledge and skills by breaking down
learning objectives into clear standards or criteria. This clarity helps both students and educators understand
where strengths and weaknesses lie, facilitating targeted improvement. Additionally, standard-based grading promotes
fairness and consistency in grading, as it focuses on whether students have met specific learning goals rather
than traditional letter grades, which can be influenced by various factors. Furthermore, it encourages a growth mindset,
emphasizing that learning is an ongoing process, and students can always strive to meet higher standards. Overall,
standard-based grading fosters a more learner-centered and equitable educational environment.<br>
<br>
<br>
<b>What We Offer</b><br>
<br>
<li><b>Educational Resources</b>: Dive into a treasure trove of articles, tutorials, and videos that break down complex physics concepts into bite-sized, comprehensible pieces.
Whether you're a student struggling with homework or an enthusiast hungry for knowledge, we have resources tailored to your needs.</li>
<!--<li><b>Interactive Learning</b>: Explore our interactive simulations and experiments, designed to bring abstract theories to life.
Engage with hands-on activities that allow you to explore the fundamental principles of physics in a fun and immersive way.</li>-->
<br>
<li><b>Cutting-Edge Updates</b>: Stay up-to-date with the latest developments in the world of physics.
Our team of passionate physicists and educators ensures that you receive the most current and exciting news from the frontiers of scientific discovery.</li>
<br>
<br>
<b>Why Choose The Physics Sphere?</b><br>
<br>
<li><b>Accessible</b>: We believe that anyone can understand physics, and we strive to present it in a way that's approachable and enjoyable.</li>
<br>
<li><b>Reliable</b>: Our content is curated by a team of experts with a passion for physics, ensuring accuracy and clarity in every resource we provide.</li>
<br>
<li><b>Engaging</b>: Physics is fascinating, and we're here to share that fascination with you through interactive content that makes learning a joy.</li>
<br>
<li><b>Inclusive</b>: Whether you're a novice or a seasoned physicist, there's something for everyone at The Physics Sphere. We celebrate diversity in knowledge and experience.</li>
<br>
<br>
<b>Join Us on the Journey</b><br>
<br>
Embark on a journey through the wonders of the physical world with us at The Physics Sphere. Whether you're here to learn, explore, or simply quench your curiosity,
we're excited to have you as part of our community. Let's unravel the secrets of the universe together.
<br>
<br>
Come, join The Physics Sphere, where physics comes to life!
<br>
<br>
<i>Connect with us on social media, explore our resources, and ignite your passion for physics today.</i>
</p>
</div>
<!-- Contact Section -->
<!-- <div class="w3-container w3-padding-32" id="contact"> -->
<!-- <h3 class="w3-border-bottom w3-border-light-grey w3-padding-16">Contact</h3>-->
<!-- <form action="/action_page.php" target="_blank"> -->
<!-- <input class="w3-input w3-border" type="text" placeholder="Name" required name="Name">-->
<!-- <input class="w3-input w3-section w3-border" type="text" placeholder="Email" required name="Email">-->
<!-- <input class="w3-input w3-section w3-border" type="text" placeholder="Subject" required name="Subject">-->
<!-- <input class="w3-input w3-section w3-border" type="text" placeholder="Comment" required name="Comment">-->
<!-- <button class="w3-button w3-black w3-section" type="submit">-->
<!-- <i class="fa fa-paper-plane"></i> SEND MESSAGE-->
<!-- </button>-->
<!-- </form>-->
<!-- </div>-->
<!-- End page content -->
</div>
<!-- Footer -->
<footer class="w3-center w3-black w3-padding-64 w3-opacity w3-hover-opacity-off">
<div class="w3-xlarge w3-section">
<a href="https://www.instagram.com/the.physics.sphere/" target="_blank"><i class="fa fa-instagram w3-hover-opacity"></i></a>
<a href="https://www.youtube.com/@PhysicsSphere" target="_blank"><i class="fa fa-youtube w3-hover-opacity"></i></a>
</div>
<p>Powered by <a href="https://www.w3schools.com/w3css/default.asp" title="W3.CSS" target="_blank" class="w3-hover-text-green">w3.css</a></p>
</footer>
</body>
</html>