forked from uwcirg/ISACC-project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathother.html
223 lines (205 loc) · 12 KB
/
other.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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
<!DOCTYPE HTML>
<html>
<head>
<title>ISACC CARING CONTACTS</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="shortcut icon" type="./image/x-icon" href="./images/Icon.png"/>
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Funnel+Display:[email protected]&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/0fbfe3d2f7.js" crossorigin="anonymous"></script>
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<style>
.resource {
color: #b292c8;
}
.faq {
color: #efc542;
}
.story {
color: #96cfcf;
}
.clip-spacer {
clip-path: polygon(100% 0%, 0% 0%, 0% 65%, 1% 64.95%, 2% 64.8%, 3% 64.59999999999999%, 4% 64.3%, 5% 63.9%, 6% 63.45%, 7% 62.9%, 8% 62.25%, 9% 61.55%, 10% 60.8%, 11% 59.95%, 12% 59.05%, 13% 58.1%, 14% 57.1%, 15% 56.05%, 16% 55%, 17% 53.9%, 18% 52.8%, 19% 51.65%, 20% 50.5%, 21% 49.35%, 22% 48.2%, 23% 47.05%, 24% 45.9%, 25% 44.8%, 26% 43.75%, 27% 42.75%, 28% 41.75%, 29% 40.8%, 30% 39.9%, 31% 39.1%, 32% 38.35%, 33% 37.65%, 34% 37.05%, 35% 36.5%, 36% 36.05%, 37% 35.65%, 38% 35.35%, 39% 35.15%, 40% 35.05%, 41% 35%, 42% 35.05%, 43% 35.2%, 44% 35.45%, 45% 35.75%, 46% 36.15%, 47% 36.65%, 48% 37.2%, 49% 37.85%, 50% 38.55%, 51% 39.35%, 52% 40.2%, 53% 41.1%, 54% 42.05%, 55% 43.05%, 56% 44.1%, 57% 45.15%, 58% 46.3%, 59% 47.4%, 60% 48.55%, 61% 49.7%, 62% 50.85%, 63% 52%, 64% 53.15%, 65% 54.25%, 66% 55.35%, 67% 56.4%, 68% 57.45%, 69% 58.4%, 70% 59.35%, 71% 60.2%, 72% 61.05%, 73% 61.8%, 74% 62.45%, 75% 63.05%, 76% 63.6%, 77% 64.05%, 78% 64.40000000000001%, 79% 64.7%, 80% 64.84999999999999%, 81% 65%, 82% 65%, 83% 64.90000000000001%, 84% 64.75%, 85% 64.5%, 86% 64.2%, 87% 63.75%, 88% 63.25%, 89% 62.7%, 90% 62.05%, 91% 61.3%, 92% 60.5%, 93% 59.65%, 94% 58.75%, 95% 57.8%, 96% 56.8%, 97% 55.75%, 98% 54.65%, 99% 53.55%, 100% 52.4%);
background: #f3eefa;
min-height: 48px;
margin-top: -48px;
transform: rotate(180deg);
position: relative;
top: 120px;
}
h1 {
font-weight: 700;
font-family: 'Funnel Display', serif;
letter-spacing: 0.4rem;
font-size: 5em; }
h2 {
font-family: 'Funnel Display', serif;
}
h3 {
font-family: 'Funnel Display', serif;
font-weight: 500;
}
h4 {
font-family: 'Funnel Display', serif;
font-weight: 500;
}
#mybutton {
position: fixed;
top: 4px;
right: 10px;
z-index: 1;
}
</style>
<script type="text/javascript">
function toggle_visibility(id) {
var e = document.getElementById(id);
if(e.style.display == 'block')
e.style.display = 'none';
else
e.style.display = 'block';
}
</script>
</head>
<body class="is-preload">
<!--Menu-->
<section id="sidebar">
<div class="inner">
<nav>
<ul>
<li><a href="index.html" class="smooth-scroll-middle" style="text-decoration: none;">Home</a></li>
<li><a href="GDM1.html" class="smooth-scroll-middle" style="text-decoration: none;">Caring Contacts</a></li>
<li><a href="CCguide.html" class="smooth-scroll-middle" style="text-decoration: none;">Practical Guide</a></li>
<li><a href="other.html" class="smooth-scroll-middle" style="text-decoration: none;">More</a></li>
<li><a href="about.html" class="smooth-scroll-middle" style="text-decoration: none;">About</a></li>
</ul>
</nav>
</div>
</section>
<section id="hambagaMenu" role="navigation">
<div id="menuToggle">
<!-- A fake / hidden checkbox is used as click reciever, so you can use the :checked selector on it. -->
<input type="checkbox" />
<!-- Some spans to act as a hamburger. They are acting like a real hamburger, not that McDonalds stuff. -->
<span></span>
<span></span>
<span></span>
<!-- Too bad the menu has to be inside of the button but hey, it's pure CSS magic. -->
<ul id="menu">
<li><a href="index.html" class="smooth-scroll-middle" style="text-decoration: none;">Home</a></li>
<li><a href="GDM1.html" class="smooth-scroll-middle" style="text-decoration: none;">Caring Contacts</a></li>
<li><a href="CCguide.html" class="smooth-scroll-middle" style="text-decoration: none;">Practical Guide</a></li>
<li><a href="other.html" class="smooth-scroll-middle" style="text-decoration: none;">More</a></li>
<li><a href="about.html" class="smooth-scroll-middle" style="text-decoration: none;">About</a></li>
</ul>
</div>
</section>
<!-- Wrapper -->
<div id="wrapper" class="divided">
<!-- One
<section class="banner onload-image-fade-in onload-content-fade-right style5 image-position-center content-align-left">
<div class="content">
<h2>Other Options for Crisis Prevention
</h2>
</div>
<div class="image">
<img src="images/Large header.png" alt="" />
</div>
</section>-->
<section class="wrapper style1 content-align-left">
<div class="inner">
<h1>More Resorces</h1>
<h2>Other Options for Crisis Prevention</h2>
<div class="items style1 medium">
<section><div class="inner">
<h3>Crisis Response Planning</h3>
</div></section>
<section><div class="inner">
<h3>Safety Planning Intervention</h3>
</div></section>
<section><div class="inner">
<h3>Lethal Means Counselling </h3>
</div></section>
<section><div class="inner">
<h3>Caring Letters </h3>
</div></section>
<section><div class="inner">
<h3>Brief Cognitive Behavioral Therapy for Suicide</h3>
</div></section>
<section><div class="inner">
<h3>Dialectical Behavioral Therapy</h3>
</div></section>
</div>
<h2>Recommended Trainings:</h2>
<div class="items style1 medium">
<section><div class="inner">
<h3>Question, Persuade, Refer (QPR)</h3>
</div></section>
<section><div class="inner">
<h3>ASIST (Applied Suicide Intervention Skills Training)</h3>
</div></section>
<section><div class="inner">
<h3>Mental Health First Aid</h3>
</div></section>
</div>
<h2>References</h2>
<ul>
<li>Carter GL, Clover K, Whyte IM, Dawson AH, D’Este C. Postcards from the EDge project: Randomised controlled trial of an intervention using postcards to reduce repetition of hospital treated deliberate self poisoning. Br Med J 2005;331(7520):805–7.</li>
<li>Motto JA, Bostrom AG. A randomized controlled trial of postcrisis suicide prevention. Psychiatr Serv 2001;52(6):828–33.</li>
<li>Motto JA. Suicide prevention for high-risk persons who refuse treatment. Suicide Life Threat Behav 1976;6(4):223–30.</li>
<li>Carter GL, Clover K, Whyte IM, Dawson AH, D’Este C. Postcards from the EDge: 5-year outcomes of a randomised controlled trial for hospital-treated self-poisoning. Br J Psychiatry 2013;202(5):372–80.</li>
<li>Hassanian-Moghaddam H, Sarjami S, Kolahi A-A, Carter GL. Postcards in Persia: Randomised controlled trial to reduce suicidal behaviours 12 months after hospital-treated self-poisoning. Br J Psychiatry 2011;198(4):309–16.</li>
<li>Hassanian-Moghaddam H, Sarjami S, Kolahi A-A, Lewin T, Carter G. Postcards in Persia: A twelve to twenty-four month follow-up of a randomized controlled trial for hospital-treated deliberate self-poisoning. Arch Suicide Res 2017;21(1):138–54.</li>
<li>Zero Suicide. Zero Suicide: Your guide to understanding the Zero Suicide mission and framework, as well as a roadmap toward implementation. [Internet]. 2020 [cited 2020 Nov 25];Available from: <a href="https://zerosuicide.sprc.org/about">https://zerosuicide.sprc.org/about</a></li>
<li>The Joint Commission. Sentinal Event Alert 56: Detecting and treating suicide ideation in all settings. 2016; </li>
<li>Assessment and Management of Recipients at Risk for Suicide (2019) [Internet]. VADoD Clin. Pract. Guidel. [cited 2019 Dec 1];Available from: <a href="https://www.healthquality.va.gov/guidelines/MH/srb/">https://www.healthquality.va.gov/guidelines/MH/srb/</a> </li>
<li>Comtois KA, Kerbrat AH, DeCou CR, et al. Effect of augmenting standard care for military personnel with brief caring text messages for suicide prevention: A randomized clinical trial. JAMA Psychiatry 2019;76(5):474–83. </li>
<li>Landes SJ, Kirchner JE, Areno JP, et al. Adapting and implementing Caring Contacts in a Department of Veterans Affairs emergency department: A pilot study protocol. Pilot Feasibility Stud [Internet] 2019 [cited 2020 Jan 10];5(1). Available from: <a href="https://pilotfeasibilitystudies.biomedcentral.com/articles/10.1186/s40814-019-0503-9">https://pilotfeasibilitystudies.biomedcentral.com/articles/10.1186/s40814-019-0503-9</a> </li>
<li>Reger MA, Luxton DD, Tucker RP, et al. Implementation methods for the Caring Contacts suicide prevention intervention. Prof Psychol Res Pract 2017;48(5):369–77. </li>
<li>Radin AK, Shaw J, Brown SP, et al. Comparative effectiveness of safety planning intervention with instrumental support calls (ISC) versus safety planning intervention with two-way text message caring contacts (CC) in adolescents and adults screening positive for suicide risk in emergency departments and primary care clinics: Protocol for a pragmatic randomized controlled trial. Contemp Clin Trials. 2023;131:107268. doi:10.1016/j.cct.2023.107268 </li>
<li>Radin AK, Shaw J, Brown SP, et al. Comparative effectiveness of two versions of a caring contacts intervention in healthcare providers, staff, and patients for reducing loneliness and mental distress: A randomized controlled trial. J Affect Disord. Published online March 22, 2023:S0165-0327(23)00365-8. doi:10.1016/j.jad.2023.03.029 </li>
</ul>
</div>
</section>
<span class="clip-spacer"></span>
<!-- Seven -->
<section class="wrapper style1 align-center" style="background: #E3F1F1;">
<div class="inner medium">
<div class="items style3 medium">
<section>
<a href="https://www.washington.edu/" target="_blank"><img src="images/uwLogo-transparentbg.png" class="image fit" alt="UW logo" /></a>
</section>
<section>
<a href="https://www.cirg.washington.edu/" target="_blank"><img src="images/CIRG_logo.png" class="image fit" style="padding: 3em;" alt="CIRG logo" /></a>
</section>
<section>
<a href="https://www.uwcspar.org/" target="_blank"><img src="images/CSPAR-logo-4-10-20-for-light-background.png" class="image fit" alt="CSPAR foundation logo" /></a>
</section>
</div>
</div>
</section>
<!-- Footer -->
<footer class="wrapper style1 align-center" style="background-color: #34A9C7 !important; color: #ffffff !important;">
<div class="inner">
<h2 style="color: #ffffff;">Contact Us!</h2>
<hr/>
<ul class="icons">
<li>email: [email protected]</li>
<!--<li>phone: ---</li>-->
</ul>
<p>© 2024 University of Washington All rights reserved</p>
</div>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>