Recent Releases of https://github.com/caltechlibrary/convert_codemeta

https://github.com/caltechlibrary/convert_codemeta - Make validate responses standard

Modify validate function to always return True/False.

- Python
Published by tmorrell over 5 years ago

https://github.com/caltechlibrary/convert_codemeta - Adds https workaround to validation

This release improves the validation by changing the codemeta context to one that uses https for schema.org. This workaround will not be necessary once codemeta uses a https schema.org link, but also shouldn't have any impact on the validation results.

- Python
Published by tmorrell over 5 years ago

https://github.com/caltechlibrary/convert_codemeta - Zenodo API License Formatting

This release adds verification of the license value so the Zenodo-formatted metadata is accepted by the Zenodo API.

- Python
Published by tmorrell over 5 years ago

https://github.com/caltechlibrary/convert_codemeta - Key and Zenodo Mapping Bugs

This release fixes a bug in adding values that don't exist and the Zenodo mapping for related identifiers.

- Python
Published by tmorrell over 5 years ago

https://github.com/caltechlibrary/convert_codemeta - Metadata Conversions and Improved Tests

This is the first major release of convert_codemeta. It includes fixes for https: resolution issues with schema.org, a working conversion function with a Zenodo example, and general package installation cleanup.

- Python
Published by tmorrell over 5 years ago

https://github.com/caltechlibrary/convert_codemeta - First release of convert_codemeta

convert_codemeta validates and converts codemeta.json files from different formats using the codemeta crosswalk table. The design of this package is inspired by codemetar, but adds support for converting nested elements using a dotpath in the crosswalk table. It also demonstrates how more complex format conversions (mapping with logic) can be added into the package.

- Python
Published by tmorrell over 6 years ago