-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
ยท663 lines (620 loc) ยท 32.1 KB
/
Copy pathindex.html
File metadata and controls
executable file
ยท663 lines (620 loc) ยท 32.1 KB
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
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
<!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>RefResh 2022 - 3rd Workshop on Reframing Research</title>
<link href="img/favicon.ico" rel="icon" type="image/x-icon" />
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="https://fonts.googleapis.com/css?family=Saira+Extra+Condensed:100,200,300,400,500,600,700,800,900"
rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i"
rel="stylesheet">
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="vendor/devicons/css/devicons.min.css" rel="stylesheet">
<link href="vendor/simple-line-icons/css/simple-line-icons.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/resume.min.css" rel="stylesheet">
<link href="css/agency.css" rel="stylesheet">
<link href="css/timeline.css" rel="stylesheet">
</head>
<body id="page-top">
<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top" id="sideNav">
<a class="navbar-brand js-scroll-trigger" href="#page-top">
<span class="d-block d-lg-none">RefResh 2022</span>
<span class="d-none d-lg-block">
<img class="img-fluid img-profile rounded-circle mx-auto mb-2" src="img/logo.png" alt="">
</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">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#goal">Goal</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#topics">Topics</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#submission">Submission</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#program">Program</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#organisation">Organisation</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#previous">Previous editions</a>
</li>
</ul>
</div>
</nav>
<div class="container-fluid p-0">
<section class="resume-section p-3 p-lg-5 d-flex flex-column" id="home">
<div class="my-auto">
<h1 class="mb-5">
<span class="text-primary">RefResh 2022</span>
</h1>
<h2>3rd Workshop on Reframing Research
<a target="_blank" href="http://tpdl2022.dei.unipd.it">(@ TPDL 2022)</a>
<br /><s>20 Sept. 2022, Padua, Italy</s> <strong class="text-warning">Sadly cancelled</strong>
</h2>
<p>
Over the last decade, research scaled up tremendously in terms of publications, research data, authors,
contributing institutions, projects, and funding opportunities.
Nowadays, research and scientific progress, with an estimated literature corpus of over 160 million articles,
an annual increase rate of around 1.5 million publications, and a deluge of (open)
research data and software, are characterised as <strong>multifaceted,
high-frequency, global-scale phenomenona</strong> that can be approached computationally thanks to the vast
amount of
data available.
</p>
<p class="mb-5">
It is therefore of paramount importance to study such an articulated, evolving system in order to understand
its <strong>dynamics, patterns, internal equilibria, and interactions</strong> among the diverse scientific
actors and
stakeholders.
In particular, recent
studies
have proved that a holistic study of research as a complex phenomenon inserted in a <strong>delicate
socio-economic and geopolitical context</strong>, rather than as an isolated, context-unaware system, can
provide a
deeper understanding of <strong>how research and researchers influence and are influenced by the world outside
academia</strong>.
An analysis as such can provide answers to socio-economic questions, frame academic research on the
geopolitical canvas, provide insight on the factors that generate successful science, allocate better the
available resources, and therefore benefit from greater impact and efficacy.
</p>
<ul class="list-inline list-social-icons mt-5">
<li class="list-inline-item">
<a target="_blank" href="https://twitter.com/refreshworkshop">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-twitter fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li class="list-inline-item">
<a target="_blank" href="https://github.com/andremann/RefResh-2022">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-github fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
</ul>
</div>
</section>
<section class="resume-section p-3 p-lg-5 d-flex flex-column" id="goal">
<div class="my-auto">
<h2 class="mb-5">Workshop goal</h2>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<p>
The main objective of the proposed workshop is to bring together <strong>researchers</strong> from both
quantitative
and qualitative studies, <strong>practitioners</strong> and <strong>policy-makers</strong> working in the
field of academic
research, scholarly communication, and knowledge production to <strong>reframe research in relation to the
underlying socio-economic and geopolitical canvas</strong>.
</p>
<p>
In particular, we intend to encourage interdisciplinary analysis that considers research as a complex
system
that influences and is influenced by society, economics, culture, and politics.
This would include (computational) analysis of academic social networks and interactions among different
research communities, exploration of factors influencing or preventing scientific collaboration and
knowledge
dissemination, exploration of trends, polarisations and biases in research, methodologies, indicators and
measures for assessing research impact on society and industry, policies and practices fostering better
scientific progress, and so on.
</p>
</div>
</div>
</div>
</section>
<section class="resume-section p-3 p-lg-5 d-flex flex-column" id="topics">
<div class="my-auto">
<h2 class="mb-5">Topics</h2>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<ul class="fa-ul mb-0">
<li><i class="fa-li fa fa-check"></i>Mutual influence of research, politics, and society</li>
<li><i class="fa-li fa fa-check"></i>The societal impact of research</li>
<li><i class="fa-li fa fa-check"></i>Research equality, fair opportunities and access to funding</li>
<li><i class="fa-li fa fa-check"></i>Gender, racial, geographical trends and biases</li>
<li><i class="fa-li fa fa-check"></i>Analysis of researchers mobility and careers trajectories</li>
<li><i class="fa-li fa fa-check"></i>Predatory publishing and bogus conferences</li>
<li><i class="fa-li fa fa-check"></i>Misrepresentation of science and public opinion mining</li>
<li><i class="fa-li fa fa-check"></i>Research and fake (scientific) news</li>
<li><i class="fa-li fa fa-check"></i>Acceleration of scientific progress</li>
<li><i class="fa-li fa fa-check"></i>Structure and evolution of research</li>
<li><i class="fa-li fa fa-check"></i>Cross-discipline evolution & diffusion of research concepts</li>
<li><i class="fa-li fa fa-check"></i>Impact of interdisciplinary research</li>
<li><i class="fa-li fa fa-check"></i>Analysis of patterns and trends in academia</li>
<li><i class="fa-li fa fa-check"></i>Application and analysis of the FAIR data principles</li>
<li><i class="fa-li fa fa-check"></i>Impact of Open Access and Open Science mandates</li>
<li><i class="fa-li fa fa-check"></i>Policymaking and strategic decisions for research</li>
<li><i class="fa-li fa fa-check"></i>Traditional publishing caveats, critiques and alternatives</li>
</ul>
</div>
</div>
</div>
</section>
<section class="resume-section p-3 p-lg-5 d-flex flex-column" id="submission">
<div class="my-auto">
<h2 class="mb-5">Call for Papers</h2>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<h3 class="mb-0">Important dates</h3>
<!-- <i class="fa fa-spinner"></i> TBA -->
<div><span class="subheading text-primary"><s>17 June 2022</s> 26 June 2022 (23.59 Anywhere on
Earth):</span> submission <kbd id="countdown"></kbd></div>
<div><span class="subheading text-primary">18 July 2022:</span> paper notification
</div>
<div><span class="subheading text-primary">29 July 2022:</span> camera-ready submission</div>
<div><span class="subheading text-primary">4 August 2022:</span> early-bird registration deadline
<strong class="text-warning">(At least one author per paper is required to register
to the main conference!)</strong>
<br />
</div>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<h3 class="mb-0">Submission guidelines</h3>
<p>The workshop welcomes contributions of the following kinds:
<ul>
<li><strong>Full research papers</strong>: up to 12 pages</li>
<li><strong>Short research papers</strong>: up to 6 pages</li>
<li><strong>Vision/position papers & extended abstracts</strong>: up to 4 pages</li>
</ul>
<strong>Paper lengths are all-inclusive</strong>, meaning that figures, tables, references and optional
appendices <strong>count towards the page limit</strong>.
<br />The workshop calls for full research papers, describing original work on the listed topics, and short
research papers, on early-research results, new results on previously published works,
demos, and projects. In accordance with Open Science principles, research papers may also be in
the form of <strong>data papers and software papers</strong> (long or short).
The workshop also calls for vision/position papers; these do not have to include results
already, but should carefully elaborate about the motivation and the ongoing challenges of the described
perspective. Finally, the workshop welcomes extended abstracts on previously published works and promising
research directions.
</p>
<p>
Submissions must adhere to <strong>CEUR-WS single-columns format.</strong>
An <a target="_blank"
href="https://www.overleaf.com/latex/templates/template-for-submissions-to-ceur-workshop-proceedings-ceur-ws-dot-org/pkfscdkgkhcq">Overleaf
template</a> is available for LaTeX users,
while Word submissions should use the template provided <a target="_blank" href="http://ceur-ws.org/HOWTOSUBMIT.html">here</a>.
Submissions must be handed in for review as <strong>PDF</strong> files, and must be self-contained and
in <strong>English</strong>.
The ones that do not follow these guidelines, or do not view or print properly, may be desk
rejected without
review.
Authors are responsible for ensuring that submissions adhere strictly to the required format.
</p>
<p>
Please, submit your contribution to RefResh via Easychair here: <a target="_blank"
href="https://easychair.org/conferences/?conf=refresh22">https://easychair.org/conferences/?conf=refresh22</a>.
</p>
<p>
The submissions will be evaluated according to their significance, originality, technical content, style,
clarity, and relevance to
the workshop.
<br />Please give a sufficiently detailed description of your work and your methods so we can adequately
assess its
relevance.
<br />Please consider that reviewers will be from an interdisciplinary community.
<br />RefResh also supports the
<a target="_blank" href="https://linkedresearch.org/calls#how-to-lr">Linked Research principles</a>; we
applaud authors having care to consider them when preparing their papers.
</p>
<p>
The proceedings of TPDL 2022 workshops and doctoral consortium will be published jointly in the
<strong>CEUR Workshop Series</strong>.
<br />It is our intention to make available the accepted papers on this website and as an
<strong>Open Access post-print collection on
<a target="_blank" href="https://zenodo.org/communities/refresh">Zenodo</a> as well.
</strong>
</p>
<p>
For any further questions, feel free to contact us at
<a target="_blank" href="mailto:refresh22@easychair.org">refresh22@easychair.org</a>
</p>
</div>
</div>
</div>
</section>
<section class="resume-section p-3 p-lg-5 d-flex flex-column" id="program">
<div class="my-auto">
<h2 class="mb-5">Program</h2>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<p>
<strong>RefResh 2022</strong> is a co-located event of the
<strong>
<a href="http://tpdl2022.dei.unipd.it">26<sup>th</sup> International Conference on Theory and Practice
of
Digital Libraries
(TPDL 2022)</a>, 20-23 September 2022, Padua, Italy.
</strong>
The workshop will take place on the <strong>20<sup>th</sup> of September</strong>.
<br />
</p>
<i class="fa fa-spinner"></i> TBA
<!-- <div class="timeline">
<div class="row no-gutters justify-content-end justify-content-md-around align-items-start timeline-nodes">
<div class="col-10 col-md-5 order-3 order-md-1 timeline-content">
<h3 class=" text-light">Welcome + introduction<i class="fa-li fa fa-glass"></i></h3>
<p>Venue: Zoom (link will be provided by SocInfo organisers on October the 5th).
</p>
</div>
<div class="col-2 col-sm-1 px-md-3 order-2 timeline-image text-md-center">
</div>
<div class="col-10 col-md-5 order-1 order-md-3 py-3 timeline-date">
<time><strong>9:00 - 9:15 (CET)</strong></time>
</div>
</div>
<div class="row no-gutters justify-content-end justify-content-md-around align-items-start timeline-nodes">
<div class="col-10 col-md-5 order-3 order-md-1 timeline-content">
<h3 class=" text-light">Keynote<i class="fa-li fa fa-star"></i></h3>
<p>Speaker: <strong>Prof. Ludo Waltman</strong><br />
Title: <strong>Reframing research: The need for openness, pluralism, and humility in science studies
research</strong>
<br /><a href="#" data-toggle="collapse" data-target="#keynote">Abstract</a>
</p>
<div id="keynote" class="collapse">
<p>TBA</p>
</div>
</div>
<div class="col-2 col-sm-1 px-md-3 order-2 timeline-image text-md-center">
</div>
<div class="col-10 col-md-5 order-1 order-md-3 py-3 timeline-date">
<time><strong>9:15 - 10:00</strong></time>
</div>
</div>
<div class="row no-gutters justify-content-end justify-content-md-around align-items-start timeline-nodes">
<div class="col-10 col-md-5 order-3 order-md-1 timeline-content">
<h3 class=" text-light">Coffee break<i class="fa-li fa fa-coffee"></i></h3>
<p></p>
</div>
<div class="col-2 col-sm-1 px-md-3 order-2 timeline-image text-md-center">
</div>
<div class="col-10 col-md-5 order-1 order-md-3 py-3 timeline-date">
<time><strong>10:00 - 10:15</strong></time>
</div>
</div>
<div class="row no-gutters justify-content-end justify-content-md-around align-items-start timeline-nodes">
<div class="col-10 col-md-5 order-3 order-md-1 timeline-content">
<h3 class=" text-light">Session 1<i class="fa-li fa fa-comments"></i></h3>
<p>10:15 - 10:30 <a target="_blank" href="./files/RefResh_2020_paper_3.pdf"><strong>"Modeling and analysis
of migration and mobility among scholars using bibliometric data"</strong></a>
<br />Samin Aref, Andrea Miranda-Gonzalez, Alexander Subbotin, Tom Theile, Emilio Zagheni and Jevin West
</p>
<p>10:30 - 10:45 <a target="_blank" href="./files/RefResh_2020_paper_7.pdf"><strong>"Scholarly Technology
and the Fallacy of Profitability"</strong></a>
<br />Luc Boruta and Damien Vannson
</p>
<p>10:45 - 11:00 <a target="_blank" href="./files/RefResh_2020_paper_1.pdf"><strong>"Metadata Inheritance:
New Research Paper, New Data, New Metadata?"</strong></a>
<br />Tobias Weber
</p>
</div>
<div class="col-2 col-sm-1 px-md-3 order-2 timeline-image text-md-center">
</div>
<div class="col-10 col-md-5 order-1 order-md-3 py-3 timeline-date">
<time><strong>10:15 - 11:00</strong></time>
</div>
</div>
<div class="row no-gutters justify-content-end justify-content-md-around align-items-start timeline-nodes">
<div class="col-10 col-md-5 order-3 order-md-1 timeline-content">
<h3 class=" text-light">Coffee break<i class="fa-li fa fa-coffee"></i></h3>
<p></p>
</div>
<div class="col-2 col-sm-1 px-md-3 order-2 timeline-image text-md-center">
</div>
<div class="col-10 col-md-5 order-1 order-md-3 py-3 timeline-date">
<time><strong>11:00 - 11:15</strong></time>
</div>
</div>
<div class="row no-gutters justify-content-end justify-content-md-around align-items-start timeline-nodes">
<div class="col-10 col-md-5 order-3 order-md-1 timeline-content">
<h3 class=" text-light">Session 2<i class="fa-li fa fa-comments"></i></h3>
<p>11:15 - 11:30 <a target="_blank" href="./files/RefResh_2020_paper_4.pdf"><strong>"Matthew Effects in
Open Science and RRI"</strong></a>
<br />Thomas Klebel, Ilaria Fava and Tony Ross-Hellauer
</p>
<p>11:30 - 11:45 <a target="_blank" href="./files/RefResh_2020_paper_2.pdf"><strong>"In Search of
Outstanding Research Advances - Exploring Editorial Recommendations
"</strong></a>
<br />Jasmin Sadat and Alexis-Michel Mugabushaka
</p>
<p>11:45 - 12:00 <a target="_blank" href="./files/RefResh_2020_paper_5.pdf"><strong>"Scientific production
by universities"</strong></a>
<br />Angelika Tsivinskaya
</p>
<p>12:00 - 12:15 <a target="_blank" href="./files/RefResh_2020_paper_6.pdf"><strong>"A Visual Analytics
Environment for Developing Data Quality-aware Performance Models"</strong></a>
<br />Marco Angelini and Cinzia Daraio
</p>
</div>
<div class="col-2 col-sm-1 px-md-3 order-2 timeline-image text-md-center">
</div>
<div class="col-10 col-md-5 order-1 order-md-3 py-3 timeline-date">
<time><strong>11:15 - 12:15</strong></time>
</div>
</div>
<div class="row no-gutters justify-content-end justify-content-md-around align-items-start timeline-nodes">
<div class="col-10 col-md-5 order-3 order-md-1 timeline-content">
<h3 class=" text-light">Closing<i class="fa-li fa fa-flag-checkered"></i></h3>
<p></p>
</div>
<div class="col-2 col-sm-1 px-md-3 order-2 timeline-image text-md-center">
</div>
<div class="col-10 col-md-5 order-1 order-md-3 py-3 timeline-date">
<time><strong>12:15 - 12:30</strong></time>
</div>
</div>
</div> -->
</div>
</div>
</div>
</section>
<section class="resume-section p-3 p-lg-5 d-flex flex-column" id="organisation">
<div class="my-auto">
<h2 class="mb-5">Workshop organisation</h2>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<h3 class="mb-0">Workshop Chairs</h3>
</div>
</div>
<div class="row flex-column flex-md-row mb-5">
<div class="col-sm-4">
<div class="team-member">
<img class="mx-auto rounded-circle" src="img/andrea.jpg" alt="">
<h4>Andrea Mannocci</h4>
<p class="text-muted"><small>Istituto di Scienza e Tecnologie dell'Informazione (ISTI) <br /> Consiglio
Nazionale delle
Ricerche (CNR) <br /> Pisa, Italy</small></p>
<ul class="list-inline list-social-icons">
<li class="list-inline-item">
<a target="_blank" href="https://twitter.com/andremanno">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-twitter fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li class="list-inline-item">
<a target="_blank" href="https://andremann.github.io">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-home fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li class="list-inline-item">
<a target="_blank" href="https://www.linkedin.com/in/andrea-mannocci">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-linkedin fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
</ul>
</div>
</div>
<div class="col-sm-4">
<div class="team-member">
<img class="mx-auto rounded-circle" src="img/francesco.jpg" alt="">
<h4>Francesco Osborne</h4>
<p class="text-muted"><small>Knowledge Media Institute <br />The Open University <br />Milton Keynes,
UK</small></p>
<ul class="list-inline list-social-icons">
<li class="list-inline-item">
<a target="_blank" href="https://twitter.com/FraOsborne">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-twitter fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li class="list-inline-item">
<a target="_blank" href="http://people.kmi.open.ac.uk/francesco">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-home fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li class="list-inline-item">
<a target="_blank" href="https://www.linkedin.com/in/francesco-osborne-262baa33/">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-linkedin fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
</ul>
</div>
</div>
<div class="col-sm-4">
<div class="team-member">
<img class="mx-auto rounded-circle" src="img/paolo.png" alt="">
<h4>Paolo Manghi</h4>
<p class="text-muted"><small>Istituto di Scienza e Tecnologie dell'Informazione (ISTI) <br /> Consiglio
Nazionale delle
Ricerche (CNR) <br /> Pisa, Italy</small></p>
<ul class="list-inline list-social-icons">
<li class="list-inline-item">
<a target="_blank" href="https://twitter.com/paolomanghi">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-twitter fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li class="list-inline-item">
<a target="_blank" href="https://infrascience.isti.cnr.it/profile/paolo-manghi">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-home fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li class="list-inline-item">
<a target="_blank" href="https://www.linkedin.com/in/paolo-manghi-880a54">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-linkedin fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
</ul>
</div>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<h3 class="mb-0">Program committee</h3>
<!-- <i class="fa fa-spinner"></i> TBA -->
<ul class="fa-ul mb-0">
<!-- <li>
<i class="fa-li fa fa-check"></i>
Vincent Traag
<small>(CWTS, Leiden University, NL ๐ณ๐ฑ)</small>
</li> -->
<!-- <li>
<i class="fa-li fa fa-check"></i>
Pedro Principe
<small>(University of Minho, PT ๐ต๐น)</small>
</li> -->
<!-- <li>
<i class="fa-li fa fa-check"></i>
Giovanni Colavizza
<small>(CWTS, Leiden University, NL ๐ณ๐ฑ)</small>
</li> -->
<li>
<i class="fa-li fa fa-check"></i>
Isabella Peters
<small>(ZBW, Kiel, DE ๐ฉ๐ช)</small>
</li>
<li>
<i class="fa-li fa fa-check"></i>
Feng Xia
<small>(Federation University, Victoria, AU ๐ฆ๐บ)</small>
</li>
<li>
<i class="fa-li fa fa-check"></i>
Gemma Derrick
<small>(University of Bristol, Bristol, UK ๐ฉ๐ฌ)</small>
</li>
<li>
<i class="fa-li fa fa-check"></i>
Philipp Mayr
<small>(GESIS, Cologne, DE ๐ฉ๐ช)</small>
</li>
<li>
<i class="fa-li fa fa-check"></i>
Thomas Klebel
<small>(Know-Center GmbH, Graz, AT ๐ฆ๐น)</small>
</li>
<li>
<i class="fa-li fa fa-check"></i>
Patricia Feeney
<small>(CrossRef, UK ๐ฌ๐ง)</small>
</li>
<li>
<i class="fa-li fa fa-check"></i>
Francesco Alessandro Massucci
<small>(SIRIS Academic, Barcelona, ES ๐ช๐ธ)</small>
</li>
<li>
<i class="fa-li fa fa-check"></i>
Jasmin Sadat
<small>(ERC Executive Agency, Bruxelles, BE ๐ง๐ช)</small>
</li>
<li>
<i class="fa-li fa fa-check"></i>
Thanasis Vergoulis
<small>(Athena Research Center, Athens, EL ๐ฌ๐ท)</small>
</li>
<li>
<i class="fa-li fa fa-check"></i>
Jodi Schneider
<small>(University of Illinois Urbana Champaign, US ๐บ๐ธ)</small>
</li>
<li>
<i class="fa-li fa fa-check"></i>
Angelo Salatino
<small>(Knowledge Media Institute, Open University, UK ๐ฌ๐ง)</small>
</li>
<li>
<i class="fa-li fa fa-check"></i>
Marilena Daquino
<small>(University of Bologna, IT ๐ฎ๐น)</small>
</li>
</ul>
</div>
</div>
</div>
</section>
<section class="resume-section p-3 p-lg-5 d-flex flex-column" id="previous">
<div class="my-auto">
<h2 class="mb-5">Previous editions</h2>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<ul>
<li>
<a target="_blank" href="https://refresh20.infrascience.isti.cnr.it">RefResh 2020</a>
</li>
<li>
<a target="_blank" href="http://refresh.kmi.open.ac.uk/">RefResh 2018</a>
</li>
</ul>
</div>
</div>
</div>
</section>
</div>
<!-- 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 scripts for this template -->
<script src="js/resume.min.js"></script>
<script src="js/countdown.js"></script>
</body>
</html>