-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathteam.html
126 lines (100 loc) · 5.3 KB
/
team.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
<!DOCTYPE html>
<!--
Plain-Academic by Vasilios Mavroudis
Released under the Simplified BSD License/FreeBSD (2-clause) License.
https://github.com/mavroudisv/plain-academic
-->
<html lang="en">
<head>
<title>Alex Skillen - Team</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<link href='https://fonts.googleapis.com/css?family=Oswald:700' rel='stylesheet' type='text/css'>
<link href='style.css' rel='stylesheet'>
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Q3YMT9T0GG"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-Q3YMT9T0GG');
</script>
<body>
<!-- Navigation -->
<nav class="navbar navbar-inverse navbar-static-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li><a href="index.html">Home</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="team.html">People</a></li>
<li><a href="https://scholar.google.co.uk/citations?user=9kO45eAAAAAJ&hl=en">Publications (Google Scholar)</a></li>
</ul>
</div>
</div>
</nav>
<div class="container">
<div style="font-family: 'Oswald', sans-serif; font-size: 32px;"><b>The team</b></div><br>
<!--First row -->
<div style="border: none; margin-top:3%" class="parent">
<div class="team">
<img class="img-responsive" src="./people_photos/hamza.jpg" alt="" width="60%"><br>
<div style="font-family: 'Oswald', sans-serif; font-size: 12px;"><b><a href="https://uk.linkedin.com/in/mohammed-sardar">Mohammed Sardar.</a></b></div><br>
Deep generative methods for subgrid turbulence closure.<br><br>
PhD student, 2021-2025
</div>
<div class="team">
<img class="img-responsive" src="./people_photos/andrew.jpg" alt="" width="60%"><br>
<div style="font-family: 'Oswald', sans-serif; font-size: 12px;"><b><a href="https://uk.linkedin.com/in/andrew-mole-113142106">Andrew Mole.</a></b></div><br>
Multi-fidelity modelling in parametric and physical space.<br><br>
Postdoctoral Researcher, 2022-
</div>
<div class="team">
<img class="img-responsive" src="./people_photos/matt.jpg" alt="" width="60%"><br>
<div style="font-family: 'Oswald', sans-serif; font-size: 12px;"><b><a href="https://www.linkedin.com/in/matthew-m-73805893">Matt Meyers.</a></b></div><br>
Data driven models for accurate prediction of nucleate boiling on oxidised surfaces.<br><br>
PhD student on the GREEN CDT, 2022-2026.
</div>
</div>
<hr>
<!--First row -->
<div style="border: none; margin-top:3%" class="parent">
<div class="team">
<img class="img-responsive" src="./people_photos/jake.jpg" alt="" width="60%"><br>
<div style="font-family: 'Oswald', sans-serif; font-size: 12px;"><b><a href="http://www.linkedin.com/in/jake-ineson-250047180">Jake Ineson.</a></b></div><br>
Deep learning of turbulence in magnetohydrodynamic flows for the nuclear fusion industry.<br><br>
PhD student on the Fusion CDT, 2022-2026.
</div>
<!--
<div class="col-sm-4">
<img class="img-responsive" src="./people_photos/jake.jpg" alt="" width="60%"><br>
<div style="font-family: 'Oswald', sans-serif; font-size: 12px;"><b><a href="http://www.linkedin.com/in/jake-ineson-250047180">Jake Ineson.</a></b></div><br>
Deep learning of turbulence in magnetohydrodynamic flows for the nuclear fusion industry.<br><br>
PhD student on the Fusion CDT, 2022-2026.
<hr style="width:50%">
</div>
<div class="col-sm-4">
<img class="img-responsive" src="./people_photos/matt.jpg" alt="" width="60%"><br>
<div style="font-family: 'Oswald', sans-serif; font-size: 12px;"><b><a href="https://www.linkedin.com/in/matthew-m-73805893">Matt Meyers.</a></b></div><br>
Data driven models for accurate prediction of nucleate boiling on oxidised surfaces.<br><br>
PhD student on the GREEN CDT, 2022-2026.
<hr style="width:50%">
</div> -->
</div>
</div>
<hr>
</body>
</html>