-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
67 lines (51 loc) · 3.77 KB
/
index.html
File metadata and controls
67 lines (51 loc) · 3.77 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Connor Glosser</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-light.css">
<meta name="viewport" content="width=device-width">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>Connor Glosser</h1>
<p>"If it's worth doing, it's worth overdoing."</p>
<p>PhD student in physics & electrical engineering</p>
<p>Location: <a href="https://www.google.com/maps/place/Biomedical+and+Physical+Sciences/@42.723931,-84.478399,17z/data=!3m1!4b1!4m5!3m4!1s0x8822c2868facb4d1:0x93bcc70e59e39e6a!8m2!3d42.7239271!4d-84.4762103">East Lansing, MI</a></p>
<p>Contact: <a href="mailto:glosser1@gmail.com">glosser1@gmail.com</a></p>
<p>Github: <a href="https://github.com/cglosser">@cglosser</a></p>
</header>
<section>
<h3>
<a id="welcome" class="anchor" href="#welcome" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Welcome!</h3>
<p>This automatic page generator is the easiest way to create beautiful pages for all of your projects. Author your page content here <a href="https://guides.github.com/features/mastering-markdown/">using GitHub Flavored Markdown</a>, select a template crafted by a designer, and publish. After your page is generated, you can check out the new <code>gh-pages</code> branch locally. If you’re using GitHub Desktop, simply sync your repository and you’ll see the new branch.</p>
<h3>
<a id="about" class="anchor" href="#about" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>About me</h3>
<p>I'm currently a Ph.D candidate at <a href="https://msu.edu/">Michigan State University</a> pursuing a dual degree between physics and electrical engineering. I enjoy playing board and RPG games with my friends, long–distance cycling tours, writing letters, and generally having a good time. I'm also pretty passionate about science, education, software (and how we build it), and libre culture.</p>
<h3>
<a id="research" class="anchor" href="#research" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>My research</h3>
<p>My PhD work has largely focused on using computers to investigate active media—systems with internal degrees of freedom that interact through some radiative process. In particular I've built a software package called <a href="https://github.com/cglosser/QuEST">QuEST</a> to model the electromagnetic interactions between quantum dots.
<h4>Selected publications</h4>
<ul>
<li>Collective Rabi dynamics of electromagnetically coupled quantum–dot ensembles. <a href="https://journals.aps.org/pra/abstract/10.1103/PhysRevA.96.033816">Phys. Rev. A 96, 033816</a> — Published 8 September 2017</li>
<li>Computational dynamics of acoustically driven microsphere systems. <a href="https://journals.aps.org/pre/abstract/10.1103/PhysRevE.93.013305">Phys. Rev. E 93, 013305</a> — Published 15 January 2016</li>
</ul>
</p>
<p></p>
<h3>
<a id="contact" class="anchor" href="#contact" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Contact</h3>
<p>Email is by far the easiest way to get in touch with me. If there's anything you'd like to talk about, please feel free to drop me a line!</p>
</section>
<footer>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>