-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html~
162 lines (126 loc) · 4.98 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
<!DOCTYPE HTML>
<!-- Strongly Typed by HTML5 UP html5up.net | @n33co -->
<html>
<head>
<title>Home</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="static/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="static/css/main.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="static/css/ie8.css" /><![endif]-->
</head>
<body class="no-sidebar">
<div id="page-wrapper">
<!-- Header -->
<div id="header-wrapper">
<div id="header" class="container">
<img style= "max-width: 100%" src="static/logo-banner-text-upper.png" /><br/><br/>
<!-- Nav -->
<nav id="nav">
<ul style="list-style:none;">
<li><a class="icon fa-home" href="../../../index.html"><span>Ergs</span></a></li>
<li>
<a class="icon fa-users" href="../../../people"><span>People</span></a>
<ul style="list-style:none;">
<li><a href="../../../people/hodge.html">Ryan Hodge</a></li>
<li><a href="../../../people/scopatz.html">Anthony Scopatz</a></li>
</ul>
</li>
<li><a class="icon fa-cog" href="../../../projects.html"><span>Projects</span></a></li>
<li><a class="icon fa-pencil" href="../../../blog"><span>Blog</span></a></li>
<li><a class="icon fa-user-plus" href="../../../jobs"><span>Jobs</span></a></li>
</ul>
</nav>
</div>
</div> <!-- Header -->
<!-- Main -->
<div id="main-wrapper">
<div id="main" class="container">
<div id="content">
<a name="about" />
<h1><a href="#about">About Us</a></h1>
<b>ERGS</b>, or <i>Energy Research Group: Scopatz</i>, is the Computational
<a href="http://www.me.sc.edu/nuclear/">Nuclear Engineering</a>
research group at the <a href="http://sc.edu/">University of South Carolina</a>. Our
focus is on uncertainty quantification & predictive modeling, nuclear fuel cycle
simulation, and improving nuclear engineering techniques through automation.
We are committed to open & accessible research tools and methods.
<br/><br/>
<a name="news" />
<h1><a href="#news">News</a></h1>
<ul>
<li>Dr. Scopatz joined the department at USC! <i>
August 16 2015
</i></li>
</ul>
<a name="projects" />
<h1><a href="#projects">Projects</a></h1>
ERGS is involved in a large number of computational projects. Please visit the
<a href="projects.html">projects page</a> for more information!
<br/><br/>
<a name="who" />
<h1><a href="#who">Who are we?</a></h1><br/>
<a href="../../../people/hodge.html" class="image-link">
<img src="https://avatars2.githubusercontent.com/u/10540084?v=3&s=200" style="width:100px;height:100px;"/>
</a>
<h3><a href="../../../people/hodge.html"> Ryan Hodge</a></h3>
<ul>
<li><b>Position:</b> Research assistant</li>
</ul>
<a href="../../../people/scopatz.html" class="image-link">
<img src="https://avatars1.githubusercontent.com/u/320553?v=3&s=200" style="width:100px;height:100px;"/>
</a>
<h3><a href="../../../people/scopatz.html">Dr. Anthony Scopatz</a></h3>
<ul>
<li><b>Position:</b> Professor</li>
</ul>
<a name="join" />
<h1><a href="#join">Join Us</a></h1>
Join ERGS by checking out the open positions on our
<a href="jobs/index.html">jobs page</a> or see if you are interested in any of
the following!
<ul>
<li><a href="../../../jobs/0000.html"><b>Fuel Cycle Researcher</b>,
opened on <i>July 1, 2015</i>.
(#0000)</a>
</li>
<li><a href="../../../jobs/0001.html"><b>Data Scientist</b>,
opened on <i>July 1, 2015</i>.
(#0001)</a>
</li>
<li><a href="../../../jobs/0002.html"><b>Machine Learning Researcher</b>,
opened on <i>July 1, 2015</i>.
(#0002)</a>
</li>
<li><a href="../../../jobs/0003.html"><b>Scientific Software Researcher</b>,
opened on <i>July 1, 2015</i>.
(#0003)</a>
</li>
</ul>
</div>
</div>
</div> <!-- Main -->
<!-- Footer -->
<div id="footer-wrapper">
<div id="footer" class="container">
Feel free to contact ERGS by emailing <b>scopatz</b> <i>(AT)</i> <b>cec.sc.edu</b>.
</div>
<div id="copyright" class="container">
<ul class="links">
<li><img src="static/logo-curves.svg" height="100px" style="vertical-align:bottom;" /></li>
<li>© Anthony Scopatz. All rights reserved.</li>
<li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</div> <!-- Footer -->
</div> <!-- page-wrapper -->
<!-- Scripts -->
<script src="static/js/jquery.min.js"></script>
<script src="static/js/jquery.dropotron.min.js"></script>
<script src="static/js/skel.min.js"></script>
<script src="static/js/skel-viewport.min.js"></script>
<script src="static/js/util.js"></script>
<!--[if lte IE 8]><script src="static/js/ie/respond.min.js"></script><![endif]-->
<script src="static/js/main.js"></script>
</body>
</html>