-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
241 lines (217 loc) · 8.95 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-120354926-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-120354926-2');
</script>
<meta name="referrer" content="always" />
<meta charset="utf-8">
<title>Richard Slocum</title>
<!--add required stylesheet-->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css">
<link href="https://fonts.googleapis.com/css?family=Cairo" rel="stylesheet">
<link href="css/main.css">
<style>
body {
height: 100%;
padding: 20px;
margin: 20px;
font-family: Times, sans-serif;
}
.map {
padding: 10px;
cursor: pointer;
}
.image {
display: block;
width: 100%;
height: auto;
}
.overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: auto;
opacity: .8;
background-color: rgba(0, 7, 10, 0.3);
transition: .5s ease;
}
.overlay:hover {
opacity: 1;
background-color: rgba(255, 255, 255, 0.3);
box-shadow: 0px 0px 50px rgb(255, 255, 255);
z-index:0;
}
.text {
color: #ffffff;
font-size: 18px;
font-weight: bold;
text-shadow: 0 0 5px black;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: rgba(0,0,0,.5);
border-radius: 10px 10px 10px 10px;
box-shadow: 0px 0px 50px rgba(0,0,0,1);
}
.projtitle {
color: #f58820;
opacity: 0.9;
font-weight: 900;
}
</style>
<!--add required javascript-->
<!-- Bootstrap core JavaScript -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.min.js"></script>
</head>
<body>
<!-- Page Content -->
<div class="container">
<!-- Page Header -->
<!--justify-content-center to center columns (col-*) inside row-->
<div class="row">
<div class=".col-lg-4">
<img width="200px" src="img/profprofpic.jpg">
</div>
<div class=".col-lg-8" style="padding-left: 30px;">
<h2>Richard Slocum</h2>
<hr>
<h4> PhD Student, Oregon State University</h4>
<h4> Civil Engineering: Geomatics</h4>
<h5><a href="mailto:[email protected]">[email protected]</a></h5>
<hr>
</div>
</div>
<div class="row text-center">
<div class="col-12">
<hr>
<h1 style="font-weight: bold;">Web Visualization Portfolio</h1>
</div>
</div>
<hr>
<!--mx-auto for centering inside flex elements-->
<div class="row mx-auto text-center">
<div class="col-md-4 col-lg-4 map" style="cursor: pointer;" onclick="window.location = 'https://hokiespurs.github.io/buck-island-ortho-map/'">
<img src="img/buck.gif" class="image"/>
<div class="overlay">
<div class="text"><h3 class="projtitle">UAS Map</h3>
<small>Buck Island, USVI</small>
</div>
</div>
</div>
<div class="col-md-4 col-lg-4 map" style="cursor: pointer;" onclick="window.location = 'http://research.engr.oregonstate.edu/lidar/pointcloud/divicarina/'">
<img src="img/potreesfm.gif" class="image">
<div class="overlay">
<div class="text"><h3 class="projtitle">Potree SfM</h3>
<small>Pointcloud + Images</small>
</div>
</div>
</div>
<div class="col-md-4 col-lg-4 map" style="cursor: pointer;" onclick="window.location = 'https://hokiespurs.github.io/uasortho/'">
<img src="img/ortho.gif" class="image">
<div class="overlay">
<div class="text"><h3 class="projtitle">UAS Footprint</h3>
<small>Interactive camera footprint</small>
</div>
</div>
</div>
</div>
<div class="row mx-auto text-center">
<div class="col-md-4 col-lg-4 map" style="cursor: pointer;" onclick="window.location = 'http://www.cormorantanalytics.com/perfectcurator/gigapixel/bestlight.html'">
<img src="img/giga.gif" width="300" class="image">
<div class="overlay">
<div class="text"><h3 class="projtitle">µGigaPixel</h3>
<small>CNC Based Gigapixel</small>
</div>
</div>
</div>
<div class="col-md-4 col-lg-4 map" style="cursor: pointer;" onclick="window.location = 'https://hokiespurs.github.io/usvi-watermark-2017/'">
<img src="img/watermark.gif" class="image">
<div class="overlay">
<div class="text"><h3 class="projtitle">Storm Surge Map</h3>
<small>Post hurricanes Maria and Irma</small>
</div>
</div>
</div>
<div class="col-md-4 col-lg-4 map" onclick="window.location = 'https://github.com/hokiespurs/learnbook/blob/leastsquares/learnbook.pdf'">
<img src="img/learnbook.png" class="image">
<div class="overlay">
<div class="text"><h3 class="projtitle">Learnbook</h3>
<small>Informal textbook</small>
</div>
</div>
</div>
</div>
<div class="row mx-auto text-center">
<div class="col-md-4 col-lg-4 map" style="cursor: pointer;" onclick="window.location = 'https://github.com/hokiespurs/geocontour/'">
<img src="img/hood.gif" class="image">
<div class="overlay">
<div class="text"><h3 class="projtitle">D3 Contour Map</h3>
<small>Visualization of Mt Hood</small>
</div>
</div>
</div>
<div class="col-md-4 col-lg-4 map" style="cursor: pointer;" onclick="window.location = 'https://hokiespurs.github.io/airportmap/'">
<img src="img/airport.png" class="image">
<div class="overlay">
<div class="text"><h3 class="projtitle">Airport Map</h3>
<small>US Map of airports</small>
</div>
</div>
</div>
<div class="col-md-4 col-lg-4 map" style="cursor: pointer;" onclick="window.location = 'https://github.com/hokiespurs/general-purpose-matlab'">
<img src="img/matlab.png" class="image">
<div class="overlay">
<div class="text"><h3 class="projtitle">Matlab Scripts</h3>
<small>General Purpose Functions</small>
</div>
</div>
</div>
</div>
<div class="row mx-auto text-center">
<div class="col-md-4 col-lg-4 map" style="cursor: pointer;" onclick="window.location = 'http://www.cormorantanalytics.com/corvo.html'">
<img src="img/infrastructureGiga.gif" class="image">
<div class="overlay">
<div class="text"><h3 class="projtitle">Bridge Gigapixel</h3>
<small>Pan-tilt based Gigapixel</small>
</div>
</div>
</div>
<div class="col-md-4 col-lg-4 map" style="cursor: pointer;" onclick="window.location = 'http://www.cormorantanalytics.com/perfectcurator/pointcloud/mudman.html'">
<img src="img/mudman.gif" class="image">
<div class="overlay">
<div class="text"><h3 class="projtitle">3D Pointcloud</h3>
<small>SfM Figurine Pointcloud</small>
</div>
</div>
</div>
<div class="col-md-4 col-lg-4 map" style="cursor: pointer;" onclick="window.location = 'https://github.com/OSU-Geomatics/OregonState_DLM'">
<img src="img/dlm.jpg" class="image">
<div class="overlay">
<div class="text"><h3 class="projtitle">Learning Module</h3>
<small>Response Spectrum Device</small>
</div>
</div>
</div>
</div>
<hr>
<footer class="container">
<div class="row justify-content-center align-items-center">
<p> © Richard Slocum, Oregon State University, 2019 </p>
</div>
</footer>
</div>
</body>
</html>