Skip to content

Commit

Permalink
Added "papers" page
Browse files Browse the repository at this point in the history
  • Loading branch information
foxnic authored Mar 27, 2024
1 parent 047e3eb commit a45f1fd
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions papers.html
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>

0 comments on commit a45f1fd

Please sign in to comment.