Skip to content

Commit e99312f

Browse files
committed
feat: Update metadata scripts and files
1 parent 671bc0e commit e99312f

File tree

13 files changed

+760
-296
lines changed

13 files changed

+760
-296
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ _build
33
.vscode
44
__pycache__
55
.DS_Store
6-
venv
6+
venv
7+
.venv

.zenodo.json

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
{
2+
"upload_type": "lesson",
3+
"title": "Studentische Filme an der Filmuniversität Babelsberg zur Wendezeit (1985-1999)",
4+
"creators": [
5+
{
6+
"name": "Schick, Thomas",
7+
"affiliation": "Filmuniversität Babelsberg KONRAD WOLF",
8+
"orcid": "0009-0007-3292-8611"
9+
},
10+
{
11+
"name": "Winter, Marco",
12+
"affiliation": "Filmuniversität Babelsberg KONRAD WOLF"
13+
},
14+
{
15+
"name": "Loist, Skadi",
16+
"affiliation": "Filmuniversität Babelsberg KONRAD WOLF / Norwegian University for Science and Technology (NTNU)",
17+
"orcid": "0000-0002-8299-4103"
18+
},
19+
{
20+
"name": "Gieseke, Lena",
21+
"affiliation": "Filmuniversität Babelsberg KONRAD WOLF",
22+
"orcid": "0000-0001-8421-103X"
23+
}
24+
],
25+
"description": "TODO",
26+
"publication_date": "2025-06-03",
27+
"keywords": [
28+
"Open Educational Resource"
29+
],
30+
"license": "CC-BY-SA-4.0",
31+
"language": "deu",
32+
"contributors": [
33+
{
34+
"name": "Schnaitter, Hannes",
35+
"type": "Other",
36+
"affiliation": "Humboldt-Universität zu Berlin, Institut für Bibliotheks- und Informationswissenschaft",
37+
"orcid": "0000-0002-1602-6032"
38+
},
39+
{
40+
"name": "Samoilova, Evgenia",
41+
"type": "Other",
42+
"affiliation": "Universität Potsdam",
43+
"orcid": "0000-0003-3858-901X"
44+
},
45+
{
46+
"name": "Islam, Lamia",
47+
"type": "Other",
48+
"affiliation": "Universität Potsdam"
49+
}
50+
],
51+
"related_identifiers": [
52+
{
53+
"identifier": "https://github.com/quadriga-dk/Bewegtes-Bild-Fallstudie-2",
54+
"relation": "isSupplementedBy",
55+
"scheme": "url"
56+
},
57+
{
58+
"identifier": "https://quadriga-dk.github.io/Bewegtes-Bild-Fallstudie-2/",
59+
"relation": "isAlternateIdentifier",
60+
"scheme": "url"
61+
}
62+
],
63+
"communities": [
64+
{
65+
"identifier": "quadriga"
66+
}
67+
],
68+
"version": "1.0.0-beta"
69+
}

CITATION.cff

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ identifiers:
2828
description: Zenodo
2929
repository-code: https://github.com/quadriga-dk/Bewegtes-Bild-Fallstudie-2
3030
url: https://quadriga-dk.github.io/Bewegtes-Bild-Fallstudie-2/
31-
keywords:
31+
keywords: &id002
3232
- Open Educational Resource
3333
license: CC-BY-SA-4.0
3434
references:
@@ -49,7 +49,6 @@ preferred-citation:
4949
languages:
5050
- deu
5151
copyright: CC-BY-SA-4.0
52-
keywords:
53-
- Open Educational Resource
52+
keywords: *id002
5453
version: 1.0.0-beta
5554
version: 1.0.0-beta

0 commit comments

Comments
 (0)