-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpapers.html
More file actions
58 lines (51 loc) · 2.12 KB
/
papers.html
File metadata and controls
58 lines (51 loc) · 2.12 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
<!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 href="index.html">Home</a>
<a href="impact.html">Impact</a>
<a href="teaching.html">Teaching</a>
<a class="active" 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>Papers</h1>
As part of my journal-format PhD thesis, I have conducted <b>four studies</b> examining harm and vulnerabilities associated with missing children in England. The first of these has been published in Policing and Society, and the second has been published in Evidence Base.
<br><br>
My research takes a mixed-methods approach, integrating natural language processing (NLP) and machine learning techniques to explore how these tools can support both academic inquiry and practical safeguarding responses.
<br><br>
<table>
<tr>
<th>Year<br></th>
<th>Journal Article<br></th>
</tr>
<tr>
<td>
2026<br>
</td>
<td>
Nicola Fox (2026) <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>, Evidence Base, DOI: 10.1080/30679125.2025.2612199 <br>
</td>
</tr>
<tr>
<td>
2024<br>
</td>
<td>
Nicola Fox, Caroline Miles, Réka Solymosi, Eon Kim & Riza Batista-Navarro (2024) <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>, Policing and Society, DOI: 10.1080/10439463.2024.2333561<br>
</td>
</tr>
</table>
<br><br>
</body>
</html>