-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add ISBN citation support to reference/provenance #400
Comments
@tgbugs and @iliasziogas can you please review this request to support book citation? Are there additional criteria or existing format that we should utilize? Tom, I think there are books ISBN stored in neurondm (e.g., see https://composer.scicrunch.io/statement/468 ) but I'm not sure if this is formalized? thanks! |
The way I handle isbns right now is as a uri with the following prefix -> namespace mapping. {'ISBN13': 'https://uilx.org/tgbugs/u/r/isbn-13/'}
# I don't have a prefix for ISBN10 right now but could add one e.g. Trying to go more granular than that in a formal way (structured) is not a good idea right now because there are no standard conventions for how to reference chapters, figures, page numbers, etc. (crazy right?). My suggestion is that any more fine grained references be put in curator notes, or better, uploaded as e.g. a screenshot of the figure. Thoughts? |
@ddelpiano please review this and estimate effort to support the 10/13 number ISBN numbers. Add screenshots/info about pages should be added as notes (separate task). |
@ddelpiano please review this for adding ISBN citation support. |
User Story: Curators often use books in addition to digital references to provide context and source experimental evidence for neuronal populations. We need to be able to list books as sources. Identifying the chapter and page would also be ideal.
Acceptance criteria: ISBN numbers are either 10 or 13 numbers long (ISBNs assigned on or after January 1, 2007 are 13 digits long, while those assigned before 2007 are 10 digits long).
The text was updated successfully, but these errors were encountered: