-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathClarinCH-day-2025.html
More file actions
executable file
·235 lines (197 loc) · 9.95 KB
/
Copy pathClarinCH-day-2025.html
File metadata and controls
executable file
·235 lines (197 loc) · 9.95 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Archiving and Dissemination of Data Through a Selective Approach. The case of the Equatoguinean Spanish Corpus</title>
<!-- Dublin Core tags for better indexing, for example, Zotero connector -->
<meta name="DC.Title" content="Archiving and Dissemination of Data Through a Selective Approach. The case of the Equatoguinean Spanish Corpus">
<meta name="DC.Description" content="The 4.5 year research project “Improving the Visibility of Equatorial Guinea as a Spanish-Speaking Country,” funded by the Swiss National Science Foundation (SNSF) and led by Sandra Schlumpf-Thurnherr, generated a digital corpus of spoken Equatoguinean Spanish (EG-Spanish Corpus). The dataset includes semi-structured interviews, sociolinguistic and linguistic questionnaires, and a narrative task based on an adapted version of the well-known Frog Story, a tool used in linguistic research. However, due to the sensitive sociopolitical context in Equatorial Guinea and legal constraints concerning participant consent, voice rights, and the use of copyrighted visual material, the full dataset, particularly the audio recordings, could not be made publicly accessible.
To ensure archiving and enable partial dissemination of the research outputs, the Principal Investigator collaborated with RISE (Research and Infrastructure Support for the Humanities) at the University of Basel to develop a sustainable deposit strategy. A curated and anonymized subset of the corpus was selected for publication: transcriptions of the narrative task that exclude both audio and image components.
These transcriptions were prepared in multiple formats, EXMARaLDA (.exb/.exs), text (RTF/HTML), and ISO-TEI, to support diverse academic use cases in linguistics and digital archiving. The anonymized materials have been deposited in SWISSUbase, with an additional deposit planned on the LiRI Corpus Platform. Initially, metadata notes were intended to inform users about the generated but non-archived content; however, an upcoming feature in SWISSUbase will allow datasets to be described using the linguistics-specific metadata schema without requiring data file upload.
This selective yet strategic approach ensures the preservation, discoverability, and responsible reuse of the data while respecting legal, and contextual constraints.">
<meta name="DC.Creator" content="José Luis Losada Palenzuela" />
<meta name="DC.Date" content="2025-10-31" />
<meta name="DC.Rights" content="Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)" />
<meta name="DC.Format" content="text/html" />
<meta name="DC.Type" content="Presentation"/>
<meta name="DC.publisher" content="University of Basel, RISE">
<!-- portable devices -->
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css"
integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
<link rel="apple-touch-icon" type="image/png" href="../manual/imagen/edigital.png">
<link rel="shortcut icon" type="image/x-icon" href="../manual/imagen/favicon.ico">
<!-- Hojas de estilo-->
<link rel="stylesheet" href="reveal.js-5.1.0/dist/reset.css">
<link rel="stylesheet" href="reveal.js-5.1.0/dist/reveal.css">
<link rel="stylesheet" href="reveal.js-5.1.0/dist/theme/simple.css" id="theme">
<link rel="stylesheet" href="css/mychanges_basel.css">
<!-- code syntax highlighting -->
<link rel="stylesheet" href="css/github.css" id="highlight-theme">
<!-- <link rel="stylesheet" href="reveal.js-5.1.0/plugin/highlight/monokai.css" id="highlight-theme"> -->
<!-- <style>
.reveal .pre .code {
text-transform: none;
}
</style> -->
<!-- Printing and PDF exports -->
<script>
var link = document.createElement('link');
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = window.location.search.match(/print-pdf/gi) ? 'reveal.js-5.1.0/css/print/pdf.scss' : 'reveal.js-5.1.0/css/print/paper.scss';
document.getElementsByTagName('head')[0].appendChild(link);
</script>
</head>
<body>
<div class="reveal">
<!-- Any section element inside of this container is displayed as a slide -->
<div class="slides">
<section data-menu-title="Cover"> <!-- Cover -->
<h3>Archiving and Dissemination of Data Through a Selective Approach: <br> The Case of the Equatoguinean Spanish Corpus</h3>
<br>
<h5 style="font-size:smaller;">Sandra Schlumpf-Thurnherr (University of Basel)</h5>
<h5 style="font-size:smaller;">José Luis Losada Palenzuela (RISE, University of Basel)</h5>
<br>
<h5 style="color: grey; font-size: large;">CLARIN-CH Day 2025, Lausanne, 31 October 2025</h5>
<div><a style="border-bottom: none" href="http://creativecommons.org/licenses/by-sa/4.0/"><img class="licencia" alt="License Creative Commons" src="https://i.creativecommons.org/l/by-sa/4.0/80x15.png"></a></div>
</section>
<section data-markdown> <!-- ToC -->
<textarea data-template>
## ToC
- Introduction
- The Data Project Overview
- Challenges to Open Access and Archiving
- Selective Dissemination Strategy
- Deposited formats
- Deposits Strategy
- Takeaways
</textarea>
</section>
<section data-markdown> <!-- -->
<textarea data-template>
## Introduction
- [SNSF-funded research project](https://data.snf.ch/grants/grant/192228) (grant: 192228, 4.5 years, 2021-2025), led by Sandra Schlumpf-Thurnherr (University of Basel)
- Focus: increasing visibility of Equatorial Guinea as a Spanish-speaking country
- Collected oral and written data from individuals across the country, representing diverse ethnic backgrounds, ages, and education levels
</textarea>
</section>
<section data-markdown>
<textarea data-template>
## Project Data Overview
<img src="imagenes/2025_clarinchday_1.png"/>
<br>
<span style="font-size: small;color: gray;">Schlumpf, Sandra / Carreira, Sara (2024): <a href="https://boletinfilologia.uchile.cl/index.php/BDF/article/view/75046/76420">«Presentación de un corpus para el estudio del español actual en Guinea Ecuatorial»</a>, <em>Boletín de Filología</em> 59:1, 403-436.</span>
</textarea>
</section>
<section data-markdown>
<textarea data-template>
## Challenges to Open Access
- Personal data and consent limitations (voice rights)
- Sensitive sociopolitical context in Equatorial Guinea
- Copyrighted visual materials used in the narrative task
</textarea>
</section>
<section data-markdown>
<textarea data-template>
## Selective Dissemination Strategy
<img style="width: 80%" src="imagenes/2025_clarinchday_2.png"/>
</textarea>
</section>
<section data-markdown>
<textarea data-template>
## Deposited formats
- EXMARaLDA: .exb (basic), .exs (segmented/tokenized)
- ISO-TEI
- RTF/HTML (Partitur View/Reader View)
- PDF
```xml
<segmented-transcription Id="CIDID77266C3B-AD8B-ACA3-513A-E5269159F2D6">
<head>
<meta-information>
<project-name>EG-Spanish</project-name>
<transcription-name>022_Malabo24F_FS</transcription-name>
<referenced-file url="" />
<ud-meta-information>
<ud-information attribute-name="Date">18-02-2022</ud-information>
<ud-information attribute-name="Place">EG, Bioko, Malabo</ud-information>
[...]
```
</textarea>
</section>
<section data-markdown>
<textarea data-template>
## Deposits and Metadata Strategy
<img style="width: 30%; box-shadow: none; text-align: center;" src="imagenes/2025_clarinchday_3_swissubase_Logo.png"/>
- Main deposit: SWISSUbase
- Initial plan: add notes describing non-deposited parts of the dataset
- Upcoming feature: linguistics-specific metadata schema without requiring file upload
- Additional deposit planned on LiRI Corpus Platform (ISO-TEI version)
</textarea>
</section>
<section data-markdown>
<textarea data-template>
## Takeaways
- Metadata about the project is machine findable and well-documented
- Transcriptions are reusable
- Citation is possible via DOI
- Need of Supporting Networks for Researchers
</textarea>
</section>
</div>
<!--End of slides container-->
</div>
<script src="reveal.js-5.1.0/dist/reveal.js"></script>
<script src="reveal.js-5.1.0/plugin/zoom/zoom.js"></script>
<script src="reveal.js-5.1.0/plugin/notes/notes.js"></script>
<script src="reveal.js-5.1.0/plugin/search/search.js"></script>
<script src="reveal.js-5.1.0/plugin/markdown/markdown.js"></script>
<script src="reveal.js-5.1.0/plugin/highlight/highlight.js"></script>
<script src="reveal.js-menu-2.1.0/menu.js"></script>
<script>
// Also available as an ES module, see:
// https://revealjs.com/initialization/
Reveal.initialize({
controls: true,
progress: true,
center: true,
hash: true,
slideNumber: 'c/t',
// Learn about plugins: https://revealjs.com/plugins/
plugins: [ RevealZoom, RevealNotes, RevealSearch, RevealMarkdown, RevealHighlight, RevealMenu],
// Preferencias del menu
menu: {
numbers: 'c',
openSlideNumber: true,
themes:
[
{ name: 'Black', theme: 'reveal.js-5.1.0/dist/theme/black.css', highlightTheme: 'reveal.js-5.1.0/plugin/highlight/monokai.css'},
{ name: 'White', theme: 'reveal.js-5.1.0/dist/theme/simple.css', highlightTheme: 'css/github.css'},
]
,
themesPath: 'reveal.js-5.1.0/dist/theme/',
transitions: false,
markers: false,
custom: [
{
title: 'download', // available online
icon: '<i class="fa fa-bookmark">',
src: 'ClarinCH-day-2025_download.html'
},
{
title: 'About',
icon: '<i class="fa fa-info">',
content: '<p>Slides by José Luis Losada. See his Github repo <a href="https://github.com/editio">https://github.com/editio</a></p>'
}
]
}
});
</script>
<!-- Logo & footer for all slides -->
<div id="logo">
<a href="https://www.unibas.ch"><img src="imagenes/Logo_Unibas_BraPan_EN.png" title="University of Basel" /></a>
</div>
</body>
</html>