-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
71 lines (53 loc) · 3.86 KB
/
index.html
File metadata and controls
71 lines (53 loc) · 3.86 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
<!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="impact.html">Impact</a>
<a href="teaching.html">Teaching</a>
<a href="papers.html">Papers</a>
<a href="learning_materials.html">Learning Materials</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>Nicola Fox</h1>
I am a mixed-methods criminologist and final-year PhD candidate at the University of Manchester, with a <a href="https://www.linkedin.com/in/nicola-fox-b52a6281/">professional background</a> in computer science and over 20 years of experience in the IT industry, including leadership roles in data analysis and programme management, working with stakeholders across disciplines and around the world.
<br><br>
My research focuses on missing children, child exploitation, and the use of natural language processing and AI to analyse unstructured, sensitive text data from safeguarding systems in an explainable and sustainable way.
<br><br>
I also <a href="teaching.html">teach undergraduate students on core quantitative criminology modules</a>, equipping them with practical skills in R and Excel for data analysis in real-world criminological contexts.
<br><br>
I co-created the <a href="https://mpih.org.uk/">Missing Persons Information Hub</a> (MPIH), and I am a member of:
<ul>
<li><a href="https://www.npcc.police.uk/">NPCC</a> Missing Persons Expert Reference Group</li>
<li><a href="https://www.missingpeople.org.uk/for-professionals/policy-and-research/policy/coalition-for-missing-children">Coalition for Missing Children</a></li>
<li><a href="https://artemislab.info/">Artificial Intelligence and Text Mining for Social Good</a> (ARTEMIS)</li>
<li><a href="https://www.spritehub.org/about-sprite">SPRITE+</a> - a network bringing together people in research, practice, and policy with a focus on digital contexts</li>
<li>The University of Manchester's Reading Sessions in Quantitative Criminology (RESQUANT)</li>
</ul>
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>
My second study - <a href="https://doi.org/10.1080/30679125.2025.2612199">"SATISFY EASY LADDERS: Accessible machine learning to facilitate analysis of larger sensitive text data samples in criminology</a>" - has been published in the journal <a href="https://www.tandfonline.com/journals/rebj20">Evidence Base</a>.
<br><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 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>