|
1 | 1 | { |
2 | 2 | "@context": "https://w3id.org/codemeta/3.0", |
| 3 | + "@type": [ |
| 4 | + "SoftwareSourceCode", |
| 5 | + "SoftwareApplication" |
| 6 | + ], |
3 | 7 | "applicationCategory": "Digital Epigraphy", |
4 | 8 | "author": [ |
5 | 9 | { |
| 10 | + "email": "kdl-info@kcl.ac.uk", |
6 | 11 | "name": "King's Digital Lab", |
7 | 12 | "@id": "https://github.com/kingsdigitallab", |
8 | 13 | "@type": "Organization" |
|
12 | 17 | "name": "King's Digital Lab, King's College London", |
13 | 18 | "@type": "Organization" |
14 | 19 | }, |
| 20 | + "email": "jose.m.vieira@kcl.ac.uk", |
15 | 21 | "familyName": "Vieira", |
16 | 22 | "givenName": "Miguel", |
17 | 23 | "@id": "_:author_2", |
|
22 | 28 | "name": "King's Digital Lab, King's College London", |
23 | 29 | "@type": "Organization" |
24 | 30 | }, |
| 31 | + "email": "zihao.lu@kcl.ac.uk", |
25 | 32 | "familyName": "Lu", |
26 | 33 | "givenName": "Zihao", |
27 | 34 | "@id": "_:author_3", |
|
32 | 39 | "name": "King's Digital Lab, King's College London", |
33 | 40 | "@type": "Organization" |
34 | 41 | }, |
| 42 | + "email": "arianna.ciula@kcl.ac.uk", |
35 | 43 | "familyName": "Ciula", |
36 | 44 | "givenName": "Arianna", |
37 | 45 | "@id": "_:author_4", |
|
42 | 50 | "name": "Faculty of Classics, University of Oxford", |
43 | 51 | "@type": "Organization" |
44 | 52 | }, |
| 53 | + "email": "jonathan.prag@merton.ox.ac.uk", |
45 | 54 | "familyName": "Prag", |
46 | 55 | "givenName": "Jonathan", |
47 | 56 | "@id": "_:author_5", |
|
52 | 61 | "dateCreated": "2024-07-02", |
53 | 62 | "dateModified": "2026-06-04", |
54 | 63 | "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.", |
56 | 65 | "downloadUrl": "https://github.com/kingsdigitallab/corpus-building/releases", |
57 | 66 | "funder": { |
58 | 67 | "name": "ERC", |
|
72 | 81 | "xslt" |
73 | 82 | ], |
74 | 83 | "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 | + } |
87 | 132 | ], |
88 | 133 | "version": "v0.27.2", |
89 | | - "codemeta:contIntegration": { |
90 | | - "@id": "https://raw.githubusercontent.com/kingsdigitallab/corpus-building/develop/.github/workflows/frontend.yml" |
91 | | - }, |
92 | 134 | "continuousIntegration": "https://raw.githubusercontent.com/kingsdigitallab/corpus-building/develop/.github/workflows/frontend.yml", |
93 | 135 | "developmentStatus": "inactive", |
94 | 136 | "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" |
100 | 138 | } |
0 commit comments