-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
53 lines (41 loc) · 1.83 KB
/
Copy pathindex.html
File metadata and controls
53 lines (41 loc) · 1.83 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles.css">
<div class="topnav">
<a class="active">Home</a>
<a href="contact.html">Contact</a>
<a href="research.html">Research</a>
</div>
<title>Joseph Adams</title>
</head>
<body>
<div class="central-div">
<div class="row">
<div class="column left">
<div id="name">
<h1>Joseph Adams</h1>
<h4>He/Him</h4>
</div>
<div id="disclaimer">
<p>This website is a work in progress!</p>
</div>
</div>
<div class="column right">
<img src="web_me.jpg">
</div>
</div>
<hr>
<div id="phd">
As of September 2025, I am a Ph.D. student in the Theory Group at the <a href="https://www.birmingham.ac.uk/research/centres-institutes/research-in-computer-science/theory-of-computation">University of Birmingham</a>. <br>
I am working under the supervision of <a href="https://www.birmingham.ac.uk/staff/profiles/computer-science/academic-staff/escardo-martin">Martín Escardó</a>
and <a href="https://www.birmingham.ac.uk/staff/profiles/computer-science/academic-staff/finster-eric">Eric Finster</a>.
</div>
<div>
<h3>Personal Interests</h3>
Outside of research, I enjoy learning ballroom and Latin American styles of dancing; I went to classes for 2 years, but I now do it in my own time. <br>
I am very interested in insects - and arthropods in general - of all kinds; I preserve naturally dead specimens whenever I can find them, but more often, I like to take photos of insects and add them to my list of species to find.
</div>
</div>
</body>
</html>