I found that the files were exported as datasets
Hi Michael,
It is a good topic, I'd also add a specific issue. I found that the
files were exported as datasets, and thus they "pollute" my ORCID
profile (which were automatically updated).
Best,
Péter
Michel Bamouni <olimi...@gmail.com> ezt írta (időpont: 2019. júl.
4., Cs, 11:18):
>
> Hi,
>
> We use DataCite as DOI provider in our Dataverse installation.
> We had notice that when we publish a dataset on dataverse, dataverse doesn't send all the metadata to DataCite but only those which are mandatory for DataCite.
>
> We want to know if it's planned that Dataverse send all metadata to DataCite in it future versions?
>
> Best regards,
>
> Michel
>
> --
> You received this message because you are subscribed to the Google Groups "Dataverse Users Community" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to dataverse-community+unsub...@googlegroups.com.
If I understand, when a dataset has some files, these files are send to DataCite like relative identifiers of this dataset and that's was false?
...
<relatedIdentifier relatedIdentifierType="DOI" relationType="IsPartOf">doi:10.7910/DVN/G7NNUL</relatedIdentifier>
...I also understand that the recent versions of dataverse send more metadata to DataCite. Can you tell you what version (if you has the version number naturally) of dataverse do it?
Hi Philipp,
In our repository, we are running exactly version 6.4 of Dataverse, and in our case, this functionality is indeed exported to DataCite. For example, in the XML we see:
<relatedIdentifiers>
<relatedIdentifier relationType="IsReferencedBy" relatedIdentifierType="DOI">10.3390/biomedicines10050958</relatedIdentifier>
</relatedIdentifiers>
Therefore, the issue must lie in versions released after 6.4.
Best regards,
Mireia
--
You received this message because you are subscribed to the Google Groups "Dataverse Users Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dataverse-commu...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/dataverse-community/790120e8-73a6-4cd7-b00c-02e67955ff3cn%40googlegroups.com.
|
Hi everyone!
From what I understood here, Dataverse only includes related publications in the DataCite metadata when they have a persistent identifier.
In our case, most datasets have related publications entered only as citation text, without an identifier.
So I’m wondering:
Is there any plan for Dataverse to support sending related publication information to DataCite even when no identifier is provided?
Is there any way to enable this behavior (sending without an indentifier) in our own installation, or would this require new development?
Is there any way to bulk-update DataCite metadata for already published datasets so that they can include related publication information?
Thanks in advance for any guidance!
--
You received this message because you are subscribed to the Google Groups "Dataverse Users Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dataverse-commu...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/dataverse-community/5fdc8b99-48b2-40dd-ab66-e262c0f2bab5n%40googlegroups.com.
In order to send something that has no identifier, we’d have to figure out how to map it to the DataCite schema, e.g. to the relatedItem element in https://schema.datacite.org/meta/kernel-4/metadata.xsd. There is no “Citation” field there – the closest is probably “title” which, if we could reliably parse a title from a citation entry, we could potentially use. That would require a code change, or separation to have a title field for related publications, etc.
A potential work-around would be to use a URL as an identifier (even if the publication doesn’t have a DOI or Handle, etc.) – we do send entries if a URL is given (preferably with the idType URL selected but we also just check the id and URL fields to see if one can be found.) A superuser could add such metadata and then publish using the ‘update current version’ option to cause DataCite to be updated without creating new dataset versions.
DataCite has APIs to directly update the metadata for a DOI – Dataverse uses those apis internally, but you could nominally use the DataCite apis directly to update metadata yourself. (Dataverse would overwrite you changes if/when a new version is published or you run Dataverse’s apis to sync DataCite with the local metadata.).
Hope that helps,
-- Jim
To view this discussion visit https://groups.google.com/d/msgid/dataverse-community/CAG3FR%2BrjqpdRk6grr4EbZRnvdNN8qcqjJppHgv1jkf2pKruUrw%40mail.gmail.com.