-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for seriesInformation #162
Comments
The DataCite Metadata Schema currently does not support certain fields necessary for citation of journal articles (and other similar serial text publications). We typically advise members and clients to put this information into a It would help for the future if we could at least capture this information in a consistent way. We will add special handling to the Fabrica form for the These smaller fields are:
|
seriesInformation is parsed in the API using this code https://github.com/datacite/bolognese/blob/master/lib/bolognese/readers/datacite_reader.rb#L221-L240 and this code https://github.com/datacite/bolognese/blob/master/lib/bolognese/utils.rb#L914-L933. Briefly, we parse
|
Due the fact the schema does not support seperate fields for series information and to avoid backwards incompatability problems, I've added a warning in place that looks for our specific format. |
Child of #155.
The text was updated successfully, but these errors were encountered: