-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathschema.json
553 lines (553 loc) · 20.9 KB
/
schema.json
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
[
{
"name": "id",
"type": "string",
"sort": true,
"verbose_name": "id",
"help_text": "An internal identifier. Provided by the data-curation team",
"internal_use": true
},
{
"name": "historical_period",
"type": "string[]",
"facet": true,
"optional": true,
"verbose_name": "Historical Period",
"help_text": "This field broadly categorises the source material of a digital edition by the following periods:\n\n* Antiquity [700 BC - 500 AD]\n* Middle Ages [500 - 1500]\n* Early Modern [1500 - 1789]\n* Long Nineteenth Century [1789 - 1914]\n* Modern [1914 - 1965]\n* Contemporary [1965 - Today]",
"values": [
"Antiquity [700 BC - 500 AD]",
"Middle Ages [500 - 1500]",
"Early Modern [1500 - 1789]",
"Long Nineteenth Century [1789 - 1914]",
"Modern [1914 - 1965]",
"Contemporary [1965 - Today]"
]
},
{
"name": "time_century",
"type": "string[]",
"facet": true,
"optional": true,
"verbose_name": "Time/Century",
"help_text": "The specific year(s) or century of the digital edition's source material.\nYear ranges can also be added in the format `YYYY-YYYY`."
},
{
"name": "edition_name",
"type": "string",
"sort": true,
"verbose_name": "Edition name",
"help_text": "The name of the digital edition project."
},
{
"name": "url",
"type": "string",
"sort": true,
"verbose_name": "URL",
"help_text": "The URL of the digital edition project."
},
{
"name": "scholarly",
"type": "string",
"facet": true,
"optional": true,
"verbose_name": "Scholarly",
"help_text": "Here the values yes or no should be used to say whether the edition is _scholarly_ in accordance with [Patrick Sahle](https://www.digitale-edition.de/exist/apps/editions-browser/about.html)'s definition of the term:\n>An edition must be critical, must have critical components - a pure facsimile is not an edition, a digital library is not an edition.",
"values": [
"yes",
"no"
]
},
{
"name": "digital",
"type": "string",
"facet": true,
"optional": true,
"verbose_name": "Digital",
"help_text": "Here the values `yes` or `no` should be used to say whether the digital edition is _digital_ in accordance with [Patrick Sahle](https://www.digitale-edition.de/exist/apps/editions-browser/about.html)'s definition of the term:\n>\"A digitized print edition is not a \"digital edition\". If the paradigm of an edition is limited to the two-dimensional space of the \"page\" and to typographic means of information representation, then it's not a digital edition.\" (see: https://www.digitale-edition.de/exist/apps/editions-browser/about.html)",
"values": [
"yes",
"no"
]
},
{
"name": "edition",
"type": "string",
"facet": true,
"optional": true,
"verbose_name": "Edition",
"help_text": "Here the values values `yes` and `no` should be used to say whether the digital edition is an _edition_ in accordance with [Patrick Sahle](https://www.digitale-edition.de/exist/apps/editions-browser/about.html)'s definition of the term:\n>An edition must represent its material (usually as transcribed/edited text) - a catalog, an index, a descriptive database is not an edition.",
"values": [
"yes",
"no"
]
},
{
"name": "language",
"type": "string[]",
"facet": true,
"optional": true,
"verbose_name": "Language",
"help_text": "The language(s) the source material is written in [three-letter ISO Codes](http://www.loc.gov/standards/iso639-2/php/code_list.php) are used. Please use capital letters e.g. 'GER' and not 'ger'"
},
{
"name": "writing_support",
"type": "string[]",
"facet": true,
"optional": true,
"verbose_name": "Writing support",
"help_text": "The nature of the source material (manuscript, letter, notebook, etc.). Use the singular form of the tag only (e.g. \"Letter\" even if the edition contains multiple) and capitalise the first letter. Separate multiple source materials with a semicolon."
},
{
"name": "begin_date",
"type": "string",
"facet": true,
"optional": true,
"verbose_name": "Begin date",
"help_text": "Year the project started. If not specified, use `not provided`."
},
{
"name": "end_date",
"type": "string",
"facet": true,
"optional": true,
"verbose_name": "End date",
"help_text": "Year the project ended. If ongoing type `present`. If not specified, use `not provided`."
},
{
"name": "manager_or_editor",
"type": "string[]",
"facet": true,
"optional": true,
"verbose_name": "Manager or Editor",
"help_text": "Name and surname of principal investigator/manager/coordinator.\nIf multiple, separate with a semicolon."
},
{
"name": "institution_s",
"type": "object[]",
"facet": true,
"optional": true,
"verbose_name": "Institution(s)",
"help_text": "Institution(s) involved in the project. If multiple, separate with a semicolon.\nIf not specified, use `not provided`."
},
{
"name": "audience",
"type": "string[]",
"facet": true,
"optional": true,
"verbose_name": "Audience",
"help_text": "The target audience of the digital edition project (scholars, students, general public, etc.).\nIf not specified, use `not provided`. If multiple, separate with a semicolon."
},
{
"name": "philological_statement",
"type": "string",
"facet": true,
"optional": true,
"verbose_name": "Philological statement",
"help_text": "* `no`: No information on the editorial methods and practices nor on the source (digital or printed) of the text.\n* `partly`: Some information about the source, and of the author, date and accuracy of the digital edition.\n* `yes`: Complete information on the source of the text, as well as on the author, date and accuracy of the digital edition; (Digital Humanities) standards implemented, including modelling, markup language, data structure and software.",
"values": [
"yes",
"no",
"partly"
]
},
{
"name": "account_of_textual_variance",
"type": "string",
"facet": true,
"optional": true,
"verbose_name": "Account of textual variance",
"help_text": "* `no`: No account of textual variance is given. The digital edition is a reproduction of a given print edition without any account of variants.\n* `partly`: The digital edition is a reproduction of a given print scholarly edition and reproduces the selected textual variants extant in the apparatus criticus of that edition; or the edition does not follow a digital paradigm, in that the variants are not automatically computable the way they are encoded.\n* `yes`: This edition is “based on full-text transcription of original texts into electronic form”",
"values": [
"yes",
"no",
"partly"
]
},
{
"name": "value_of_witnesses",
"type": "string",
"facet": true,
"optional": true,
"verbose_name": "Value of witnesses",
"help_text": "* `N/A`: Not applicable, as no information about the source of the text is given, though it is easily assumable that the source is another digital or printed edition (possibly even a scholarly edition).\n* `no`: The only witness modelled digitally is a printed non-scholarly edition used as a source for the digital edition.\n* `partly`: Same as above, but the witness/source is a scholarly edition.\n* `yes`: The witnesses are traditional philological primary sources (including manuscripts, inscriptions or papyri).",
"values": [
"N/A",
"yes",
"no",
"partly"
]
},
{
"name": "xml_tei_transcription",
"type": "string",
"facet": true,
"optional": true,
"verbose_name": "XML-TEI Transcription",
"help_text": "The source material is encoded in XML-TEI. Values:\n* `no`: XML not used\n* `partly`: XML but not TEI\n* `yes`: XML-TEI is used",
"values": [
"yes",
"no",
"partly"
]
},
{
"name": "xml_tei_available_to_download",
"type": "string",
"facet": true,
"optional": true,
"verbose_name": "XML(-TEI) available to download",
"help_text": "The source material is encoded in XML-TEI. Values:\n* `no`\n* `partly`\n* `yes`",
"values": [
"yes",
"no",
"partly"
]
},
{
"name": "images",
"type": "string",
"facet": true,
"optional": true,
"verbose_name": "Images",
"help_text": "The values `no`, `partly` or `yes` are used to specify if the edition comes with images. The value `not provided` is used for digital editions protected by access restrictions or paywalls whose homepage does not make clear whether images are provided.",
"values": [
"yes",
"no",
"partly"
]
},
{
"name": "zoom_images",
"type": "string",
"facet": true,
"optional": true,
"verbose_name": "Zoom images",
"help_text": "The values `yes` or `no` are used to specify if the user can zoom in or out of images.",
"values": [
"yes",
"no"
]
},
{
"name": "image_manipulation_brightness_rotation_etc",
"type": "string",
"facet": true,
"optional": true,
"verbose_name": "Image manipulation (brightness, rotation, etc.)",
"help_text": "The values `yes`or `no` are used to specify whether the user can manipulate the images (e.g. rotation, brightness, etc.).",
"values": [
"yes",
"no"
]
},
{
"name": "text_image_linking",
"type": "string",
"facet": true,
"optional": true,
"verbose_name": "Text-Image Linking",
"help_text": "The values `yes` or `no` are used to tell us whether the transcription and the image are linked so that clicking on a word (or line) in the image brings up the corresponding word in the transcription and vice-versa.",
"values": [
"yes",
"no"
]
},
{
"name": "source_text_translation",
"type": "string[]",
"facet": true,
"optional": true,
"verbose_name": "Source Text Translation",
"help_text": "The project provides a translation of the source material (not necessarily into English). If so, the corresponding [three-letter ISO codes](http://www.loc.gov/standards/iso639-2/php/code_list.php) should be used. If not, type `no`."
},
{
"name": "website_language",
"type": "string[]",
"facet": true,
"optional": true,
"verbose_name": "Website language",
"help_text": "The project website is available in multiple languages. If so, the corresponding [three-letter ISO codes](http://www.loc.gov/standards/iso639-2/php/code_list.php) should be used. If not, simply type `no`."
},
{
"name": "glossary",
"type": "string",
"facet": true,
"optional": true,
"verbose_name": "Glossary",
"help_text": "The values `yes` or `no` are used to specify if the digital edition provides a glossary.",
"values": [
"yes",
"no"
]
},
{
"name": "indices",
"type": "string",
"facet": true,
"optional": true,
"verbose_name": "Indices",
"help_text": "The values `yes` or `no` are used to specify if the digital edition provides indices.",
"values": [
"yes",
"no"
]
},
{
"name": "string_matching",
"type": "string",
"facet": true,
"optional": true,
"verbose_name": "String matching",
"help_text": "The values `yes` or `no` are used to specify if the edition provides string matching (full text) search possibilities.\n",
"values": [
"yes",
"no"
]
},
{
"name": "advanced_search",
"type": "string",
"facet": true,
"optional": true,
"verbose_name": "Advanced search",
"help_text": "The values `yes` or `no` are used to specify if the digital edition provides advanced search functionality.",
"values": [
"yes",
"no"
]
},
{
"name": "creative_commons_license",
"type": "string",
"facet": true,
"optional": true,
"verbose_name": "Creative Commons License",
"help_text": "The values `yes`, `partly` or `no` are used to specify if the digital edition is protected by a Creative Commons License.",
"values": [
"yes",
"no",
"partly"
]
},
{
"name": "open_source_open_access",
"type": "string",
"facet": true,
"optional": true,
"verbose_name": "Open source/Open access",
"help_text": "* `no`: Proprietary, all material is copyrighted. The source is closed and not reusable by other research projects. To access the material, users must pay a subscription fee.\n* `partly`: Same as above but the subscription is free of charge.\n* `yes`: Open Access. The texts may be accessed through specific software but the source is not accessible.\n* `Open Access and Open Source (some data)`: Open Access and Open Source. Part of the data underlying the digital edition (e.g. text but not images) is freely available for access and reuse.\n* `Open Access and Open Source (all data)`: Open Access and Open Source. All data underlying the digital edition is freely available for access and reuse.",
"values": [
"yes",
"no",
"partly",
"Open Access and Open Source (some data)",
"Open Access and Open Source (all data)"
]
},
{
"name": "linked_open_data",
"type": "string",
"facet": true,
"optional": true,
"verbose_name": "Linked Open Data",
"help_text": "The values `yes` or `no` are used to specify if the digital edition makes use of [Linked Open Data](https://programminghistorian.org/lessons/intro-to-linked-data) (LOD) standards and if it is linked to other projects/data.",
"values": [
"yes",
"no"
]
},
{
"name": "api",
"type": "string",
"facet": true,
"optional": true,
"verbose_name": "API",
"help_text": "The values `yes` or `no` are used to specify if the digital edition comes with an API.",
"values": [
"yes",
"no"
]
},
{
"name": "crowdsourcing",
"type": "string",
"facet": true,
"optional": true,
"verbose_name": "Crowdsourcing",
"help_text": "The values `yes` or `no` are used to specify if the digital edition relies/relied on crowdsourced contributions.",
"values": [
"yes",
"no"
]
},
{
"name": "feedback",
"type": "string",
"facet": true,
"optional": true,
"verbose_name": "Feedback",
"help_text": "The values `yes` or `no` are used to specify if the digital edition provides a feedback space or contact information for users to make comments or suggestions.",
"values": [
"yes",
"no"
]
},
{
"name": "technological_statement",
"type": "string",
"facet": true,
"optional": true,
"verbose_name": "Technological statement",
"help_text": "This category assesses whether the digital edition provides complete information about technical aspects and practices.\n* `no`: no information.\n* `partly`: partial information.\n* `yes`: complete information.",
"values": [
"yes",
"no"
]
},
{
"name": "links_to_ext_resources",
"type": "string",
"facet": true,
"optional": true,
"verbose_name": "Links to ext. resources",
"help_text": "The values `yes` or `no` are used to specify if the digital edition provides links to external relevant resources.",
"values": [
"yes",
"no"
]
},
{
"name": "ocr_or_keyed",
"type": "string[]",
"facet": true,
"optional": true,
"verbose_name": "OCR or keyed?",
"help_text": "The source text was digitised with Optical Character Recognition (OCR) software or manually Keyed in. Use `Keyed`, `OCR` or `Keyed; OCR",
"values": [
"Keyed",
"OCR",
"Keyed; OCR"
]
},
{
"name": "mobile_friendly_application",
"type": "string",
"facet": true,
"optional": true,
"verbose_name": "Mobile friendly/application",
"help_text": "The values `yes` or `no` are used to tell if the project is mobile friendly",
"values": [
"yes",
"no"
]
},
{
"name": "print_friendly_view",
"type": "string",
"facet": true,
"optional": true,
"verbose_name": "Print-friendly view",
"help_text": "The values `yes` or `no` are used to specify if the digital edition provides a print-friendly view of the text (e.g. PDF) or if the browser produces a suitable, printable version of the content.",
"values": [
"yes",
"no"
]
},
{
"name": "print_facsimile_complementary_output",
"type": "string",
"facet": true,
"optional": true,
"verbose_name": "Print facsimile (complementary output)",
"help_text": "The values `yes` or `no` are used to specify if the digital project is complemented by a printed facsimile.",
"values": [
"yes",
"no"
]
},
{
"name": "repository_of_source_material_s",
"type": "string[]",
"facet": true,
"optional": true,
"verbose_name": "Repository of source material(s)",
"help_text": "The institution(s) that house the source text(s). `N/A` is used if the source is a new edition without a physical location, and `not provided` is used to indicate that the project website does not give clear information about the source's current repository."
},
{
"name": "place_of_origin_of_source_material_s",
"type": "string[]",
"facet": true,
"optional": true,
"verbose_name": "Place of origin of source material(s)",
"help_text": "If known, the location from which the source text originated or where it was produced. `N/A` is used to indicate that the project does not have a physical provenance, and `not provided` is used to indicate that the project website does not give clear information about the source's provenance."
},
{
"name": "sponsor_funding_body",
"type": "string[]",
"facet": true,
"optional": true,
"verbose_name": "Sponsor/Funding body",
"help_text": "The name of the funding agency. `N/A` is used if the project isn't supported by third-party funding."
},
{
"name": "budget_rough",
"type": "string",
"facet": true,
"optional": true,
"sort": true,
"verbose_name": "Budget (rough)",
"help_text": "How much the project cost. All currencies are supported and the numeric value should use commas as thousands separators (e.g. £10,000). The value `not provided` is used to indicate that the project website does not make this information known; `0` is used to indicate that the project specifies that it does not rely on funding."
},
{
"name": "infrastructure",
"type": "string[]",
"facet": true,
"optional": true,
"verbose_name": "Infrastructure",
"help_text": "The technologies used to build the digital edition (Drupal, Omeka, MySQL, etc.). If multiple, please separate with a semicolon."
},
{
"name": "current_availability",
"type": "string",
"facet": true,
"optional": true,
"verbose_name": "Current availability",
"help_text": "Even if completed in the past, the digital edition is still viewable online today. The values `yes`(alive) and `no` (not available) are used.",
"values": [
"yes",
"no"
]
},
{
"name": "ride_review",
"type": "string",
"facet": false,
"optional": true,
"sort": true,
"verbose_name": "RIDE review",
"help_text": "Was the edition reviewed in [RIDE](https://ride.i-d-e.de/), add the URL to the review or `no`"
},
{
"name": "sahle_catalog",
"type": "string",
"facet": false,
"optional": true,
"sort": true,
"verbose_name": "Sahle Catalog",
"help_text": "Is the edition mentioned in [https://www.digitale-edition.de](https://www.digitale-edition.de) add the URL to the entry (e.g. https://digitale-edition.de/e862) or `no`"
},
{
"name": "citation",
"type": "string",
"facet": true,
"optional": true,
"sort": true,
"verbose_name": "Citation",
"help_text": "Does the edition provide a citation proposal, something like 'How to quote?'",
"values": [
"yes",
"no",
"not provided"
]
}
]