-
Notifications
You must be signed in to change notification settings - Fork 2
/
identification.html
30 lines (30 loc) · 1.56 KB
/
identification.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="style/bootstrap.min.css" rel="stylesheet" crossorigin="anonymous">
<script async defer data-website-id="2106af3b-21ab-4a02-9922-8366f67dd1dc" src="https://umami.christopherpritchard.co.uk/umami.js"></script>
<title>PRISMA2020 - Interactive Demo (Ambulance clinicians' identification and management of male victims of intimate partner violence)</title>
</head>
<body>
<div class="container-fluid">
<div class="row">
<div class="col-md-4 col-lg-2 order-sm-last order-first">
<img class="img-fluid" src="data/S3_Primary_logo_RGB.jpg" />
</div>
<div class="col-md-8 col-lg-10">
<h1>PRISMA2020 Interactive Demo - Study Identification</h1>
<h2>Ambulance clinicians' identification and management of male victims of intimate partner violence</h2>
</div>
</div>
</div>
<h3>Overview of study identification</h3>
<p>Studies and grey literature have been identified via <a href="newstud.html">databases</a> along with <a href="othstud.html">a web search and snowballing</a>. Please click the relevent links in order to find out more.</p>
<script src="scripts/bootstrap.bundle.min.js" crossorigin="anonymous"></script>
<script>var tooltipTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="tooltip"]'))
var tooltipList = tooltipTriggerList.map(function (tooltipTriggerEl) {
return new bootstrap.Tooltip(tooltipTriggerEl)
})</script>
</body>
</html>