-
Notifications
You must be signed in to change notification settings - Fork 2
/
othstud.html
69 lines (69 loc) · 4.24 KB
/
othstud.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
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
59
60
61
62
63
64
65
66
67
68
69
<!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 - Other Study Identification</h1>
<h2>Ambulance clinicians' identification and management of male victims of intimate partner violence</h2>
</div>
</div>
</div>
<div class="accordion" id="reviewAccordion">
<div class="accordion-item">
<h2 class="accordion-header" id="about-header">
<button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#about-body" aria-expanded="true" aria-controls="about-body">
Search Strategy - Other Studies
</button>
</h2>
<div id="about-body" class="accordion-collapse collapse show" aria-labelledby="about-header" data-bs-parent="#reviewAccordion">
<div class="accordion-body">
<p>A search using a search engine, google, will be run to obtain relevant grey literature. To reduce bias and aid in reproducibility, the search will be run from a university network, in incognito mode, with private results turned off, signed out search activity turned off, and verbatim mode turned on. Some large, known, journal sites will be excluded, as relevant journal articles will be located via the database search.</p>
<p>Additional studies will also be identified by reviewers either when they appear in the references section of eligible articles or where they have appeared in previous reviews and systematic reviews. These will be added to the review if they fit the eligibility criteria.</p>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="grey-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#grey-body" aria-expanded="false" aria-controls="grey-body">
Grey Literature - Google
</button>
</h2>
<div id="grey-body" class="accordion-collapse collapse" aria-labelledby="grey-header" data-bs-parent="#reviewAccordion">
<div class="accordion-body">
<b>Search not yet run</b>
<br />
(“Intimate Partner Violence” OR “Domestic Violence” OR "Domestic Abuse") AND (“Ambulance” OR “Ambulances” OR “Paramedic” OR “Paramedics” OR “EMT” OR “Emergency Medical Technician” OR “Emergency Medical Technicians” OR “EMS” OR “Emergency Medical Services” OR “Emergency Medical Service”) -site:ajp.paramedics.org -site:journals.sagepub.com -site:*.ncbi.nlm.nih.gov -site:tandfonline.com -site:*.bmj.com -site:sciencedirect.com -site:onlinelibrary.wiley.com
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="snowball-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#snowball-body" aria-expanded="false" aria-controls="snowball-body">
Identification of studies via "snowballing"
</button>
</h2>
<div id="snowball-body" class="accordion-collapse collapse" aria-labelledby="snowball-header" data-bs-parent="#reviewAccordion">
<div class="accordion-body">
Eligible studies will also be identified through the reference lists of included studies, should they not have been identified through searching
</div>
</div>
</div>
</div>
<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>