-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
80 lines (74 loc) · 3.36 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
---
layout: default
title: Nathan Ryan's Site
description: Nathan Ryan's landing page with contact information, states I have been to, my CV, and links to my other content.
---
<!-- Banner -->
<section id="banner">
<div class="content">
<header>
<meta name="description" content="Nathan Ryan's landing page with contact information, states I have been to, my CV, and links to my other content.">
<meta name="keywords" content="Nathan, Nathan Ryan, nuclear, scientific computing, engineering, fuel cycles policy, homepage, cv, resume">
<h1>Hi, I’m Nathan<br/></h1>
<p>A Nuclear Engineering Grad student at the University of Illinois Urbana-Champaign</p>
</header>
<p>Working in the <a href="https://arfc.github.io" target="_blank">Advanced Reactors and Fuel Cycles group</a>, my research focuses on developing fuel cycle transitions for advanced reactors and energy system model optimization of peaceful non-energy applications of nuclear power. In my free time, I enjoy cooking with my family, advocating for nuclear energy, painting cartoon animals, and trying to keep my plants alive.</p>
<p></p>
<p>
If you are an underrepresented person in STEM interested in developing your computational skills you should check out the <a href="https://www.cranephysics.org/" target="_blank">CRANE</a> bootcamp!
</p>
<!--
<ul class="actions">
<li><a href="#" class="button big">Learn More</a></li>
</ul>-->
</div>
<span class="image object">
<img src="images/maroon.JPG" alt="Nathan Ryan standing, arms folded, in a maroon shirt" style="height:80%;"/>
</span>
</section>
<!-- Section -->
<section>
<header class="major">
<h2>More about my work</h2>
</header>
<div class="features">
<article>
<a href="https://github.com/nsryan2" target="_blank" style="text-decoration: none;"><span class="icon fa-gem"></span></a>
<div class="content">
<h3><a href="https://github.com/nsryan2" target="_blank" style="text-decoration: none;">Github Profile</a></h3>
</div>
</article>
<article>
<a href="nryan_cv.pdf" download target="_blank"><span class="icon solid fa-paper-plane"></span></a>
<div class="content">
<h3><a href="nryan_cv.pdf" download target="_blank">Curriculum Vitae</a></h3>
<p></p>
</div>
</article>
</div>
</section>
<section>
<header class="major">
<h2>States I have visited</h2>
<p>According to family rules, to "visit" a state you have to have spent the night there.</p>
</header>
</section>
<iframe style="width:100%; height:700px;" src="states.html" title="states I have visited"></iframe>
<section>
<header class="content">
<h2>A video from my travels</h2>
<p>Two turtles on the black sand beach.</p>
<div style="position: relative; width: 100%; padding-bottom: 56.25%; overflow: hidden; max-width: 600px; max-height: 320px; margin: 0 auto;">
<iframe width="100%" height="315px" src="https://www.youtube.com/embed/TH3jxLZlFaw?si=hWG0ZG-odVinkbF7&autoplay=1&mute=1&loop=1&rel=0" title="Turtles on the Black Sand Beach" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
</header>
</section>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Nathan Ryan",
"logo": "https://nsryan.github.io/images/logo_nr.gif",
"url": "https://nsryan.github.io"
}
</script>