-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
498 lines (458 loc) · 24.7 KB
/
index.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
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>MEDIATE Workshop 2020</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="vendor/font-awesome/css/font-awesome.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/scrolling-nav.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Montserrat&display=swap" rel="stylesheet">
<link rel="shortcut icon" type="image/x-icon" href="./favicon.ico">
<style>
body {
font-family: 'Montserrat', sans-serif;
}
h3 {
text-align:center;
font-size:100%;
color: rgb(100,220,220);
letter-spacing: .5em;
}
.nobul {
list-style-type: none;
margin-top: 20px;
}
.glitch {
color: white;
font-size: 4em;
letter-spacing: .5em;
}
.header-bg {
margin-top: 60px;
background: linear-gradient(rgba(10,10,10,.6),rgba(0,0,0,.9)), repeating-linear-gradient(0, transparent, transparent 2px, black 3px, black 3px),
url('https://images.unsplash.com/photo-1506399558188-acca6f8cbf41?ixlib=rb-0.3.5&q=85&fm=jpg&crop=entropy&cs=srgb&ixid=eyJhcHBfaWQiOjE0NTg5fQ&s=7118759521e3184778a3b5e010e202c6');
}
h1 {
text-shadow:1px 1px 0px #f0f, -1px -1px 0 #0ff;
font-size:100%;
text-align:center;
text-shadow:2px 3px 0px #f0f, -2px -2px 0 #0ff;
word-wrap: break-word;
}
.same-space {
height: 80px;
}
.navbar-dark .navbar-nav .nav-link {
color: rgba(255,255,255) !important;
}
.infobox {
border: 3px dashed black;
padding: 15px;
}
</style>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-162677999-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-162677999-3');
</script>
</head>
<body id="page-top">
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="#page-top"><img src="assets/logo-white-stroke.png" style="height:40px;"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#overview">Overview</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#invitedspeakers">Invited Speakers</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#schedule">Schedule</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#callforpapers">Call for Papers</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#organizers">Organizers</a>
</li>
<li class="nav-item">
<div class="dropdown">
<button class="nav-link btn btn-secondary dropdown-toggle" type="button" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Digital Media SIG</button>
<div class="dropdown-menu" aria-labelledby="dropdownMenuButton">
<a class="dropdown-item" href="https://digitalmediasig.github.io">Special Interest Group</a>
<a class="dropdown-item" href="https://digitalmediasig.github.io/Framing2020">Framing 2020 (CMSC)</a>
<a class="dropdown-item" href="https://digitalmediasig.github.io/Mediate2021">Mediate 2021 (ICWSM)</a>
<a class="dropdown-item" href="https://digitalmediasig.github.io/Mediate2022">Mediate 2022 (ICWSM)</a>
<a class="dropdown-item" href="https://digitalmediasig.github.io/Mediate2023">Mediate 2023 (ICWSM)</a>
<a class="dropdown-item" href="https://digitalmediasig.github.io/misinfoandgenAI/">GenAI - AI UK Fringe 2024</a>
<a class="dropdown-item" href="https://digitalmediasig.github.io/seminars2024">Seminar Series 24/25</a>
</div>
</div>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="http://twitter.com/MediateWorkshop"><i class="fa fa-twitter-square" aria-hidden="true"></i></a>
</li>
</ul>
</div>
</div>
</nav>
<header class="bg-primary text-white header-bg">
<div class="container text-center">
<h1 class="glitch">MEDIATE</h1>
<h3 class="sub">ICWSM-2020 WORKSHOP</h3>
</div>
</header>
<section id="overview">
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<h2>Overview</h2>
<p class="lead">The first Mediate workshop was held virtually on June 8th, 2020, as part of the <a href="https://www.icwsm.org/2020/index.html">International AAAI Conference on Web and Social Media (ICWSM)</a>. The main goal of the workshop was to bring together media practitioners and technologists to discuss new opportunities and obstacles that arise in the modern era of information diffusion. This year's theme was <em>Social and News Media Misinformation</em>, the various forms it can take, and the different ways one can approach it.</p>
<p class="lead">The contributed papers of the workshop were published in the <a href="http://workshop-proceedings.icwsm.org">Workshop Proceedings of ICWSM</a>, and all the talks are <a href="https://icwsm.org/virtual/2020/workshops_5.html">publicly available online</a>.</p>
</div>
</div>
</div>
</section>
<!-- <section id="overview">
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<h2>Covid-19 Logistics</h2>
<p class="lead">ICWSM-20 will be a virtual conference during the same time period, from June 8-11 2020. We will do our best to facilitate remote attendance and presentation options if needed. Like many friends, colleagues and conferences, we have to reinvent how conferences can be held virtually. Our workshop will consist of invited talks and contributed talks. For the latest updates regarding the conference and COVID-19, please check <a href="https://www.icwsm.org/2020/">https://www.icwsm.org/2020/</a>.</p>
</div>
</div>
</div>
</section> -->
<section id="invitedspeakers" class="bg-light">
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<h2 class="mb-5">Invited Speakers</h2>
<div class="row">
<div class="col-md-6 col-lg-4 mb-5 ml-lg-0 mb-lg-0">
<div class="px-4 text-center">
<img src="assets/Sibel_Adali.jpg" class="rounded-circle img-center img-fluid shadow shadow-lg--hover" style="width: 200px;" alt="image">
<div class="pt-4 text-center">
<h5 class="title same-space">
<span class="d-block mb-1">Sibel Adalı</span>
<small class="h6 text-muted">Rensselaer Polytechnic Institute</small>
</h5>
<br/>
<div class="mt-3">
<a href="http://www.cs.rpi.edu/~sibel" class="btn btn-warning btn-icon-only rounded-circle">
<i class="fa fa-user"></i>
</a>
<a href="http://twitter.com/sibel_adali" class="btn btn-warning btn-icon-only rounded-circle">
<i class="fa fa-twitter"></i>
</a>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-5 mb-lg-0">
<div class="px-4 text-center">
<img src="assets/amy2_xs.png" class="rounded-circle img-center img-fluid shadow shadow-lg--hover" style="width: 200px;" alt="image">
<div class="pt-4 text-center">
<h5 class="title same-space">
<span class="d-block mb-1">Amy X. Zhang</span>
<small class="h6 text-muted">University of Washington</small>
</h5>
<br/>
<div class="mt-3">
<a href="http://homes.cs.washington.edu/~axz" class="btn btn-warning btn-icon-only rounded-circle">
<i class="fa fa-user"></i>
</a>
<a href="http://twitter.com/amyxzh" class="btn btn-warning btn-icon-only rounded-circle">
<i class="fa fa-twitter"></i>
</a>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-5 mb-lg-0 ">
<div class="px-4 text-center">
<img src="assets/ivan.jpg" class="rounded-circle img-center img-fluid shadow shadow-lg--hover" style="width: 200px;" alt="image">
<div class="pt-4 text-center">
<h5 class="title same-space">
<span class="d-block mb-1">Ivan Oransky</span>
<small class="h6 text-muted">Medscape & <br/> Retraction Watch</small>
</h5>
<br/>
<div class="mt-3">
<a href=" https://retractionwatch.com/meet-the-retraction-watch-staff/about" class="btn btn-warning btn-icon-only rounded-circle">
<i class="fa fa-user"></i>
</a>
<a href="http://twitter.com/ivanoransky" class="btn btn-warning btn-icon-only rounded-circle">
<i class="fa fa-twitter"></i>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6 col-lg-4 mb-5 ml-lg-0 mb-lg-0 mt-5">
<div class="px-4 text-center">
<img src="assets/filipo.jpeg" class="rounded-circle img-center img-fluid shadow shadow-lg--hover" style="width: 200px;" alt="image">
<div class="pt-4 text-center">
<h5 class="title same-space">
<span class="d-block mb-1">Filippo Menczer</span>
<small class="h6 text-muted">Indiana University</small>
</h5>
<br/>
<div class="mt-3">
<a href="https://cnets.indiana.edu/fil/" class="btn btn-warning btn-icon-only rounded-circle">
<i class="fa fa-user"></i>
</a>
<a href="http://twitter.com/OSoMe_IU" class="btn btn-warning btn-icon-only rounded-circle">
<i class="fa fa-twitter"></i>
</a>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-5 ml-lg-0 mb-lg-0 mt-5">
<div class="px-4 text-center">
<div class="pt-4 text-center">
<h5 class="title same-space">
<span class="d-block mb-1"></span>
<small class="h6 text-muted"></small>
</h5>
<br/>
<div class="mt-3">
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 mb-5 ml-lg-0 mb-lg-0 mt-5">
<div class="px-4 text-center">
<img src="assets/juliane.png" class="rounded-circle img-center img-fluid shadow shadow-lg--hover" style="width: 200px;" alt="image">
<div class="pt-4 text-center">
<h5 class="title same-space">
<span class="d-block mb-1">Juliane von Reppert-Bismarck</span>
<small class="h6 text-muted">Lie Detectors</small>
</h5>
<br/>
<div class="mt-3">
<a href="https://lie-detectors.org/" class="btn btn-warning btn-icon-only rounded-circle">
<i class="fa fa-user"></i>
</a>
<a href="http://twitter.com/julianevrb" class="btn btn-warning btn-icon-only rounded-circle">
<i class="fa fa-twitter"></i>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="schedule">
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<h2>Schedule</h2>
Date: June 8th 2020. All times are in <a href="https://time.is/EDT">Eastern Daylight Time</a>.
<ul>
<li class="nobul"><u>14:00-14:15</u> Welcome</li>
<li class="nobul"><b><em>Invited Talks - Social Initiatives against Misinformation</em></b></li>
<li class="nobul"><u>14:15-14:35</u> <b>Rasmus Kleis Nielsen.</b> Oxford University & Reuters Institute. <em>Empirical evidence for how news and digital media help people inform themselves (and sometimes leave them misinformed).</em></li>
<li class="nobul"><u>14:35-14:55</u> <b>Amy X. Zhang.</b> University of Washington. <em>Research and Initiatives in Crowdsourcing News Credibility.</em></li>
<li class="nobul"><u>14:55-15:15</u> <b>Juliane von Reppert-Bismarck.</b> Lie Detectors. <em>Tackling the Infodemic: Lie Detectors and media literacy solutions in an age of coronavirus</em></li>
<li class="nobul"><u>15:15-15:35</u> Break</li>
<li class="nobul"><u>15:35-16:10</u> <b><em>Contributed Talks</em></b></li>
<ul>
<li class="nobul"><b><u>Antonia Saravanou</u>, Giorgio Stefanoni, and Edgar Meij.</b> <em>Ranking Notable News Stories.</em></li>
<li class="nobul"><b><u>Elena Kochkina</u>, Maria Liakata, and Arkaitz Zubiaga.</b> <em>Stance Classification for Rumour Verification in Social Media Conversations.</em> [<a href="https://doi.org/10.36190/2020.31">pdf</a>]</li>
<li class="nobul"><b>Felipe Cardoso, <u>Luca Luceri</u>, and Silvia Giordano.</b> <em>Digital Weapons in Social Media Manipulation Campaigns.</em> [<a href="https://doi.org/10.36190/2020.32">pdf</a>]</li>
</ul>
<li class="nobul"><u>16:10-16:30</u> Break</li>
<li class="nobul"><b><em>Invited Talks - Political and Scientific Misinformation</em></b></li>
<li class="nobul"><u>16:30-16:50</u> <b>Filippo Menczer.</b> Indiana University & Observatory on Social Media. <em>4 Reasons Why Social Networks Make Us Vulnerable to Misinformation.</em></li>
<li class="nobul"><u>16:50-17:10</u> <b>Sibel Adali.</b> Rensselaer Polytechnic Institute. <em>Revisiting trust for better interaction with information.</em></li>
<li class="nobul"><u>17:10-17:30</u> <b>Ivan Oransky.</b> Medscape & Retraction Watch. <em>Does Science Self-Correct? What We've Learned At Retraction Watch.</em>
</li>
<li class="nobul"><u>17:30-17:45</u> Closing</li>
</ul>
</div>
</div>
</div>
</section>
<section id="callforpapers" class="bg-light">
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<h2>Call for Papers</h2>
<p class="lead">Misinformation is regarded as a problem that has reached new heights in the current information sphere, partly due to the ease, the diversity of mediums, the reach, and the consequences of information dissemination.</p>
<p class="lead">We particularly encourage submissions tackling the current information flood surrounding COVID-19. We believe that this "infodemic" requires us to step-up all efforts to fight online misinformation, and research at this workshop can contribute to these efforts.</p>
<p class="lead">MEDIATE's topics of interest include, but are not limited to:</p>
<ul>
<li><b>Political Misinformation</b>
<ul>
<li>Traditional phenomena in political misinformation such as filter bubbles, echo chambers, and polarisation</li>
<li>Intentional or unintentional ''self-misinformation'', i.e., how well people consume information, whether it is authentic or fake </li>
<li>Analysis on how dire, measurable, or controllable these phenomena are and how they change over time </li>
</ul>
</li>
<li><b>Scientific Misinformation</b>
<ul>
<li>Studies on pseudo-scientific news that has deceived the public (e.g., the anti-vaccination movement or the coronavirus remedies quackery)</li>
<li>Discussions on journalists' trade-off between using appealing and accessible language, and accurately reporting research findings</li>
<li>Methodologies for effective communication of science to a non-specialized broad audience via news</li>
</ul>
<li><b>Social Initiatives against Misinformation</b>
<ul>
<li>Proposals to increase media literacy and/or redesign the news ecosystem with an enhanced role for some key players (e.g., regulators, educators, sociologists, scientists, etc.)</li>
<li>Media practitioners' perception of the shift from traditional journalism to computational journalism (e.g., an outline of the main acknowledged opportunities and caveats) </li>
<li>Personalisation, moderation of user engagement, and other concrete examples of how scientific innovation can impact the spread of misinformation</li>
</ul>
</li>
</ul>
<h5>Submission instructions</h5>
<p>Extended abstracts must not be anonymized and up to <b>2 pages</b> long.
Submissions must adhere to the ACM format published in the <a href="https://www.acm.org/publications/proceedings-template">ACM Guidelines</a>, selecting the generic <b>sigconf</b> sample.
Submissions must be self-contained, in English and in PDF format.</p>
<p>The submission website is <a href="https://easychair.org/conferences/?conf=mediate2020">https://easychair.org/conferences/?conf=mediate2020</a>.</p>
<h5>Important Dates</h5>
<ul>
<li><b>April 30 2020:</b> Submission deadline</li>
<li><b>May 15 2020:</b> Authors notification</li>
<li><b>May 22 2020:</b> Camera ready deadline</li>
</ul>
<p>All deadlines are 23:59, anywhere on earth.</p>
<div class="col-lg-12 mx-auto">
<img src="assets/neco_logo_cat.jpg"class="img-responsive"/>
<div class="infobox">
We are running our workshop in parallel with NECO 2020, the international workshop on News and Public Opinion. If you are planning to submit your work, please consider the following as a rule of thumb:
<ul style="margin-bottom: 0">
<li><b>News and Public Opinion:</b> please submit to <a href="http://neco.io">NECO</a></li>
<li><b>Social and News Media Misinformation:</b> you are in the right place</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="organizers">
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<h2 class="mb-5">Organizers</h2>
<div class="row">
<div class="col-md-6 col-lg-3 mb-5 mb-lg-0">
<div class="px-4 text-center">
<img src="assets/psmeros.jpg" class="rounded-circle img-center img-fluid shadow shadow-lg--hover" style="width: 200px;" alt="image">
<div class="pt-4 text-center">
<h5 class="title same-space">
<span class="d-block mb-1">Panayiotis Smeros</span>
<small class="h6 text-muted">EPFL</small>
</h5>
<br/>
<div class="mt-3">
<a href="http://twitter.com/psmeros" class="btn btn-warning btn-icon-only rounded-circle">
<i class="fa fa-twitter"></i>
</a>
<a href="mailto:[email protected]" class="btn btn-warning btn-icon-only rounded-circle">
<i class="fa fa-envelope"></i>
</a>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3 mb-5 mb-lg-0">
<div class="px-4 text-center">
<img src="assets/jay.jpg" class="rounded-circle img-center img-fluid shadow shadow-lg--hover" style="width: 200px;" alt="image">
<div class="pt-4 text-center">
<h5 class="title same-space">
<span class="d-block mb-1">Jérémie Rappaz</span>
<small class="h6 text-muted">EPFL</small>
</h5>
<br/>
<div class="mt-3">
<a href="http://twitter.com/jrappaz" class="btn btn-warning btn-icon-only rounded-circle">
<i class="fa fa-twitter"></i>
</a>
<a href="mailto:[email protected]" class="btn btn-warning btn-icon-only rounded-circle">
<i class="fa fa-envelope"></i>
</a>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3 mb-5 mb-lg-0">
<div class="px-4 text-center">
<img src="assets/marya.jpg" class="rounded-circle img-center img-fluid shadow shadow-lg--hover" style="width: 200px;" alt="image">
<div class="pt-4 text-center">
<h5 class="title same-space">
<span class="d-block mb-1">Marya Bazzi</span>
<small class="h6 text-muted"> The Alan Turing Institute</small>
</h5>
<br/>
<div class="mt-3">
<a href="http://twitter.com/maryabazzi" class="btn btn-warning btn-icon-only rounded-circle">
<i class="fa fa-twitter"></i>
</a>
<a href="mailto:[email protected]" class="btn btn-warning btn-icon-only rounded-circle">
<i class="fa fa-envelope"></i>
</a>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3 mb-5 mb-lg-0">
<div class="px-4 text-center">
<img src="assets/karl.jpg" class="rounded-circle img-center img-fluid shadow shadow-lg--hover" style="width: 200px;" alt="image">
<div class="pt-4 text-center">
<h5 class="title same-space">
<span class="d-block mb-1">Karl Aberer</span>
<small class="h6 text-muted">EPFL</small>
</h5>
<br/>
<div class="mt-3">
<a href="http://twitter.com/lsir_news" class="btn btn-warning btn-icon-only rounded-circle">
<i class="fa fa-twitter"></i>
</a>
<a href="mailto:[email protected]" class="btn btn-warning btn-icon-only rounded-circle">
<i class="fa fa-envelope"></i>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="py-5 bg-primary">
<div class="container">
<p class="m-0 text-center text-white">To find out about more events sign up to <a href="https://tinyurl.com/mediasigsignup">our mailing list</a> and follow us on <a href="https://twitter.com/DigitalMediaSIG">Twitter</a>!</p>
</div>
</footer>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Custom JavaScript for this theme -->
<script src="js/scrolling-nav.js"></script>
</body>
</html>