-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
193 lines (129 loc) · 4.3 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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
<!DOCTYPE html>
<html>
<head>
<meta name="generator" content="Hugo 0.110.0-DEV">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="Author" content="Bryan Ford">
<title>
Bryan Ford's Home Page
</title>
<link rel="shortcut icon" href="/img/favicon.ico"
type="image/x-icon" />
</head>
<body
bgcolor="#d7dfed"
>
<center>
<table style="background:white;padding:1px;border-spacing:5px">
<tr><td style="text-align:center">
<font color=black>
<a href="/"><font color=blue>Home</font></a> -
<a href="/topics"><font color=blue>Topics</font></a> -
<a href="/pub"><font color=blue>Papers</font></a> -
<a href="/talk"><font color=blue>Talks</font></a> -
<a href="/thesis"><font color=blue>Theses</font></a> -
<a href="/post"><font color=blue>Blog</font></a> -
<a href="/cv.pdf"><font color=blue>CV</font></a> -
<a href="/album/"><font color=blue>Photos</font></a> -
<a href="/funny/"><font color=blue>Funny</font></a>
</font>
</td></tr></table>
</center>
<p>
<main aria-role="main">
<header class="homepage-header">
<h1></h1>
</header>
<div class="homepage-content">
<center><h1>Bryan Ford</h1></center>
<div style="display: flex; flex-flow: row wrap; align-items: center">
<div style="flex: 1 1 200px; padding: 10px; min-width: 300px">
<h3>Contact</h3>
<table valign=middle cellspacing=5>
<tr> <td><b>E-mail:</b>
<td><a href="mailto:"><img src="img/eaddr.png" width="125px" border=0></a>
<tr> <td><b>Phone:</b>
<td>+41 21 693 28 73
<tr> <td><b>Twitter:</b>
<td><a href="https://twitter.com/brynosaurus">@brynosaurus</a>
<tr> <td><b>PGP/GPG:</b>
<td> <a href="gpg/A00824ED.asc">A00824ED</a>
<a href="gpg/CFEFE77F.asc">CFEFE77F</a>
</table>
<h3>Work</h3>
<ul>
<li> <a href="https://dedis.epfl.ch/">DEDIS lab at EPFL</a>
<li> <a href="cv.pdf">Curriculum Vitae</a>
<li> <a href="pub">Papers</a>
– <a href="topics">Topics</a>
– <a href="thesis">Theses</a>
<li> <a href="http://scholar.google.com/citations?user=TwyzQP4AAAAJ">
Google Scholar</a>
<li> <a href="work">Old Projects</a>
</ul>
<h3>Personal</h3>
<p>
<ul>
<li>
<a href="post">Blog</a> on random topics</li>
<li>
<a href="album">Photos</a> from when I had time</li>
<li>
<a href="funny">Humor</a> collected from the net</li>
</ul>
</div>
<div style="flex: 1 1 200px; padding: 10px; min-width: 300px">
<img SRC="img/ford-epfl.jpg" border=1 alt="Photo of Bryan Ford" width=100%>
<p>
<i>
Two Principles of Deadlines:<br>
1. All deadlines converge on the same day—Deadline Day.<br>
2. Every day is Deadline Day.<br>
</i>
</center>
</div>
<div style="flex: 1 1 200px; padding: 10px; min-width: 300px">
<h3>Brief Bio</h3>
<p>
Prof. Bryan Ford leads the
<a href="https://dedis.epfl.ch/"
>Decentralized/Distributed Systems (DEDIS) lab</a> at the
<a href="http://epfl.ch/"
>Swiss Federal Institute of Technology in Lausanne (EPFL)</a>.
He focuses broadly on building secure decentralized systems,
including privacy and anonymous communication, systems security,
and blockchain technology.
Since earning his Ph.D. at <a href="http://pdos.csail.mit.edu">MIT</a>,
Ford has held faculty positions at
<a href="https://dedis.cs.yale.edu">Yale University</a> and EPFL.
<h3>Opportunities</h3>
<p>
The DEDIS lab is always open to highly talented potential group members.
Prospective Ph.D. students are encouraged to apply to
<a href="https://phd.epfl.ch/edic">the EDIC program</a>.
Prospective summer interns, please apply to
<a href="https://ic.epfl.ch/SummerAtEPFL">Summer@EPFL</a>.
Applicants for postdoc, software engineering,
or non-summer intern positions,
and for other DEDIS lab inquiries, please E-mail:
<center>
<a href="mailto:"><img src="img/deaddr.png" width="92px" vspace="2px" border=0>
</center>
</div>
</div>
</div>
<div>
</div>
</main>
<br clear=all>
<hr>
<table style="width:100%;padding:10pt"><tr>
<td align="left">
</td>
<td align="right">
<a href="https://bford.info/">Bryan Ford</a>
</td>
</tr></table>
</body>
</html>