Skip to content
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

improve + enhance metadata associated with dce dataCite DOI #1912

Open
tcatapano opened this issue Sep 30, 2020 · 1 comment
Open

improve + enhance metadata associated with dce dataCite DOI #1912

tcatapano opened this issue Sep 30, 2020 · 1 comment

Comments

@tcatapano
Copy link
Member

tcatapano commented Sep 30, 2020

In particular, resource type which is currently general "text" (OK) and specific "article" (not OK)

In practice, when saving to Zotero, item type is "Journal Article"

In various metadata outputs from dataCite https://search.datacite.org/works/10.7916/78yt-2v41

DataCite XML: https://api.datacite.org/dois/application/vnd.datacite.datacite+xml/10.7916/78yt-2v41
perhaps also use casrai:Website

  <publisher>The Making and Knowing Project</publisher>
  <publicationYear>2020</publicationYear>
  <resourceType resourceTypeGeneral="Text"/>

DataCite JSON: https://api.datacite.org/dois/application/vnd.datacite.datacite+json/10.7916/78yt-2v41

perhaps use: bibtex:misc

"types": {
    "ris": "RPRT",
    "bibtex": "article",
    "citeproc": "article-journal",
    "schemaOrg": "ScholarlyArticle",
    "resourceTypeGeneral": "Text"

Schema.org JSON:

perhaps use: https://schema.org/WebSite

{
  "@context": "http://schema.org",
  "@type": "ScholarlyArticle",
  "@id": "https://doi.org/10.7916/78yt-2v41",
  "url": "https://edition640.makingandknowing.org/#/",
@tcatapano
Copy link
Member Author

tcatapano commented Sep 30, 2020

Also, add editors and specify editor role as per preferred citation:

Making and Knowing Project, Pamela H. Smith, Naomi Rosenkranz, Tianna Helena Uchacz, Tillmann Taape, Clément Godbarge, Sophie Pitman, Jenny Boulboullé, Joel Klein, Donna Bilak, Marc Smith, and Terry Catapano, eds., Secrets of Craft and Nature in Renaissance France. A Digital Critical Edition and English Translation of BnF Ms. Fr. 640 (New York: Making and Knowing Project, 2020), https://edition640.makingandknowing.org.`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: To do
Development

No branches or pull requests

2 participants