-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
101 lines (81 loc) · 4.68 KB
/
index.html
File metadata and controls
101 lines (81 loc) · 4.68 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
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
<!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</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>
<!-- Page Content -->
<div class="container">
<div style="border: none" class="parent">
<!-- Entries Column -->
<div class="child07">
<!-- Main Image -->
<img class="img-responsive" src="T.png" alt=""><br>
<div style="font-family: 'Oswald', sans-serif; font-size: 32px;"><b>Computational Fluid Dynamics + Machine Learning at UoM</b></div><br>
<div style="margin-top:3%; text-align:justify;">
<p>Research in my group lies at the intersection of Computational Fluid Dynamics (CFD) and machine learning. We develop and use these tools to address global challenges, such as clean energy provision. Specific examples of ongoing projects include 1) accurate prediction of nucleate boiling for nuclear fission reactors; 2) magnetohydrodynamics for nuclear fusion blanket design; 3) multi-fidelity modelling of natural convection; 4) generative methods in machine learning for turbulence closure; 5) data-driven RANS modelling. For further info, see <a href="research.html">our research</a>.</p>
<div style="font-family: 'Oswald', sans-serif; font-size: 20px;"><b>Opportunities</b></div><br>
<p> If you're interested in joining the group, get in touch! The department has regular internal scholarships to support outstanding PhD applicants to cover international/home fees and stipend. To be considered for one of these, get in touch, enclosing your CV. Additionally, specific PhD opportunities with existing funding will be advertised (typically on <a href="https://www.findaphd.com">find a PhD</a>). Current PostDoc opportunities will be advertised on <a href="https://www.jobs.ac.uk">jobs.ac.uk</a>. We also frequently host visiting students.</p>
</div>
</div>
<!-- Contact Info on the Sidebar -->
<div class="child03">
<div style="font-family: 'Oswald', sans-serif; font-size: 32px;"><b>Alex Skillen</b></div><br>
<img class="img-responsive" src="profile.jpg" alt=""><br>
<p><b><a href="mailto:alex.skillen@manchester.ac.uk">Email (link)</a></b><br>
<p>Dept. of Fluids and Environment<br>
School of Engineering<br>
University of Manchester<br>
Manchester<br>
UK<br>
</p>
</div>
</div>
</div>
<!-- /.container -->
<!-- Other people may like it too! -->
<a style="color:#b5bec9;font-size:0.8em; float:right;" href="https://github.com/mavroudisv/plain-academic">Plain Academic</a>
</body>
</html>