servicemeta
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (2.1%) to scientific vocabulary
Last synced: 9 months ago
·
JSON representation
Repository
Basic Info
- Host: GitHub
- Owner: lauramble
- License: agpl-3.0
- Language: JavaScript
- Default Branch: main
- Size: 193 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created about 2 years ago
· Last pushed about 2 years ago
Metadata Files
Readme
License
Authors
Codemeta
README.md
ServiceMeta
This goal of this project is to create a simple metadata schema for scientific web services, including both APIs and web apps, similar to the CodeMeta project for scientific software.
See: https://lauramble.github.io/servicemeta/
Owner
- Login: lauramble
- Kind: user
- Repositories: 4
- Profile: https://github.com/lauramble
CodeMeta (codemeta.json)
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/AGPL-3.0-only",
"codeRepository": "https://github.com/codemeta/codemeta-generator",
"dateCreated": "2019-10-02",
"issueTracker": "https://github.com/codemeta/codemeta-generator/issues",
"continuousIntegration": "https://travis-ci.org/codemeta/codemeta-generator/",
"name": "Codemeta Generator",
"keywords": [
"codemeta",
"metadata",
"json"
],
"author": [
{
"@type": "Organization",
"name": "Software Heritage",
"url": "https://www.softwareheritage.org/"
}
]
}