-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
158 lines (121 loc) · 5.31 KB
/
Copy pathindex.html
File metadata and controls
158 lines (121 loc) · 5.31 KB
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
<!DOCTYPE HTML>
<!--
Prologue by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Ted Langhorst</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<!-- Template CSS -->
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="is-preload">
<!-- Header -->
<div id="header">
<div class="top">
<!-- Logo -->
<div id="logo">
<span class="image avatar48"><img src="images/avatar.png" alt="" /></span>
<h1 id="title">Theodore (Ted)<br />Langhorst</h1>
<p>Fluvial Geomorph<br />Remote Sensing<br />Deep Learning</p>
</div>
<!-- Nav -->
<nav id="nav">
<ul>
<!-- <li><a href="#top" id="top-link"><span class="icon solid fa-home">Intro</span></a></li> -->
<li><a href="#about" id="about-link"><span class="icon solid fa-user">About Me</span></a></li>
<li><a href="#projects" id="projects-link"><span class="icon solid fa-th">Projects</span></a></li>
<li><a href="#cv" id="portfolio-link"><span class="icon solid fa-newspaper">CV</span></a></li>
</ul>
</nav>
</div>
<div class="bottom">
<!-- Social Icons -->
<ul class="icons">
<li><a href="http://github.com/tedlanghorst" class="icon brands fa-github"></a></li>
<li><a href="https://scholar.google.com/citations?user=IltBbpcAAAAJ" class="icon brands fa-google"></a></li>
<li><a href="https://orcid.org/0000-0003-0366-4809" class="fa fa-user-circle"></a></li>
</ul>
</div>
</div>
<!-- Main -->
<div id="main">
<!-- Intro -->
<section id="top" class="one dark cover">
<div class="container">
<header>
<h2 class="alt" , style="color:#222629; font-weight:500">
Hi, I'm Ted Langhorst. <br />
</h2>
</header>
<footer>
<a href="#about" class="button scrolly">About</a>
</footer>
</div>
</section>
<!-- About Me -->
<section id="about" class="three">
<div class="container">
<header style="text-align:left; margin-bottom: 0.5em;">
<h2>About Me</h2>
</header>
<p style="text-align:left; margin-top: 0.5em;">
I'm a postdoctoral researcher at the University of Massachusetts Amherst using remote sensing and
deep learning to better understand water resources. My work spans the disciplines of hydrology,
geomorphology, and environmental science. I grew up in Columbus, Ohio, just a few miles from Ohio
State's campus, where I studied Geophysics. As an undergraduate, I started research by building a
hydrodynamic model of the Olentangy River, a small, urban stream that flows through the city. A
few years later, I started a Master's and PhD at the University of North Carolina at Chapel Hill
working on large rivers all over the world.
</p>
<div class="image featured" style="position:relative; display:inline-block; width:100%;">
<a class="image featured"><img src="images/Sag/DSC_0423_crop.JPG" alt="" /></a>
</div>
</section>
<!-- Projects -->
<section id="projects" class="two">
<div class="container">
<header style="text-align:left; margin-bottom: 1.0em;">
<h2>Projects</h2>
</header>
<div class="row" id="projects-container">
<!-- Projects will be loaded here by JavaScript -->
</div>
</div>
</section>
<!-- CV -->
<section id="cv" class="four">
<div class="container">
<iframe src="images/LanghorstCV.html" width="70%" height="3600px" style="border: none;"></iframe>
</div>
</section>
</div>
<!-- Footer -->
<div id="footer">
<!-- Copyright -->
<ul class="copyright">
<li>© Ted Langhorst. All rights reserved.</li>
<li>Design modified from: <a href="https://html5up.net/prologue">HTML5 UP</a></li>
</ul>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.scrollex.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>
<script src="https://cdn.jsdelivr.net/npm/js-yaml@4.1.0/dist/js-yaml.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
<script src="assets/js/modalLoader.js"></script>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.12.9/dist/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
</body>
</html>