Recent Releases of codemeta
codemeta - 3.0
Vocabulary changes:
- Renamed
codemeta:contIntegrationtocodemeta:continuousIntegration(https://github.com/codemeta/codemeta/pull/302 by @tmorrell) - Renamed
codemeta:embargoDatetocodemeta:embargoEndDate(https://github.com/codemeta/codemeta/pull/314 by @tmorrell) - Added
codemeta:hasSourceCodeandcodemeta:isSourceCodeOfto describe links betweenschema:SoftwareSourceCodeandschema:SoftwareApplication. (https://github.com/codemeta/codemeta/pull/300 by @dgarijo and @progval)
Context changes:
- Updated the context with the above names changes.
- Removed type restriction to
schema:releaseNote(https://github.com/codemeta/codemeta/pull/280 by @progval) - Added
schema:Role,schema:startDate,schema:endDate, andschema:roleName, to allow easier expression of author and contributor roles. See http://blog.schema.org/2014/06/introducing-role.html for an introduction to the concept. (https://github.com/codemeta/codemeta/pull/241 by @progval) - Added
schema:Review,schema:review,schema:reviewAspect, andschema:reviewBody, to describe software reviews. (https://github.com/codemeta/codemeta/pull/311 by @progval)
Other changes:
- Added a crosswalk from codemeta v2 to codemeta v3 (https://github.com/codemeta/codemeta/pull/315 by @progval)
- Fixed some new crosswalks missing from crosswalk.csv (https://github.com/codemeta/codemeta/pull/316 and https://github.com/codemeta/codemeta/pull/317 by @progval)
- Python
Published by progval over 2 years ago
codemeta - Codemeta 2.1
This release does not contain any change to the codemeta vocabulary or context.
Crosswalk updates:
- bio.tools (https://github.com/codemeta/codemeta/pull/251 by @tmorrell)
- Codemeta V1 (https://github.com/codemeta/codemeta/pull/189 by @tedhabermann)
- GitHub (https://github.com/codemeta/codemeta/pull/284 by @progval)
- R (https://github.com/codemeta/codemeta/pull/224 by @clnsmth)
- Zenodo (https://github.com/codemeta/codemeta/pull/251 by @tmorrell, https://github.com/codemeta/codemeta/pull/285 by @vuillaut)
- overall clean up of usage of author/creator in favor of just using author (https://github.com/codemeta/codemeta/pull/235 by @amoeba)
New crosswalks:
- Cargo (https://github.com/codemeta/codemeta/pull/111 by @cboettig)
- Cabal (https://github.com/codemeta/codemeta/pull/222 by @progval)
- CFF (https://github.com/codemeta/codemeta/pull/165 by @npch, https://github.com/codemeta/codemeta/pull/263 by @sdruskat)
- Dart (https://github.com/codemeta/codemeta/pull/283 by @VickyMerzOwn)
- Julia Project.toml (https://github.com/codemeta/codemeta/pull/221 by @mkuzak)
- Leiningen (https://github.com/codemeta/codemeta/pull/219 by @progval)
- NuGet (https://github.com/codemeta/codemeta/pull/282 by @VickyMerzOwn)
- Python PKG-INFO (https://github.com/codemeta/codemeta/pull/203 by @cboettig)
Other changes:
- Fixed property descriptions (https://github.com/codemeta/codemeta/pull/238 and https://github.com/codemeta/codemeta/pull/239 by @progval)
- Split crosswalk.csv into crosswalks/*.csv (https://github.com/codemeta/codemeta/pull/205 by @progval)
- Python
Published by progval almost 3 years ago
codemeta - Release candidate for schema.org - aligned codemeta.jsonld
This release candidate completes the migration to a set of terms more aligned with schema.org.
An overview of all changes in this version can be found at: https://github.com/codemeta/codemeta/issues/142#issuecomment-302182021
- Python
Published by cboettig over 8 years ago
codemeta - CodeMeta v1.0
The codemeta 1.0 release provides a mechanism to assist the transfer of software and software metadata between the entities that author, archive, index and distribute and use the software.
To use this release, please include the following @context in your JSON-LD metadata record:
json
"@context": "https://doi.org/10.5063/SCHEMA/CODEMETA-1.0"
- Python
Published by gothub about 9 years ago