https://github.com/codemeta/codemeta
Tip revision: 357f992909e9488d5de70392063e22cf5a52f5bd authored by Carl Boettiger on 24 May 2017, 03:13:42 UTC
These are all in the crosswalk now
These are all in the crosswalk now
Tip revision: 357f992
README.md
CodeMeta
========
[](https://gitter.im/codemeta/codemeta?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[](https://travis-ci.org/codemeta/codemeta)
> *Matthew B. Jones, Carl Boettiger, Abby Cabunoc Mayes, Arfon Smith, Peter Slaughter, Kyle Niemeyer, Yolanda Gil, Martin Fenner, Krzysztof Nowak, Mark Hahnel, Luke Coy, Alice Allen, Mercè Crosas, Ashley Sands, Neil Chue Hong, Patricia Cruse, Dan Katz, Carole Goble.* 2016. __CodeMeta: an exchange schema for software metadata.__ KNB Data Repository. [doi:10.5063/schema/codemeta-1.0](https://doi.org/doi:10.5063/schema/codemeta-1.0)
[CodeMeta](https://codemeta.github.io) [contributors](CONTRIBUTORS.MD) are creating a minimal metadata schema for science software and code, in JSON and XML. The goal of CodeMeta is to create a concept vocabulary that can be used to standardize the exchange of software metadata across repositories and organizations. CodeMeta started by comparing the software metadata used across multiple repositories, which resulted in the [CodeMeta Metadata Crosswalk](https://github.com/codemeta/codemeta/blob/master/crosswalk.csv). That crosswalk was then used to generate a set of software metadata concepts, which were arranged into a JSON-LD context for serialization (see [codemeta.jsonld](https://github.com/codemeta/codemeta/blob/master/codemeta.jsonld), or an [example CodeMeta document](https://github.com/codemeta/codemeta/blob/master/examples/example-codemeta-full.json)).
## CodeMeta Schema
The schema for released versions of CodeMeta are:
- CodeMeta-1.0: [https://doi.org/doi:10.5063/schema/codemeta-1.0](https://doi.org/doi:10.5063/schema/codemeta-1.0)
## Contributors
CodeMeta is a community project with many contributors spanning research, education, and engineering domains. - See our [list of Contributors](CONTRIBUTORS.MD). You can cite the CodeMeta schema and project as:
## How you can help
Join us! We welcome help formalizing a schema and creating mappings between existing software metadata schemas and the proposed schema. And writing documentation. And evangelizing. And other stuff, however you might be able to contribute.
* Send us a pull request if you have any updates to our [schema](https://github.com/codemeta/codemeta/blob/master/codemeta.jsonld) or [mappings](https://github.com/codemeta/codemeta/blob/master/codemeta-crosswalk.md)!
* Take a look at the [issue tracker](https://github.com/codemeta/codemeta/issues)
* Join the discussion!
- [Join the CodeMeta chat gitter.im](https://gitter.im/codemeta/codemeta)
## Project history
This is an extension of the work done by [@arfon](http://github.com/arfon/), [@hubgit](https://github.com/hubgit/), [@kaythaney](https://github.com/kaythaney/) and others on [Code as a Research Object](https://github.com/mozillascience/code-research-object) / [fidgit](https://github.com/mozillascience/fidgit). **Code as a research object** is a [Mozilla Science Lab](http://mozillascience.org) ([@MozillaScience](https://github.com/mozillascience/)) project working with community members to explore how we can better integrate code and scientific software into the scholarly workflow. Out of this came **fidgit** - a proof of concept integration between Github and figshare, providing a [Digital Object Identifier](http://en.wikipedia.org/wiki/Digital_object_identifier) (DOI) for the code which allows for persistent reference linking.
With codemeta, we want to formalize the schema used to map between the different services (Github, figshare, Zenodo) to help others plug into existing systems. Having a standard software metadata interoperability schema will allow other data archivers and libraries join in. This will help keep science on the web shareable and interoperable!
Organizers
==========
* Matt Jones
* Arfon Smith
* Abby Cabunoc Mayes
* Carl Boettiger
Links
=====
* **Code as a Research Object** blog posts:
* [Code as a research object: updates, prototypes, next steps](http://mozillascience.org/code-as-a-research-object-updates-prototypes-next-steps/)
* [What else is needed for code reuse](http://mozillascience.org/what-else-is-needed-for-code-reuse/)
* [JSON-LD for software discovery, reuse and credit](http://www.arfon.org/json-ld-for-software-discovery-reuse-and-credit)
* [JSON-LD.org](http://json-ld.org/)
* [Schema.org](http://schema.org/)
