--
Questo messaggio e' stato analizzato da Libra ESVA ed e' risultato non infetto.
This message was scanned by Libra ESVA and is believed to be clean.
--
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.
To post to this group, send email to dataverse-community@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dataverse-community/fa0f9621-8e98-5edd-86b9-4fd1dbb4b005%404science.it.
For more options, visit https://groups.google.com/d/optout.
Hi Merce,
yes, we will be happy to co-write a post on that. I guess it will be more valuable when we will have some concretes outcome or at the least inprogress work to share.
This is something that we expect in early April, do you agree?
Andrea
To unsubscribe from this group and stop receiving emails from it, send an email to dataverse-commu...@googlegroups.com.
To post to this group, send email to dataverse...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dataverse-community/CAPAYmDNTeYYyyvdjP6SQOmzn%2Bou%3Dzi0a-Gr9w6ETLQajtTrPHQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
--
Questo messaggio e' stato analizzato con Libra ESVA ed e' risultato non infetto.
Clicca qui per segnalarlo come spam.
-- Andrea Bollini Chief Technology and Innovation Officer 4Science, www.4science.it office: Via Edoardo D'Onofrio 304, 00155 Roma, Italy mobile: +39 333 934 1808 skype: a.bollini linkedin: andreabollini orcid: 0000-0002-9029-1854 an Itway Group Company Italy, France, Spain, Portugal, Greece, Turkey, Lebanon, Qatar, U.A.Emirates
--
This message has been checked by Libra ESVA and is believed to be clean.
we have included the implementation of the Data Repository Guidelines in Dataverse, more specifically the support for the datacite schema 4.1, to be ready for the new version of the guidelines that are expected soon.
To view this discussion on the web visit https://groups.google.com/d/msgid/dataverse-community/CAPAYmDNTeYYyyvdjP6SQOmzn%2Bou%3Dzi0a-Gr9w6ETLQajtTrPHQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
--
Questo messaggio e' stato analizzato con Libra ESVA ed e' risultato non infetto.
Clicca qui per segnalarlo come spam.
--
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.
To post to this group, send email to dataverse-community@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dataverse-community/74f8f7fb-11cb-46f3-80fe-7432705206d2%40googlegroups.com.
Thanks, Juan! There wasn't a group discussion about this during the Community Meeting, so I'm hoping we can continue here.
- To test, can we use the OpenAIRE validator at https://www.openaire.eu/validator/welcome to make sure this works? OpenAIRE validator works with Datacite schema 3, not with datacite schema 4.1. I think that there are not a validator for new schema.
- the metadata that this PR produces should validate against the DataCite 4.1 schema. Is that right? To test, can we just make sure that the xml validates against the DataCite 4.1 scheme? . I have validate the results of my test with jhove, but I do not know if it possible do a general validation. There is another problem new OpenAIRE guidelines are in draft state and guidelines (http://openaire-guidelines-for-literature-repository-managers.readthedocs.io/en/latest/application_profile.html) and xsd file (http://schema.datacite.org/meta/kernel-4.1/metadata.xsd) have some different requirements.
- If any file is restricted, the rights property is "closedAccess." The definition of closedAccess, https://wiki.surfnet.nl/display/standards/info-eu-repo#info-eu-repo-AccessRights, is access "by financial means," or toll gated. restrictedAccess seems more appropriate.
- But maybe it's best to try following how closedAccess and restrictedAccess are used by Zenodo (which doesn't use closedAccess as "toll gated"):
- If any of the files in the dataset are restricted and the option to request access is enabled (people are allowed to request access), the dataset is restrictedAccess
- If any of the files in the dataset are restricted and the option to request access is disabled, the dataset is closedAccess
- Dataverse's "language" field and OpenAIRE's "language" property should define the language of the resource (i.e. dataset). But here the Dataverse language field is being used to populate the xml language attributes of certain OpenAIRE fields:
- <title xml:lang="English">Historical Climate Model Output Of Echam5-Wiso From 1871-2011 At T106 Resolution</title>
- When a Dataverse depositor chooses English, she's saying that the dataset is in English. But this PR uses English to describe the language of the metadata as well, which isn't always true.
- Could the xml attributes not be used for now?
- It looks like the NameType attribute is always set to "personal" (as opposed to Organization) if there's a comma in the entry. But there being a comma doesn't guarantee that the entry is a personal name. nameType isn't mandatory. Can it be removed?
Juan wrote: Funder information section have not a complete definition in OpenAIRE guidelines (which sections are mandatory): "Grant Agency" is mapped to "funderName" and "Grant Number" to "awardNumber" and xsd is validated.
- There might be an issue with the funder property and Dataverse's Grant Information field. I haven't had a chance to explore how the funder information in Dataverse's Grant Information fields are mapped to OpenAIRE.
Thanks, Juan! There wasn't a group discussion about this during the Community Meeting, so I'm hoping we can continue here.
- To test, can we use the OpenAIRE validator at https://www.openaire.eu/validator/welcome to make sure this works? OpenAIRE validator works with Datacite schema 3, not with datacite schema 4.1. I think that there are not a validator for new schema.
- the metadata that this PR produces should validate against the DataCite 4.1 schema. Is that right? To test, can we just make sure that the xml validates against the DataCite 4.1 scheme? . I have validate the results of my test with jhove, but I do not know if it possible do a general validation. There is another problem new OpenAIRE guidelines are in draft state and guidelines (http://openaire-guidelines-for-literature-repository-managers.readthedocs.io/en/latest/application_profile.html) and xsd file (http://schema.datacite.org/meta/kernel-4.1/metadata.xsd) have some different requirements.
Even though the validator will not work with the DataCite 4.1 schema, will OpenAIRE still be able to harvest from Dataverse?
You've pointed to the draft guidelines for literature repositories at http://openaire-guidelines-for-literature-repository-managers.readthedocs.io/en/latest/application_profile.html. But I've been referring to the guidelines for Data Archives here at https://guidelines.openaire.eu/en/latest/data/index.html, but I can't find its latest draft version. I just want to make sure that using the guidelines for the literature repositories is okay. There are some differences.
I've copied from the github issue my four metadata mapping concerns (so I don't confuse myself by discussing in two places):
- If any file is restricted, the rights property is "closedAccess." The definition of closedAccess, https://wiki.surfnet.nl/display/standards/info-eu-repo#info-eu-repo-AccessRights, is access "by financial means," or toll gated. restrictedAccess seems more appropriate.
- But maybe it's best to try following how closedAccess and restrictedAccess are used by Zenodo (which doesn't use closedAccess as "toll gated"):
- If any of the files in the dataset are restricted and the option to request access is enabled (people are allowed to request access), the dataset is restrictedAccess
- If any of the files in the dataset are restricted and the option to request access is disabled, the dataset is closedAccess
- Dataverse's "language" field and OpenAIRE's "language" property should define the language of the resource (i.e. dataset). But here the Dataverse language field is being used to populate the xml language attributes of certain OpenAIRE fields:
- <title xml:lang="English">Historical Climate Model Output Of Echam5-Wiso From 1871-2011 At T106 Resolution</title>
- When a Dataverse depositor chooses English, she's saying that the dataset is in English. But this PR uses English to describe the language of the metadata as well, which isn't always true.
- Could the xml attributes not be used for now?
- It looks like the NameType attribute is always set to "personal" (as opposed to Organization) if there's a comma in the entry. But there being a comma doesn't guarantee that the entry is a personal name. nameType isn't mandatory. Can it be removed?
Juan wrote: I think as @jggautier about nameType. It is not shown in guidelines http://openaire-guidelines-for-literature-repository-managers.readthedocs.io/en/latest/field_creator.html#dci-creator and is optional in xsd file: http://schema.datacite.org/meta/kernel-4.1/metadata.xsdJuan wrote: Funder information section have not a complete definition in OpenAIRE guidelines (which sections are mandatory): "Grant Agency" is mapped to "funderName" and "Grant Number" to "awardNumber" and xsd is validated.
- There might be an issue with the funder property and Dataverse's Grant Information field. I haven't had a chance to explore how the funder information in Dataverse's Grant Information fields are mapped to OpenAIRE.
Unfortunately, Dataverse has two different compound fields for funding information: In the "Grant Information" fields Juan is referring to and in the Contributor field, using Dataverse's contributor type called "Funder". The funder contributor type was used in DataCite 3.1 but removed in the newer DataCite schemas in favor of their funding properties. I'm going to propose in a separate GitHub issue that Dataverse remove the Funder contributor type and move those funder names to the Grant Agency field.But the last time I checked the PR, when the contributor type is Funder, the xml is invalid (again because DataCite removed "Funder" contributorType). So I propose either:
- When the Dataverse contributor type is funder, the name should be mapped to Grant Agency or
- When the Dataverse contributor type is funder, it's not mapped to anything in the DataCite metadata
Thanks!Julian--
You received this message because you are subscribed to a topic in the Google Groups "Dataverse Users Community" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/dataverse-community/OALTzINxkX0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to dataverse-commu...@googlegroups.com.
To post to this group, send email to dataverse...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dataverse-community/e4affc4d-9ef4-40c4-aaa4-6127b2c47bca%40googlegroups.com.
Hi Julian!
To unsubscribe from this group and all its topics, send an email to dataverse-community+unsub...@googlegroups.com.