⇦⇨⌂
15 maart 2023
- Metadata voor software
- Alpino
- documentatie van nieuwe attributen
- zie implementatie van
is_nachfeld, is_np, is_vorfeld in alpinods
- alpinoviewer
- JATOS
- website bijwerken
- oude gebruikers overzetten?
- server stoppen
- cursus PyTorch
- urd2
- binnenkort upgrade naar Ubuntu 22.04
- AlpinoGraph
- nieuwe versie van AgensGraph voor AlpinoGraph in Docker
{
"@context": [
"https://schema.org",
"https://doi.org/10.5063/schema/codemeta-2.0",
"https://w3id.org/software-iodata",
"https://w3id.org/software-types",
"https://raw.githubusercontent.com/jantman/repostatus.org/master/badges/latest/ontology.jsonld",
{
"author": {
"@container": "@list",
"@id": "schema:author"
},
"contributor": {
"@container": "@list",
"@id": "schema:contributor"
},
"referencePublication": {
"@id": "codemeta:referencePublication",
"@type": "@id"
},
"softwareRequirements": {
"@id": "schema:softwareRequirements",
"@type": "@id"
}
}
],
"@id": "https://github.com/rug-compling/Alpino",
"@type": "SoftwareSourceCode",
"identifier": "https://github.com/rug-compling/Alpino",
"name": "Alpino",
"description": "Alpino parser and related tools for Dutch",
"version": "0.0.0",
"codeRepository": "git+https://github.com/rug-compling/Alpino.git",
"url": "https://www.let.rug.nl/~vannoord/alp/Alpino/",
"issueTracker": "https://github.com/rug-compling/Alpino/issues",
"license": "https://spdx.org/licenses/LGPL-2.1",
"developmentStatus": "https://www.repostatus.org/#active",
"applicationCategory": [
"https://w3id.org/nwo-research-fields#SoftwareForHumanities",
"https://w3id.org/nwo-research-fields#Linguistics",
"https://w3id.org/nwo-research-fields#ComputationalLinguisticsAndPhilology"
],
"producer": {
"@type": "Organization",
"name": "Taaltechnologie, Faculteit der Letteren, Rijksuniversiteit Groningen",
"url": "https://www.rug.nl/research/clcg/research/cl/"
},
"author": [
{
"@type": "Person",
"@id": "https://orcid.org/0000-0001-5564-6341",
"givenName": "Gertjan",
"familyName": "Van Noord",
"email": "g.j.m.van.noord@rug.nl",
"affiliation": {
"@type": "Organization",
"name": "Taaltechnologie, Faculteit der Letteren, Rijksuniversiteit Groningen"
}
}
],
"maintainer": [
{
"@id": "https://orcid.org/0000-0001-5564-6341"
}
],
"operatingSystem": ["Linux", "Docker"],
"programmingLanguage": ["Prolog"],
"softwareHelp": [
{
"@id": "https://www.let.rug.nl/~vannoord/alp/Alpino/",
"@type": "WebSite",
"name": "Alpino",
"url": "https://www.let.rug.nl/~vannoord/alp/Alpino/"
}
],
"downloadUrl": "https://www.let.rug.nl/~vannoord/alp/Alpino/versions/binary/latest.tar.gz",
"contributor": [
{
"@type": "Person",
"givenName": "Daniël",
"familyName": "De Kok"
},
{
"@type": "Person",
"givenName": "Andreas",
"familyName": "Van Cranenburgh"
}
],
"COMMENT": "ALLES HIERONDER IS VOORBEELD EN MOET AANGEPAST WORDEN",
"referencePublication": {
"@type": "ScholarlyArticle",
"sameAs": "https://doi.org/10.1080/non.existant",
"name": "My awesome paper",
"author": ["John Doe", "Jane Doe"],
"pageStart": "99",
"pageEnd": 114,
"isPartOf": {
"@type": "PublicationIssue",
"datePublished": "1970",
"name": "Selected Papers of Some Awesome Conference",
"location": "Amsterdam, the Netherlands"
},
"url": "https://example.org/my-paper.pdf"
},
"targetProduct": [
{
"@type": "CommandLineApplication",
"name": "My software",
"executableName": "mysoftware",
"producesData": {
"@type": "Dataset",
"encodingFormat": "text/xml"
}
},
{
"@type": "SoftwareLibrary",
"name": "My software"
},
{
"@type": "WebApplication",
"name": "My software",
"url": "https://example.org/mysoftware",
"provider": {
"@type": "Organization",
"name": "My Organization",
"url": "https://example.org"
}
}
],
"funding": {
"@type": "Grant",
"name": "CLARIAH-PLUS (NWO grant 184.034.023)",
"funder": {
"@type": "Organization",
"name": "NWO",
"url": "https://www.nwo.nl"
}
}
}