-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
469 lines (428 loc) · 23.9 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
<!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="">
<meta name="twitter:widgets:csp" content="on">
<meta name="twitter:dnt" content="on">
<title>Computational Journalism and Misinformation in the Generative AI era</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">Registration</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/Mediate2020">Mediate 2020 (ICWSM)</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/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">Computational Journalism & Misinformation</h2>
<h2 class="glitch">in the Generative AI era</h1>
<h3 class="sub">AI UK Fringe Event</h3>
<h4 class="sub">25 Mar 2024 - 12.00 GMT</h4>
</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 Computational Journalism and Misinformation in the Generative AI era event aims to bring together academics and practitioners around Computational Journalism and Misinformation to present their work and participate in a panel around the current directions and future avenues with respect to Generative AI and misinformation. Our event is part of The Alan Turing Institute’s series of AI UK Fringe events aiming to bring together leading members in AI to present, discuss and engage with the audience around their research and current research advancements. </p>
<p class="lead">This is a hybrid event taking place on the <u>25th March 2024 12.00-17.00 GMT</u> as an <a href="https://ai-uk.turing.ac.uk/fringe-events/">AI UK Fringe event</a> at the 1st floor of <a href="https://www.turing.ac.uk/contact-us/how-get-alan-turing-institute"> The Alan Turing Institute, London</a>.</p>
<p class="lead">Our main themes of interest are:
<ol>
<li>Explainable and evidence-based misinformation detection</li>
<li>Generative AI and misinformation</li>
<li>Multimodal verification</li>
</ol>
</p>
<br>
</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>
<!-- <h3 class="mb-5">Coming Soon!</h3> -->
<div class="row speaker">
<div class="col-md-4 text-center">
<img src="assets/carolina.png" class="img-center img-fluid shadow shadow-lg--hover img-center img-fluid shadow shadow-lg--hover rounded-circle" style="width: 200px;" alt="image">
<br/>
<div class="mt-3">
<a href="https://www.sheffield.ac.uk/dcs/people/academic/carolina-scarton/" class="btn btn-warning btn-icon-only rounded-circle">
<i class="fa fa-globe"></i>
</a>
<a href="https://scholar.google.com/citations?user=e6YOuiQAAAAJ&hl=en" class="btn btn-warning btn-icon-only rounded-circle">
<i class="fa fa-google"></i>
</a>
</div>
</div>
<div class="col-md-8">
<div class="pt-4">
<h5 class="title same-space">
<span class="d-block mb-1">Carolina Scarton</span>
<small class="h6 text-muted">Senior Lecturer in NLP, University of Sheffield</small>
</h5>
<h6>Generative AI and Disinformation: Recent Advances, Challenges, and Opportunities</h6>
<p class="h6 text-muted">Carolina Scarton is a Senior Lecturer in Natural Language Processing at the Department of Computer Science, University of Sheffield, UK. She is a member of the Natural Language Processing group and part of the GATE team and her research interests include online disinformation analysis, machine translation, text simplification, NLP evaluation, and multilingual and multimodal NLP applications. In 2017, she was awarded a PhD degree in Computer Science from the University of Sheffield, funded by the EXPERT project (a Marie Curie ITN network). She also has a MSc and a BSc degree from the University of São Paulo, Brazil. Dr Scarton is the Sheffield PI of two research projects on the area of disinformation analysis (EDMO Ireland, funded by the European Commission and HORIZON EU VIGILANT, funded by Innovate UK) and acts as a CO-I for one project in disinformation analysis (HORIZON EU vera.ai, funded by Innovate UK) and one project in idiomaticity processing (funded EPSRC). She is also the Scientific Coordinator for the VIGILANT project and the secretary for the European Association for Machine Translation. </p>
</div>
</div>
</div>
<div class="row speaker">
<div class="col-md-8">
<div class="pt-4">
<h5 class="title same-space">
<span class="d-block mb-1">Felix M. Simon</span>
<small class="h6 text-muted">Dieter Schwarz Scholar | Oxford Internet Institute & Balliol College </small>
</h5>
<h6>Putting Things in Perspective: Generative AI, Misinformation, and Threats to Democracy</h6>
<p class="h6 text-muted">Felix M. Simon is a communication researcher at the Oxford Internet Institute (OII) where he has studied the role of AI in over 35 leading international news organisations since 2019 and has worked widely on various aspects of AI, the news, and the public sphere, with a special focus on shifting power dynamics between the news and the tech sector. He is affiliated with Columbia University’s Tow Center for Digital Journalism, the Center for Information, Technology, and Public Life (CITAP) at the University of North Carolina at Chapel Hill and works as a research assistant at the Reuters Institute for the Study of Journalism (RISJ). Felix is a former journalist and regularly writes and comments on technology, media, and politics for various international outlets.</p>
</div>
</div>
<div class="col-md-4 text-center">
<img src="assets/felix.png" class="img-center img-fluid shadow shadow-lg--hover img-center img-fluid shadow shadow-lg--hover rounded-circle" style="width: 200px;" alt="image">
<br/>
<div class="mt-3">
<a href="https://www.oii.ox.ac.uk/people/profiles/felix-simon/" class="btn btn-warning btn-icon-only rounded-circle">
<i class="fa fa-globe"></i>
</a>
<a href="https://scholar.google.com/citations?user=JBiGIG0AAAAJ&hl=en" class="btn btn-warning btn-icon-only rounded-circle">
<i class="fa fa-google"></i>
</a>
</div>
</div>
</div>
<div class="row speaker">
<div class="col-md-4 text-center">
<img src="assets/andy.png" class="img-center img-fluid shadow shadow-lg--hover img-center img-fluid shadow shadow-lg--hover rounded-circle" style="width: 200px;" alt="image">
<br/>
<div class="mt-3">
<a href="https://twitter.com/mr_dudders?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor" class="btn btn-warning btn-icon-only rounded-circle">
<i class="fa fa-twitter"></i>
</a>
</div>
</div>
<div class="col-md-8">
<div class="pt-4">
<h5 class="title same-space">
<span class="d-block mb-1">Andy Dudfield </span>
<small class="h6 text-muted">Head of AI at Full Fact</small>
</h5>
<h6>The impact of AI on Full Fact's fact checking</h6>
<p class="h6 text-muted">Andy has led Full Fact’s artificial intelligence team since 2019, developing technology to tackle misinformation at internet scale by serving the needs of fact checkers around the world. Andy was previously the Chief Publishing Officer of the Office for National Statistics and prior to that spent a decade working in product and technology roles at the BBC. </p>
</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>
<!-- <h3 class="mb-5">Coming Soon!</h3> -->
Date & Time: March 25th 2024, 12 PM GMT for in-person attendance/1 PM GMT for online attendance<em class="font-weight-bold" id="confTime"></em>
<ul>
<li class="nobul"><u id="lunch"></u> <u>12:00:</u> <b><em>Lunch, Registration and Networking</em></b></li>
<li class="nobul"><u id="remarks"></u> <u>13:00:</u> <b><em>Opening Remarks</em></b></li>
<li class="nobul"><u id="contributed1Time"></u> <u>13:10:</u> <b><em>Invited Talk 1</em></b></li>
<ul>
<li class="nobul"><b><p style="color:#191970;">Dr Carolina Scarton</p></b> <em>Generative AI and Disinformation: Recent Advances, Challenges, and Opportunities. </em></li>
</ul>
<li class="nobul"><u id="contributed2Time"></u> <u>14:00:</u> <b><em>Invited Talk 2</em></b></li>
<ul>
<li class="nobul"><b><p style="color:#191970;">Felix M. Simon</p></b> <em>Putting Things in Perspective: Generative AI, Misinformation, and Threats to Democracy. </em></li>
</ul>
<li class="nobul"><u id="coffeebreak"></u> <u>14:50:</u> <b><em>Coffee Break</em></b></li>
<li class="nobul"><u id="contributed3Time"></u> <u>15:10:</u> <b><em>Invited Talk 3</em></b></li>
<ul>
<li class="nobul"><p style="color:#191970;">Andy Dudfield</p><b></b> <em>The impact of AI on Full Fact's fact checking. </em></li>
</ul>
<li class="nobul"><u id="panel"></u> <u>16:00:</u> <b><em>Panel Discussion</em></b></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>Registration</h2>
<h3 class="mb-5">Please register via this <a href="https://forms.office.com/e/Fgt4u8wHfC">form</a> by Wednesday 20th March 2024.</h3>
</div>
</div>
</div>
</section>
<section id="organizers">
<div class="container">
<div class="col-lg-8 mx-auto">
<h2 class="mb-5">Organizers</h2>
<div class="row">
<div class="col-md-4 col-lg-4 mb-0">
<div class="px-4 text-center">
<img src="assets/talia.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">Talia <br /> Tseriotou</span>
<small class="h6 text-muted">Queen Mary University</small>
</h5>
<div class="mt-5">
<a href="http://twitter.com/taltser" 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-4 col-lg-4 mb-0">
<div class="px-4 text-center">
<img src="assets/michael.jpeg" class="rounded-circle img-center img-fluid shadow shadow-lg--hover"
style="width: 200px;" alt="image">
<div class="pt-4 text-center" style="margin-bottom: 40px;">
<h5 class="title same-space">
<span class="d-block mb-1">Michael <br /> Schlichtkrull</span>
<small class="h6 text-muted">Queen Mary University</small>
</h5>
<div class="mt-5">
<a href="https://twitter.com/michael_sejr?lang=en" 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-4 col-lg-4 mb-0">
<div class="px-4 text-center">
<img src="assets/yueting.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">Yueting <br /> Han</span>
<small class="h6 text-muted">University of Warwick</small>
</h5>
<div class="mt-5">
<a href="https://twitter.com/YuetingHan" 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 class="row">
<div class="col-md-4 col-lg-4 mb-0">
<div class="px-4 text-center">
<img src="assets/dina.jpeg" class="rounded-circle img-center img-fluid shadow shadow-lg--hover"
style="width: 200px;" alt="image">
<div class="pt-4 text-center" style="margin-bottom: 40px;">
<h5 class="title same-space">
<span class="d-block mb-1">Dina <br /> Pisarevskaya</span>
<small class="h6 text-muted">Queen Mary University</small>
</h5>
<div class="mt-5">
<a href="https://twitter.com/deenochka1" 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-4 col-lg-4 mb-0">
<div class="px-4 text-center">
<img src="assets/maria.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">Maria <br /> Liakata</span>
<small class="h6 text-muted">Alan Turing Institute, Queen Mary University</small>
</h5>
<div class="mt-5">
<a href="http://twitter.com/xrysoflhs" 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-4 col-lg-4 mb-0">
<div class="px-4 text-center">
<img src="assets/arkaitz.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">Arkaitz <br /> Zubiaga</span>
<small class="h6 text-muted">Queen Mary University</small>
</h5>
<div class="mt-5">
<a href="http://twitter.com/arkaitz" 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>
</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>
<!-- Localize confTime -->
<script>
const months = ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"];
var date = new Date('25/03/2024 12:00:00 GMT');
document.getElementById("confTime").innerHTML = months[date.getMonth()].concat(', ', date.getDate(), ' at ', (date.getHours()<10?'0':''), date.getHours(), ':', (date.getMinutes()<10?'0':''), date.getMinutes(), ' (', Intl.DateTimeFormat().resolvedOptions().timeZone, ')');
var date = new Date('25/03/2024 12:00:00 GMT');
document.getElementById("lunch").innerHTML = ''.concat((date.getHours()<10?'0':''), date.getHours(), ':', (date.getMinutes()<10?'0':''), date.getMinutes());
var date = new Date('25/03/2024 13:00:00 GMT');
document.getElementById("remarks").innerHTML = ''.concat((date.getHours()<10?'0':''), date.getHours(), ':', (date.getMinutes()<10?'0':''), date.getMinutes());
var date = new Date('25/03/2024 13:10:00 GMT');
document.getElementById("contributed1Time").innerHTML = ''.concat((date.getHours()<10?'0':''), date.getHours(), ':', (date.getMinutes()<10?'0':''), date.getMinutes());
var date = new Date('25/03/2024 14:00:00 GMT');
document.getElementById("contributed2Time").innerHTML = ''.concat((date.getHours()<10?'0':''), date.getHours(), ':', (date.getMinutes()<10?'0':''), date.getMinutes());
var date = new Date('25/03/2024 14:50:00 GMT');
document.getElementById("coffeebreak").innerHTML = ''.concat((date.getHours()<10?'0':''), date.getHours(), ':', (date.getMinutes()<10?'0':''), date.getMinutes());
var date = new Date('25/03/2024 15:10:00 GMT');
document.getElementById("contributed3Time").innerHTML = ''.concat((date.getHours()<10?'0':''), date.getHours(), ':', (date.getMinutes()<10?'0':''), date.getMinutes());
var date = new Date('25/03/2024 16:00:00 GMT');
document.getElementById("panel").innerHTML = ''.concat((date.getHours()<10?'0':''), date.getHours(), ':', (date.getMinutes()<10?'0':''), date.getMinutes());
</script>
</body>
</html>