forked from TheSkyentist/CUWiP24
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsponsors.html
482 lines (471 loc) · 21.7 KB
/
sponsors.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
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
<!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 - Sponsors</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="intro" class="wrapper style2">
<div class="title">Become a Supporter</div>
<div class="container">
<!-- Content -->
<div id="content">
<article class="box post">
<header class="style1">
<h2>Interested in sponsoring CUWiP 2024 @ UArizona?</h2>
</header>
<p>
The goal of APS CUWiP is to provide a professional conference
for undergraduate women and underrepresented genders to explore
opportunities in graduate schools, careers, research, and
community-building in physics. CUWiP is a unique networking
opportunity for students to share meaningful experiences and
have important conversations about the space we navigate as
physicists.
</p>
<p>
Without the help of all our wonderful sponsors, we wouldn't be
able to make this conference happen. Please consider donating
today.
</p>
<p>
If you would like to make a donation, please contact us at:
<a target="_blank" href="mailto:cuwip@arizona.edu"
>cuwip@arizona.edu</a
>
or click the button below!
</p>
</article>
</div>
<ul class="actions">
<li>
<a
target="_blank"
href="mailto:cuwip@arizona.edu?subject=Donating to CUWiP"
class="button style1 large"
>Donate Today!</a
>
</li>
</ul>
</div>
</div>
<!-- Sponsors -->
<section id="highlights" class="wrapper style3">
<div class="title">Sponsors</div>
<div class="container">
<p>These conferences are supported in part by the National Science Foundation (PHY-1346627, PHY-1622510, and PHY-2012033) and by the Department of Energy (DE-SC0011076). Any opinions, findings, and conclusions or recommendations expressed are those of the author(s) and do not necessarily reflect the views of the National Science Foundation or the Department of Energy. Further details are available on <a target="_blank" href="https://www.aps.org/programs/women/cuwip/index.cfm">the APS conference website</a>.</p>
<!-- <p>These conferences are supported in part by the National Science Foundation (PHY-1346627and PHY-1622510) and by the Department of Energy Office of Science (DE-SC0011076). Further details are available on <a target="_blank" href="https://www.aps.org/programs/women/cuwip/index.cfm">the APS conference website</a>. A list of the sponsors for CUWiP @ UArizona 2024 are listed below.</p> -->
<div class="row aln-center">
<div class="col-2 col-4-medium">
<section class="highlight">
<a target="_blank" href="https://www.nsf.gov/" class="image featured"><img src="images/NSF.jpg" alt="" /></a>
<h3><a target="_blank" href="https://www.nsf.gov/">National Science Foundation</a></h3>
<!-- <p>Eget mattis at, laoreet vel amet sed velit aliquam diam ante, dolor aliquet sit amet vulputate mattis amet laoreet lorem.</p> -->
<!-- <ul class="actions">
<li><a href="#" class="button style1">Learn More</a></li>
</ul> -->
</section>
</div>
<div class="col-2 col-4-medium">
<section class="highlight">
<a target="_blank" href="https://www.energy.gov/" class="image featured"><img src="images/DOE.jpg" alt="" /></a>
<h3><a target="_blank" href="https://www.energy.gov/">Dept. of Energy</a></h3>
<!-- <p>Eget mattis at, laoreet vel amet sed velit aliquam diam ante, dolor aliquet sit amet vulputate mattis amet laoreet lorem.</p> -->
<!-- <ul class="actions">
<li><a href="#" class="button style1">Learn More</a></li>
</ul> -->
</section>
</div>
<div class="col-2 col-4-medium">
<section class="highlight">
<a target="_blank" href="https://www.aps.org/" class="image featured"><img src="images/APS.jpg" alt="" /></a>
<h3><a target="_blank" href="https://www.aps.org/">American Physical Society</a></h3>
<!-- <p>Eget mattis at, laoreet vel amet sed velit aliquam diam ante, dolor aliquet sit amet vulputate mattis amet laoreet lorem.</p> -->
<!-- <ul class="actions">
<li><a href="#" class="button style1">Learn More</a></li>
</ul> -->
</section>
</div>
<div class="col-2 col-4-medium">
<section class="highlight">
<a target="_blank" href="https://w3.physics.arizona.edu/" class="image featured"><img src="images/Physics.jpg" alt="" /></a>
<h3><a target="_blank" href="https://w3.physics.arizona.edu/">Dept. of Physics</a></h3>
<!-- <p>Eget mattis at, laoreet vel amet sed velit aliquam diam ante, dolor aliquet sit amet vulputate mattis amet laoreet lorem.</p> -->
<!-- <ul class="actions">
<li><a href="#" class="button style1">Learn More</a></li>
</ul> -->
</section>
</div>
<div class="col-2 col-4-medium">
<section class="highlight">
<a target="_blank" href="https://www.as.arizona.edu/" class="image featured"><img src="images/Steward.jpg" alt="" /></a>
<h3><a target="_blank" href="https://www.as.arizona.edu/">Dept. of Astronomy</a></h3>
<!-- <p>Eget mattis at, laoreet vel amet sed velit aliquam diam ante, dolor aliquet sit amet vulputate mattis amet laoreet lorem.</p> -->
<!-- <ul class="actions">
<li><a href="#" class="button style1">Learn More</a></li>
</ul> -->
</section>
</div>
</div>
<div class="row aln-center">
<div class="col-2 col-4-medium">
<section class="highlight">
<a target="_blank" href="https://noirlab.edu/public/" class="image featured"><img src="images/NOIRLab.jpg" alt="" /></a>
<h3><a target="_blank" href="https://noirlab.edu/public/">NOIRLab</a></h3>
<!-- <p>Eget mattis at, laoreet vel amet sed velit aliquam diam ante, dolor aliquet sit amet vulputate mattis amet laoreet lorem.</p> -->
<!-- <ul class="actions">
<li><a href="#" class="button style1">Learn More</a></li>
</ul> -->
</section>
</div>
<div class="col-2 col-4-medium">
<section class="highlight">
<a target="_blank" href="https://www.lpl.arizona.edu/" class="image featured"><img src="images/LPL.jpg" alt="" /></a>
<h3><a target="_blank" href="https://www.lpl.arizona.edu/">Lunar & Planetary Lab.</a></h3>
<!-- <p>Eget mattis at, laoreet vel amet sed velit aliquam diam ante, dolor aliquet sit amet vulputate mattis amet laoreet lorem.</p> -->
<!-- <ul class="actions">
<li><a href="#" class="button style1">Learn More</a></li>
</ul> -->
</section>
</div>
<!-- <div class="col-2 col-4-medium">
<section class="highlight">
<a target="_blank" href="https://www.math.arizona.edu/" class="image featured"><img src="images/Math.jpg" alt="" /></a>
<h3><a target="_blank" href="https://www.math.arizona.edu/">Dept. of Mathematics</a></h3> -->
<!-- <p>Eget mattis at, laoreet vel amet sed velit aliquam diam ante, dolor aliquet sit amet vulputate mattis amet laoreet lorem.</p> -->
<!-- <ul class="actions">
<li><a href="#" class="button style1">Learn More</a></li>
</ul> -->
<!-- </section>
</div> -->
<div class="col-2 col-4-medium">
<section class="highlight">
<a target="_blank" href="https://provost.arizona.edu/" class="image featured"><img src="images/Provost.jpg" alt="" /></a>
<h3><a target="_blank" href="https://provost.arizona.edu/">Office of the Provost</a></h3>
<!-- <p>Eget mattis at, laoreet vel amet sed velit aliquam diam ante, dolor aliquet sit amet vulputate mattis amet laoreet lorem.</p> -->
<!-- <ul class="actions">
<li><a href="#" class="button style1">Learn More</a></li>
</ul> -->
</section>
</div>
<div class="col-2 col-4-medium">
<section class="highlight">
<a target="_blank" href="https://www.hsfoundation.org/" class="image featured"><img src="images/HeisingSimons.png" alt="" /></a>
<h3><a target="_blank" href="https://www.hsfoundation.org/">Heising-Simons Foundation</a></h3>
<!-- <p>Eget mattis at, laoreet vel amet sed velit aliquam diam ante, dolor aliquet sit amet vulputate mattis amet laoreet lorem.</p> -->
<!-- <ul class="actions">
<li><a href="#" class="button style1">Learn More</a></li>
</ul> -->
</section>
</div>
<div class="col-2 col-4-medium">
<section class="highlight">
<a target="_blank" href="https://rescorp.org/" class="image featured"><img src="images/ResearchCorp.jpg" alt="" /></a>
<h3><a target="_blank" href="https://rescorp.org/">Research Corporation</a></h3>
<!-- <p>Eget mattis at, laoreet vel amet sed velit aliquam diam ante, dolor aliquet sit amet vulputate mattis amet laoreet lorem.</p> -->
<!-- <ul class="actions">
<li><a href="#" class="button style1">Learn More</a></li>
</ul> -->
</section>
</div>
</div>
<div class="row aln-center">
<div class="col-2 col-4-medium">
<section class="highlight">
<a target="_blank" href="https://physics.asu.edu/" class="image featured"><img src="images/ASUphys.jpg" alt="" /></a>
<h3><a target="_blank" href="https://physics.asu.edu/">Dept. of Physics, Arizona State Univ.</a></h3>
<!-- <p>Eget mattis at, laoreet vel amet sed velit aliquam diam ante, dolor aliquet sit amet vulputate mattis amet laoreet lorem.</p> -->
<!-- <ul class="actions">
<li><a href="#" class="button style1">Learn More</a></li>
</ul> -->
</section>
</div>
<div class="col-2 col-4-medium">
<section class="highlight">
<a target="_blank" href="https://www.kinetx.com/" class="image featured"><img src="images/KinetX.jpg" alt="" /></a>
<h3><a target="_blank" href="https://www.kinetx.com/">KinetX Aerospace</a></h3>
<!-- <p>Eget mattis at, laoreet vel amet sed velit aliquam diam ante, dolor aliquet sit amet vulputate mattis amet laoreet lorem.</p> -->
<!-- <ul class="actions">
<li><a href="#" class="button style1">Learn More</a></li>
</ul> -->
</section>
</div>
<!-- <div class="col-2 col-4-medium">
<section class="highlight">
<a target="_blank" href="https://research.arizona.edu/" class="image featured"><img src="images/Research.jpg" alt="" /></a>
<h3><a target="_blank" href="https://research.arizona.edu/">Research, Innovation & Impact</a></h3> -->
<!-- <p>Eget mattis at, laoreet vel amet sed velit aliquam diam ante, dolor aliquet sit amet vulputate mattis amet laoreet lorem.</p> -->
<!-- <ul class="actions">
<li><a href="#" class="button style1">Learn More</a></li>
</ul> -->
<!-- </section>
</div> -->
<div class="col-2 col-4-medium">
<section class="highlight">
<a target="_blank" href="https://science.arizona.edu/" class="image featured"><img src="images/Science.jpg" alt="" /></a>
<h3><a target="_blank" href="https://science.arizona.edu/">College of Science</a></h3>
<!-- <p>Eget mattis at, laoreet vel amet sed velit aliquam diam ante, dolor aliquet sit amet vulputate mattis amet laoreet lorem.</p> -->
<!-- <ul class="actions">
<li><a href="#" class="button style1">Learn More</a></li>
</ul> -->
</section>
</div>
<!-- <div class="col-2 col-4-medium">
<section class="highlight">
<a target="_blank" href="https://diversity.arizona.edu/" class="image featured"><img src="images/Diversity.jpg" alt="" /></a>
<h3><a target="_blank" href="https://diversity.arizona.edu/">Diversity & Inclusion</a></h3> -->
<!-- <p>Eget mattis at, laoreet vel amet sed velit aliquam diam ante, dolor aliquet sit amet vulputate mattis amet laoreet lorem.</p> -->
<!-- <ul class="actions">
<li><a href="#" class="button style1">Learn More</a></li>
</ul> -->
<!-- </section>
</div> -->
<div class="col-2 col-4-medium">
<section class="highlight">
<a target="_blank" href="https://grad.arizona.edu/" class="image featured"><img src="images/UA_GRAD.jpg" alt="" /></a>
<h3><a target="_blank" href="https://grad.arizona.edu/">Graduate College</a></h3>
<!-- <p>Eget mattis at, laoreet vel amet sed velit aliquam diam ante, dolor aliquet sit amet vulputate mattis amet laoreet lorem.</p> -->
<!-- <ul class="actions">
<li><a href="#" class="button style1">Learn More</a></li>
</ul> -->
</section>
</div>
</div>
</div>
</section>
<!-- Sponsors -->
<!-- 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>