Skip to content
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

Add support for pulling datacite DOIs #4

Closed
justinlittman opened this issue Jun 1, 2015 · 4 comments
Closed

Add support for pulling datacite DOIs #4

justinlittman opened this issue Jun 1, 2015 · 4 comments
Labels

Comments

@justinlittman
Copy link
Contributor

Currently can only pull crossref.

@justinlittman
Copy link
Contributor Author

After further investigation, it was determined that datacite metadata records did not contain additional useful information.

For example:

<?xml version="1.0" encoding="UTF-8"?>
<resource xmlns="http://datacite.org/schema/kernel-2.2"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://datacite.org/schema/kernel-2.2
    http://schema.datacite.org/meta/kernel-2.2/metadata.xsd">
  <identifier identifierType="DOI">10.6083/M4MW2FFB</identifier>
  <creators>
    <creator>
      <creatorName>Wisdom, Jennifer P.</creatorName>
    </creator>
  </creators>
  <titles>
    <title>What teens need : barriers to seeking care for depression</title>
  </titles>
  <publisher>Oregon Health &amp; Science University</publisher>
  <publicationYear>2003</publicationYear>
  <resourceType resourceTypeGeneral="Text"/>
</resource>

@justinlittman
Copy link
Contributor Author

Closing as won't fix.

@mconlon17
Copy link
Contributor

Are there other resource types that might provide information for non-publications. If DataCite has citations for data (for example) with a resource type of data, then perhaps the data fields for the resource type of data might form the basis for a data citation in VIVO.

@justinlittman
Copy link
Contributor Author

Here's a link to the DataCite schemas: https://schema.datacite.org/meta/kernel-3/index.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants