-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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> |