Releases: usnistgov/oar-metadata
Bug Fix Release: updated forensics taxonomy, DCite ref conversion
Minor fixes in this release:
- the forensics taxonomy was tweaked in preparation for support of the Forensics Science Theme
- bug fix in
nistoar.nerdm.convert.latest
correcting conversion of v0.1 DCite references
An updated nerdmvalidate
supporting the latest schemas was added as a downloadable artifact; see below. This stand-alone python executable can be used to test if NERDm records are compliant with the NERDm schemas; type nerdmvalidate -h
for details on using this tool. Python 3 required.
Python 3 only for MIDAS re-engineering
This release drops all support for Python 2.7 as part of the support for the new publication platform. It also includes:
- updates to the NERDm schemas to support aggregations, experiments, and better version tracking
- updates to the
nistoar.nerdm.convert.latest
for upgrading records to the latest schemas - updates to the
nistoar.nerdm.convert.rmm
to support new version access in the RMM
Science Themes
This release adds NERDm support for Science Themes and other aggregations via the nerdm-agg-schema.json
extension schema. Support for "in-press" references is also improved.
Autocomplete support and NERDm fixes
This provides some support for search term autocomplete as well as fix an issue with the rights property in NERDm
NERDm update: extension schema for releases
Release history is now handled differently in NERDm; the updates are now handled in separate extension schema, nerdm-rls-schem.json
.
NERDm updates: references, affiliations, and new BIB extension
The aim of this release is to update the support for references and author affiliations in the NERDm schema. In particular, references are now properly tagged with their type to enable proper display on the landing page. As part of small fixes made to the schema definition, the DataCite related definitions were moved to a new extension schema, NERDm-bib.
Bug Fix: adjust data file for controlling sorting in SDP
The model/nerdm-fields-help.json
was changed to update the sorting options in the SDP: topic and keyword are no longer sortable properties.
Update NERDm Schema and Documentation
After accumulating a few updates in previous releases, the NERDm schema was upreved to v0.3, and the documentation was updated (with previously broken links fixed).
Bug Fix: DOI Minting, schema update
This release fixes some bugs related to DOI Minting as well as adds some needed properties to the NERDm schema.
Build fix release
This release addresses a minor build problem.