Skip to content

As a researcher, Dataverse admin or curator, I want more information about my data sent to DataCite so that it's more discoverable #2917

@posixeleni

Description

@posixeleni

To help expand on the DataCite DOI support #24 we are doing we will also add some additional DataCite fields which will help in the discovery of our datasets in their index.

For example this is what we currently send:

<?xml version="1.0" encoding="UTF-8"?>
<resource
	xmlns="http://datacite.org/schema/kernel-3"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://datacite.org/schema/kernel-3
    http://schema.datacite.org/meta/kernel-3/metadata.xsd">
	<identifier identifierType="DOI">10.7910/DVN/29606</identifier>
	<creators>
		<creator>
			<creatorName>Blackwell, Matthew, Honaker, James, King, Gary</creatorName>
		</creator>
	</creators>
	<titles>
		<title>Replication data for: A Unified Approach To Measurement Error And Missing Data: Overview</title>
	</titles>
	<publisher>:unav</publisher>
	<publicationYear>2015</publicationYear>
	<resourceType resourceTypeGeneral="Text"/>
</resource>

This will need to be updated to this, which includes metadata suggested by Martin Fenner from DataCite and by the Helmsley project (add contributors).

<?xml version="1.0" encoding="UTF-8"?>
<resource
	xmlns="http://datacite.org/schema/kernel-3"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://datacite.org/schema/kernel-3 http://schema.datacite.org/meta/kernel-3/metadata.xsd">
	<identifier identifierType="DOI">10.7910/DVN/XYZ02</identifier>
	<creators>
		<creator>
			<creatorName>Castro, Eleni</creatorName>
			<nameIdentifier schemeURI="http://orcid.org/" nameIdentifierScheme="ORCID">0000-0001-9767-8536</nameIdentifier>
			<affiliation>IQSS</affiliation>
		</creator>
		<creator>
			<creatorName>Barbosa, Sonia</creatorName>
		</creator>
	</creators>
	<titles>
		<title>Replication data for: Testing out DataCite</title>
	</titles>
	<publisher>Harvard Dataverse</publisher>
	<publicationYear>2015</publicationYear>
	<resourceType resourceTypeGeneral="Dataset"/>
	<descriptions>
		<description descriptionType="Abstract">It was a good idea to try testing out this metadata before implementation
    </description>
	</descriptions>
	<contributors>
		<contributor contributorType="ProjectLeader">
			<contributorName>Starr, Joan</contributorName>
			<affiliation>California Digital Library</affiliation>
		</contributor>
	</contributors>
</resource>

Complete mapping to DataCite will still need to be done as described in #2774 and #2778 but this will require additional resources and time to complete.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    Done

    Status

    Implemented at QDR

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions