Updates sample submission graphs to use the latest metadata format.
Updates model builder code to use the latest metadata format.
Does not provide any forward or backwards compatibility.
The metadata format being updated to is here, commit hash 375fb06
Notable changes:
blob structure is flattened (no more keys like 'crossref' or 'pmc')
ISSN map structure changed
Submission.metadata is now a JSON object, not an array
Updates sample submission graphs to use the latest metadata format. Updates model builder code to use the latest metadata format. Does not provide any forward or backwards compatibility.
The metadata format being updated to is here, commit hash
375fb06
Notable changes:
Submission.metadata
is now a JSON object, not an arrayCloses #214 and #215