-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresources.html
More file actions
324 lines (310 loc) · 17.2 KB
/
resources.html
File metadata and controls
324 lines (310 loc) · 17.2 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
321
322
323
324
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Resources - Physics Scholarship Program</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
</head>
<body>
<!-- Header -->
<header class="header">
<div class="container">
<a href="index.html" class="logo">
<img src="images/logo.png" alt="Physics Scholarship Program Logo">
<span class="logo-text">Physics Scholarship</span>
</a>
<nav>
<ul class="nav-menu">
<li class="nav-item"><a href="index.html" class="nav-link">Home</a></li>
<li class="nav-item"><a href="about.html" class="nav-link">About</a></li>
<li class="nav-item"><a href="past-cohorts.html" class="nav-link">Past Cohorts</a></li>
<li class="nav-item"><a href="apply.html" class="nav-link">Apply</a></li>
<li class="nav-item"><a href="resources.html" class="nav-link active">Resources</a></li>
<li class="nav-item"><a href="contact.html" class="nav-link">Contact</a></li>
</ul>
<div class="hamburger">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
</nav>
</div>
</header>
<!-- Page Banner -->
<section class="hero" style="height: 40vh;">
<div class="container">
<div class="hero-content">
<h1 class="hero-title">Resources</h1>
<p class="hero-subtitle">Preparatory materials and learning resources</p>
</div>
</div>
</section>
<!-- Preparatory Materials -->
<section class="section">
<div class="container">
<h2 class="section-title">Preparatory Materials</h2>
<div class="row" style="display: flex; flex-wrap: wrap; gap: 2rem;">
<div style="flex: 1; min-width: 300px;">
<p>To help you prepare for the Physics Scholarship Program, we've compiled a list of resources that cover fundamental concepts in particle and nuclear physics. These materials will help you build a strong foundation and make the most of your research experience.</p>
<p>We recommend reviewing these resources before the program begins, especially if you're new to certain topics. Don't worry if you find some concepts challenging—the program includes mentorship and training to support your learning journey.</p>
</div>
<div style="flex: 1; min-width: 300px;">
<div class="card">
<h3 class="card-title">Getting Started</h3>
<ul>
<li>Review your quantum mechanics and electromagnetism coursework</li>
<li>Familiarize yourself with basic programming concepts in Python</li>
<li>Explore the research areas of our faculty members</li>
<li>Read about recent developments in particle and nuclear physics</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- Recommended Readings -->
<section class="section" style="background-color: var(--background-color);">
<div class="container">
<h2 class="section-title">Recommended Readings</h2>
<div class="card" style="margin-bottom: var(--spacing-lg);">
<h3 class="card-title">Textbooks</h3>
<div style="display: flex; flex-wrap: wrap; gap: 2rem;">
<div style="flex: 1; min-width: 300px;">
<h4>Particle Physics</h4>
<ul>
<li><strong>Introduction to Elementary Particles</strong> by David Griffiths</li>
<li><strong>Modern Particle Physics</strong> by Mark Thomson</li>
<li><strong>Particle Physics: A Very Short Introduction</strong> by Frank Close</li>
<li><strong>The Standard Model in a Nutshell</strong> by Dave Goldberg</li>
</ul>
</div>
<div style="flex: 1; min-width: 300px;">
<h4>Nuclear Physics</h4>
<ul>
<li><strong>Introductory Nuclear Physics</strong> by Kenneth S. Krane</li>
<li><strong>Nuclear Physics: Principles and Applications</strong> by John Lilley</li>
<li><strong>Fundamentals of Nuclear Physics</strong> by Noboru Takigawa and Kouhei Washiyama</li>
<li><strong>Nuclear Physics in a Nutshell</strong> by Carlos A. Bertulani</li>
</ul>
</div>
</div>
</div>
<div class="card">
<h3 class="card-title">Online Resources</h3>
<div style="display: flex; flex-wrap: wrap; gap: 2rem;">
<div style="flex: 1; min-width: 300px;">
<h4>Video Lectures and Courses</h4>
<ul>
<li><a href="#">MIT OpenCourseWare: Introduction to Nuclear Physics</a></li>
<li><a href="#">Fermilab's YouTube Channel: Particle Physics for Non-Physicists</a></li>
<li><a href="#">CERN Academic Training Lectures</a></li>
<li><a href="#">Coursera: Particle Physics: an Introduction</a></li>
</ul>
</div>
<div style="flex: 1; min-width: 300px;">
<h4>Websites and Tutorials</h4>
<ul>
<li><a href="#">Particle Data Group (PDG)</a></li>
<li><a href="#">HyperPhysics: Nuclear Physics Concepts</a></li>
<li><a href="#">TRIUMF: Canada's Particle Accelerator Centre Resources</a></li>
<li><a href="#">Nuclear Science and Engineering Education Portal</a></li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- Research Papers -->
<section class="section">
<div class="container">
<h2 class="section-title">Key Research Papers</h2>
<p style="text-align: center; max-width: 800px; margin: 0 auto var(--spacing-lg);">These selected papers provide insights into current research directions in particle and nuclear physics. They represent work similar to what you might encounter during the program.</p>
<div class="card" style="margin-bottom: var(--spacing-lg);">
<h3 class="card-title">Particle Physics</h3>
<ul>
<li>
<p><strong>"Observation of a Higgs boson at CERN's Large Hadron Collider"</strong><br>
ATLAS and CMS Collaborations<br>
<em>Physics Letters B, Volume 716, Issue 1, 2012</em></p>
</li>
<li>
<p><strong>"Evidence for Oscillation of Atmospheric Neutrinos"</strong><br>
Super-Kamiokande Collaboration<br>
<em>Physical Review Letters, Volume 81, 1998</em></p>
</li>
<li>
<p><strong>"Measurement of Neutrino Oscillation Parameters from Muon Neutrino Disappearance"</strong><br>
T2K Collaboration<br>
<em>Physical Review Letters, Volume 111, 2013</em></p>
</li>
</ul>
</div>
<div class="card">
<h3 class="card-title">Nuclear Physics</h3>
<ul>
<li>
<p><strong>"Nuclear Structure Far from Stability: New Physics and New Technology"</strong><br>
I. Tanihata<br>
<em>Journal of Physics G: Nuclear and Particle Physics, Volume 22, 1996</em></p>
</li>
<li>
<p><strong>"The Nuclear Equation of State and Neutron Star Masses"</strong><br>
J.M. Lattimer<br>
<em>Annual Review of Nuclear and Particle Science, Volume 62, 2012</em></p>
</li>
<li>
<p><strong>"Nuclear Data Needs for Advanced Reactor Systems"</strong><br>
M. Salvatores et al.<br>
<em>Nuclear Data Sheets, Volume 118, 2014</em></p>
</li>
</ul>
</div>
</div>
</section>
<!-- Software and Tools -->
<section class="section" style="background-color: var(--background-color);">
<div class="container">
<h2 class="section-title">Software and Tools</h2>
<div class="features-grid">
<div class="card">
<div style="text-align: center; margin-bottom: var(--spacing-md);">
<i class="fas fa-code" style="font-size: 3rem; color: var(--tertiary-color-1);"></i>
</div>
<h3 class="card-title">Programming</h3>
<ul>
<li><strong>Python</strong> - Primary language used in data analysis</li>
<li><strong>C++</strong> - Used in detector simulation and hardware interfaces</li>
<li><strong>ROOT</strong> - Data analysis framework for particle physics</li>
<li><strong>Jupyter Notebooks</strong> - Interactive computing environment</li>
</ul>
</div>
<div class="card">
<div style="text-align: center; margin-bottom: var(--spacing-md);">
<i class="fas fa-chart-line" style="font-size: 3rem; color: var(--tertiary-color-1);"></i>
</div>
<h3 class="card-title">Data Analysis</h3>
<ul>
<li><strong>NumPy & SciPy</strong> - Scientific computing libraries</li>
<li><strong>Pandas</strong> - Data manipulation and analysis</li>
<li><strong>Matplotlib</strong> - Visualization library</li>
<li><strong>TensorFlow/PyTorch</strong> - Machine learning frameworks</li>
</ul>
</div>
<div class="card">
<div style="text-align: center; margin-bottom: var(--spacing-md);">
<i class="fas fa-atom" style="font-size: 3rem; color: var(--tertiary-color-1);"></i>
</div>
<h3 class="card-title">Simulation</h3>
<ul>
<li><strong>GEANT4</strong> - Toolkit for simulating particle interactions</li>
<li><strong>FLUKA</strong> - Monte Carlo radiation transport code</li>
<li><strong>MCNP</strong> - Monte Carlo N-Particle Transport code</li>
<li><strong>COMSOL</strong> - Multiphysics simulation software</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Learning Resources -->
<section class="section">
<div class="container">
<h2 class="section-title">Learning Resources</h2>
<div class="row" style="display: flex; flex-wrap: wrap; gap: 2rem;">
<div style="flex: 1; min-width: 300px;">
<div class="card">
<h3 class="card-title">Programming Tutorials</h3>
<ul>
<li><a href="#">Python for Scientific Computing</a></li>
<li><a href="#">Introduction to ROOT for Particle Physics</a></li>
<li><a href="#">Data Analysis with Python in Physics Research</a></li>
<li><a href="#">C++ for Physics Applications</a></li>
</ul>
</div>
</div>
<div style="flex: 1; min-width: 300px;">
<div class="card">
<h3 class="card-title">Professional Development</h3>
<ul>
<li><a href="#">Scientific Writing for Physics Research</a></li>
<li><a href="#">Effective Presentation Skills for Scientists</a></li>
<li><a href="#">Research Ethics in Physics</a></li>
<li><a href="#">Applying to Graduate Programs in Physics</a></li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- Additional Resources -->
<section class="section" style="background-color: var(--background-color);">
<div class="container">
<h2 class="section-title">Additional Resources</h2>
<div class="card">
<h3 class="card-title">Professional Organizations</h3>
<div style="display: flex; flex-wrap: wrap; gap: 2rem;">
<div style="flex: 1; min-width: 300px;">
<ul>
<li><a href="https://www.aps.org/">American Physical Society (APS)</a></li>
<li><a href="https://www.iupap.org/">International Union of Pure and Applied Physics (IUPAP)</a></li>
<li><a href="https://www.eps.org/">European Physical Society (EPS)</a></li>
<li><a href="https://www.aapt.org/">American Association of Physics Teachers (AAPT)</a></li>
</ul>
</div>
<div style="flex: 1; min-width: 300px;">
<ul>
<li><a href="https://www.ans.org/">American Nuclear Society (ANS)</a></li>
<li><a href="https://www.iaea.org/">International Atomic Energy Agency (IAEA)</a></li>
<li><a href="https://www.nscl.msu.edu/">National Superconducting Cyclotron Laboratory</a></li>
<li><a href="https://www.bnl.gov/">Brookhaven National Laboratory</a></li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="section" style="background-color: var(--primary-color); color: var(--white); text-align: center;">
<div class="container">
<h2 style="color: var(--white);">Have Questions?</h2>
<p style="margin-bottom: var(--spacing-lg); max-width: 800px; margin-left: auto; margin-right: auto;">If you need additional resources or have questions about preparing for the program, our team is here to help.</p>
<a href="contact.html" class="btn btn-primary" style="background-color: var(--secondary-color);">Contact Us</a>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="footer-grid">
<div class="footer-column">
<h4>Contact Us</h4>
<p>Department of Physics<br>University Campus<br>City, State ZIP</p>
<p>Email: physics.scholarship@university.edu<br>Phone: (123) 456-7890</p>
</div>
<div class="footer-column">
<h4>Quick Links</h4>
<ul class="footer-links">
<li class="footer-link"><a href="index.html">Home</a></li>
<li class="footer-link"><a href="about.html">About the Program</a></li>
<li class="footer-link"><a href="past-cohorts.html">Past Cohorts</a></li>
<li class="footer-link"><a href="apply.html">Apply</a></li>
<li class="footer-link"><a href="resources.html">Resources</a></li>
<li class="footer-link"><a href="contact.html">Contact</a></li>
</ul>
</div>
<div class="footer-column">
<h4>Institutional Partners</h4>
<div class="institutional-logos">
<img src="images/institution-1.png" alt="Institution Logo" class="institutional-logo">
<img src="images/institution-2.png" alt="Institution Logo" class="institutional-logo">
</div>
</div>
</div>
<div class="footer-bottom">
<p>© 2025 Physics Scholarship Program. All rights reserved.</p>
</div>
</div>
</footer>
<script src="js/main.js"></script>
</body>
</html>