forked from old-jekyll-templates/Strata-Jekyll-Theme
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
69 lines (61 loc) · 3.81 KB
/
index.html
File metadata and controls
69 lines (61 loc) · 3.81 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="fonts/css/all.css"/>
<link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
<link rel="canonical" href="https://html5-templates.com/" />
<script src="https://code.jquery.com/jquery-1.12.4.js"></script>
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<script src="script.js"></script>
<link rel="stylesheet" type="text/css" href="style.css" />
<title>Kyle Hogan</title>
</head>
<body>
<div id="desktop">
<div class="window activeWindow" data-title="About Me">
<img src="me.jpg" alt="Kyle Hogan" style="float:left;max-width:30%;height:auto;margin:10px 10px 10px 10px;">
<p> I am currently PhD student at MIT advised by Professor Srini Devadas. My interests are primarily in applied cryptography, network security, side channels, technology policy, and anonymous communication.
</p>
<p>Outside of research, my hobbies include: </p>
<p>
<ul class="fa-ul">
<li><i class="fa fa-biking" style="color:#36c8a4"></i>Cycling</li>
<li><i class="fa fa-beer" style="color:#36c8a4"></i>Homebrew</li>
<li><i class="fa fa-book" style="color:#36c8a4"></i>Books</li>
<li><i class="fa fa-hiking" style="color:#36c8a4"></i>Hiking</li>
<li><i class="fa fa-gamepad" style="color:#36c8a4"></i>Games</li>
</ul>
</p>
<a href="https://html5-templates.com/" rel="nofollow" target="_blank" id="templateLink">© HTML5-Templates.com</a>
</div>
<div class="window minimizedWindow" data-title="Resume">
<embed src="resume.pdf" width="100%" />
</div>
<div class="window minimizedWindow" data-title="Projects">
<p>My primary ongoing projects are in the areas of anonymous communication, privacy in internet protocols, and data privacy.</p>
<h2>Interection Attacks</h2>
<p></p>
<h3>Improved Path Selection on Overlay Networks</h3>
<p></p>
<h2>Privacy Preserving Online Advertising</h2><p></p>
<p>For a listing of past publications please see my Google scholar <a href="https://scholar.google.com/citations?user=YfbA4G0AAAAJ&hl=en">profile</a>.</p>
</div>
<div class="window minimizedWindow" data-title="Contact">
<p>I'm reachable at: <b> klhogan [at] mit [dot] edu </b></p>
</div>
<div class="window minimizedWindow" data-title="Reading">
<p>Some of my favorite speculative fiction short stories:</p>
<p><a href="http://strangehorizons.com/fiction/the-algorithms-for-love/">“The Algorithms for Love”</a> - Ken Liu</p>
<p><a href="https://archive.org/details/195508IF0000">“Franchise”</a> - Isaac Asimov </p>
<p><a href="https://www.theregister.com/2001/01/10/the_reg_brings_you_more/">“An End to Hunger”</a> - China Miéville </p>
<p><a href="http://www.slate.com/articles/technology/future_tense/2016/04/mika_model_a_new_short_story_from_paolo_bacigalupi.html">“Mika Model”</a> - Paolo Bacigalupi</p>
<p><a href="http://www.lightspeedmagazine.com/fiction/flower-mercy-needle-chain/">“Flower, Mercy, Needle, Chain”</a> and <a href="http://www.lightspeedmagazine.com/fiction/swanwatch/">“Swanwatch”</a> - Yoon Ha Lee </p>
</div>
<div id="taskbar">
</div>
<!-- You can use this template freely if you leave a visible link to HTML5-Templates.com -->
</div>
</body>
</html>