-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
119 lines (92 loc) · 4.77 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Home – Jack Tarricone</title>
<!-- Meta -->
<meta name="description" content="Jack Tarricone – ">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Social -->
<meta property="og:type" content="article"/>
<meta property="og:title" content="Home"/>
<meta property="og:description" content=""/>
<meta property="og:site_name" content="Jack Tarricone" />
<meta property="og:url" content="/../"/>
<meta property="og:image" content="/images/avatar_small.jpeg"/>
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Home">
<meta name="twitter:description" content="">
<meta name="twitter:url" content="/../">
<meta name="twitter:image" content="/images/avatar_small.jpeg">
<!-- Feed -->
<!-- CSS -->
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Open+Sans:regular,bold">
<link rel="stylesheet" type="text/css" href="/theme/css/w3.css">
<link rel="stylesheet" type="text/css" href="/theme/css/style.css">
<link rel="stylesheet" type="text/css" href="/theme/css/jqcloud.css">
<link rel="stylesheet" type="text/css" href="/theme/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="/theme/css/pygments-highlight-github.css">
<!-- Icon -->
<link rel="shortcut icon" type="image/x-icon" href="/images/favicon.png">
<!-- JavaScript -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
<script src="/theme/js/jqcloud.min.js"></script>
</head>
<body>
<div class="w3-row w3-card w3-white">
<header id="header">
<a href="" id="header-logo" title="Home">JT</a>
<nav id="header-menu">
<ul>
<li class="active" ><a href="/../">Home</a></li>
<li><a href="/pages/cv.html">CV</a></li>
<li><a href="/pages/publications-conferences.html">Publications & Conferences</a></li>
<li><a href="/pages/research.html">Research</a></li>
<li><a href="/pages/software.html">Software</a></li>
<li><a href="/pages/agu-2021-poster.html">AGU 2021 Poster</a></li>
</ul>
</nav>
</header>
</div>
<br><br><br>
<article>
<header class="w3-container col-main">
<h1>Home</h1>
<div class="post-info">
<div class="w3-opacity w3-margin-right w3-margin-bottom" style="flex-grow: 1;">
</div>
</div>
</header>
<br>
<div class="col-main w3-container">
<section id="content">
<p><img alt="MyImage" src="/images/website_pic.png" style="float: left; padding-right: 50px; width: 400px"></p>
<p>My name is Jack Tarricone. I’m a Ph.D. student in the <a href="https://www.computationalmountainstudies.com/" target="_blank">Computational Mountain Studies Lab</a>, in the <a href="https://www.unr.edu/hydrologic-sciences" target="_blank">Graduate Program of Hydrologic Sciences</a>, at the University of Nevada, Reno. My research focuses on optimizing and utilizing remote sensing techniques to estimate snowpack properties and fluxes at various space and time scales. I’m currently funded by the <a href="https://snow.nasa.gov/campaigns/snowex" target="_blank">NASA SnowEx</a> campaign, a nationwide effort to advance our understanding of snow remote sensing. I received my B.A. <em>magna cum laude</em> in Geography from the University of Colorado, Boulder.</p>
<p>Email:<br>
<a href = "mailto: jtarricone@nevada.unr.edu">jtarricone@nevada.unr.edu</a></p>
<p style="text-align:center;"">
<a href="https://github.com/jacktarricone/" target="_blank">
<img src="/images/github.png" alt="https://github.com/jacktarricone/" width="60" height="60">
</a>
<a href="https://twitter.com/jack_tarricone" target="_blank">
<img src="/images/twitter.png" alt="https://twitter.com/jack_tarricone" width="60" height="60">
</a>
<a href="https://www.linkedin.com/in/jack-tarricone-b5170b109/" target="_blank">
<img src="/images/linkedin_crop.png" alt="https://www.linkedin.com/in/jack-tarricone-b5170b109/" width="60" height="60">
</a>
<a href="https://scholar.google.com/citations?user=ODMq6M4AAAAJ&hl=en&authuser=1" target="_blank">
<img src="/images/google-scholar.svg" alt="https://scholar.google.com/citations?user=ODMq6M4AAAAJ&hl=en&authuser=1" width="60" height="60">
</a>
</p>
</section>
<br><br><br>
</div>
</article>
<footer id="footer">
<div id="footer-copyright" class="w3-center w3-small w3-text-grey w3-padding-48">
<span>© 2021-2022 Jack Tarricone </span>
</div>
</footer>
</body>
</html>