-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'feature-similarity' of https://github.com/beeldengeluid…
…/mediasuite-website into feature-similarity
- Loading branch information
Showing
4 changed files
with
118 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ on: | |
push: | ||
branches: | ||
- login_redirect | ||
- feature-similarity | ||
|
||
jobs: | ||
build: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,113 @@ | ||
{ | ||
"@context": [ | ||
"https://doi.org/10.5063/schema/codemeta-2.0", | ||
"http://schema.org", | ||
"https://w3id.org/software-types" | ||
], | ||
"@type": "SoftwareSourceCode", | ||
"identifier": "mediasuite", | ||
"name": "CLARIAH Media Suite", | ||
"version": "6.10", | ||
"description": "The CLARIAH Media Suite is a research environment in which researchers can search, bookmark, annotate and compare items from a number of cultural heritage collections", | ||
"license": "https://spdx.org/licenses/MIT.html", | ||
"url": "https://mediasuite.clariah.nl/", | ||
"producer": [ | ||
{ | ||
"@id": "https://www.beeldengeluid.nl/", | ||
"@type": "Organization", | ||
"name": "Netherlands Institute for Sound and Vision", | ||
"url": "https://www.beeldengeluid.nl/", | ||
"location": { | ||
"@type": "Place", | ||
"name": "Hilversum" | ||
} | ||
} | ||
], | ||
"author": [ | ||
{ | ||
"@id": "https://github.com/jblom", | ||
"@type": "Person", | ||
"givenName": "Jaap", | ||
"familyName": "Blom", | ||
"affiliation": { | ||
"@id": "https://www.beeldengeluid.nl/" | ||
} | ||
} | ||
], | ||
"sourceOrganization": { | ||
"@id": "https://www.beeldengeluid.nl/" | ||
}, | ||
"programmingLanguage": { | ||
"@type": "ComputerLanguage", | ||
"identifier": "python", | ||
"name": "python" | ||
}, | ||
"operatingSystem": "Linux", | ||
"codeRepository": "https://github.com/beeldengeluid/clariah-mediasuite", | ||
"softwareRequirements": [ | ||
{ | ||
"@type": "SoftwareLibrary", | ||
"identifier": "flask", | ||
"name": "flask" | ||
} | ||
], | ||
"funding": [ | ||
{ | ||
"@type": "Grant", | ||
"name": "CLARIAH-CORE (NWO grant 184.033.101)", | ||
"url": "https://www.clariah.nl", | ||
"funder": { | ||
"@type": "Organization", | ||
"name": "NWO", | ||
"url": "https://www.nwo.nl" | ||
} | ||
}, | ||
{ | ||
"@type": "Grant", | ||
"name": "CLARIAH-PLUS (NWO grant 184.034.023)", | ||
"funder": { | ||
"@type": "Organization", | ||
"name": "NWO", | ||
"url": "https://www.nwo.nl" | ||
} | ||
} | ||
], | ||
"readme": "https://github.com/CLARIAH/clariah-mediasuite/blob/main/README.md", | ||
"issueTracker": "https://github.com/beeldengeluid/clariah-mediasuite/issues", | ||
"contIntegration": "https://github.com/beeldengeluid/mediasuite-website/actions/workflows/nightly-production-deploy.yml", | ||
"releaseNotes": "https://mediasuite.clariah.nl/documentation/release-notes", | ||
"developmentStatus": [ | ||
"https://www.repostatus.org/#active", | ||
"https://w3id.org/research-technology-readiness-levels#Level9Proven" | ||
], | ||
"keywords": [ | ||
"cultural heritage", | ||
"data portal", | ||
"collection analysis", | ||
"faceted search", | ||
"scholerly annotation", | ||
"virtual workspace" | ||
], | ||
"softwareHelp": [ | ||
{ | ||
"@id": "https://mediasuite.clariah.nl/documentation", | ||
"@type": "WebSite", | ||
"name": "Media Suite Documentation", | ||
"url": "https://mediasuite.clariah.nl/documentation" | ||
} | ||
], | ||
"targetProduct": [ | ||
{ | ||
"@type": "WebApplication", | ||
"name": "CLARIAH Media Suite", | ||
"url": "https://mediasuite.clariah.nl", | ||
"provider": { | ||
"@type": "Organization", | ||
"name": "Netherlands Institute for Sound and Vision", | ||
"url": "https://beeldengeluid.nl" | ||
} | ||
} | ||
], | ||
"dateCreated": "2023-11-21", | ||
"dateModified": "2023-11-21" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters