Item Type Document for a "dataset"
Hi-
I just checked a DOI, 10.7302/ZCK4-0058, with "add by identifier" in the Zotero desktop application and the "Item Type" shows as "Document" then down below in the "Extra" section it has "Type: Dataset" and "DOI: 10.7302/ZCK4-0058". What is Zotero's source for the DOI metadata? I'm just concerned that our repository's datasets are being "mis-typed" and that the DOI is not listed in the URL field.
We use DataCite to mint our DOIs and indicate to DataCite that the "resourceType" is "Dataset".
We do not currently have a connection setup between our repository, Deep Blue Data, and any citation managers.
Here is the citation as created in our system:
Arbic, B. K., Schindelegger, M. (2021). Long-term Earth-Moon evolution with high-level orbit and ocean tide models [Data set], University of Michigan - Deep Blue Data. https://doi.org/10.7302/zck4-0058
Ideally we can clear this up with whatever system you use as a source for this information.
Any assistance would be greatly appreciated.
Thanks,
susan
I just checked a DOI, 10.7302/ZCK4-0058, with "add by identifier" in the Zotero desktop application and the "Item Type" shows as "Document" then down below in the "Extra" section it has "Type: Dataset" and "DOI: 10.7302/ZCK4-0058". What is Zotero's source for the DOI metadata? I'm just concerned that our repository's datasets are being "mis-typed" and that the DOI is not listed in the URL field.
We use DataCite to mint our DOIs and indicate to DataCite that the "resourceType" is "Dataset".
We do not currently have a connection setup between our repository, Deep Blue Data, and any citation managers.
Here is the citation as created in our system:
Arbic, B. K., Schindelegger, M. (2021). Long-term Earth-Moon evolution with high-level orbit and ocean tide models [Data set], University of Michigan - Deep Blue Data. https://doi.org/10.7302/zck4-0058
Ideally we can clear this up with whatever system you use as a source for this information.
Any assistance would be greatly appreciated.
Thanks,
susan
And to reaffirm: what's being picked up is exactly what you want to see. Here's what Zotero outputs out of the box using APA style with that:
Arbic, B. K., & Schindelegger, M. (2021). Long-term Earth-Moon evolution with high-level orbit and ocean tide models [Data set]. University of Michigan. https://doi.org/10.7302/ZCK4-0058
"Deep Blue Data" (the only part that's missing) is not in the Datacite metadata: https://api.datacite.org/dois/application/vnd.datacite.datacite+json/10.7302/zck4-0058
Are you pulling this info from DataCite?
Yes, I am aware that Deep Blue Data is not in the publisher field. Publishers are looking for [Data set] or [Dataset] in the citation, I just wanted to be sure that it's in there. APA seems to be the only one that includes it.
Zotero doesn't yet pick up the schema.org, but that's definitely going to be the best quality metadata.
I'd honestly disable the COinS if you can, since that's really poor for datasets. To get better import using the standard metatags, check out what various Dataverse installations do. Here's ours, e.g.
https://data.qdr.syr.edu/dataset.xhtml?persistentId=doi:10.5064/F6C8276H
That gets you pretty solid import.
If you want to talk about setting up something dedicated for DBD, get in touch by email. I owe Jake several favors...
Citation manuals have been quite slow to include data citations. If you see one that explicitly prescribes a data citation norm and doesn't include it in Zotero generated citations, you can let us know here and we'll include it (those would in theory also apply to other tools, but as you noticed, many don't include a dataset item type at all).
In the last year we've really bumped up our headers with Schema.org:
{
"@context": "http://schema.org/",
"@type": "Dataset",
"@id": "https://doi.org/10.7302/zck4-0058",
"name": "Long-term Earth-Moon evolution with high-level orbit and ocean tide models ",
"description": "These netcdf and Matlab files contain the information needed to reproduce Figures 1, 4, 8, 17, 18, 9-16 (minus the proxy values and Monte Carlo results), and the "24 hour" results of Figures 2 and 3.",
"url": "https://deepblue.lib.umich.edu/data/concern/data_sets/sj1392193",
"identifier": "https://doi.org/10.7302/zck4-0058",
"isAccessibleForFree": true,
"keywords": ["Lunar orbit","tides"],
"creator": [{ "@type": "Person",
"name": "Arbic, Brian K."},{ "@type": "Person",
"name": "Schindelegger, Michael"}],
"citation": "Arbic, B. K., Schindelegger, M. (2021). Long-term Earth-Moon evolution with high-level orbit and ocean tide models [Data set], University of Michigan - Deep Blue Data. https://doi.org/10.7302/zck4-0058",
"license":
{"@type": "CreativeWork",
"name": "Attribution-NonCommercial 4.0 International (CC BY-NC 4.0)",
"license": "http://creativecommons.org/licenses/by-nc/4.0/"},
"publisher":
{"@id": "https://deepblue.lib.umich.edu/data/",
"@type": "Organization",
"legalName": "University of Michigan - Deep Blue Data",
"name": "Deep Blue Data",
"url": "https://deepblue.lib.umich.edu/data"}
}
I really appreciate this info Adam, I'll mention your offer to Jake.
-susan
"For Zotero import from Deep Blue Data itself, your offer COinS, have some embedded metatags, and then the JSON-LD/schema.org. "
When you say import from Deep Blue Data, is this if we were using an export to Citation Manager or something else?
As opposed to DataCite as the source for what shows in your app?
Sorry, if I'm being dense here.
Thanks again,
susan
https://www.zotero.org/support/adding_items_to_zotero#via_your_web_browser
If you look at that on Deep Blue Data (e.g. on https://doi.org/10.7302/zck4-0058 ), it defaults to COinS (very bad quality import, would be hard to improve) and you can select the other options (Embedded Metadata -- a better default, can be improved quite a bit or DOI) by right-clicking on the Save to Zotero icon
(I'm the same person who answer you on Twitter, btw, adamsmith is just a username)
Thanks for the info! I'll put together a ticket for our developers to remove the COinS nonsense and beef up the metatags to see if we can improve things!
I'll shoot you an email if I have questions.