-
Notifications
You must be signed in to change notification settings - Fork 10
/
index.html
848 lines (742 loc) · 35.8 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
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
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
<!DOCTYPE html>
<!--[if IE 8 ]><html class="no-js oldie ie8" lang="en"> <![endif]-->
<!--[if IE 9 ]><html class="no-js oldie ie9" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html class="no-js" lang="en"> <!--<![endif]-->
<head>
<!--- basic page needs
================================================== -->
<meta charset="utf-8">
<title>ANS at UIUC</title>
<meta name="description" content="ANS at UIUC">
<meta name="author" content="Gregory Romanchek">
<!-- mobile specific metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/vendor.css">
<!--Mailchip
================================================== -->
<link href="//cdn-images.mailchimp.com/embedcode/classic-10_7.css" rel="stylesheet" type="text/css">
<style type="text/css">
#mc_embed_signup {
width:100%;
background: #FFFFFF;
margin-left: auto;
margin-right: auto;
overflow: auto;
text-align: center;
}
</style>
<!--iFrame Height
================================================== -->
<script>
function resizeIframe(obj){
obj.style.height = obj.contentWindow.document.body.scrollHeight+'px';
}
</script>
<!-- script
================================================== -->
<script src="js/modernizr.js"></script>
<!-- favicons
================================================== -->
<link rel="icon" type="image/png" href="images/Illinois_Block_I.png">
</head>
<body id="top">
<!-- header
================================================== -->
<header>
<div class="logo">
<a class="ans" href="http://www.ans.org/">ANS national</a>
<a class="facebook" href="https://www.facebook.com/groups/ANSatUofI/">ANS at UIUC facebook</a>
<a class="twitter" href="https://twitter.com/ANS_Illinois/">ANS at UIUC twitter </a>
<a class="instagram" href="https://www.instagram.com/ans_illinois/">ANS at UIUC instagram </a>
<a class="slack" href="https://ansuiuc.slack.com/">ANS at UIUC Slack Channel </a>
</div>
<div class="row">
<nav id="main-nav-wrap">
<ul class="main-navigation">
<li class="current"><a class="smoothscroll" href="#intro" title="">Home</a></li>
<li><a class="smoothscroll" href="#calendar" title="">Calendar</a></li>
<li><a class="smoothscroll" href="#professional" title="">professional</a></li>
<li><a class="smoothscroll" href="#outreach" title="">Outreach</a></li>
<li><a class="smoothscroll" href="#contact" title="">Contact</a></li>
<li class="highlight with-sep"><a href="https://squareup.com/store/ans-at-uiuc" title="">Market</a></li>
<li class="highlight with-sep"><a href="https://forms.gle/yK3gxZqBwBByNiFf7" title="">Attendance</a></li>
<li class="highlight with-sep"><a href="letters.html" title="">Newsletters and Slides</a></li>
</ul>
</nav>
<a class="menu-toggle" href="#"><span>Menu</span></a>
</div>
</header> <!-- /header -->
<!-- intro section
================================================== -->
<section id="intro">
<div class="shadow-overlay"></div>
<div class="intro-content">
<div class="row">
<div class="col-twelve">
<div class='video-link'>
<a href="#video-popup"><img src="images/Illinois_Block_I.png" alt=""></a>
</div>
<h5>Welcome to the ANS section at UIUC!</h5>
<h1>Making nuclear nu"cool"er since 1968.</h1>
<a class="button smoothscroll" href="#about" title="">Join Here!</a>
</div>
</div>
</div>
<!-- Modal Popup
========================================================= -->
<div id="video-popup" class="popup-modal mfp-hide">
<div class="fluid-video-wrapper">
<iframe src="http://player.vimeo.com/video/14592941?title=0&byline=0&portrait=0&color=faec09" width="500" height="281" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
</div>
<a class="close-popup">Close</a>
</div> <!-- /video-popup -->
</section> <!-- /intro -->
<!-- About/Join Section
================================================== -->
<section id="about">
<div class="row section-intro">
<div class="col-twelve with-bottom-line">
<h5>Want to participate in our section?</h5>
<h1>Start here!</h1>
<p class="lead">At UIUC, we're dedicated to the professional development of our members and the furthering of their overall knowledge of nuclear sciences regarding legislation, community outreach, and engineering.</p>
</div>
</div>
<div class="row about-content">
<div class="col-twelve with-bottom-line">
<div class="left-side">
<div class="item" data-item="1">
<h5>Join the Newsletter!</h5>
<p>Enter the required info below to subscribe to our section's newsletter! It is easy to unsubscribe, but that email can never rejoin.</p>
</div>
</div> <!-- /left-side -->
<div class="mid-side">
<div class="item" data-item="2">
<h5>Attend your first General Meeting!</h5>
<p>Meet the officers and fellow members to get more involved! Check the calendar below or newsletter for the next one.</p>
</div>
</div> <!-- /mid-side -->
<div class="right-side">
<div class="item" data-item="3">
<h5>Pay your dues!</h5>
<p>Go to <a href='https://bit.ly/3aoLTjr'>this link</a> for instructions on paying dues.</p>
</div>
</div> <!-- /right-side -->
</div>
</div> <!-- /about-content -->
<div class="row">
<div id="mc_embed_signup">
<form action="//illinois.us8.list-manage.com/subscribe/post?u=9165985dff10cdbe1382c917d&id=04f0df8d68" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll" style="width:100%;">
<div class="mc-field-group">
<label for="mce-EMAIL" style="float:left; width:100%;">Email Address <span class="asterisk">*</span></label>
<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL" placeoutreach="[email protected]">
</div>
<div class="mc-field-group">
<label for="mce-FNAME" style="float:left; width:100%;">First Name <span class="asterisk">*</label>
<input type="text" value="" name="FNAME" class="" id="mce-FNAME">
</div>
<div class="mc-field-group">
<label for="mce-LNAME" style="float:left; width:100%;">Last Name <span class="asterisk">*</label>
<input type="text" value="" name="LNAME" class="" id="mce-LNAME">
</div>
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_9165985dff10cdbe1382c917d_04f0df8d68" tabindex="-1" value=""></div>
<div class="clear" style="position:relative;"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
<div class="indicates-required"><span class="asterisk">*</span>required</div>
</div>
</form>
</div>
</div>
</section> <!-- /about-->
<!-- Calendar Section
================================================== -->
<section id="calendar">
<div class="row section-intro">
<div class="col-twelve with-bottom-line">
<h5>Check out what we're up to!</h5>
<h1>Calendar.</h1>
<p class="lead">This calendar is continually updated and contains dates for all confirmed ANS events, deadlines, and more. Interact with the calendar to find details on the location, time, and date of events. If you would like to suggest an event to host or for ANS to participate in, feel free to reach out to us!</p>
</div>
</div>
<div class="row calendar-content" style="border-style:solid;border-width:5px;border-color:#f58026;">
<iframe src="https://www.google.com/calendar/embed?src=ansatuofi%40gmail.com&ctz=America/Chicago" style="border:0;width:100%;height:800px;frameborder:0;scrolling:no;opacity:0.8"></iframe>
<!--
<div class="calendar-list block-1-3 block-s-1-2 block-tab-full group">
<div class="bgrid feature">
<span class="icon"><i class="icon-window"></i></span>
<div class="service-content">
<h3 class="h05">Fully Resposive</h3>
<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit.
</p>
</div>
</div><! /bgrid >
<div class="bgrid feature">
<span class="icon"><i class="icon-eye"></i></span>
<div class="service-content">
<h3 class="h05">Retina Ready</h3>
<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit.
</p>
</div>
</div> <! /bgrid >
<div class="bgrid feature">
<span class="icon"><i class="icon-paint-brush"></i></span>
<div class="service-content">
<h3 class="h05">Stylish Design</h3>
<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit.
</p>
</div>
</div> <! /bgrid >
<div class="bgrid feature">
<span class="icon"><i class="icon-file"></i></span>
<div class="service-content">
<h3 class="h05">Clean Code</h3>
<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit.
</p>
</div>
</div> <! /bgrid >
<div class="bgrid feature">
<span class="icon"><i class="icon-layers"></i></span>
<div class="service-content">
<h3 class="h05">Easy To Customize</h3>
<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit.
</p>
</div>
</div> <! /bgrid >
<div class="bgrid feature">
<span class="icon"><i class="icon-gift"></i></span>
<div class="service-content">
<h3 class="h05">Free of Charge</h3>
<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit.
</p>
</div>
</div> <! /bgrid >
</div> <! calendar-list >
</div> <! calendar-content >
-->
</section> <!-- /calendar -->
<!-- professional
================================================== -->
<section id="professional">
<div class="row section-intro">
<div class="col-twelve with-bottom-line">
<h5>For any professional inqueries, contact the Public Relations Chair.</h5>
<h1>Professional</h1>
<p class="lead">View our Members of the Month and check out available employment opportunities and scholarships below!</p>
</div>
</div>
<div class="row section-intro">
<div class="col-twelve">
<h5>Members of the Month</h5>
</div>
</div>
<div class="row flex-container">
<div id="motm-slider" class="flexslider">
<ul class="slides">
<li>
<img src="images/motm/EmilyG_MotM.png"></img>
<div class="member">
<h3>April 2024</h3>
<h1>Emily Gillmore</h1>
<p>Congratulations to Emily Gillmore for being selected as April's Member of the Month! Emily is a Freshman from Bartlett, Illinois, and is currently interested in either the power or plasma track. Emily decided to go into nuclear because she wanted to do something good for the environment. This year Emily participated heavily in UCRT as secretary for the model reactor.</p>
</div>
</li> <!-- /slide -->
<li>
<img src="images/motm/MiaS_MotM.jpg"></img>
<div class="member">
<h3>March 2024</h3>
<h1>Mia Sawkiw</h1>
<p>Congratulations to Mia Sawkiw for being our March's member of the month! Mia is from Phoenix, Arizona, and is currently interested in pursuing either power or plasma. Mia has been participating in UCRT working on the Fusor project. Mia will also be going to the ANS student conference this year to present on her experience building the Fusor!</p>
</div>
</li> <!-- /slide -->
<li>
<img src="images/motm/OwenStrong_MotM.jpg"></img>
<div class="member">
<h3>February 2024</h3>
<h1>Owen Strong</h1>
<p>Congratulations to Owen Strong for being February's Member of the Month! Owen is a freshman in NPRE. Owen is currently in the power concentration; he has been interested in nuclear power since he was young. Owen believes that he can make a positive impact on the community through nuclear engineering. This semester, he has all general and outreach meetings. Owen has also been participating heavily with UCRT, working on the model reactor.</p>
</div>
</li> <!-- /slide -->
<li>
<img src="images/motm/KennedyMOTM.jpg"></img>
<div class="member">
<h3>November 2024</h3>
<h1>Kennedy Dempsey</h1>
<p>Kennedy is from Brighton, Illinois and is interested in pursuing the plasma concentration. She became interested in nuclear after Professor Ruzic gave a presentation in her ENG 101 class, which first introduced her to the program. This month, she joined a research group under Professor Curreli and she has been working in project development on the plasma speaker as the electrical lead.</p>
</div>
</li> <!-- /slide -->
<li>
<img src="images/motm/JustinMOTM.png"></img>
<div class="member">
<h3>October 2024</h3>
<h1>Justin Jia</h1>
<p>Justin is from Woodridge, Illinois, and he plans on pursuing the plasma and fusion track. He got into nuclear simply because it sounded like an incredible field to pursue, plus some of his relatives had gone into the industry before. One of Justin's highlights from October is seeing project development get up and running and all of the engagement with it.</p>
</div>
</li> <!-- /slide -->
<li>
<img src="images/motm/ThomasMOTM.jpg"></img>
<div class="member">
<h3>September 2024</h3>
<h1>Thomas Gueriguian</h1>
<p>Thomas is from DC, but grew up in Maryland. Right now, he is interested in pursuing the power concentration in NPRE. Thomas got into nuclear engineering after reading about advancements in fusion technology, which he found very intriguing. Another big reason Thomas chose NPRE is due to the non-competitive and close-knit environment that he values.</p>
</div>
</li> <!-- /slide -->
</ul> <!-- /slides -->
</div> <!-- /motm-slider -->
</div> <!-- /flex-container -->
<div class="row professional-content">
<div class="professional-tables block-1-2 group">
<div class="bgrid">
<div class="price-block">
<div class="top-part" style="background:#003e7e">
<h3 class="plan-title">Members of the Month</h3>
</div>
<div class="bottom-part">
<ul class="calendar">
<li><strong>Emily Gillmore</strong> April 2024</li>
<li><strong>Mia Sawkiw</strong> March 2024</li>
<li><strong>Owen Strong</strong> February 2024</li>
<li><strong>Arnav Goyal</strong> November 2023</li>
<li><strong>Adam Rousseau</strong> October 2023</li>
<li><strong>Thomas Gueriguian</strong> September 2024</li>
<li><strong></strong> </li>
</ul>
</div>
</div>
</div> <!-- /price-block -->
<div class="bgrid">
<div class="price-block">
<div style="background:#EAEAED;padding-top:1rem;" align="center">
<iframe src="newsletters/PR.html" frameborder="0" marginheight="0" onload="resizeIframe(this)" scrolling="no" width="480px"></iframe>
</div>
</div> <!-- /price-block -->
</div> <!-- /professional-tables -->
</div> <!-- /professional-content -->
</section> <!-- /professional -->
<!-- Outreach Section
================================================== -->
<section id="outreach">
<div class="row section-intro">
<div class="col-twelve with-bottom-line">
<h5>Volunteer to help spread nuclear knowledge and participate in much more!</h5>
<h1>Outreach</h1>
</div>
</div>
<div class="row flex-container">
<div id="testimonial-slider" class="flexslider">
<ul class="slides">
<li><iframe width="807.302" height="454.124" src="https://www.youtube.com/embed/_LtfT4a3uis" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></li> <!-- /slide -->
<li><img src="images/outreach/EOH2019_3.JPG" style="width:100%;"></img></li> <!-- /slide -->
<li><img src="images/outreach/NSW_2021.jpg" style="height:454.124px; width:75%; margin-left: auto; margin-right:auto"></img></li> <!-- /slide -->
<li><iframe width="807.302" height="454.124" src="https://www.youtube.com/embed/ha4OdRtB-9g" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></li> <!-- /slide -->
<li><img src="images/outreach/graingergrove1.jpg" style="width:100%;"></img></li> <!-- /slide -->
<li><img src="images/outreach/iHelp_2021.jpg" style="height:454.124px; width:75%; margin-left: auto; margin-right:auto"></img></li> <!-- /slide -->
<li><iframe width="807.302" height="454.124" src="https://www.youtube.com/embed/2VXCSpPZQgo" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></li> <!-- /slide -->
<li><img src="images/outreach/EOH1crop.JPG" style="width:100%;"></img></li> <!-- /slide -->
<li><img src="images/outreach/Hallowween_2021.jpg" style="height:454.124px; width:42%; margin-left: auto; margin-right:auto"></img></li> <!-- /slide -->
</ul> <!-- /slides -->
</div> <!-- /testimonial-slider -->
</div> <!-- /flex-container -->
<p style="color:white">
white text... shush, super secret
</p>
<hr>
<style>
.collapsible {
background-color: #777;
color: white;
cursor: pointer;
padding: 2px;
width: 80%;
border: none;
text-align: center;
outline: none;
font-size: 15px;
}
.active, .collapsible:hover {
background-color: #555;
}
.content {
padding: 0 18px;
display: none;
overflow: hidden;
background-color: #f1f1f1;
}
</style>
<h2>Useful Links</h2>
<table>
<tr>
<td>
<button type="button" class="collapsible">Current Issues</button>
<div class="content">
<table>
<tr>
<td>
<a href="https://www.energy.gov/sites/prod/files/2021/01/f82/Energy%20for%20Space-DOE%20Space%20Strategy%20Paper%2001-06-2021.pdf?fbclid=IwAR36ocJVoATiKMHeaXGsnJ1xsSzYCMJzuuPVRfYivYvVHXPqqT7tquTPTLQ ">DOE Energy for Space Report</a>
</td>
<td>
<a href="https://www.eia.gov/state/?sid=IL">EIA State Energy Profile</a>
</td>
<td>
<a href="https://www.eia.gov/state/analysis.php?sid=IL">EIA Illinois Profile Analysis</a>
</td>
</tr>
<tr>
<td>
<a href="https://www.eia.gov/electricity/reports.php#/T194">EIA Monthly Electricity Report</a>
</td>
<td>
<a href="https://nei.org/CorporateSite/media/filefolder/resources/reports-and-briefs/Nuclear-Costs-in-Context.pdf">Nuclear Costs in Context</a>
</td>
<td>
<a href="https://nei.org/CorporateSite/media/filefolder/resources/reports-and-briefs/Nuclear-Energy-in-a-Low-Carbon-Energy-Future-120820-(1).pdf">Nuclear Energy in a Low Carbon Energy Future</a>
</td>
</tr>
<tr>
<td>
<a href="https://www.dalton.manchester.ac.uk/connect/schools-colleges-public/">Nuclear Tools and Games</a>
</td>
<td>
<a href="https://www.cfact.org/wp-content/uploads/2021/02/UN-Report-Making-Peace-With-Nature.pdf?mc_cid=875a5e8052">UN-Report: Making Peace With Nature</a>
</td>
<td>
<a href="https://unece.org/sustainable-energyunfc-and-sustainable-resource-management/unfc-and-nuclear-energy">UNECE Nuclear Energy Report</a>
</td>
</tr>
</table>
</div>
</td>
<td>
<button type="button" class="collapsible">Resources</button>
<div class="content">
<table>
<tr>
<td>
<a href="https://www.eia.gov/tools/glossary/">EIA Energy Glossary</a>
</td>
<td>
<a href="https://www.energy.gov/ne/articles/nuclear-101-how-does-nuclear-reactor-work">Nuclear 101: How do Nuclear Reactors Work?</a>
</td>
<td>
<a href="https://www.energy.gov/ne/downloads/ultimate-fast-facts-guide-nuclear-energy">DOE Fast Facts About Nuclear Energy</a>
</td>
</tr>
<tr>
<td>
<a href="https://informationisbeautiful.net/visualizations/radiation-dosage-chart/">Radiation Visualization Dosage Chart</a>
</td>
<td>
<a href="https://www.theiet.org/media/1275/nuclear-reactors.pdf">Nuclear Reactor Types</a>
</td>
<td>
<a href="https://www.nuclearinst.com/Nuclear-Reactor-Simulator">Nuclear Reactor Simulator</a>
</td>
</tr>
<tr>
<td>
<a href="https://world-nuclear.org/">World Nuclear Association</a>
</td>
<td>
<a href="https://www.world-nuclear.org/information-library/country-profiles/countries-t-z/usa-nuclear-fuel-cycle.aspx">US Nuclear Fuel Cycle</a>
</td>
<td>
<a href="https://xkcd.com/radiation/">XKCD Radiation Dosage Chart</a>
</td>
</tr>
</table>
</div>
</td>
<tr>
<tr>
<td>
<button type="button" class="collapsible">Companies & Agencies</button>
<div class="content">
<table>
<tr>
<td>
<a href="https://www.energy.gov/ne/office-nuclear-energy">DOE Office of Nuclear Energy</a>
</td>
<td>
<a href="https://www.iaea.org/">International Atomic Energy Agency</a>
</td>
<td>
<a href="https://nei.org/home">Nuclear Energy Institute</a>
</td>
</tr>
<tr>
<td>
<a href="https://www.anl.gov/">Argonne National Laboratory</a>
</td>
<td>
<a href="https://www.ornl.gov/">Oak Ridge National Laboratory</a>
</td>
<td>
<a href="https://inl.gov/">Idaho National Laboratory</a>
</td>
</tr>
<tr>
<td>
<a href="https://www.exeloncorp.com/">Exelon Corporation</a>
</td>
<td>
<a href="https://usnc.com/">Ultra Safe Nuclear Corporation</a>
</td>
<td>
<a href="https://cfs.energy/">Commonwealth Fusion Systems</a>
</td>
</tr>
</table>
</div>
</td>
<td>
<button type="button" class="collapsible">Getting Connected</button>
<div class="content">
<table>
<tr>
<td>
<a href="https://www.facebook.com/AMERICANNUCLEARSOCIETY">ANS-UIUC Facebook</a>
</td>
<td>
<a href="https://twitter.com/ANS_Illinois">ANS-UIUC Twitter</a>
</td>
<td>
<a href="https://www.instagram.com/ans_illinois/">ANS-UIUC Instagram</a>
</td>
<td>
<a href="https://www.youtube.com/channel/UC_xOXd1tYKnF8BP6gsdTeRA">ANS-UIUC Youtube Channel</a>
</td>
</tr>
<tr>
<td>
<a href="https://www.ans.org/news/">ANS Nuclear Newswire</a>
</td>
<td>
<a href="https://www.titansofnuclear.com/">Titans of Nuclear Podcast</a>
</td>
<td>
<a href="https://www.nrc.gov/reading-rm/doc-collections/cfr/index.html">NRC Regulations Title 10</a>
</td>
<td>
<a href="https://generationatomic.org/">Generation Atomic</a>
</td>
</tr>
<tr>
<td>
<a href="https://www.nuclearmatters.com/login">Nuclear Matters</a>
</td>
<td>
<a href="https://naygn.org/">North American Young Generation in Nuclear</a>
</td>
<td>
<a href="https://www.ans.org/communities/">ANS National</a>
</td>
<td>
<a href="https://www.tiktok.com/@ansuiuc">ANS-UIUC TikTok</a>
</td>
</tr>
</table>
</div>
</td>
<tr>
</table>
<script>
var coll = document.getElementsByClassName("collapsible");
var i;
for (i = 0; i < coll.length; i++) {
coll[i].addEventListener("click", function() {
this.classList.toggle("active");
var content = this.nextElementSibling;
if (content.style.display === "block") {
content.style.display = "none";
} else {
content.style.display = "block";
}
});
}
</script>
</section> <!-- /outreach -->
<!-- contact
================================================== -->
<section id="contact">
<div class="row section-intro">
<div class="col-twelve with-bottom-line">
<h5>Presenting the 2024 - 2025 Executive Board</h5>
<img src="images/execboard/execboard-2024-2025.jpg" alt="execboard-fall-2024">
<h1>Contact Us</h1>
<p class="lead">If you are unsure of who to contact, feel free to email <a href="mailto:[email protected]">[email protected]</a> with general questions, comments, or concerns.</p>
</div>
</div>
<div class="row contact-content">
<div class="q-and-a block-1 block-tab-full group">
<div class="bgrid">
<h3 style="text-align:center"> Riley Trendler - President </h3>
<a style="text-align:center" href="mailto:[email protected]" > <p style="text-align:center"> [email protected] </p></a>
<p style="text-align:justify">Riley Trendler is a senior in NPRE with a concentration in Plasma and Fusion. He works at the Center for Plasma Material Interactions on a flowing liquid lithium loop. Over the last two summers, he interned at Oak Ridge National Laboratory working on the Material Plasma eXposure Experiment. In his free time, Riley enjoys climbing things, 3D printing, playing violin, and hanging out with friends.</p>
</div>
</div>
<div class="q-and-a block-1-2 block-tab-full group">
<div class="bgrid">
<h3>Piper Fernau - Internal Vice President</h3>
<a href="mailto:[email protected]">[email protected]</a>
<p>Piper is a junior in NPRE with a concentration in Plasma and Fusion. Piper conducts research in the SPEC Lab group with Professor Mohan Sankaran. Her research is focused on PFAS degradation by plasma and electrochemical methods. Outside of ANS, Piper is the Lead Engineering Learning Assistant for the NPRE department, and she enjoys baking, embroidering, and thrifting.</p>
</div>
<div class="bgrid">
<h3>Nick Norman - External Vice President</h3>
<a href="mailto:[email protected]">[email protected]</a>
<p>Nick is a junior in NPRE with a concentration in Plasma. He works at the Center for Plasma Material Interaction doing liquid lithium research under the general fusion group. Nick enjoys hanging out with friends, working out, and gaming in his free time.</p>
</div>
<div class="bgrid">
<h3>Arnav Goyal - Treasurer</h3>
<a href="mailto:[email protected]">[email protected]</a>
<p>Arnav is a sophomore pursuing the Fusion concentration of NPRE. He conducts PMI research on the HIDRA reactor with Dr. Andruczyk. In his free time, Arnav enjoys playing soccer, going on dark site trips, launching rockets, and hanging out with his friends.</p>
</div>
<div class="bgrid">
<h3>Adam Rousseau - Secretary</h3>
<a href="mailto:[email protected]">[email protected]</a>
<p>Adam is a sophomore in NPRE with a concentration in Plasma. Adam is involved with research at the Materials Research Laboratory, working on hexagonal Boron Nitride synthesis using plasma. Adam enjoys cooking, bouldering, and gaming in their free time.</p>
</div>
<div class="bgrid">
<h3>Mia Sawkiw - Outreach</h3>
<a href="mailto:[email protected]">[email protected]</a>
<p>Mia is a sophomore in NPRE from Phoenix, AZ. She will be joining a research group soon. Outside of ANS, Mia is a mentor for Women in Engineering and a member of Women in Nuclear. She enjoys reading, diving, and cooking.</p>
</div>
<div class="bgrid">
<h3>Jack Gerrity - Project Development Chair</h3>
<a href="mailto:gerrity3illinois.edu">[email protected]</a>
<p>Jack is a sophomore in NPRE concentrating in Plasma and Fusion Science. He is also majoring in Physics (Nuclear Physics track) and is pursuing a minor in Semiconductor Engineering. He does research at the Center for Plasma-Material Interactions characterizing the interactions of tin ions in an extreme ultraviolet lithography source and works with Argonne National Laboratory calculating temperature profiles for heavy ion irradiations. Besides research, Jack enjoys playing chess, weightlifting, and competing in any and all sports.</p>
</div>
<div class="bgrid">
<h3>Collin Jeckell - Public Relations</h3>
<a href="mailto:[email protected]">[email protected]</a>
<p>Collin is a junior in NPRE with a concentration in Plasma and Fusion and is pursuing a minor in Semiconductor Engineering. Collin works in the Center for Plasma Material Interactions where he works on the degradation of fluoroelastomers in a plasma environment under Nick Connolly and David Ruzic. In his free time Collin mostly enjoys cooking, spending time with friends, and gaming.</p>
</div>
<div class="bgrid">
<h3>Harrison Brosius - Social Chair</h3>
<a href="mailto:[email protected]">[email protected]</a>
<p>Harrison is a senior in the Plasma and Fusion Science track in NPRE. Harrison has been involved in ANS since freshman year as the Outreach chair and the External Vice President. He has also conducted research for Professor Mohan Sankaran for two years on an atmospheric pressure plasma torch device. In his free time, Harrison enjoys skateboarding, playing guitar, and playing Stardew Valley!</p>
</div>
</div> <!-- /q-and-a -->
</div> <!-- /contact-content -->
<!--
<div class="row section-archives">
<div class="col-twelve">
<div class="archives-content">
<h2 class="h01">Past Executive Boards</a></h2>
<p class="lead">
If you're interested in our esteemed Executive Board alumni,
</p>
<div class="action">
<a class="button large round" href="alumni.html">Check here!</a>
</div>
</div>
</div>
</div>
-->
</section> <!-- /contact -->
<!-- cta
================================================== -->
<!--
<section id="cta">
<div class="row cta-content">
<div class="col-twelve">
<h1 class="h01">Get started now. Try Lhander free for 30 days.</h1>
<p class="lead">Download the app now. Available on the:</p>
<ul class="stores">
<li class="app-store">
<a href="#" class="button round large" title="">
<i class="icon ion-social-apple"></i>App Store
</a>
</li>
<li class="play-store">
<a href="#" class="button round large" title="">
<i class="icon ion-social-android"></i>Play Store</a>
</li>
<li class="windows-store">
<a href="#" class="button round large" title="">
<i class="icon ion-social-windows"></i>Win Store</a>
</li>
</ul>
</div>
</div>
</section>
-->
<!-- footer ================================================== -->
<footer>
<!--
<div class="footer-main">
<div class="row">
<div class="col-four tab-full mob-full footer-info">
<div class="footer-logo"></div>
<p>
1600 Amphitheatre Parkway<br>
Mountain View, CA 94043 US<br>
[email protected] +123-456-789
</p>
</div> <! /footer-info >
<div class="col-two tab-1-3 mob-1-2 site-links">
<h4>Site Links</h4>
<ul>
<li><a href="#">About Us</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">contact</a></li>
<li><a href="#">Terms</a></li>
<li><a href="#">Privacy Policy</a></li>
</ul>
</div> <! /site-links >
<div class="col-two tab-1-3 mob-1-2 social-links">
<h4>Social</h4>
<ul>
<li><a href="#">Twitter</a></li>
<li><a href="#">Facebook</a></li>
<li><a href="#">Dribbble</a></li>
<li><a href="#">Google+</a></li>
<li><a href="#">Skype</a></li>
</ul>
</div> <! /social >
<div class="col-four tab-1-3 mob-full footer-subscribe">
<h4>Subscribe</h4>
<p>Keep yourself updated. Subscribe to our newsletter.</p>
<div class="subscribe-form">
<form id="mc-form" class="group" novalidate="true">
<input type="email" value="" name="dEmail" class="email" id="mc-email" placeoutreach="type email & hit enter" required="">
<input type="submit" name="subscribe" >
<label for="mc-email" class="subscribe-message"></label>
</form>
</div>
</div> <! /subscribe >
</div> <! /row >
</div> <! /footer-main >
-->
<div class="footer-bottom">
<div class="row">
<div class="col-twelve">
<div class="copyright">
<span><div class="logo"></div></span>
<span>© 2015 Copyright <a href="http://www.vpaa.uillinois.edu/policies/web_privacy.asp?bch=1onClick=">University of Illinois Board of Trustees</a></span>
<span>Design by <a href="http://www.styleshout.com/">styleshout</a></span>
</div>
<div id="go-top" style="display: block;">
<a class="smoothscroll" title="Back to Top" href="#top"><i class="icon ion-android-arrow-up"></i></a>
</div>
</div>
</div>
</div><!-- /footer-bottom -->
</footer>
<div id="preloader">
<div id="loader"></div>
</div>
<!-- Java Script
================================================== -->
<script src="js/jquery-1.11.3.min.js"></script>
<script src="js/jquery-migrate-1.2.1.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</body>
</html>