-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathwebinars.html
363 lines (342 loc) · 23.2 KB
/
webinars.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
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
<!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/header.css" media="all">
<link rel="stylesheet" type="text/css" href="styles/footer.css" media="all">
<link rel="stylesheet" type="text/css" href="styles/press.css" media="all">
<link rel="stylesheet" type="text/css" href="styles/webinars.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 Webinars</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">
<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>
<!-- TestDrive VIDEOS -->
<div class='container-fluid'>
<div class='row justify-content-center footerPageTitle'>
<div class='col-12 text-center'>
<h1>Welcome to TestDrive</h1>
</div>
</div>
<!-- PD Video -->
<div class='row justify-content-center pressItemContainer'>
<div class='col-lg-8 pressLeftContainer align-items-center'>
<h3 class="pressText" id='webinarTitle1'>
Social Media TestDrive: An Introduction to the Platform and Modules
</h3>
<a href="https://www.youtube.com/watch?v=4r9-moKGa84&ab_channel=SocialMediaTestDrive" target="_none" style="text-decoration:none;">
<button type="button" class="nicelyRoundedButton webinarButton">
<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" fill="currentColor"
class="bi bi-play-circle align-middle" viewBox="0 0 16 16" style="margin:0 6px 0 0;">
<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z" />
<path
d="M6.271 5.055a.5.5 0 0 1 .52.038l3.5 2.5a.5.5 0 0 1 0 .814l-3.5 2.5A.5.5 0 0 1 6 10.5v-5a.5.5 0 0 1 .271-.445z" />
</svg>
<span class="align-middle">Watch the Video</span>
</button>
</a>
<p class="pressText">
In this short informational video, created by Common Sense Education, you will be introduced to Social Media TestDrive's platform and modules.
</p>
<p class="pressText">
Social Media TestDrive is an educational tool created by researchers from Cornell University’s Social Media Lab in collaboration with Common Sense Education. Social Media TestDrive teaches key concepts of digital citizenship and allows young people to
navigate, in a safe virtual environment, realistic scenarios and dilemmas they might encounter as users of social media.
</p>
<p class="pressText">
A Social Media TestDrive module is a self-guided activity, taking about 20-30 minutes to complete. Each module consists of four key sections: Tutorial, Guided activity, Free play, and Reflection. The design of these sections teach, engage, and prompt
students to reflect on the social media concepts, definitions, and prosocial behavior they learn in the module.
</p>
</div>
<div class='col-lg-4 pressLogoContainer d-flex justify-content-center align-items-center'>
<img class="pressLogo" src="img/testDriveLogo.svg" alt='Common Sense Event'>
</div>
</div>
<!-- TestDrive WEBINARS -->
<div class='container-fluid'>
<div class='row justify-content-center footerPageTitle'>
<div class='col-12 text-center'>
<h1>TestDrive Webinars</h1>
</div>
</div>
<!-- CS -->
<div class='row justify-content-center pressItemContainer'>
<div class='col-lg-7 pressLeftContainer align-items-center'>
<h3 class="pressText" id='webinarTitle2'>
Helping Kids Use Social Media Responsibly: An Educator’s Guide to “Social Media TestDrive”
</h3>
<p class="pressText">
Presented by Daniel E. Vargas Campos, Education Content Specialist, Common Sense Education; and Dr. Yoon Hyung Choi, Postdoctoral Research Associate, Social Media Lab, Cornell University
</p>
<p class="pressText">
Hosted by Jennifer Ehehalt, Sr. Regional Manager, Common Sense Education
</p>
<p class="pressText">
Sponsored by <a href="https://www.commonsense.org/education/?utm_source=edWeb&utm_medium=Banner&utm_campaign=June_Webinar_Banner" target="_none">Common Sense Education</a>
</p>
<a id='webinarLink2' aria-labelledby='webinarLink2 webinarTitle2' target="_blank" href="https://media.edweb.net/edWebinar/?view=20201020edwebnet16" target="_none" style="text-decoration:none;">
<button type="button" class="nicelyRoundedButton" style="margin:10px 6px 10px 0;">
<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" fill="currentColor"
class="bi bi-play-circle align-middle" viewBox="0 0 16 16"
style="margin:0 3px 0 0;">
<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z" />
<path
d="M6.271 5.055a.5.5 0 0 1 .52.038l3.5 2.5a.5.5 0 0 1 0 .814l-3.5 2.5A.5.5 0 0 1 6 10.5v-5a.5.5 0 0 1 .271-.445z" />
</svg>
<span class="align-middle">Watch the EdWebinar</span>
</button>
</a>
<a href="TD_edWeb Professional Development Webinar_2020-10-20.pptx" target="_blank" style="text-decoration:none;">
<button type="button" class="nicelyRoundedButton webinarButton" style="margin:10px 6px 10px 0;">
Download Slides
</button>
</a>
<a href="https://home.edweb.net/webinar/commonsense20201020/" target="_blank" style="text-decoration:none;">
<button type="button" class="nicelyRoundedButton" style="margin:10px 0 0px 0;">
Read More at EdWeb.net
</button>
</a>
</div>
<div class='col-lg-5 pressLogoContainer d-flex justify-content-center align-items-center'>
<img class="pressLogo" src="img/webinars/20201020_commonsense-event.png" alt='Common Sense Event'>
</div>
<div class='col-12 pressLeftContainer align-items-center'>
<p class="pressText">
Social media has upended the way we communicate and changed the way we see both the world and ourselves. But the sea of change brought on by social media also presents a number of complicated challenges, particularly for younger users. It’s natural that
kids and tweens want to explore social media but navigating that world without a guide can be overwhelming and even dangerous.
</p>
<p class="pressText">
In this edWebinar, learn about Social Media TestDrive, a free educational tool created by researchers from Cornell University’s Social Media Lab in collaboration with Common Sense Education. Social Media TestDrive allows young people to navigate realistic
scenarios and dilemmas they might encounter as users of social media in a safe virtual environment. By the end of the session:
</p>
<ul class="webinarUnorderedList">
<li>Learn about recent trends of media use among young people</li>
<li>Understand how experiential learning is implemented in Social Media TestDrive</li>
<li>Review a Social Media TestDrive module</li>
<li>Know how to implement Social Media TestDrive modules in your classroom</li>
<li>Identify ways to use Social Media TestDrive as a family engagement tool</li>
</ul>
<p class="pressText">
This recorded edWebinar will be of interest to elementary and middle school teachers.
</p>
</div>
</div>
<!-- 4H -->
<div class='row justify-content-center pressItemContainer'>
<div class='col-lg-12 pressLeftContainer align-items-center'>
<h3 class="pressText" id='webinarTitle1'>
Social Media TestDrive: A Fun Online Activity to Teach Digital Citizenship
</h3>
<p class="pressText">
Presented by Dr. Yoon Hyung Choi, Dr. Ellen Zou, and Ms. Amanda Purington
</p>
<p class="pressText">
Co-hosted by Cornell University's Social Media Lab and New York State 4-H
</p>
<a id='webinarLink1' aria-labelledby='webinarLink1 webinarTitle1' href="https://www.youtube.com/watch?v=vdIRx9-XE3U" target="_blank" style="text-decoration:none;">
<!-- <p class="pressText">Read more ›</p> -->
<button type="button" class="nicelyRoundedButton webinarButton" style="margin:3px 6px 3px 0;">
<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" fill="currentColor"
class="bi bi-play-circle align-middle" viewBox="0 0 16 16"
style="margin:0 3px 0 0;">
<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z" />
<path
d="M6.271 5.055a.5.5 0 0 1 .52.038l3.5 2.5a.5.5 0 0 1 0 .814l-3.5 2.5A.5.5 0 0 1 6 10.5v-5a.5.5 0 0 1 .271-.445z" />
</svg>
<span class="align-middle">Watch the Webinar</span>
</button>
</a>
<a href="TD_4-H Webinar_2020 -12-8.pptx" target="_blank" style="text-decoration:none;" style="margin:3px 6px 3px 0;">
<button type="button" class="nicelyRoundedButton webinarButton">
Download Slides
</button>
</a>
<p class="pressText">
With a majority of school, afterschool, and recreational activities taking place online for young people due to COVID-19, being responsible citizens of the digital world has become more important than ever. Youth today are motivated to explore social
media, but navigating it without a guide can be risky and overwhelming.
</p>
<p class="pressText">
In this webinar you will learn about Social Media TestDrive, an educational tool created by researchers from Cornell University’s Social Media Lab in collaboration with Common Sense Education. Social Media TestDrive teaches key concepts of digital citizenship
and allows young people to navigate realistic scenarios and dilemmas they might encounter as users of social media in a safe virtual environment.
</p>
<p class="pressText">
By the end of the session, you will be able to understand the digital citizenship challenges youth face in their social media use and learn how to implement Social Media TestDrive modules in your program.
</p>
</div>
</div>
</div>
<!-- TestDrive Newsletters -->
<div class='container-fluid'>
<div class='row justify-content-center footerPageTitle'>
<div class='col-12 text-center'>
<h1>TestDrive Newsletters</h1>
</div>
</div>
<!-- CS -->
<div class='row justify-content-center pressItemContainer' id="newsletters">
<div class='col-lg-12 pressLeftContainer align-items-center'>
<h3 class="pressText" id='webinarTitle2'>
Social Media TestDrive: Newsletters with our latest news
</h3>
<p class="pressText">
The Social Media TestDrive team regularly sends newsletters to parents and educators with updates about Social Media TestDrive. We include updates and information about new features, current research studies, answers to FAQs, and any new opportunities.
</p>
<p class="pressText">
Below, you can find our past newsletters, listed from the most recent to the least recent.
</p>
<p class="pressText">
You can also join our e-mail listserv to receive future newsletters. Click <a href="mailto:TESTDRIVE-L-request@cornell.edu?Subject=Join" target="_blank" class="customHyperlink">here</a> and press "Send" to join.
</p>
<div class='row justify-content-start'>
<div class='col-lg-10 align-items-center'>
<a href='./img/newsletters/SMTD_7.pdf' target="_blank" style="text-decoration:none;">
<button type="button" class="nicelyRoundedButton webinarButton" style="margin:10px 6px 10px 0;">
Newsletter #7
</button>
</a>
<a href='./img/newsletters/SMTD_6.pdf' target="_blank" style="text-decoration:none;">
<button type="button" class="nicelyRoundedButton webinarButton" style="margin:10px 6px 10px 0;">
Newsletter #6
</button>
</a>
<a href='./img/newsletters/SMTD_5.pdf' target="_blank" style="text-decoration:none;">
<button type="button" class="nicelyRoundedButton webinarButton" style="margin:10px 6px 10px 0;">
Newsletter #5
</button>
</a>
<a href='./img/newsletters/SMTD_4.pdf' target="_blank" style="text-decoration: none; padding: 0.25em 0;">
<button type="button" class="nicelyRoundedButton webinarButton" style="margin:10px 6px 10px 0;">
Newsletter #4
</button>
</a>
<a href='./img/newsletters/SMTD_3.pdf' target="_blank" style="text-decoration: none;padding: 0.25em 0;">
<button type="button" class="nicelyRoundedButton webinarButton" style="margin:10px 6px 10px 0;">
Newsletter #3
</button>
</a>
<a href='./img/newsletters/SMTD_2.pdf' target="_blank" style="text-decoration: none; padding: 0.25em 0;">
<button type="button" class="nicelyRoundedButton webinarButton" style="margin:10px 6px 10px 0;">
Newsletter #2
</button>
</a>
<a href='./img/newsletters/SMTD_1.pdf' target="_blank" style="text-decoration: none; padding: 0.25em 0;">
<button type="button" class="nicelyRoundedButton webinarButton" style="margin:10px 6px 10px 0;">
Newsletter #1
</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:socialmediatestdrive@gmail.com" 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>