From 30968ad81d0b4b396dc09a1a3c212a584c394335 Mon Sep 17 00:00:00 2001 From: Vincent Prins Date: Wed, 5 Jun 2024 11:15:42 +0200 Subject: [PATCH] Let codemeta-harvester add the version number Less work for us with each release --- client/package-lock.json | 4 +--- client/package.json | 3 +-- codemeta.json => codemeta-harvest.json | 25 +++++++++++-------------- readme.md | 2 +- 4 files changed, 14 insertions(+), 20 deletions(-) rename codemeta.json => codemeta-harvest.json (93%) diff --git a/client/package-lock.json b/client/package-lock.json index e2ed835..3787879 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -1,12 +1,10 @@ { "name": "galahad-client", - "version": "0.0.2-ALPHA-SNAPSHOT", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "galahad-client", - "version": "0.0.2-ALPHA-SNAPSHOT", "dependencies": { "@types/uuid": "^8.3.4", "@vitejs/plugin-vue": "^5.0.4", @@ -5441,4 +5439,4 @@ } } } -} +} \ No newline at end of file diff --git a/client/package.json b/client/package.json index e1043e4..8610571 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,5 @@ { "name": "galahad-client", - "version": "0.0.2-ALPHA-SNAPSHOT", "private": true, "scripts": { "dev": "vite", @@ -38,4 +37,4 @@ "typescript": "^4.7.4", "vite": "^5.1.7" } -} +} \ No newline at end of file diff --git a/codemeta.json b/codemeta-harvest.json similarity index 93% rename from codemeta.json rename to codemeta-harvest.json index c52f804..1a821d5 100644 --- a/codemeta.json +++ b/codemeta-harvest.json @@ -1,32 +1,29 @@ { "@context": "https://w3id.org/codemeta/3.0", "@type": "SoftwareSourceCode", - "version": "1.0.0", - "dateModified": "2024-06-04", "dateCreated": "2024-05-31", "datePublished": "2024-05-31", "applicationCategory": [ "https://w3id.org/nwo-research-fields#Linguistics", "https://w3id.org/nwo-research-fields#ComputationalLinguisticsAndPhilology", "https://w3id.org/nwo-research-fields#ArtificialIntelligenceExpertSystems", - "https://w3id.org/nwo-research-fields#SoftwareForTheHumanities", + "https://w3id.org/nwo-research-fields#SoftwareForHumanities", "https://w3id.org/nwo-research-fields#TextualAndLinguisticCorpora", - "https://vocabs.dariah.eu/tadirah/en/page/enriching", - "https://vocabs.dariah.eu/tadirah/en/page/posTagging", - "https://vocabs.dariah.eu/tadirah/en/page/tagging", - "https://vocabs.dariah.eu/tadirah/en/page/annotating", - "https://vocabs.dariah.eu/tadirah/en/page/merging", - "https://vocabs.dariah.eu/tadirah/en/page/converting", - "https://vocabs.dariah.eu/tadirah/en/page/lemmatizing", - "https://vocabs.dariah.eu/tadirah/en/page/machineLearning", - "https://vocabs.dariah.eu/tadirah/en/page/comparing", - "https://vocabs.dariah.eu/tadirah/en/page/analyzing" + "https://vocabs.dariah.eu/tadirah/enriching", + "https://vocabs.dariah.eu/tadirah/posTagging", + "https://vocabs.dariah.eu/tadirah/tagging", + "https://vocabs.dariah.eu/tadirah/annotating", + "https://vocabs.dariah.eu/tadirah/merging", + "https://vocabs.dariah.eu/tadirah/converting", + "https://vocabs.dariah.eu/tadirah/lemmatizing", + "https://vocabs.dariah.eu/tadirah/machineLearning", + "https://vocabs.dariah.eu/tadirah/comparing", + "https://vocabs.dariah.eu/tadirah/analyzing" ], "author": [ { "@type": "Person", "@id": "http://orcid.org/0009-0006-9941-9582", - "type": "Person", "email": "vincent.prins@ivdnt.org", "familyName": "Prins", "givenName": "Vincent" diff --git a/readme.md b/readme.md index 5a819c6..6c0cb5c 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -# GaLAHaD (1.0.0) +# GaLAHaD Generating Linguistic Annotations for Historical Dutch [![Dev images to docker](https://github.com/INL/Galahad/actions/workflows/publish-dev.yml/badge.svg)](https://github.com/INL/Galahad/actions/workflows/publish-dev.yml)