-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEducation.html
More file actions
110 lines (95 loc) · 3.9 KB
/
Education.html
File metadata and controls
110 lines (95 loc) · 3.9 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
<!DOCTYPE html>
<html lang="en"> <!--- Header --->
<head>
<title>
Greg Furlich Education
</title>
<meta itemprop="description" name="description" content="B.S. in Physics from Michigan Technological University and M.S. and Ph.D in Physics from University of Utah." />
<meta name="author" content="Greg Furlich">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/assets/main.css">
<link rel="icon" href="/favicon.png" type="image/png">
<link rel="stylesheet" href="https://code.cdn.mozilla.net/fonts/fira.css">
<link href="https://fonts.googleapis.com/css?family=Fira+Sans" rel="stylesheet">
<meta name="msvalidate.01" content="BC72728F899DD0C341E344FFDDC4BEB8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body><header>
<nav>
<div class="topnav">
<a href="/">
<p>
<h> Greg Furlich</h>
</p>
</a>
<div class="topnav-right">
<a href="/Research.html"><p>Research</p></a>
<a href="/Education.html"><p>Education</p></a>
<a href="/Projects.html"><p>Projects</p></a>
<a href="/Hobbies.html"><p>Hobbies</p></a>
<a href="/Photography.html"><p>Photography</p></a>
<a href="https://www.colorado.edu/center/nsi/greg-furlich"><p><img id="CU" src="/assets/logos/cub.png" height=30vw></p></a>
<a href="https://github.com/gfurlich/"><p><img id="github" src="/assets/logos/github.png" height=30vw></p></a>
<a href="https://www.linkedin.com/in/greg-furlich/"><p><img id="linkedin" src="/assets/logos/in.png" height=30vw></p></a>
<a href="mailto:greg.furlich@colorado.edu"><p><img id="mzil" src="/assets/logos/mail.png" height=30vw></p></a>
</div>
</div>
</nav>
</header>
<main class="page-content" aria-label="Content">
<div class="wrapper">
<article class="post">
<!-- <header class="post-header">
<h1 class="post-title">Greg Furlich Education</h1>
</header> -->
<div class="post-content">
<div style="height: 10vh"></div>
<h1>Education</h1>
<div class="row">
<div class="lcolumn">
<a href="https://www.utah.edu/"><img src="assets/logos/uofu_medallion.png" alt="UofU" style="width:10vw" /></a>
</div>
<div class="rcolumn">
<div style="height: 2vh"></div>
<div>
<hblue class="alignleft">Doctorate of Philosophy, <i>Physics</i></hblue>
<hsblue class="alignright">Fall 2014 - Summer 2020</hsblue>
<div style="clear: both;"></div>
<hblue class="alignleft">Master of Science, <i>Physics</i></hblue>
<hsblue class="alignright">Fall 2014 - Summer 2018</hsblue>
<div style="clear: both;"></div>
</div>
<bp>University of Utah, Salt Lake City, UT</bp>
</div>
</div>
<div class="row">
<div class="lcolumn">
<a href="http://www.mtu.edu/"><img src="assets/logos/mtu_black.png" alt="MTU" style="width:10vw" /></a>
</div>
<div class="rcolumn">
<div style="height: 2vh"></div>
<div>
<hblue class="alignleft">Bachelor of Science, <i>Physics</i></hblue>
<hsblue class="alignright">Fall 2010 - Spring 2014</hsblue>
</div>
<div style="clear: both;"></div>
<bp>Michigan Technological University, Houghton, MI</bp>
<br />
<bp>Honors: Magna Cum Laude</bp>
<br />
<bp>Minors: German and Mathematical Science</bp>
</div>
</div>
</div>
</article>
</div>
</main><footer class="site-footer h-card">
<data class="u-url" href="/"></data>
<!--- Footer Content --->
© Greg Furlich 2026 <br>
All Rights Reserved<br>
</footer>
</body>
</html>