Skip to content
This repository was archived by the owner on Oct 10, 2025. It is now read-only.

Commit e955ebf

Browse files
committed
added code meta data
1 parent c071a0a commit e955ebf

1 file changed

Lines changed: 75 additions & 0 deletions

File tree

codemeta-harvest.json

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
{
2+
"softwareHelp": [
3+
{
4+
"@id": "https://github.com/CLARIAH/wp6-missieven/blob/master/docs/about.md",
5+
"@type": "WebSite",
6+
"name": "About the Generale Missieven Corpus",
7+
"url": "https://github.com/CLARIAH/wp6-missieven/blob/master/docs/about.md"
8+
},
9+
{
10+
"@id": "https://nbviewer.org/github/CLARIAH/wp6-missieven/blob/master/tutorial/start.ipynb",
11+
"@type": "WebSite",
12+
"name": "Jupyter Notebook: how to work with the Generale Missieven Corpus",
13+
"url": "https://nbviewer.org/github/CLARIAH/wp6-missieven/blob/master/tutorial/start.ipynb"
14+
}
15+
],
16+
"@type": "SoftwareSourceCode",
17+
"name": "Generale Missieven in Text-Fabric",
18+
"description": "Conversion of Generale Missieven to Text-Fabric and tutorial how to work with the result",
19+
"producer": {
20+
"@type": "Organization",
21+
"name": "KNAW/Humanities Cluster",
22+
"url": "https://huc.knaw.nl"
23+
},
24+
"operatingSystem": [ "Linux", "Windows", "macOS" ],
25+
"runtimePlatform": "Python >= 3.9",
26+
"softwareRequirements": [
27+
{
28+
"@type": "SoftwareLibrary",
29+
"name": "Text-Fabric",
30+
"producer": {
31+
"@type": "Organization",
32+
"name": "KNAW/Humanities Cluster"
33+
},
34+
"version": ">= 10.2.7"
35+
},
36+
{
37+
"@type": "SoftwareLibrary",
38+
"name": "Jupyter",
39+
"version": ">= 3.0"
40+
}
41+
],
42+
"targetProduct": [
43+
{
44+
"@type": "CommandLineApplication",
45+
"name": "converter and tutorial notebooks",
46+
"executableName": "various scripts in programs subdirectory"
47+
}
48+
],
49+
"referencePublication": [
50+
{
51+
"@type": "Dataset",
52+
"name": "Missieven",
53+
"text": "Collection of letters from governors of the VOC (Dutch East Indian Company) to the Heren 17, the council of the governors of the 17 provinces of the Netherland",
54+
"temporal": "1600-1800",
55+
"spatial": "Indonesia",
56+
"encodingFormat": "https://dans.knaw.nl/en/file-formats/programming-languages/text-fabric/",
57+
"author": ["Jesse de Does", "Sophie Arnoult", "Lodewijk Petram", "Dirk Roorda"],
58+
"datePublished": "2020-12-07",
59+
"@id": "https://doi.org/10.5281/zenodo.4011801",
60+
"url": "https://github.com/CLARIAH/wp6-missieven"
61+
}
62+
],
63+
"funding": [
64+
{
65+
"@type": "Grant",
66+
"name": "CLARIAH-PLUS (NWO grant 184.034.023), WP6",
67+
"funder": {
68+
"@type": "Organization",
69+
"name": "NWO",
70+
"url": "https://www.nwo.nl"
71+
}
72+
}
73+
]
74+
}
75+

0 commit comments

Comments
 (0)