-
Notifications
You must be signed in to change notification settings - Fork 492
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
Users should be able to download DataCite metadata from Export Metadata pulldown #3697
Comments
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 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. |
Here's how it looks, by the way: https://edatos.consorciomadrono.es/dataset.xhtml?persistentId=doi:10.21950/MJFJM2 @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 :) |
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 .
|
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". |
Also add as a format in the API Guide.
This was delivered with Dataverse 4.10 in the issue #5043 (woo!). Closing this ticket. |
@jggautier nice! I just noticed that "OAI_ORE" was added in the same pull request (#5047): 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: |
That page in the Guides and http://guides.dataverse.org/en/latest/user/dataset-management.html#supported-metadata. It's on @dlmurphy's radar |
Added DataCite 4 and OAI_ORE to a couple doc pages where they were missing. NOT RELATED TO REST OF BRANCH.
Just made these fixes on another branch! |
Users should be able to download DataCite metadata from the Export Metadata pulldown in each dataset Metadata tab:
connects to #4257
The text was updated successfully, but these errors were encountered: