-
Notifications
You must be signed in to change notification settings - Fork 27
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
RFC: isbns and dois in Literature schema #210
Comments
From @kaplun on July 20, 2016 7:53 The only issue I have is that ISBNs in publication info mean that the given document is a chapter inside a the referred book. Instead when the ISBN is in its own field it means that this record is about the book itself. At that point we should also have the imprint information (i.e. place, editor and year). At the same time we have the concept of |
From @kaplun on July 20, 2016 7:55 @annetteholtkamp what is the actual way we relate a book chapter to its book? |
From @annetteholtkamp on July 21, 2016 12:1 773__0 contains the recid of the book. Usually the 773 field for a book chapter contains just One could also imagine using the DOI of the book to refer to it. In principle it would be great if many identifiers are allowed to save cataloguers the work of looking up the recid. We also have links via report number. E.g..
On Jul 20, 2016, at 9:55 AM, Samuele Kaplun <[email protected]mailto:[email protected]> wrote: @annetteholtkamphttps://github.com/annetteholtkamp what is the actual way we relate a book chapter to its book? — |
From @david-caro on May 11, 2017 13:41 @kaplun if you are not working on this, move back to ready and unassign 👍 |
From @kaplun on May 11, 2017 13:43 You are going to work on it? |
From @david-caro on May 11, 2017 13:46 Are you asking or assigning? ;), but in any case, move to ready then, if you want me to work on it assign it to me too. |
From @kaplun on May 11, 2017 13:49 You self assign-it :P |
This looks like a content decision. I think that @michamos should look at it and decide. |
From @michamos on May 11, 2017 14:52 I am not sure I understand the issue. In |
From @annetteholtkamp on June 5, 2017 19:32 That's a nice idea. The issue probably never came up before. But more and more books have a DOI, e.g. Springer books and proceedings. So it would be very useful if we can refer to a parent via its DOI.
On May 11, 2017, at 4:52 PM, Micha Moskovic <[email protected]mailto:[email protected]> wrote: I am not sure I understand the issue. In publication_info, parent_isbn, parent_record and parent_record_number are defined. Maybe we also need parent_doi which is not currently defined? @annetteholtkamphttps://github.com/annetteholtkamp ? — |
You can refer a book chapter to its book via recid or ISBN or reportnr of its parent. Indeed we should include the parent DOI here as well. And the field name should include the word parent to avoid confusion.
- Annette
On Aug 7, 2017, at 12:59 AM, Jacopo Notarstefano <[email protected]<mailto:[email protected]>> wrote:
From @kaplun<https://github.com/kaplun> on May 11, 2017 13:49
You self assign-it :P
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#210 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AM1-O2e8AxbF2TEwxPSxvPlL3SGsQw_qks5sVkVpgaJpZM4Ou3gJ>.
|
From @mihaibivol on July 19, 2016 11:28
Currently we have these arrays inside the schema:
dois
isbns
publication_info
publication_info
also has anisbn
field. I think it might be better to move everything that is publication related withinpublication_info
. If we have only an ISBN then the publication info will contain only the ISBN information.Copied from original issue: inspirehep/inspire-next#1349
The text was updated successfully, but these errors were encountered: