-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphd.html
84 lines (73 loc) · 3.13 KB
/
phd.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
<!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><b> Topics </b></p>
<p>
I am interested in taking PhD students to work on my own research areas,
as well as those with industry focused projects.<br>
<br>
A description of my research interests within probability theory can be found
<a href="research.html"> on this page</a>.
Students interested in doing a PhD with me on these topics will need
a good grasp of real analysis as well as an interest in probability.<br>
<br>
My background, from both academic and consultancy work,
enables me to also become involved in many areas within statistics and machine learning.
I am also interested to (co-)supervise PhD projects based on particular applications of probability.
In this case less mathematical background is required
but competency coding (in Python or C++, preferably) and a good intuition for probability
is nearly always essential.<br>
<br>
Potential applicants should contact me directly.<br>
<br>
You might also be interested in
other members of the <a href="https://sites.google.com/sheffield.ac.uk/probabilitygroup">probability group in Sheffield</a>.
</p>
<p><b>Previous and current students</b></p>
<p>
Navid Mirpoorian - Cryptocurrency trading
(joint with <a href="https://www.sheffield.ac.uk/maths/people/academic/kostas-triantafyllopoulos">Kostas Triantafyllopoulos</a>)<br>
Qianqian Li - Collapse of infrastructure systems
(joint with <a href="https://www.sheffield.ac.uk/civil/research/resources-infrastructure-systems-and-built-environments-discipline">RISE</a>)<br>
</p>
</section>
</div>
</body>
</html>