-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpapers.html
31 lines (24 loc) · 963 Bytes
/
papers.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
<!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 class="active" 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>Papers</h1>
<br>
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><br>
</body>
</html>