HeardLibrary / vandycite

0 stars 0 forks source link

Upload Divinity books and book chapters that have DOIs #52

Closed baskaufs closed 2 years ago

baskaufs commented 2 years ago

Charlotte sent me two Excel spreadsheets on 2022-01-25 with DOIs. Need to use the script for pulling data from CrossRef, then VanderBot to do the upload to Wikidata. The spreadsheets are in the divinity-law folder under publications, then wikidata, projects in DiSC SharePoint.

baskaufs commented 2 years ago

The relevant script is at github/linked-data/publications/crossref/retrieve_doi_data.ipynb

Change the file path by uncommenting to use the data directory github/vandycite/divinity_law/

baskaufs commented 2 years ago

Issues discovered:

baskaufs commented 2 years ago

Monographs seem to behave just like books.

Added feature to look up publishers.

Added features to handle editors, but need to implement Chris' suggestions for Editor name strings (use author name string with subject has role = "editor".

baskaufs commented 2 years ago

Ran the script, but there are a lot of book chapters that don't have either authors or editors listed by CrossRef. Not sure how to handle this. Also, need to talk to Charlotte about how to handle linking the book chapters to the books, or to confirm that they actually should be considered separate works if it's a single-author book.

baskaufs commented 2 years ago

Here's what Chris B. told me about how he handles books P31 in a 2022-02-14 email:

Yes, I use Q571 for books (well, books that haven’t been edited – for edited volumes, I use Q1711593, and then other things for specialized items like dictionaries and encyclopedias). I use “book” rather than “academic writing,” written work,” etc., because I see it as a “common sense” (and common) description of the thing I’m describing. “Academic writing” seems to require a judgment about an item’s “academic” qualities, and “written work” seems more abstract (it includes books, but it includes lots of other things). But this has merely been my decision: if something else makes more sense to the group, I’ll use it instead.

I use “version, edition, or translation” partly because of the page number issues I mentioned last Monday, and partly because it’s more “FRBR-friendly.” But I didn’t want to use only “version, edition, or translation” because I don’t think that provides a precise enough description of what the thing is.

baskaufs commented 2 years ago

Created or verified Q IDs for books/monographs that have chapters with separate authors. Followed up with adding the chapters.

Completed with https://github.com/HeardLibrary/vandycite/commit/3ee9591cd25372967f3a51f3f51f651874e75a44