-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
82 lines (65 loc) · 3.56 KB
/
index.html
File metadata and controls
82 lines (65 loc) · 3.56 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
<!DOCTYPE html>
<html lang="en"> <!--- Header --->
<head>
<title>
Greg Furlich
</title>
<meta itemprop="description" name="description" content="Personal Website of Greg Furlich, PhD" />
<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">
<div class="home">
<section>
<div style="height: 12vh"></div>
<div id="logo-container">
<img id="top-gf" src="assets/images/gfurlich_headshot.jpg" alt="Greg Furlich" />
</div>
<div style="height: 10vh"></div>
<!--- About Greg Furlich --->
<bp style="text-align:justifty;display:inline-block;">
Research Faculty and the Space Domain Awareness research lead for the Center for National Security Initiatives at the University of Colorado Boulder. Leads the Data Exploitation Lab for Trusted Autonomy (DELTA) research group. PhD in Physics from the University of Utah with a thesis on the ultraviolet remote sensing of ultra‐high energy cosmic ray interactions within the atmosphere. Prior to NSI, worked as a research scientist at Lockheed Martin Space Systems with a focus on machine learning and algorithm development for a wide breadth of advanced programs and internal research and development (IRAD) projects. Was recognized at Lockheed Martin for innovative research and leading technical contributions. Raised over $1.87 million awards in the past 3.5 years at NSI and was conferred a courtesy appointment with the Aerospace Engineering Sciences at CU Boulder. Research interests include sensors, and sensing, mission data processing, and trusted autonomy.
</bp>
<div style="height: 10vh"></div>
</section>
</div>
</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>