-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbiography.html
More file actions
68 lines (57 loc) · 2.77 KB
/
biography.html
File metadata and controls
68 lines (57 loc) · 2.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
68
<!DOCTYPE html>
<html>
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-J4222H8D03"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-J4222H8D03');
</script>
<meta charset="UTF-8">
<title>Welcome!</title>
<link href="Content/Site3.css" type="text/css" rel="stylesheet" />
</head>
<body>
<div id="page" class="group">
<header>
<p class="title"></p>
<p>
<i> Nic Freeman's </i><br>
University of Sheffield Webpage</i>
</p>
<nav>
<ul>
<li><a href="index.html" title="Information">Home</a></li>
<hr>
<li><a href="research.html" title="Research">Research</a></li>
<li><a href="publications.html" title="Papers">Publications & Code</a></li>
<li><a href="talks.html" title="Talks">Seminars & Conferences</a></li>
<hr>
<li><a href="phd.html" title="Talks">PhD students</a></li>
<li><a href="teaching.html" title="Teaching">Teaching</a></li>
<hr>
<li><a href="biography.html" title="Biography">About me</a></li>
<li><a href="links.html" title="Links">Links</a></li>
</ul>
</nav>
</header>
<section>
<p>
I grew up in <a href="https://www.discoverdartmouth.com/">Dartmouth</a>, on the south coast of England. I was a high-school student at <a href="http://www.tbgs.co.uk/">Torquay Boys Grammar School</a>, and an undergraduate at <a href="http://www.st-annes.ox.ac.uk/">St Anne's College</a>, <a href="http://www.ox.ac.uk/">Oxford</a>.
</p>
<p>
My D.Phil. was supervised by Profs. <a href="http://www.stats.ox.ac.uk/~etheridg/">Alison Etheridge</a> and <a href="">Ben Hambly</a>, from 2009-2012. During this time I was a student of <a href="http://www.st-annes.ox.ac.uk/">St Anne's College</a>, <a href="http://www.ox.ac.uk/">Oxford</a> and a non-stipendiary lecturer at <a href="https://www.spc.ox.ac.uk/">St Peter's College</a>, <a href="http://www.ox.ac.uk/">Oxford</a>.
</p>
<p>
I spent three years as a post-doctoral fellow at the <a href="http://www.bristol.ac.uk/">University of Bristol</a>, before taking a permanent position at the <a href="https://www.sheffield.ac.uk/">University of Sheffield</a> in 2015.
</p>
<img src="images/dartmouth.jpg" border=0 width=300 > </img>
<img src="images/stannes.jpg" border=0 width=300 > </img><br>
<img src="images/bristol.jpg" border=0 width=300 > </img>
<img src="images/sheffield.jpg" border=0 width=300 > </img>
</section>
</div>
</body>
</html>