-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathfor_researchers.html
270 lines (250 loc) · 14.7 KB
/
for_researchers.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
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="shortcut icon" href="img/favicon.png" type="image/x-icon" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="styles/all.css" media="all">
<link rel="stylesheet" type="text/css" href="styles/announcementBanner.css" media="all">
<link rel="stylesheet" type="text/css" href="styles/forresearchers.css" media="all">
<link rel="stylesheet" type="text/css" href="styles/header.css" media="all">
<link rel="stylesheet" type="text/css" href="styles/footer.css" media="all">
<meta name='twitter:card' content="summary">
<meta name='twitter:title' content="Social Media TestDrive">
<meta name='twitter:description' content="Welcome to the Social Media TestDrive official website!">
<meta name='twitter:image' content='https://dhpd030vnpk29.cloudfront.net/squareLogo.png'>
<meta property='og:url' content='https://socialmediatestdrive.org/'>
<meta property='og:title' content="Social Media TestDrive">
<meta property='og:description' content='Welcome to the Social Media TestDrive official website!'>
<meta property='og:image' content='https://dhpd030vnpk29.cloudfront.net/squareLogo.png'>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-145467622-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-145467622-3');
</script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-BVBF8VW9D6"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-BVBF8VW9D6');
</script>
<title> TestDrive for Researchers</title>
</head>
<body>
<header>
<nav class="navbar navbar-light">
<a href="index.html" class="logoLinkContainer">
<img src="img/testDriveLogo.svg" width="110px" height="110px" class="d-inline-block align-top testDriveLogo" alt="Social Media TestDrive Logo">
<span class="navbar-brand fancy d-none d-md-inline-block align-middle">
Test<span class="brand">Drive</span>
</span>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item d-sm-block d-lg-none">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="modules.html">Modules</a>
</li>
<li class="nav-item">
<a class="nav-link" href="for_educators.html">For Educators</a>
</li>
<li class="nav-item">
<a class="nav-link" href="for_parents.html">For Parents</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="for_researchers.html">For Researchers</a>
</li>
<li class="nav-item">
<a class="nav-link" href="testdrive_studies.html">TestDrive Studies</a>
</li>
<li class="nav-item">
<a class="nav-link" href="faq.html">FAQ</a>
</li>
<li class="nav-item">
<a class="nav-link" href="team.html">Team</a>
</li>
<li class="nav-item">
<a class="nav-link alignItemsCenter" href="donate.html">
<!-- Free, open source bootstrap icon: megaphone fill -->
<!-- Copied HTML from: https://icons.getbootstrap.com/icons/heart-fill/ -->
<!-- Altered the width, height, and fill -->
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="#0093EC" class="bi bi-suit-heart-fill donationHeart" viewBox="0 0 16 16">
<path
d="M4 1c2.21 0 4 1.755 4 3.92C8 2.755 9.79 1 12 1s4 1.755 4 3.92c0 3.263-3.234 4.414-7.608 9.608a.513.513 0 0 1-.784 0C3.234 9.334 0 8.183 0 4.92 0 2.755 1.79 1 4 1z" />
</svg>
<b>Donate</b>
</a>
</li>
</ul>
</div>
</nav>
</header>
<main>
<div class='container-fluid'>
<!-- Title -->
<div class="row justify-content-center" style="padding-top:3em; padding-bottom:15px;">
<div class="col text-center">
<h1>Social Media TestDrive for research</h1>
</div>
</div>
<!-- Text Block -->
<div class='row researchRow'>
<p class="researchParagraph">
Thank you for your interest in using Social Media TestDrive in your research! Social Media TestDrive is built on proven effective learning theories and can serve as a foundation for numerous research questions.
</p>
<p class="researchParagraph">
If you choose to use TestDrive in your research, please follow the guiding steps below.
</p>
</div>
<div class="col text-center paddedRow-small">
<h1>How to use TestDrive for your research</h1>
</div>
<!-- Content Row 1-->
<div class=" row align-items-center justify-content-center paddedRow-small">
<div class='col-md-11'>
<h2>1. Complete this questionnaire to let us know about your plans to use Social Media TestDrive for research.</h2>
<h4>
This questionnaire is a non-binding survey that gives us a better understanding of how researchers are using the platform.
</h4>
<a style="text-decoration:none;">
<button class="nicelyRoundedButton-large" type="button" data-toggle="modal" data-target="#QuestionnaireModal">
Complete Questionnaire
</button>
</a>
<div class="modal fade" id="QuestionnaireModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered modal-lg" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">Social Media TestDrive for Researchers - Questionnaire</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSf54S27W2e94GmQccClZeR960k5OLNL3DsTnBMnoDem9acq5g/viewform?embedded=true" style="width: 100%; height: 70vh;" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Content Row 2 -->
<div class="row align-items-center justify-content-center paddedRow-small">
<div class='col-md-11'>
<h2>2. Use our published research and findings to guide your research study.</h2>
<h4>
The following published papers give an overview and history of Social Media TestDrive and the underlying theory behind the platform. The last paper also provides a developed and validated inventory of social media literacy measures.
</h4>
<h4>
DiFranzo, D., Choi, Y.H., Purington, A., Taft, J.G., Whitlock, J., Bazarova, N.N. (2019). <a href="Social Media TestDrive - paper1.pdf">Social Media TestDrive: Real-World social media education for the next generation.</a> In Proceedings
of the 2019 ACM Conference on Human Factors in Computing Systems (CHI'19). Glasgow, UK.
</h4>
<h4> Purington Drake, A., Masur, P.K., Bazarova, N.N., Zou, E., & Whitlock, J. (2023). <a href="The youth social media literacy inventory development and validation using item response theory in the US - paper2.pdf">The Youth Social Media Literacy Scale: Scale Development and Validation Using Item Response Theory.</a> Journal of Children and Media.
<a href="https://doi.org/10.1080/17482798.2023.2230493"> https://doi.org/10.1080/17482798.2023.2230493</a>
</h4>
</div>
</div>
<!-- Content Row 3-->
<div class="row align-items-center justify-content-center paddedRow-small">
<div class='col-md-11'>
<h2>3. Cite Social Media TestDrive in your research paper.</h2>
<h4>
You may use the following citation:
</h4>
<h4>
DiFranzo, D., Choi, Y.H., Purington, A., Taft, J.G., Whitlock, J., Bazarova, N.N. (2019). <a href="Social Media TestDrive - paper1.pdf">Social Media TestDrive: Real-World social media education for the next generation.</a> In Proceedings
of the 2019 ACM Conference on Human Factors in Computing Systems (CHI'19). Glasgow, UK.
</h4>
</div>
</div>
<!-- Content Row 4 -->
<div class="row align-items-center justify-content-center paddedRow-small">
<div class='col-md-11'>
<h2>4. Share your findings with us through email!</h2>
<h4>
We would love to hear about your study findings and contribution to the research community. Please email us a study report after you have completed your study to <a href="mailto:[email protected]" target="_top">[email protected]</a>.
</h4>
</div>
</div>
<!-- Content Row 5 -->
<div class="row align-items-center justify-content-center paddedRow-small">
<div class='col-md-11'>
<h2>5. Consider donating to Social Media TestDrive</h2>
<h4>
Lastly, while Social Media TestDrive is a free resource, we appreciate and rely on donations to keep it active and cover the service and support costs. Feel free to make a donation <a href="donate.html">here</a>. </h4>
</div>
</div>
<!-- Got More Questions Section -->
<div class="container-fluid">
<!-- Title -->
<div class="row justify-content-center">
<div class="col text-center">
<h1> Do you have more questions? </h1>
</div>
</div>
<!-- Subtitle -->
<div class="row justify-content-center">
<div class="col-sm-8 col-md-10 col-lg-4 text-center">
<h4>
Check out our
<a href="testdriveguide.pdf" target="_none">Educator Guide</a> and
<a href="/faq.html">FAQ</a> for more details about how educators can use Social Media TestDrive, or contact us using the e-mail below.
</h4>
</div>
</div>
<!-- Button -->
<div class="row addPaddingBottom justify-content-center">
<div class="col d-flex justify-content-center">
<a href="mailto:[email protected]" target="_top">
<button type="button" class="nicelyRoundedButton">
Contact us
</button>
</a>
</div>
</div>
</div>
</div>
</main>
<footer class="page-footer footerVerB">
<div class="container-fluid">
<div class="row align-items-center footerRow">
<div class="col-auto mr-auto">
<p class="footerLeftItem">Copyright © 2025 Social Media TestDrive</p>
</div>
<div class="col-auto">
<a href="press.html" class="footer-link">Press</a>
</div>
<div class="col-auto">
<a href="terms.html" class="footer-link">Terms & Copyright</a>
</div>
<div class="col-auto">
<a href="privacy.html" class="footer-link">Privacy Policy</a>
</div>
<div class="col-auto">
<a href="mailto:[email protected]" target="_top" class="footer-link">
Contact Us
</a>
</div>
</div>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
</body>
</html>