Dataverse: Users should be able to download DataCite metadata from Export Metadata pulldown

Created on 16 Mar 2017  路  16Comments  路  Source: IQSS/dataverse

Users should be able to download DataCite metadata from the Export Metadata pulldown in each dataset Metadata tab:

screenshot 2017-03-15 21 53 03

connects to #4257

Metadata Feature

Most helpful comment

That page in the Guides and http://guides.dataverse.org/en/latest/user/dataset-management.html#supported-metadata. It's on @dlmurphy's radar

All 16 comments

This was originally included in #907 (Export Descriptive Metadata From Dataset). Was it postponed because Dataverse doesn't support certain metadata fields (e.g. relation types (#2778, #2917))?

We have use the sbgrid code and expand it to have our Dataverse compliant with the European OpenAIRE guidelines (https://guidelines.openaire.eu/en/latest/data/index.html) : https://edatos.consorciomadrono.es/oai?verb=ListRecords&metadataPrefix=oai_datacite
https://edatos.consorciomadrono.es/api/datasets/export?exporter=oai_datacite&persistentId=doi%3A10.21950/MJFJM2 .

We are updated our Dataverse fork (based in v4.6) https://github.com/Consorcio-Madrono/dataverse , but we have tested it only in e-cienciaDatos environment.

If you want develop this feature we can collaborate.

@juancorr thanks for getting in touch!

@pameyer what's the status of the sbgrid-dataverse code above? Is it part of your installation? Or are you waiting for #2917 to be picked up again?

Here's how it looks, by the way:

https://edatos.consorciomadrono.es/dataset.xhtml?persistentId=doi:10.21950/MJFJM2

screen shot 2017-11-02 at 8 04 20 am

@jggautier do you happen to know what other installations of Dataverse are interested in this feature?

In a discussion in the Dataverse Google Group (https://groups.google.com/d/msg/dataverse-community/lgSTeI-0zkQ/R7W8CfzvAAAJ) @philippconzett has asked about exporting OpenAire compliant metadata, specifically for UiT, but any repository in Europe may be interested.

Yes, we are definitely interested in this feature! Right now this would help us to mint DOIs manually for those datasets in our Dataverse repo that only have handle. By now, the feature would have to support the newest version of DataCite Metadata Schema, which is 4.1 :)

@pdurbin to answer the question I realize you were actually asking, I'm not aware of any other installations interested in letting users download DataCite metadata from the Export Metadata pulldown.

But there is interest in openAIRE complaint metadata, which I've made a new issue for at #4257.

We have use some ugly tricks to have the OpenAIRE compatibility because Dataverse has not all metadata that need OpenAIRE. You can see them in the file https://github.com/Consorcio-Madrono/dataverse/blob/v4.6WithOpenAIRE/src/main/resources/templates/datacite_40.ftl .

  • In e-cienciaDatos there are only open access data. We put the field <rights rightsURI="info:eu-repo/semantics/openAccess" /> in all oai records. We should need a field with the right access in Dataverse to map it in a clear way.
  • In Dataverse, there are not a "Grant Agency Identifier" field. We have adapted the file https://github.com/Consorcio-Madrono/dataverse/blob/v4.6WithOpenAIRE/src/main/resources/templates/datacite_40.ftl to include the
    agency identifiers by the name. It is possible for us because we have a few records with a few funders. Example:
    <#if funder.name == "Ministerio de Ciencia y Tecnolog铆a" || funder.name == "Ministry of Science and Technology" || funder.name == "Spanish Ministry of Science and Technology" || funder.name == "MICYT">
    http://dx.doi.org/10.13039/501100006280

I was just talking to @Thalia25 over at http://irclog.iq.harvard.edu/dataverse/2018-05-17#i_67198 about how she is interested in exporting metadata in DataCite format and I told her that it seems like this is going to be delivered in pull request #4664 by @abollini so I went ahead and added the "connect to" syntax to that pull request so that the pull request is associated with the issue at https://waffle.io/IQSS/dataverse?search=3697 and so that we remember to test this issue once the pull request reaches QA. Judging from the pull request, right now the string that will appear in the dropdown is "DataCite OpenAIRE".

This issue should be tested along with issue #4257 and pull request #4664 which are now in QA.

This was delivered with Dataverse 4.10 in the issue https://github.com/IQSS/dataverse/issues/5043 (woo!). Closing this ticket.

@jggautier nice! I just noticed that "OAI_ORE" was added in the same pull request (#5047):

screen shot 2019-01-25 at 12 39 10 pm

Some day it would be nice to update the list at http://guides.dataverse.org/en/4.10.1/admin/metadataexport.html#automatic-exports which looks like this currently:

screen shot 2019-01-25 at 12 39 40 pm

That page in the Guides and http://guides.dataverse.org/en/latest/user/dataset-management.html#supported-metadata. It's on @dlmurphy's radar

... and this page: http://guides.dataverse.org/en/4.10.1/api/native-api.html#export-metadata-of-a-dataset-in-various-formats

screen shot 2019-01-25 at 1 20 15 pm

Just made these fixes on another branch!

Was this page helpful?
0 / 5 - 0 ratings