Skip to content

Commit f8ce39e

Browse files
Merge branch 'develop' of github.com:kingsdigitallab/corpus-building into develop
2 parents f4fa22a + 4106d23 commit f8ce39e

1 file changed

Lines changed: 59 additions & 21 deletions

File tree

codemeta.json

Lines changed: 59 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
{
22
"@context": "https://w3id.org/codemeta/3.0",
3+
"@type": [
4+
"SoftwareSourceCode",
5+
"SoftwareApplication"
6+
],
37
"applicationCategory": "Digital Epigraphy",
48
"author": [
59
{
10+
"email": "kdl-info@kcl.ac.uk",
611
"name": "King's Digital Lab",
712
"@id": "https://github.com/kingsdigitallab",
813
"@type": "Organization"
@@ -12,6 +17,7 @@
1217
"name": "King's Digital Lab, King's College London",
1318
"@type": "Organization"
1419
},
20+
"email": "jose.m.vieira@kcl.ac.uk",
1521
"familyName": "Vieira",
1622
"givenName": "Miguel",
1723
"@id": "_:author_2",
@@ -22,6 +28,7 @@
2228
"name": "King's Digital Lab, King's College London",
2329
"@type": "Organization"
2430
},
31+
"email": "zihao.lu@kcl.ac.uk",
2532
"familyName": "Lu",
2633
"givenName": "Zihao",
2734
"@id": "_:author_3",
@@ -32,6 +39,7 @@
3239
"name": "King's Digital Lab, King's College London",
3340
"@type": "Organization"
3441
},
42+
"email": "arianna.ciula@kcl.ac.uk",
3543
"familyName": "Ciula",
3644
"givenName": "Arianna",
3745
"@id": "_:author_4",
@@ -42,6 +50,7 @@
4250
"name": "Faculty of Classics, University of Oxford",
4351
"@type": "Organization"
4452
},
53+
"email": "jonathan.prag@merton.ox.ac.uk",
4554
"familyName": "Prag",
4655
"givenName": "Jonathan",
4756
"@id": "_:author_5",
@@ -52,7 +61,7 @@
5261
"dateCreated": "2024-07-02",
5362
"dateModified": "2026-06-04",
5463
"datePublished": "2026-06-02",
55-
"description": "Corpus building edition for the CROSSREADS research project. https://sicily.classics.ox.ac.uk/",
64+
"description": "Corpus building edition for the CROSSREADS research project known as I.Sicily - Inscriptions of Ancient Sicily. https://sicily.classics.ox.ac.uk/\nThe project workflow processes EpiDoc TEI XML files, enriches the original input corpus with multiple annotation layers, serve images and presents it on a static website with tools to search and visualise that data. Individual inscription editions are published as HTML pages but can also be searched and filtered, as well as being freely available for download.",
5665
"downloadUrl": "https://github.com/kingsdigitallab/corpus-building/releases",
5766
"funder": {
5867
"name": "ERC",
@@ -72,29 +81,58 @@
7281
"xslt"
7382
],
7483
"softwareRequirements": [
75-
"sveltekit",
76-
"mdsvex",
77-
"fontsource/source-sans-pro",
78-
"itemsjs",
79-
"flexsearch",
80-
"leaflet",
81-
"maplibre-gl",
82-
"openseadragon",
83-
"saxon-js",
84-
"xml2js",
85-
"csv-parse",
86-
"vitest"
84+
{
85+
"name": "sveltekit",
86+
"@type": "SoftwareApplication"
87+
},
88+
{
89+
"name": "mdsvex",
90+
"@type": "SoftwareApplication"
91+
},
92+
{
93+
"name": "fontsource/source-sans-pro",
94+
"@type": "SoftwareApplication"
95+
},
96+
{
97+
"name": "itemsjs",
98+
"@type": "SoftwareApplication"
99+
},
100+
{
101+
"name": "flexsearch",
102+
"@type": "SoftwareApplication"
103+
},
104+
{
105+
"name": "leaflet",
106+
"@type": "SoftwareApplication"
107+
},
108+
{
109+
"name": "maplibre-gl",
110+
"@type": "SoftwareApplication"
111+
},
112+
{
113+
"name": "openseadragon",
114+
"@type": "SoftwareApplication"
115+
},
116+
{
117+
"name": "saxon-js",
118+
"@type": "SoftwareApplication"
119+
},
120+
{
121+
"name": "xml2js",
122+
"@type": "SoftwareApplication"
123+
},
124+
{
125+
"name": "csv-parse",
126+
"@type": "SoftwareApplication"
127+
},
128+
{
129+
"name": "vitest",
130+
"@type": "SoftwareApplication"
131+
}
87132
],
88133
"version": "v0.27.2",
89-
"codemeta:contIntegration": {
90-
"@id": "https://raw.githubusercontent.com/kingsdigitallab/corpus-building/develop/.github/workflows/frontend.yml"
91-
},
92134
"continuousIntegration": "https://raw.githubusercontent.com/kingsdigitallab/corpus-building/develop/.github/workflows/frontend.yml",
93135
"developmentStatus": "inactive",
94136
"funding": "Advanced Grant CROSSREADS (grant agreement no.885040)",
95-
"isSourceCodeOf": "CROSSREADS Corpus Building Edition",
96-
"@type": [
97-
"SoftwareSourceCode",
98-
"SoftwareApplication"
99-
]
137+
"isSourceCodeOf": "CROSSREADS Corpus Building Edition"
100138
}

0 commit comments

Comments
 (0)