-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
96 lines (74 loc) · 3.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
<!DOCTYPE html>
<!--
Plain-Academic by Vasilios Mavroudis
Released under the Simplified BSD License/FreeBSD (2-clause) License.
https://github.com/mavroudisv/plain-academic
-->
<html lang="en">
<head>
<title>Greta Shum</title>
<style>body {padding-bottom: 400px;}</style>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<link href='https://fonts.googleapis.com/css?family=Oswald:700' rel='stylesheet' type='text/css'>
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-inverse navbar-static-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li><a href="index.html">Home</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="shum-show.html">Shum Show</a></li>
<li><a href="CV_Greta_Shum.pdf" download="CV_Greta_Shum.pdf" target = "_blank">CV</a></li>
</ul>
</div>
</div>
</nav>
<!-- Page Content -->
<div class="container">
<div class="row">
<!-- Entries Column -->
<!-- <div class="col-md-8" style="height: 100vh;"> -->
<div class="col-md-8">
<!-- Main Image -->
<img class="img-responsive" src="IMG_8166.jpg" alt=""><br>
<div style="margin-top:3%; text-align:justify;">
<p>I'm Greta, a Ph.D. Candidate at the University of Washington in the Department of Atmospheric Sciences as part of the <a href="https://www.atmos.washington.edu/~aswann/LabWebsitePublic/" target = "_blank">Ecoclimate Lab</a> and the UW <a href="https://depts.washington.edu/astrobio/wordpress/" target="_blank">Astrobiology Program</a>. I study the Earth’s climate system and specifically how plants and surface properties interact with the atmosphere.</p>
<p>Understanding this relationship allows us to directly address climate change and it helps us interpret new data about how life might survive on other planets.</p>
</div>
</div>
<!-- Contact Info on the Sidebar -->
<div class="col-md-4">
<div style="font-family: 'Oswald', sans-serif; font-size: 32px;"><b>Greta Shum</b></div><br>
<p><b>gshum at uw.edu</b><br>
<p>Ph.D. Candidate<br>
Atmospheric Sciences Department<br>
University of Washington<br>
Seattle, WA <br>
</p>
</div>
<!-- Links on the Sidebar -->
<div class="col-md-4" style="margin-top:2%">
<dd><a href="https://scholar.google.com/citations?user=5std2QMAAAAJ&hl=en&oi=ao" target="_blank">Google Scholar</a></dd>
<dd><a href="https://twitter.com/gretashum" target = "_blank">Twitter</a></dd>
<dd><a href="https://www.linkedin.com/in/greta-shum/" target = "_blank">LinkedIn</a></dd>
</div>
</div>
</div>
<!-- /.container -->
</body>
</html>