-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
80 lines (75 loc) · 3.46 KB
/
index.html
File metadata and controls
80 lines (75 loc) · 3.46 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3"
crossorigin="anonymous">
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.6.0/font/bootstrap-icons.css">
<script src='https://kit.fontawesome.com/a076d05399.js'
crossorigin='anonymous'></script>
<title>Alan Seed</title>
</head>
<body>
<nav class="navbar navbar-expand-sm navbar-light bg-light p-1 m-1">
<div class="navbar-nav nav-tabs">
<a class="nav-item nav-link active" href="index.html">Home</a>
<a class="nav-item nav-link"
href="assets/Work-Experience.html">Experience</a>
<a class="nav-item nav-link" href="assets/Research.html">Research</a>
<a class="nav-item nav-link" href="assets/Projects.html">Projects</a>
</div>
</nav>
<div class="row">
<div class="col-sm-6">
<div class="card p-1 m-1">
<img src="assets/Alan-Seed.jpg">
</div>
</div>
<div class="col-sm-6">
<div class="card p-1 m-1 bg-light">
<h5 class="card-title">Summary</h5>
<p class="card-text">
I am a scientist with experience in radar rainfall estimation, nowcasting, and developing stochastic space-time models for rainfall that are based on multiplicative cascades. I have a proven ability to communicate complex mathematics and analysis in a clear style at a level of detail that is appropriate for the audience. I have a passion for mentoring junior colleagues and have enjoyed co-supervising post graduate students at Australian and International Universities. I strive to make the systems that I develop good enough to be useful in operational situations.
</p>
</div>
<div class="card p-1 m-1 bg-light">
<h5 class="card-title">Contact Details</h5>
<table class="table table-striped">
<tbody>
<tr>
<td><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20"
fill="currentColor" class="bi bi-envelope"
viewBox="0 0 16 16">
<path
d="M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4zm2-1a1 1 0 0 0-1 1v.217l7 4.2 7-4.2V4a1 1 0 0 0-1-1H2zm13 2.383-4.758 2.855L15 11.114v-5.73zm-.034 6.878L9.271 8.82 8 9.583 6.728 8.82l-5.694 3.44A1 1 0 0 0 2 13h12a1 1 0 0 0 .966-.739zM1 11.114l4.758-2.876L1 5.383v5.73z" />
</svg></td>
<td>a.seed@griffith.edu.au</td>
</tr>
<tr>
<td><i class="bi bi-linkedin" role="img" aria-label="LinkedIn">
</td>
<td><a href="https://www.linkedin.com/in/alan-seed-423b131a9/">
Alan Seed</a></td>
</tr>
<tr>
<td><img src="assets/ResearchGate_icon_SVG.svg"
style="height: 20px;"></td>
<td><a href="https://www.researchgate.net/profile/Alan-Seed">Alan
Seed</a></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
crossorigin="anonymous"></script>
</body>
</html>