File size: 23,957 Bytes
6fa4bc9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
    "paper_id": "2020",
    "header": {
        "generated_with": "S2ORC 1.0.0",
        "date_generated": "2023-01-19T11:59:30.711714Z"
    },
    "title": "",
    "authors": [],
    "year": "",
    "venue": null,
    "identifiers": {},
    "abstract": "",
    "pdf_parse": {
        "paper_id": "2020",
        "_pdf_hash": "",
        "abstract": [],
        "body_text": [
            {
                "text": "In recent decades the development of language resources (LR) and language technologies (LT) and their management have reached the level of maturity that allows their usage to be expanded beyond the borders of traditional linguistic disciplines and implementations. Although admittedly many challenges remain such as easier localisation, configuration and deployment of LT services for non LT experts.",
                "cite_spans": [],
                "ref_spans": [],
                "eq_spans": [],
                "section": "Introduction",
                "sec_num": null
            },
            {
                "text": "At the same time, the broad domain of social sciences and humanities (SSH) research despite having a diverse set of domain specific methods and practices, can benefit from LT infrastructure approaches and research results, to extract information from natural language content. These LT methods and practices can be adopted by the already existing SSH research infrastructures that support their domain specific work. And In the larger context, on the European landscape level, the European Open Science Cloud (EOSC), currently under development, will be created to also facilitate the cross domain use of data and technologies. To support this strategy, a set of EU thematic cluster projects collects common and specific requests from kindred fields and domains to ensure a smooth transition and collaboration in order to reach the goal of bringing data, tools and services into the common cloud. The Social Sciences and Humanities Open Cloud (SSHOC) project is the SSH thematic cluster project aiming to create the SSH part of the EOSC.",
                "cite_spans": [],
                "ref_spans": [],
                "eq_spans": [],
                "section": "Introduction",
                "sec_num": null
            },
            {
                "text": "This workshop was envisaged to focus on the goals and aims of realising the SSHOC part of the EOSC, where SSH data, language processing tools, and services are made available, adjusted and accessible for users across SSH domain. It provides a forum to discuss common requirements, challenges and opportunities for developing, enhancing, integrating tools and services for managing and processing SSH research data. Such SSH scenarios based implementations of currently existing language tools and services demonstrate their multidisciplinary usability and stimulate further multidisciplinary collaboration across the various subfields of SSH and beyond, which will increase the potential for societal impact.",
                "cite_spans": [],
                "ref_spans": [],
                "eq_spans": [],
                "section": "Introduction",
                "sec_num": null
            },
            {
                "text": "The workshop introduces the SSHOC project and its ambitions while also including its embedding in the EOSC for dialogue with the LREC community. On the one hand, such discussion between SSH data-practitioners, infrastructure and LT experts will strengthen and support the SSH community connection with the LREC landscape and initiatives. On the other hand, the much increased interest in and availability of cloud type infrastructure approaches represent an opportunity for the language technologies to support the field of social sciences and humanities on a large scale following the F.A.I.R. principles, thus supporting its replicability and reproducibility.",
                "cite_spans": [],
                "ref_spans": [],
                "eq_spans": [],
                "section": "Introduction",
                "sec_num": null
            },
            {
                "text": "For this workshop we have ask for contributions aimed at aligning and integrating services and infrastructure from the Social Sciences, Humanities and Cultural Heritage with one another and with the now emerging European Open Science Cloud, that is being built for sharing and optimising research data and services in a sustainable way. It is especially interesting to see the examples of such infrastructure components that (can) play a role in this, but also at use-cases of cross-domain use of SSH services. This workshop aimed at gathering together academics, industrial researchers, digital language resources and technology providers, software developers, but also, and in particular, SSH representatives in order to identify the current capacity and the difficulties in creating and sustaining an infrastructure for SSH domain.",
                "cite_spans": [],
                "ref_spans": [],
                "eq_spans": [],
                "section": "Introduction",
                "sec_num": null
            },
            {
                "text": "The accepted papers address the following topics:",
                "cite_spans": [],
                "ref_spans": [],
                "eq_spans": [],
                "section": "Introduction",
                "sec_num": null
            },
            {
                "text": "\u2022 Research infrastructure components",
                "cite_spans": [],
                "ref_spans": [],
                "eq_spans": [],
                "section": "Introduction",
                "sec_num": null
            },
            {
                "text": "\u2022 Use cases of text and data mining for SSH-driven tasks iii The workshop programme is composed of 4 invited papers and 5 peer-reviewed papers. We would like to thank the reviewers for their careful and constructive reviews which have contributed to the quality of the event.",
                "cite_spans": [],
                "ref_spans": [],
                "eq_spans": [],
                "section": "Introduction",
                "sec_num": null
            },
            {
                "text": "Due to the COVID-19 pandemic, the main conference is postponed, and consequently, the LR4SSHOC workshop is postponed till later possibility to gather the audience of authors and invited speakers. D. Broeder, M. Eskevich, M. Monachini, M. Kleemola, N. Larrousse May 2020",
                "cite_spans": [
                    {
                        "start": 199,
                        "end": 260,
                        "text": "Broeder, M. Eskevich, M. Monachini, M. Kleemola, N. Larrousse",
                        "ref_id": null
                    }
                ],
                "ref_spans": [],
                "eq_spans": [],
                "section": "Introduction",
                "sec_num": null
            }
        ],
        "back_matter": [],
        "bib_entries": {
            "BIBREF0": {
                "ref_id": "b0",
                "title": "The Netherlands Invited Contributors: Daan Broeder, Maria Eskevich, CLARIN ERIC Donatella Castelli, Istituto di Scienza e Tecnologie dell'Informazione \"A. Faedo",
                "authors": [
                    {
                        "first": "Daan",
                        "middle": [],
                        "last": "Broeder",
                        "suffix": ""
                    },
                    {
                        "first": "",
                        "middle": [],
                        "last": "Clarin Eric Maria",
                        "suffix": ""
                    },
                    {
                        "first": "Clarin",
                        "middle": [],
                        "last": "Eskevich",
                        "suffix": ""
                    },
                    {
                        "first": "",
                        "middle": [],
                        "last": "Eric Monica",
                        "suffix": ""
                    },
                    {
                        "first": "Institute",
                        "middle": [],
                        "last": "Monachini",
                        "suffix": ""
                    },
                    {
                        "first": "-Cnr Mari",
                        "middle": [],
                        "last": "Of Computational Linguistics",
                        "suffix": ""
                    },
                    {
                        "first": "Tau",
                        "middle": [],
                        "last": "Kleemola",
                        "suffix": ""
                    },
                    {
                        "first": "Cessda-Fi Nicolas",
                        "middle": [],
                        "last": "Larrousse",
                        "suffix": ""
                    },
                    {
                        "first": "",
                        "middle": [],
                        "last": "Huma-Num",
                        "suffix": ""
                    },
                    {
                        "first": "Clarin-Fr",
                        "middle": [],
                        "last": "Dariah-Fr",
                        "suffix": ""
                    },
                    {
                        "first": "",
                        "middle": [],
                        "last": "Program Committee: Daan",
                        "suffix": ""
                    },
                    {
                        "first": "Clarin",
                        "middle": [],
                        "last": "Broeder",
                        "suffix": ""
                    },
                    {
                        "first": "The",
                        "middle": [],
                        "last": "Eric",
                        "suffix": ""
                    },
                    {
                        "first": "",
                        "middle": [],
                        "last": "Netherlands Maria",
                        "suffix": ""
                    },
                    {
                        "first": "Clarin",
                        "middle": [],
                        "last": "Eskevich",
                        "suffix": ""
                    },
                    {
                        "first": "The",
                        "middle": [],
                        "last": "Eric",
                        "suffix": ""
                    },
                    {
                        "first": "",
                        "middle": [],
                        "last": "Netherlands Vasso",
                        "suffix": ""
                    },
                    {
                        "first": "Liber",
                        "middle": [],
                        "last": "Kalaitzi",
                        "suffix": ""
                    },
                    {
                        "first": "The",
                        "middle": [],
                        "last": "Netherlands Mari",
                        "suffix": ""
                    },
                    {
                        "first": "Tau",
                        "middle": [],
                        "last": "Kleemola",
                        "suffix": ""
                    },
                    {
                        "first": "Cessda-Fi Nicolas",
                        "middle": [],
                        "last": "Larrousse",
                        "suffix": ""
                    },
                    {
                        "first": "",
                        "middle": [],
                        "last": "Huma-Num",
                        "suffix": ""
                    },
                    {
                        "first": "",
                        "middle": [],
                        "last": "Dariah-Fr",
                        "suffix": ""
                    },
                    {
                        "first": "France",
                        "middle": [
                            "Monica"
                        ],
                        "last": "Clarin-Fr",
                        "suffix": ""
                    },
                    {
                        "first": "",
                        "middle": [],
                        "last": "Monachini",
                        "suffix": ""
                    }
                ],
                "year": null,
                "venue": "",
                "volume": "",
                "issue": "",
                "pages": "",
                "other_ids": {},
                "num": null,
                "urls": [],
                "raw_text": "Daan Broeder, CLARIN ERIC Maria Eskevich, CLARIN ERIC Monica Monachini, Institute of Computational Linguistics -CNR Mari Kleemola, TAU, CESSDA-FI Nicolas Larrousse, Huma-num, DARIAH-FR, CLARIN-FR Program Committee: Daan Broeder, CLARIN ERIC, The Netherlands Maria Eskevich, CLARIN ERIC, The Netherlands Vasso Kalaitzi, LIBER, The Netherlands Mari Kleemola, TAU, CESSDA-FI Nicolas Larrousse, Huma-num, DARIAH-FR, CLARIN-FR, France Monica Monachini, Institute of Computational Linguistics -CNR Jan Odijk, Utrecht University, The Netherlands Invited Contributors: Daan Broeder, Maria Eskevich, CLARIN ERIC Donatella Castelli, Istituto di Scienza e Tecnologie dell'Informazione \"A. Faedo\", Consiglio Nazionale delle Ricerche Christopher Cieri, University of Pennsylvania, Linguistic Data Consortium Henk van den Heuvel, CLS/CLST, Radboud University Monica Monachini, Institute of Computational Linguistics -CNR",
                "links": null
            },
            "BIBREF1": {
                "ref_id": "b1",
                "title": "Store Scientific Workflows Data in SSHOC Repository Cesare Concordia",
                "authors": [
                    {
                        "first": "Carlo",
                        "middle": [],
                        "last": "Meghini",
                        "suffix": ""
                    },
                    {
                        "first": "Filippo",
                        "middle": [],
                        "last": "Benedetti",
                        "suffix": ""
                    },
                    {
                        "first": ".",
                        "middle": [
                            "."
                        ],
                        "last": "",
                        "suffix": ""
                    }
                ],
                "year": null,
                "venue": "",
                "volume": "",
                "issue": "",
                "pages": "",
                "other_ids": {},
                "num": null,
                "urls": [],
                "raw_text": "Store Scientific Workflows Data in SSHOC Repository Cesare Concordia, Carlo Meghini and Filippo Benedetti . . . . . . . . . . . . . . . . . . . . . . . . . 1",
                "links": null
            },
            "BIBREF2": {
                "ref_id": "b2",
                "title": "Social Sciences and Humanities Pathway Towards the European Open Science Cloud",
                "authors": [
                    {
                        "first": "Francesca",
                        "middle": [
                            "Di"
                        ],
                        "last": "Donato",
                        "suffix": ""
                    },
                    {
                        "first": "Monica",
                        "middle": [],
                        "last": "Monachini",
                        "suffix": ""
                    },
                    {
                        "first": "Maria",
                        "middle": [],
                        "last": "Eskevich",
                        "suffix": ""
                    },
                    {
                        "first": "Stefanie",
                        "middle": [],
                        "last": "Pohle",
                        "suffix": ""
                    },
                    {
                        "first": "Yoann",
                        "middle": [],
                        "last": "Moranville",
                        "suffix": ""
                    },
                    {
                        "first": "Suzanne",
                        "middle": [],
                        "last": "Dumouchel",
                        "suffix": ""
                    },
                    {
                        "first": ".",
                        "middle": [
                            "."
                        ],
                        "last": "",
                        "suffix": ""
                    }
                ],
                "year": null,
                "venue": "",
                "volume": "",
                "issue": "",
                "pages": "",
                "other_ids": {},
                "num": null,
                "urls": [],
                "raw_text": "Social Sciences and Humanities Pathway Towards the European Open Science Cloud Francesca Di Donato, Monica Monachini, Maria Eskevich, Stefanie Pohle, Yoann Moranville and Suzanne Dumouchel . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5",
                "links": null
            },
            "BIBREF3": {
                "ref_id": "b3",
                "title": "From the attic to the cloud: mobilization of endangered language resources with linked data",
                "authors": [],
                "year": null,
                "venue": "",
                "volume": "",
                "issue": "",
                "pages": "",
                "other_ids": {},
                "num": null,
                "urls": [],
                "raw_text": "From the attic to the cloud: mobilization of endangered language resources with linked data",
                "links": null
            },
            "BIBREF5": {
                "ref_id": "b5",
                "title": "Verbal Aggression as an Indicator of Xenophobic Attitudes in Greek Twitter during and after the Financial Crisis Maria Pontiki, Maria Gavriilidou, Dimitris Gkoumas and Stelios Piperidis",
                "authors": [],
                "year": null,
                "venue": "",
                "volume": "",
                "issue": "",
                "pages": "",
                "other_ids": {},
                "num": null,
                "urls": [],
                "raw_text": "Verbal Aggression as an Indicator of Xenophobic Attitudes in Greek Twitter during and after the Financial Crisis Maria Pontiki, Maria Gavriilidou, Dimitris Gkoumas and Stelios Piperidis . . . . . . . 19",
                "links": null
            },
            "BIBREF6": {
                "ref_id": "b6",
                "title": "The Application of Language Resources and Language Technology to study Economic and Social Inequality Ruben Ros",
                "authors": [
                    {
                        "first": "Auke",
                        "middle": [],
                        "last": "Marieke Van Erp",
                        "suffix": ""
                    },
                    {
                        "first": "Richard",
                        "middle": [],
                        "last": "Rijpma",
                        "suffix": ""
                    },
                    {
                        "first": "",
                        "middle": [
                            ". . . . . . . . . ."
                        ],
                        "last": "Zijdeman",
                        "suffix": ""
                    }
                ],
                "year": null,
                "venue": "Mining Wages in Nineteenth-Century Job Advertisements",
                "volume": "",
                "issue": "",
                "pages": "",
                "other_ids": {},
                "num": null,
                "urls": [],
                "raw_text": "Mining Wages in Nineteenth-Century Job Advertisements. The Application of Lan- guage Resources and Language Technology to study Economic and Social Inequality Ruben Ros, Marieke van Erp, Auke Rijpma and Richard Zijdeman . . . . . . . . . . . . . . 27",
                "links": null
            },
            "BIBREF7": {
                "ref_id": "b7",
                "title": "Invited position papers LR4SSHOC: The Future of Language Resources in the Context of the Social Sciences and Humanities Open Cloud Daan Broeder, Maria Eskevich and Monica Monachini",
                "authors": [],
                "year": null,
                "venue": "",
                "volume": "",
                "issue": "",
                "pages": "",
                "other_ids": {},
                "num": null,
                "urls": [],
                "raw_text": "Invited position papers LR4SSHOC: The Future of Language Resources in the Context of the Social Sciences and Humanities Open Cloud Daan Broeder, Maria Eskevich and Monica Monachini . . . . . . . . . . . . . . . . . . . . . . . . . 33",
                "links": null
            },
            "BIBREF8": {
                "ref_id": "b8",
                "title": "EOSC as a game-changer in the Social Sciences and Humanities research activities Donatella Castelli",
                "authors": [],
                "year": null,
                "venue": "",
                "volume": "",
                "issue": "",
                "pages": "",
                "other_ids": {},
                "num": null,
                "urls": [],
                "raw_text": "EOSC as a game-changer in the Social Sciences and Humanities research activities Donatella Castelli . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37",
                "links": null
            },
            "BIBREF9": {
                "ref_id": "b9",
                "title": "Stretching Disciplinary Boundaries in Language Resource Development and Use: a Linguistic Data Consortium",
                "authors": [],
                "year": null,
                "venue": "",
                "volume": "",
                "issue": "",
                "pages": "",
                "other_ids": {},
                "num": null,
                "urls": [],
                "raw_text": "Stretching Disciplinary Boundaries in Language Resource Development and Use: a Linguistic Data Consortium Position Paper . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 39",
                "links": null
            },
            "BIBREF10": {
                "ref_id": "b10",
                "title": "Christopher Cieri Crossing the SSH Bridge with Interview Data",
                "authors": [],
                "year": null,
                "venue": "",
                "volume": "",
                "issue": "",
                "pages": "",
                "other_ids": {},
                "num": null,
                "urls": [],
                "raw_text": "Christopher Cieri Crossing the SSH Bridge with Interview Data . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 42 Henk van den Heuvel vi",
                "links": null
            }
        },
        "ref_entries": {
            "TABREF0": {
                "num": null,
                "text": "FAIRness of sensitive language data \u2022 Challenges for language technologies in EOSC \u2022 SSH future and governance in the EOSC world \u2022 EOSC and business models for language data, tools and services",
                "type_str": "table",
                "html": null,
                "content": "<table/>"
            }
        }
    }
}