forked from TheSkyentist/CUWiP24
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsessions.html
293 lines (277 loc) · 15.2 KB
/
sessions.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
<!DOCTYPE HTML>
<!--
Escape Velocity by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
Authored for CUWiP 2022 @ UArizona by Raphael Erik Hviding
-->
<html>
<head>
<title>APS CUWiP @ Arizona - Application</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="shortcut icon" href="https://profiles.arizona.edu/sites/default/themes/custom/profiles_ua_zen/favicon.ico" type="image/vnd.microsoft.icon" />
</head>
<body class="no-sidebar is-preload">
<div id="page-wrapper">
<!-- Header -->
<!-- Nav -->
<nav id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li>
<a>UArizona</a>
<ul>
<li><a>Physics</a>
<ul>
<li><a target="_blank" href="https://w3.physics.arizona.edu/">Physics @ UArizona</a>
<li><a target="_blank" href="https://www.azwip.com/">Women in Physics</a></li>
<li><a target="_blank" href="https://w3.physics.arizona.edu/diversity-equity-inclusion">DEI in Physics</a></li>
</ul>
</li>
<li><a>Astronomy</a>
<ul>
<li><a target="_blank" href="https://www.as.arizona.edu/">Astronomy @ UArizona</a></li>
<li><a target="_blank" href="https://www.as.arizona.edu/gems-group">GEMS</a></li>
<li><a target="_blank" href="https://www.as.arizona.edu/diversity-inclusion">D&I in Astronomy</a></li>
</ul>
</li>
<li><a>NOIRLab</a>
<ul>
<li><a target="_blank" href="https://noirlab.edu/public/">NOIRLab</a></li>
<li><a target="_blank" href="https://www.aura-astronomy.org/diversity/">D&I at AURA </a></li>
</ul>
</li>
<li><a target="_blank" href="https://www.arizona.edu/">UArizona</a></li>
</ul>
</li>
<li>
<a href="application.html">Registration</a>
<ul>
<li><a href="application.html#dates">Important Dates</a></li>
<li><a href="application.html#fees">Fees, Costs, & Waivers</a></li>
<li><a href="application.html#registration">Registration Info</a></li>
</ul>
</li>
<li>
<a>Conference</a>
<ul>
<!-- <li><a href="covid.html">COVID-19 Disclaimer</a></li> -->
<li><a href="schedule.html">Schedule</a>
<ul>
<li><a href="schedule.html#fri">Friday</a></li>
<li><a href="schedule.html#sat">Saturday</a></li>
<li><a href="schedule.html#sun">Sunday</a></li>
</ul>
</li>
<li><a href="sessions.html">Session Descriptions</a></li>
<li><a href="speakers.html">Speakers & Panelists</a></li>
<li><a href="posters.html">Poster & Talk Guidelines</a></li>
<!-- <li><a href="#">Student Presentations</a></li>
<li><a href="#">Venue Maps</a></li> -->
</ul>
</li>
<li>
<a href="travel.html">Travel</a>
<ul>
<li><a href="travel.html#travel">Travel & Support</a></li>
<li><a href="travel.html#transport">Transportion</a></li>
<li><a href="travel.html#lodging">Lodging</a></li>
<li><a href="travel.html#weather">Weather</a></li>
<li><a href="travel.html#cell">Cell-Phone & Internet Access</a></li>
<li><a href="travel.html#activities">Attractions & Activities</a>
<li><a href="travel.html#maps">Maps</a></li>
</ul>
</li>
<li><a href="sponsors.html">Sponsors</a></li>
<li>
<a href="faq.html">FAQ</a>
<ul>
<li><a href="faq.html#about">About</a></li>
<li><a href="faq.html#eligibility">Eligibility</a></li>
<li><a href="faq.html#application">Applying & Registration</a></li>
<li><a href="faq.html#cost">Cost & Funding</a></li>
<li><a href="faq.html#travel">Travel & Accomodations</a></li>
<li><a href="faq.html#miscellaneous">Miscellaneous</a></li>
</ul>
</li>
<li><a href="codeofconduct.html">Code of Conduct</a></li>
<li><a href="photos.html">Photos</a></li>
<li>
<a>Contact Us</a>
<ul>
<li><a href="#footer">Get in Touch</a></li>
<li><a href="loc.html">Local Organizing Committee</a></li>
</ul>
</li>
</ul>
</nav>
<!-- Nav -->
<section id="header" class="wrapper">
<!-- Logo -->
<div id="logo">
<h1>APS CUWiP 2024 @ UARIZONA</h1>
<p>The American Physical Society Conferences for Undergraduate Women in Physics </p>
</div>
</section>
<!-- Header -->
<!-- Main -->
<div id="main" class="wrapper style2">
<div class="title">Session Descriptions</div>
<div class="container">
<div id="content">
<article class="box post">
<h2>Personal Statements and Cover Letters: Connecting Your Experience with Future Opportunities</h2>
<p>Personal statements and cover letters for funding opportunities and jobs are not just a way of listing work experience or skills; they are, in part, a written display of a candidate’s identity. In this session we’ll invite participants to think about the purpose and structure of these documents and how to present themselves effectively to their intended audience. Conference participants who can’t make the session can still access the resources <a href="https://bit.ly/47EN6NR"> here</a>.</p>
<h2>Careers in academia and national labs</h2>
<p>In this panel we will discuss the career path for the undergraduate physics students in academia and national labs. The discussion should cover different aspects such as the pros and cons of this career path. Then, you will have the chance to ask our expert panelist any related question which would help you to collect the important information about this potential career.</p>
<h2>Careers in teaching</h2>
<p>Curious about teaching physics in the K-12 setting? In this panel we will discuss both the positive and not-so-positive aspects of teaching at the high school level, the opportunities this career path can provide, and the steps needed to follow this career path. Come prepared with questions for our panel of experienced local physics teachers.</p>
<h2>Finding a mentor</h2>
<p>Learn about how to find mentors, build a mentorship network, and negotiate mentoring relationships to get the most out of them, for both mentors and mentees.</p>
<h2>Applying to grad school - faculty edition</h2>
<p>In this panel, you will have the opportunity to learn about applying to graduate school from faculty that have served on graduate admissions committees. Faculty from a range of areas will be represented including Physics, Astronomy and Planetary Science. Come ask questions about the different aspects of the application process and learn what makes a compelling application to graduate school.</p>
<h2>Imposter session</h2>
<p>This interactive workshop will challenge imposter syndrome thoughts and help you create an action plan to move forward more confidently in your education and career.</p>
<h2>Careers outside academia</h2>
<p>Want to learn more about Careers Outside of Academia? Join our session to gain insight from our panelists working in a variety of roles related to Physics and more! Our panelists include Christine Muccianti, Ph.D. an Applications Engineer at Arizona Optical Metrology, Allison Hughes a Staff Scientist at Arete Associates, Christine O’Donnell a Senior Program Manager from the American Physical Society, as well as Eveke Calixtro a Production Engineer and Chris Foster a Director of Engineering at IR Labs. During this session, panelists will share their journey to their current position, information about the work they are currently doing, and will feature a Q&A session where attendees will have the opportunity to ask questions of their own!</p>
<h2>Achieving life-work balance</h2>
<p>This panel brings together a diverse group of graduate students who will share their firsthand experiences navigating the challenges of academic life. From managing day-to-day responsibilities to finding effective strategies for balancing academic pursuits with personal well-being, our panelists will offer valuable perspectives and practical tips. Gain unique insights into the realities of graduate school and learn successful approaches to maintaining equilibrium during this engaging session. Attendees are encouraged to ask questions, allowing for a dynamic and interactive discussion.</p>
<h2>Getting involved in outreach</h2>
<p>In this panel, you will have the opportunity to converse with panelists with expertise in physics and astronomy outreach to the general public. Panelists include a STEM outreach educator and representatives from organizers of public astronomy talk series and telescope nights. Attendees are encouraged to ask questions about all things outreach to our experienced panel.</p>
<h2>Applying to grad school - Grad student Edition</h2>
<p>The Graduate Student Grad School Admissions Panel will consist of four current graduate students who have recently gone through the admissions processes. We will share what we’ve learned during our experiences and give our best advice for preparing compelling application materials. We will prioritize questions from the audience to make this an engaging and helpful dialog for attendees facing the application process.</p>
<h2>Navigating STEM as LGBTQIA+</h2>
<p>The panel aims to shed light on the challenges, triumphs, and experiences of individuals who identify as LGBTQIA+ in STEM subjects, including physics/astronomy/engineering. The panelists will discuss their experience of moving through the workplace as members of the LGBT+ community, and attendees are encouraged to ask questions and initiate discussions.</p>
<h2>Getting involved in undergraduate research</h2>
<p>In this panel we will discuss a number of topics related to getting involved in Undergraduate Research. The discussion should cover how to find a faculty mentor, what to look for in research projects and what to avoid, how to make the most of your project, and more. You will also have the chance to ask our expert panelists any related question which would help you to find the most relevant and beneficial projects for you.</p>
<h2>Community building/organizing</h2>
<p>In this panel, attendees will converse with a diverse group of panelists with expertise in finding and developing a sense of community in physics and astronomy departments. This panel will cover several aspects of building community, including finding ways to get involved in existing communities, building a community where none already exists, and assessing community and climate in future positions. Attendees are encouraged to ask questions to promote a helpful and interactive session.</p>
<!-- <h2>Leadership skills and career building</h2>
<p>Description</p> -->
<!-- <h2>Towards Gender Equity</h2>
<p>Description</p> -->
<!-- <h2>Transitioning from community college</h2>
<p>Description</p> -->
</article>
</div>
</div>
</div>
</div>
<!-- Footer -->
<section id="footer" class="wrapper">
<div class="title">Get In Touch</div>
<div class="container">
<!-- <header class="style1">
<h2>Need to get in touch?</h2>
<p>
Reach out <br />
Nam pharetra laoreet imperdiet volutpat etiam feugiat.
</p>
</header> -->
<div class="row">
<!-- <div class="col-6 col-12-medium">
<section>
<form method="post" action="https://formspree.io/f/xnqlbyqa">
<div class="row gtr-50">
<div class="col-6 col-12-small">
<input type="text" name="name" id="contact-name" placeholder="Name" />
</div>
<div class="col-6 col-12-small">
<input type="email" name="email" id="contact-email" placeholder="Email" />
</div>
<div class="col-12">
<textarea name="message" id="contact-message" placeholder="Message" rows="4"></textarea>
</div>
<div class="col-12">
<ul class="actions">
<li><input type="submit" class="style1" value="Send" /></li>
<li><input type="reset" class="style2" value="Reset" /></li>
</ul>
</div>
</div>
</form>
</section>
</div> -->
<div class="col-12 col-12-medium">
<!-- Contact -->
<section class="feature-list small">
<div class="row">
<div class="col-3 col-12-small">
<section>
<h3 class="icon solid fa-envelope">Main Contact</h3>
<p>
Vasileios Paschalidis
<a target="_blank" href="mailto:cuwip@arizona.edu">cuwip@arizona.edu</a>
</p>
</section>
</div>
<div class="col-3 col-12-small">
<section>
<h3 class="icon solid fa-comment">Social</h3>
<p>
CUWiP:<br />
<a href="https://twitter.com/CUWiP_AZ_2024" target="_blank">twitter</a>,
<a href="https://www.facebook.com/groups/625200048670153" target="_blank">facebook</a><br />
Physics:<br />
<a href="https://facebook.com/ArizonaWiP/" target="_blank">WiP facebook</a><br />
Astronomy:<br />
<a href="https://twitter.com/azstewobs" target="_blank">twitter</a>,
<a href="https://www.facebook.com/azstewobs/" target="_blank">facebook</a><br />
NOIRLab:<br />
<a href="https://twitter.com/NOIRLabAstro" target="_blank">twitter</a>,
<a href="https://www.facebook.com/NOIRLabAstro/" target="_blank">facebook</a>,
<a href="https://www.instagram.com/noirlabastro/" target="_blank">instagram</a>
</p>
</section>
</div>
<!-- <div class="col-3 col-12-small">
<section>
<h3 class="icon solid fa-envelope">Email</h3>
<p>
<a target="_blank" href="mailto:cuwip@arizona.edu">cuwip@arizona.edu</a>
</p>
</section>
</div> -->
<div class="col-3 col-12-small">
<section>
<h3 class="icon solid fa-home">Street Address</h3>
<p>
Department of Physics<br />
Physics-Atmospheric Sciences (PAS)<br />
1118 E. Fourth Street<br />
Tucson, AZ
</p>
</section>
</div>
<div class="col-3 col-12-small">
<section>
<h3 class="icon solid fa-phone">Phone</h3>
<p>
<a target="_blank" href="tel:5206216820">520-621-9643</a>
</p>
</section>
</div>
</div>
</section>
</div>
</div>
<div id="copyright">
<ul>
<li>© 2023 UArizona</li><li>Design: <a target="blank" href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</div>
</section>
<!-- Footer -->
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>