-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
60 lines (42 loc) · 2.53 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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="mysite.css">
</head>
<body>
<!-- Menu Bar -->
<div class="topnav">
<a class="active" href="index.html">Home</a>
<a href="papers.html">Papers</a>
<a href="projects.html">Projects</a>
<!--<a href="resources.html">Resources</a>-->
<!--<a href="topics.html">Topics</a>-->
<!--<a href="talks.html">Talks</a>-->
<a href="articles.html">Blog</a>
<a href="about.html">About</a>
</div>
<h1>Nic Fox</h1>
I'm a Data Scientist specialising in natural language processing (NLP) and an experienced IT Business Analyst with a Computing BSc, Data Science MSc and 20 years experience in the IT industry.
<br><br>
I'm currently in my third year of a Criminology PhD at the University of Manchester, researching vulnerability and harm experienced by children who go missing in England.
<br><br>
My first study - <a href="https://doi.org/10.1080/10439463.2024.2333561">"Too risky yet not risky enough: the intersecting characteristics, vulnerabilities, harm indicators and guardianship issues associated with seriously harmed missing children"</a> - has been published in the journal <a href="https://www.tandfonline.com/journals/gpas20">Policing and Society</a>.
<br><br>
Tools: Python, R, SQL.
<br><br>
<a class="cv_btn" href="CV_Nicola_Fox_Data_Scientist_Website_Download.pdf" target="_blank">Download CV</a>
<br><br>
<div class="toplink">
<a target="_blank" title="follow me on Mastodon" href="https://fosstodon.org/@nicfox"><img alt="follow me on Mastodon" src="mastodon.png" border=0 style="width:40px;"></a>
<a target="_blank" title="follow me on Twitter" href="https://www.twitter.com/nicfoxds"><img alt="follow me on Twitter" src="twitter.png" border=0 style="width:40px;"></a>
<a target="_blank" title="follow me on github" href="https://github.com/foxnic"><img alt="follow me on github" src="github.png" border=0 style="width:40px;"></a>
<!-- <a href="https://dev.to/nicfoxds"><img src="https://d2fltix0v2e0sb.cloudfront.net/dev-badge.svg" alt="Nic Fox's DEV Profile" style="width:40px;"></a> -->
<a target="_blank" title="follow me on LinkedIn" href="https://www.linkedin.com/in/nicola-fox-b52a6281/"><img alt="follow me on LinkedIn" src="linkedin.png" border=0 style="width:40px;"></a>
</div>
<br>
<font color="#a8a8a8" size="2">Website developed using html, css and github pages</font>
<br>
<div><font color="#a8a8a8" size="2">Icons made by Icons8.com and Pixel perfect from flaticon.com</font></div>
</body>
</html>