-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
527 lines (492 loc) · 20.3 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
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
<!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></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="css/wave.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;
}
ul {
list-style-type: none;
}
li {
margin-top: 30px;
margin-bottom: 30px;
}
h3 {
/*text-align:center;*/
font-size:100%;
color: #16da9c;
letter-spacing: .5em;
}
h4 {
margin: 0 auto;
margin-top: 60px;
background-color: black;
width: 40%;
min-width: 400px;
padding: 20px;
}
.nobul {
list-style-type: none;
margin-top: 20px;
}
.glitch {
color: black;
font-size: 3em;
letter-spacing: .3em;
}
@media screen and (max-width: 991px) {
.glitch {
font-size: 3em;
}
}
.header-bg {
background-position-x: center;
background-repeat: no-repeat;
background-size: cover;
background-position-y: bottom;
}
.speaker {
padding-top: 40px;
padding-bottom: 40px;
border-bottom: 2px solid #999;
}
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;
}
h2 {
font-size: 2em !important;
font-weight: bold;
}
@media screen and (max-width: 991px) {
h2 {
font-size: 1.3em !important;
}
}
.btn-warning {
color: white !important;
border-color: black;
background-color: black;
box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.btn-register {
color: black !important;
background-color: #FF9800;
border-color: #FF9800;
width: 60%;
font-size: 1.2em;
padding: 15px;
margin: 0 auto;
border-radius: 50px;
box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.same-space {
height: 100px;
}
.navbar-dark .navbar-nav .nav-link {
color: rgba(0,0,0) !important;
}
.navbar-iso {
color: black !important;
font-weight: bolder;
font-size: 1.2em;
}
.infobox {
border: 3px dashed black;
padding: 15px;
}
@media screen and (min-width: 992px) {
#mainNav {
background-color: transparent !important;
}
}
.btn-secondary {
background-color: transparent;
border-color: transparent;
outline: none;
}
.show>.btn-secondary.dropdown-toggle {
background-color: transparent;
border-color: transparent;
outline: none;
}
.btn-secondary:focus {
background-color: transparent;
border-color: transparent;
outline: none;
}
.btn-secondary:hover {
background-color: transparent;
border-color: transparent;
outline: none;
}
.mt-3 {
min-width: 100px;
}
.dropdown-menu {
background-color: #000;
}
.dropdown-item {
color: #000;
}
.event {
border-left: 3.5px solid black;
border-radius: 3px;
padding-left: 15px;
}
</style>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-VT0DFRW564"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-VT0DFRW564');
</script>
</head>
<body id="page-top">
<!-- Navigation -->
<nav class="navbar navbar-expand navbar-light static-top flex-nowrap" id="mainNav">
<div class="container">
<div class="col-lg-8 mx-auto">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link js-scroll-trigger navbar-iso" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger navbar-iso" href="#events">Events</a>
</li>
</ul>
</div>
</div>
</nav>
<header class="header-bg">
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<h1 class="glitch">Media <span style="font-size: 0.5em">in the</span></h1>
<h1 class="glitch">Digital Age</h2>
<h3 class="sub">Special Interest Group</h3>
</div>
</div>
</div>
<!--Waves Container-->
<div style="margin-top: 100px">
<svg class="waves" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
viewBox="0 24 150 28" preserveAspectRatio="none" shape-rendering="auto">
<defs>
<path id="gentle-wave" d="M-160 44c30 0 58-18 88-18s 58 18 88 18 58-18 88-18 58 18 88 18 v44h-352z" />
</defs>
<g class="parallax">
<use xlink:href="#gentle-wave" x="48" y="0" fill="rgba(255,255,255,0.7" stroke="rgba(0,0,0,0.7" stroke-width="0.25"/>
<use xlink:href="#gentle-wave" x="48" y="3" fill="rgba(255,255,255,0.5)" stroke="rgba(0,0,0,0.5" stroke-width="0.5"/>
<use xlink:href="#gentle-wave" x="48" y="5" fill="rgba(255,255,255,0.3)" stroke="rgba(22,218,156,0.3" stroke-width="0.75"/>
<use xlink:href="#gentle-wave" x="48" y="7" fill="#fff" stroke="rgba(0,0,0,0.6)" stroke-width="1"/>
</g>
</svg>
</div>
<!--Waves end-->
</header>
<section id="overview">
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<h5>What are some of the key opportunities and challenges in the current mediasphere, and how can scientific innovation help?</h5>
<p>Our focus is the theme of media, defined as the main means of mass communication. The importance of addressing this topic is highlighted by the prominent role of the media in political, economic, scientific, and social discourse. With a drastic shift towards digital communication, individuals and organizations are able to almost instantly disseminate information to a large audience with little-to-no regulation, creating both new challenges and opportunities. The purpose of the interest group is to bring together academics studying different aspects of the media and practitioners representing different sides of the media (e.g., journalists, fact-checkers and platforms), in order to explore several important themes and the wide range of efforts in today’s mediasphere. We will aim to create a community of individuals working in/on media and become a platform for interdisciplinary communication that facilitates concrete collaborations within and outside of academia. </p>
<p>This website is an up to date list of all events organised by the <a href="https://www.turing.ac.uk/research/interest-groups/media-digital-age">Turing Special Interest Group Media in the Digital Age</a>.</p>
</div>
</div>
</div>
</section>
<section id="events">
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto">
<h2>Recent and Upcoming Events</h2>
<ul>
<li class="event">
<div><h1 style="border:2px solid DodgerBlue;">Seminar Series: Media in the AI Era </h1></div>
<a href="https://digitalMediaSIG.github.io/seminars2024">Seminar Series</a> at the Alan Turing Institute and Online
</li>
<li class="event">
<div><b>Computational Journalism and Misinformation in the Generative AI era</b></div>
<div>25.03.2024</div>
<a href="https://digitalMediaSIG.github.io/misinfoandgenAI">Computational Journalism and Misinformation in the Generative AI era </a> an AI UK Fringe Event
</li>
<li class="event">
<div><b>MEDIATE 2023</b></div>
<div>05.06.2023</div>
<a href="https://digitalMediaSIG.github.io/Mediate2023">MEDIATE 2023</a> at AAAI ICWSM
</li>
<li class="event">
<div><b>MEDIATE 2022</b></div>
<div>06.06.2022</div>
<a href="https://digitalMediaSIG.github.io/Mediate2022">MEDIATE 2022</a> at AAAI ICWSM
</li>
<li class="event">
<div><b>MEDIATE 2021</b></div>
<div>07.06.2021</div>
<a href="https://digitalMediaSIG.github.io/Mediate2021">MEDIATE 2021</a> at AAAI ICWSM
</li>
<li class="event">
<div><b>Narrative Framing Colloquium</b></div>
<div>11.12.2020</div>
<a href="https://digitalMediaSIG.github.io/Framing2020">Framing Colloquium</a> at CMSC
</li>
<li class="event">
<div><b>MEDIATE 2020</b></div>
<div>06.06.2020</div>
<a href="https://digitalMediaSIG.github.io/Mediate2020">MEDIATE 2020</a> at AAAI ICWSM
</li>
</ul>
</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-5">
<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-5">
<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">
<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-5">
<div class="px-4 text-center">
<img src="assets/helena.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">Elena <br/> Kochkina</span>
<small class="h6 text-muted">Alan Turing Institute</small>
</h5>
<div class="mt-5">
<a href="http://twitter.com/Elena_Kochkina" 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="row">
<div class="col-md-4 col-lg-4 mb-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 <br/> Bazzi</span>
<small class="h6 text-muted">Alan Turing Institute, University of Warwick</small>
</h5>
<div class="mt-5">
<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-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>
</div>
</section>
<section id="organizers">
<div class="container">
<div class="col-lg-8 mx-auto">
<h2 class="mb-5">Past Organizers</h2>
<div class="row">
<div class="col-md-4 col-lg-4 mb-5">
<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 <br/> Smeros</span>
<small class="h6 text-muted">University of Bern</small>
</h5>
<div class="mt-5">
<a href="https://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-4 col-lg-4 mb-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" style="margin-bottom: 40px;">
<h5 class="title same-space">
<span class="d-block mb-1">Jérémie <br /> Rappaz</span>
<small class="h6 text-muted">EPFL</small>
</h5>
<div class="mt-5">
<a href="https://x.com/jrappaz?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>
</div>
</div>
</section>
<!-- Footer -->
<footer class="py-5 ">
<div class="container">
<p class="m-0 text-center">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>