-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
148 lines (95 loc) · 3.93 KB
/
index.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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Meta Tag -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- SEO -->
<meta name="description" content="Josie Park, UK Health Security Agency">
<meta name="author" content="Josie Park">
<meta name="url" content="https://JosiePark.github.io/">
<meta name="robots" content="index,follow">
<title>Josie Park</title>
<!-- Favicon -->
<!-- <link rel="shortcut icon" href="images/favicon/favicon.ico">
<link rel="apple-touch-icon" sizes="144x144" type="image/x-icon" href="images/favicon/apple-touch-icon.png"> -->
<!-- All CSS Plugins -->
<!-- Main CSS Stylesheet -->
<!-- All Javascript Plugins -->
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/plugin.css">
</head>
<body>
<!-- Preloader Start -->
<div class="preloader" style="display: none;">
<p>Loading...</p>
</div>
<!-- Preloader End -->
<!-- Menu Section Start -->
<header id="home">
<section id="name">
<div class="container">
<h1> Josie Park </h1>
</div>
</section>
</header>
<!-- Menu Section End -->
<!-- About Start -->
<section id="about"> <!-- class="section-space-padding"> -->
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="section-title">
<h2>About</h2>
</div>
</div>
</div>
<div class="row">
<div class="col-md-7">
<div class="margin-top-50">
<h3> Summary </h3>
<p style="font-size:20px" align="justify"> I am a Data Science Consultant at Altius with a PhD in Mathematics and Ocean Modelling. My Data Science interests incluce NLP, Time Series Analysis and Dimensionality Reduction. I also am passionate about science communication, particularly climate science. </p>
<h3> History </h3>
<p style="font-size:20px" align="justify"> 2021 - present: Data Scientist, Joint Biosecurity Centre </p>
<p style="font-size:20px" align="justify"> 2020 - 2021: Data Science Consultant, Avanade </p>
<p style="font-size:20px" align="justify"> 2019 - 2020: Data Science Consultant, Altius </p>
<p style="font-size:20px" align="justify"> 2015 - 2019: Mathematics PhD student, Imperial College London. Supervisor: Dr Pavel Berloff </p>
<p style="font-size:20px" align="justify"> 2011 - 2015: MSci Integrated Masters in Mathematics, First Class, University College London. </p>
</div>
</div>
<div class="margin-top-100">
<div class="col-md-5">
<img class="img-circle" src="josie.jpg" alt="" style="margin-top:0px;
margin-bottom:0px;margin-right:30px;width:100%;height:auto">
</div>
</div>
</div>
</div>
</div></section>
<!-- About End -->
<!-- Contact Start -->
<section id="contact" class="about section-space-padding">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="section-title">
<h3>Contact</h3>
</div>
<div class="margin-top-50">
</div>
</div>
</div>
<div class="row">
<p style="font-size:20px" align="center"> Josie Park </p>
<p style="font-size:20px" align="center"> Email: [email protected] </p>
</div>
</section>
<!-- Contact End -->
<footer class="site-footer">
<div class="portfolio text-center">
<p class="powered-by">
</p>
</div>
</footer>
</body>