SlideShare a Scribd company logo
1 of 32
Download to read offline
@CrossrefOrg
Proposed schema changes -
have your say
Open schema development means
- opportunity for feedback
- no surprises (we hope)
- community investment
limited by:
- resources
- changing landscape
- conflicting needs of members
Priorities for upcoming update
● Expand identifier support
● Identifying and crediting contributors
● Improve data citation support
● Provenance
Don’t panic!
Backwards compatibility - do we really want to mess with that?
● it’s the best way to support changes
● it’s not a big change
● supporting the old and new ways will be messy and confusing and not
enforceable through the schema
BUT we try to stay backwards compatible for a reason, if we can’t support
current schema and new, we won’t do it (for now…)
Expanding identifier support
Why: identifiers are useful
the plan:
● start with identifiers for people and organizations
● accept all identifiers registered with identifiers.org
● continue to develop services for open community led
identifiers like ROR and ORCID
Contributors
We need to:
– extend identifier support for authors and institutions
– support CRediT
– make names less Western-centric
– refine affiliation support (ROR 🦁)
– expand support for organizational authors
<contributors>
<person_name sequence="first"
contributor_role="chair">
<given_name>Minerva</given_name>
<surname>Housecat</surname>
<affiliation>Crossref University</affiliation>
<ORCID authenticated="true">
https://orcid.org/0000-0002-4011-3590</ORCID>
</person_name>
<organization sequence=”first”
contributor_role=”author”>Crossref</organization>
</contributors>
Current contributor XML
person
@role (single)
@sequence (first or additional)
> given name and surname
> affiliation
> ORCID iD
---
organization
@sequence
@role
<contributors>
<person_name sequence="first" contributor_role="chair">
<given_name>Minerva</given_name>
<surname>Housecat</surname>
<affiliation>Crossref University</affiliation>
<ORCID authenticated="true"> https://orcid.org/0000-0002-4011-3590</ORCID>
</person_name>
<organization sequence=”first”
contributor_role=”author”>Crossref</organization>
</contributors>
← a single role
← a single string
Current contributor XML
← confusing?
Person names
● given_name - no change
● surname - change to family_name
● ORCID - unchanged for now as a few services use this, may fold into identifier tags in the
future
● name-style - replace with alternate_name
● add alternate_name and include name-style and xml:lang attribute
● require given_name or surname instead of just surname as not all names have surnames
● add identifier support
Alternate names
<alternate_name name_style=”western” xml:lang=”en”>Minnie H</alternate_name>
<alternate_name name_style=”eastern“ xml:lang=”jp”>ミネルバハウスキャット
</alternate_name>
allows nicknames, aliases, and names in different character sets
Identifiers for names
<contrib_id contrib_id_type=”isni”>0000000121032683</contrib_id>
<contrib_id contrib_id_type=”orcid”
authenticated=”true”>https://orcid.org/0000-0002-4011-3590</contrib_id>
allows multiple name identifiers and identifier type
Organization / corporate authors
<organization sequence=”first” contributor_role=”author”>Crossref</organization>
- Limited to just a name
- ‘organization’ gets confused with ‘affiliation’
What will it look like?
<collab sequence=”additional”>
<collab_name>Crossref</collab_name>
<role role-type=”data_curation”/>
<contrib_id contrib_id_type="ror">https://ror.org/02twcfp32</contrib_id>
<contrib_id contrib_id_type="isni">0000000405062673</contrib_id>
<contrib_id contrib_id_type="wikidata”>Q5188229</contrib_id>
</collab>
</contributors>
- Change ‘organization’ to ‘collab’ (per JATS)*
- add role support
- add contributor ID support (institutional identifiers)
CRediT
What is it?
CRediT - Contributor Roles taxonomy; used to represent the roles typically played by
contributors to scientific scholarly output.
Why is Crossref adopting it?
Current contributor types are very limited and CRediT is becoming widely used; many members
are asking for it
Current roles:
● author
● editor
● chair
● translator
Roles for peer review:
● reviewer
● review-assistant
● stats-reviewer
● reviewer-external
● reader
CRediT roles
● Conceptualization
● Data curation
● Formal analysis
● Funding acquisition
● Investigation
● Methodology
● Project Administration
● Resources
● Software
● Supervision
● Validation
● Visualization
● Writing - original draft
● Writing - reviewing & editing
Changes:
● retire @contributor_role and replace with new repeatable <role> element -
this allows multiple roles to be included
● add @role-type to capture role type.
● add @vocab to capture vocabulary
CRediT breaks backwards compatibility - we need to support multiple roles
to accurately reflect contributions of authors
What will it look like?
<role role-type=”conceptualization” vocab=”credit”/>
<role role-type=”author” vocab=”crossref”/>
or
<role role-type=”data_curation” vocab=”credit”/>Data Curation</role>
<role role-type=”author” vocab=”credit”/>Author</role>
<role role-type=”other” vocab=”credit”/>Sentence Diagrammer</role>
Affiliations
Expand to include:
- institution - to capture info of the affiliated institution.
- institution_name
○ institution_acronym
○ institution_place
■ add @country attribute to institution_place to allow sorting of affiliations
by country
○ institution_department
● add support for institution_id to support ROR and other identifiers
Current: <affiliation>Crossref University</affiliation>
<affiliations>
<institution>
<institution_name>Crossref</institution_name>
<institution_acronym>CR</institution_acronym>
<institution_place country=”us”>Lynnfield, MA</institution_place>
<institution_department>Feline Outreach</institution_department>
<institution_id institution_id_type="ror">https://ror.org/02twcfp32</institution_id>
<institution_id institution_id_type="isni">0000000405062673</institution_id>
<institution_id institution_id_type=”wikidata”>Q5188229</institution_id>
</institution>
<institution>
<institution_name>Institute of Sparse Metadata</institution_name>
</affiliations>
What will it look like?
Data citations
<citation key="ref=1">
<unstructured_citation>Morinha F, Dávila JA, Estela B, Cabral JA, Frías Ó,
González JL, Travassos P, Carvalho D, Milá B, Blanco G (2017) Data from: Extreme
genetic structure in a social bird species despite high dispersal capacity.
Dryad Digital Repository.
http://dx.doi.org/10.5061/dryad.684v0</unstructured_citation>
</citation>
<citation key="ref2">
<doi>10.5061/dryad.684v0</doi>
<cYear>2017</cYear>
<author>Morinha F</author>
</citation>
- not a lot there
- can’t tell it’s a data citation without the DOI
Support types for citations
● journal
● journal_article
● book
● book_chapter
● conference_proceeding
● conference_paper
● standard
● dataset
● software
● report
● dissertation
● website
● preprint
● other
Also:
● add support for other identifiers
● add support for generic ‘item_title’
<citation cited_item_type=”data” key=”ref4”>
<author>Morinha F</author>
<cYear>2017</cYear>
<item_title>Extreme genetic structure in a social bird species despite
high dispersal capacity</data_title>
<institution>Dryad Digital Repository</institution>
<identifier
type=”uri”>http://www.example.org/boohooidonthaveadoi</identifier>
<doi>10.3201/nowihaveadoi</doi>
</citation>
What will it look like?
<citation cited_item_type=”data” key=”ref4”>
<unstructured_citation>Morinha F, Dávila JA, Estela B, Cabral JA, Frías
Ó, González JL, Travassos P, Carvalho D, Milá B, Blanco G (2017) Data from:
Extreme genetic structure in a social bird species despite high dispersal
capacity. Dryad Digital Repository.</unstructured_citation>
</citation>
What will it look like?
Provenance
Current: nothing for journal articles
For books, reports, standards, conference proceedings:
<publisher>
<publisher_name>Pumpkin Spice League of Hatred</publisher_name>
<publisher_place>Burlington, VT</publisher_place>
</publisher>
<publisher>
<publisher_name xml:lang=”en”>Pumpkin Spice League of Hatred</publisher_name>
<publisher_name xml:lang=”jp”>パンプキンスパイスリーグオブ憎しみ </publisher_name>
<publisher_place country=”us”>Burlington, VT</publisher_place>
</publisher>
What will it look like?
Expand support for dates
● citation date: to capture member’s preferred citation date (this can vary
greatly between print and online across publishers)
● submitted date: per member and internal requests
● copyright date: to capture the specific copyright date as it may differ
from a publication date
Other updates
● add e-location_id as an element
● add citations to peer reviews
● suggestions?
The future
new content types
open access indicators
versions
new relations
article type taxonomy identifiers for ?
more funding
metadata?
Conference IDs
Next steps
● Feedback
● Open development
– summarize feedback
– share a schema and examples
– share output plans (JSON, filters and facets for REST API)
– share timelines for implementation
– test
– implement
Have feedback on this proposal?
Leave comments in the proposal
Send me an email (pfeeney@crossref.org)
Create a GitLab issue
★★ I’ll be collecting feedback through January 15 ★★
Have your say!
Metadata Practitioners Interest Group
- will have monthly calls in 2020
- focus on sending Crossref metadata (for now)
- will be forming working groups for specific interests
- JATS, preprints, new content types
Thank you!
Patricia Feeney
pfeeney@crossref.org
@schemaschemer

More Related Content

What's hot

Crossref Services - LIVE Mumbai
Crossref Services - LIVE MumbaiCrossref Services - LIVE Mumbai
Crossref Services - LIVE MumbaiCrossref
 
Getting started with Content Registration 012617
Getting started with Content Registration 012617Getting started with Content Registration 012617
Getting started with Content Registration 012617Crossref
 
Crossref Community Webinar - Asia Pacific 12-14-2016
Crossref Community Webinar - Asia Pacific 12-14-2016Crossref Community Webinar - Asia Pacific 12-14-2016
Crossref Community Webinar - Asia Pacific 12-14-2016Crossref
 
Maintaining your metadata
Maintaining your metadataMaintaining your metadata
Maintaining your metadataCrossref
 
Getting started with looking up metadata
Getting started with looking up metadata Getting started with looking up metadata
Getting started with looking up metadata Crossref
 
Crossref Webinar - Getting Started with Content Registration
Crossref Webinar - Getting Started with Content RegistrationCrossref Webinar - Getting Started with Content Registration
Crossref Webinar - Getting Started with Content RegistrationCrossref
 
Crossref webinar - Maintaining your metadata - latest
Crossref webinar - Maintaining your metadata - latestCrossref webinar - Maintaining your metadata - latest
Crossref webinar - Maintaining your metadata - latestCrossref
 
Crossref LIVE Indonesia: An Introduction to Crossref, CRLIVE-ID 13 July 2021
Crossref LIVE Indonesia: An Introduction to Crossref, CRLIVE-ID 13 July 2021Crossref LIVE Indonesia: An Introduction to Crossref, CRLIVE-ID 13 July 2021
Crossref LIVE Indonesia: An Introduction to Crossref, CRLIVE-ID 13 July 2021Crossref
 
introduction-to-crossmark-lastest
introduction-to-crossmark-lastestintroduction-to-crossmark-lastest
introduction-to-crossmark-lastestCrossref
 
Crossref LIVE UK Online
Crossref LIVE UK OnlineCrossref LIVE UK Online
Crossref LIVE UK OnlineCrossref
 
Connect funding with content
Connect funding with contentConnect funding with content
Connect funding with contentCrossref
 
CrossRef Overview and Initiatives, Copenhagen, June 2013
CrossRef Overview and Initiatives, Copenhagen, June 2013CrossRef Overview and Initiatives, Copenhagen, June 2013
CrossRef Overview and Initiatives, Copenhagen, June 2013Crossref
 
Working with ROR as a Crossref member: what you need to know
Working with ROR as a Crossref member: what you need to knowWorking with ROR as a Crossref member: what you need to know
Working with ROR as a Crossref member: what you need to knowCrossref
 
crossmark update
crossmark updatecrossmark update
crossmark updateCrossref
 
Crossref LIVE Indonesia: Content Registration at Crossref, CRLIVE-ID 14 July ...
Crossref LIVE Indonesia: Content Registration at Crossref, CRLIVE-ID 14 July ...Crossref LIVE Indonesia: Content Registration at Crossref, CRLIVE-ID 14 July ...
Crossref LIVE Indonesia: Content Registration at Crossref, CRLIVE-ID 14 July ...Crossref
 
Funding data & the Funder Registry
Funding data & the Funder RegistryFunding data & the Funder Registry
Funding data & the Funder RegistryCrossref
 
Participation reports webinar October 2020
Participation reports webinar October 2020Participation reports webinar October 2020
Participation reports webinar October 2020Crossref
 
Ed Pentz: Crossref Best Practice #crossref15
Ed Pentz: Crossref Best Practice #crossref15Ed Pentz: Crossref Best Practice #crossref15
Ed Pentz: Crossref Best Practice #crossref15Crossref
 
Cross mark webinar how to
Cross mark webinar how toCross mark webinar how to
Cross mark webinar how toCrossref
 
introduction to crossmark lastest
introduction to crossmark lastestintroduction to crossmark lastest
introduction to crossmark lastestCrossref
 

What's hot (20)

Crossref Services - LIVE Mumbai
Crossref Services - LIVE MumbaiCrossref Services - LIVE Mumbai
Crossref Services - LIVE Mumbai
 
Getting started with Content Registration 012617
Getting started with Content Registration 012617Getting started with Content Registration 012617
Getting started with Content Registration 012617
 
Crossref Community Webinar - Asia Pacific 12-14-2016
Crossref Community Webinar - Asia Pacific 12-14-2016Crossref Community Webinar - Asia Pacific 12-14-2016
Crossref Community Webinar - Asia Pacific 12-14-2016
 
Maintaining your metadata
Maintaining your metadataMaintaining your metadata
Maintaining your metadata
 
Getting started with looking up metadata
Getting started with looking up metadata Getting started with looking up metadata
Getting started with looking up metadata
 
Crossref Webinar - Getting Started with Content Registration
Crossref Webinar - Getting Started with Content RegistrationCrossref Webinar - Getting Started with Content Registration
Crossref Webinar - Getting Started with Content Registration
 
Crossref webinar - Maintaining your metadata - latest
Crossref webinar - Maintaining your metadata - latestCrossref webinar - Maintaining your metadata - latest
Crossref webinar - Maintaining your metadata - latest
 
Crossref LIVE Indonesia: An Introduction to Crossref, CRLIVE-ID 13 July 2021
Crossref LIVE Indonesia: An Introduction to Crossref, CRLIVE-ID 13 July 2021Crossref LIVE Indonesia: An Introduction to Crossref, CRLIVE-ID 13 July 2021
Crossref LIVE Indonesia: An Introduction to Crossref, CRLIVE-ID 13 July 2021
 
introduction-to-crossmark-lastest
introduction-to-crossmark-lastestintroduction-to-crossmark-lastest
introduction-to-crossmark-lastest
 
Crossref LIVE UK Online
Crossref LIVE UK OnlineCrossref LIVE UK Online
Crossref LIVE UK Online
 
Connect funding with content
Connect funding with contentConnect funding with content
Connect funding with content
 
CrossRef Overview and Initiatives, Copenhagen, June 2013
CrossRef Overview and Initiatives, Copenhagen, June 2013CrossRef Overview and Initiatives, Copenhagen, June 2013
CrossRef Overview and Initiatives, Copenhagen, June 2013
 
Working with ROR as a Crossref member: what you need to know
Working with ROR as a Crossref member: what you need to knowWorking with ROR as a Crossref member: what you need to know
Working with ROR as a Crossref member: what you need to know
 
crossmark update
crossmark updatecrossmark update
crossmark update
 
Crossref LIVE Indonesia: Content Registration at Crossref, CRLIVE-ID 14 July ...
Crossref LIVE Indonesia: Content Registration at Crossref, CRLIVE-ID 14 July ...Crossref LIVE Indonesia: Content Registration at Crossref, CRLIVE-ID 14 July ...
Crossref LIVE Indonesia: Content Registration at Crossref, CRLIVE-ID 14 July ...
 
Funding data & the Funder Registry
Funding data & the Funder RegistryFunding data & the Funder Registry
Funding data & the Funder Registry
 
Participation reports webinar October 2020
Participation reports webinar October 2020Participation reports webinar October 2020
Participation reports webinar October 2020
 
Ed Pentz: Crossref Best Practice #crossref15
Ed Pentz: Crossref Best Practice #crossref15Ed Pentz: Crossref Best Practice #crossref15
Ed Pentz: Crossref Best Practice #crossref15
 
Cross mark webinar how to
Cross mark webinar how toCross mark webinar how to
Cross mark webinar how to
 
introduction to crossmark lastest
introduction to crossmark lastestintroduction to crossmark lastest
introduction to crossmark lastest
 

Similar to Proposed schema changes - have your say

User Profiles: I Didn't Know I Could Do That? (Demo Slides)
User Profiles:  I Didn't Know I Could Do That?  (Demo Slides)User Profiles:  I Didn't Know I Could Do That?  (Demo Slides)
User Profiles: I Didn't Know I Could Do That? (Demo Slides)Stacy Deere
 
Structured SEO Data Overview and How To
Structured SEO Data Overview and How ToStructured SEO Data Overview and How To
Structured SEO Data Overview and How Tocgmonroe
 
Event Data & Other New Services - Crossref LIVE Hannover
Event Data & Other New Services - Crossref LIVE HannoverEvent Data & Other New Services - Crossref LIVE Hannover
Event Data & Other New Services - Crossref LIVE HannoverCrossref
 
Crossref Event Data and other new services
Crossref Event Data and other new servicesCrossref Event Data and other new services
Crossref Event Data and other new servicesCrossref
 
THOR Workshop - Persistent Identifier Linking
THOR Workshop - Persistent Identifier LinkingTHOR Workshop - Persistent Identifier Linking
THOR Workshop - Persistent Identifier LinkingMaaike Duine
 
Data-Driven Growth: Lies, Lawyers & Outsized Results
Data-Driven Growth: Lies, Lawyers & Outsized ResultsData-Driven Growth: Lies, Lawyers & Outsized Results
Data-Driven Growth: Lies, Lawyers & Outsized ResultsHull
 
Ed Fry — Data-Driven Growth: Lies, Lawyers & Outsized Results (Turing Fest 2018)
Ed Fry — Data-Driven Growth: Lies, Lawyers & Outsized Results (Turing Fest 2018)Ed Fry — Data-Driven Growth: Lies, Lawyers & Outsized Results (Turing Fest 2018)
Ed Fry — Data-Driven Growth: Lies, Lawyers & Outsized Results (Turing Fest 2018)Turing Fest
 
Building Entities & Connections in 2020
Building Entities & Connections in 2020 Building Entities & Connections in 2020
Building Entities & Connections in 2020 Izzi Smith
 
Building a New Platform for Customer Analytics
Building a New Platform for Customer Analytics Building a New Platform for Customer Analytics
Building a New Platform for Customer Analytics Caserta
 
4. New metadata developments
4. New metadata developments4. New metadata developments
4. New metadata developmentsCrossref
 
[Keynote] Trifecta for Recruitment Success, Susanna Frazier - Recruiters’ Hub...
[Keynote] Trifecta for Recruitment Success, Susanna Frazier - Recruiters’ Hub...[Keynote] Trifecta for Recruitment Success, Susanna Frazier - Recruiters’ Hub...
[Keynote] Trifecta for Recruitment Success, Susanna Frazier - Recruiters’ Hub...Susanna Frazier
 
New Metadata Developments - Crossref LIVE South Africa
New Metadata Developments - Crossref LIVE South AfricaNew Metadata Developments - Crossref LIVE South Africa
New Metadata Developments - Crossref LIVE South AfricaCrossref
 
LinkedIn Segmentation & Targeting Platform: A Big Data Application
LinkedIn Segmentation & Targeting Platform: A Big Data ApplicationLinkedIn Segmentation & Targeting Platform: A Big Data Application
LinkedIn Segmentation & Targeting Platform: A Big Data ApplicationAmy W. Tang
 
LinkedIn Segmentation & Targeting Platform
LinkedIn Segmentation & Targeting PlatformLinkedIn Segmentation & Targeting Platform
LinkedIn Segmentation & Targeting PlatformHien Luu
 
LinkedIn's Segmentation & Targeting Platform (Hadoop Summit 2013)
LinkedIn's Segmentation & Targeting Platform (Hadoop Summit 2013)LinkedIn's Segmentation & Targeting Platform (Hadoop Summit 2013)
LinkedIn's Segmentation & Targeting Platform (Hadoop Summit 2013)Sid Anand
 
LinkedIn Member Segmentation Platform: A Big Data Application
LinkedIn Member Segmentation Platform: A Big Data ApplicationLinkedIn Member Segmentation Platform: A Big Data Application
LinkedIn Member Segmentation Platform: A Big Data ApplicationDataWorks Summit
 

Similar to Proposed schema changes - have your say (20)

User Profiles: I Didn't Know I Could Do That? (Demo Slides)
User Profiles:  I Didn't Know I Could Do That?  (Demo Slides)User Profiles:  I Didn't Know I Could Do That?  (Demo Slides)
User Profiles: I Didn't Know I Could Do That? (Demo Slides)
 
REST to GraphQL
REST to GraphQLREST to GraphQL
REST to GraphQL
 
Structured SEO Data Overview and How To
Structured SEO Data Overview and How ToStructured SEO Data Overview and How To
Structured SEO Data Overview and How To
 
Event Data & Other New Services - Crossref LIVE Hannover
Event Data & Other New Services - Crossref LIVE HannoverEvent Data & Other New Services - Crossref LIVE Hannover
Event Data & Other New Services - Crossref LIVE Hannover
 
Crossref Event Data and other new services
Crossref Event Data and other new servicesCrossref Event Data and other new services
Crossref Event Data and other new services
 
THOR Workshop - Persistent Identifier Linking
THOR Workshop - Persistent Identifier LinkingTHOR Workshop - Persistent Identifier Linking
THOR Workshop - Persistent Identifier Linking
 
Data-Driven Growth: Lies, Lawyers & Outsized Results
Data-Driven Growth: Lies, Lawyers & Outsized ResultsData-Driven Growth: Lies, Lawyers & Outsized Results
Data-Driven Growth: Lies, Lawyers & Outsized Results
 
Ed Fry — Data-Driven Growth: Lies, Lawyers & Outsized Results (Turing Fest 2018)
Ed Fry — Data-Driven Growth: Lies, Lawyers & Outsized Results (Turing Fest 2018)Ed Fry — Data-Driven Growth: Lies, Lawyers & Outsized Results (Turing Fest 2018)
Ed Fry — Data-Driven Growth: Lies, Lawyers & Outsized Results (Turing Fest 2018)
 
Building Entities & Connections in 2020
Building Entities & Connections in 2020 Building Entities & Connections in 2020
Building Entities & Connections in 2020
 
Building a New Platform for Customer Analytics
Building a New Platform for Customer Analytics Building a New Platform for Customer Analytics
Building a New Platform for Customer Analytics
 
4. New metadata developments
4. New metadata developments4. New metadata developments
4. New metadata developments
 
Power BI Overview
Power BI OverviewPower BI Overview
Power BI Overview
 
Big data. Opportunità e rischi
Big data. Opportunità e rischiBig data. Opportunità e rischi
Big data. Opportunità e rischi
 
[Keynote] Trifecta for Recruitment Success, Susanna Frazier - Recruiters’ Hub...
[Keynote] Trifecta for Recruitment Success, Susanna Frazier - Recruiters’ Hub...[Keynote] Trifecta for Recruitment Success, Susanna Frazier - Recruiters’ Hub...
[Keynote] Trifecta for Recruitment Success, Susanna Frazier - Recruiters’ Hub...
 
Rest schema design
Rest schema designRest schema design
Rest schema design
 
New Metadata Developments - Crossref LIVE South Africa
New Metadata Developments - Crossref LIVE South AfricaNew Metadata Developments - Crossref LIVE South Africa
New Metadata Developments - Crossref LIVE South Africa
 
LinkedIn Segmentation & Targeting Platform: A Big Data Application
LinkedIn Segmentation & Targeting Platform: A Big Data ApplicationLinkedIn Segmentation & Targeting Platform: A Big Data Application
LinkedIn Segmentation & Targeting Platform: A Big Data Application
 
LinkedIn Segmentation & Targeting Platform
LinkedIn Segmentation & Targeting PlatformLinkedIn Segmentation & Targeting Platform
LinkedIn Segmentation & Targeting Platform
 
LinkedIn's Segmentation & Targeting Platform (Hadoop Summit 2013)
LinkedIn's Segmentation & Targeting Platform (Hadoop Summit 2013)LinkedIn's Segmentation & Targeting Platform (Hadoop Summit 2013)
LinkedIn's Segmentation & Targeting Platform (Hadoop Summit 2013)
 
LinkedIn Member Segmentation Platform: A Big Data Application
LinkedIn Member Segmentation Platform: A Big Data ApplicationLinkedIn Member Segmentation Platform: A Big Data Application
LinkedIn Member Segmentation Platform: A Big Data Application
 

More from Crossref

Crossref LIVE: The Benefits of Open Infrastructure (APAC time zones) - 29th O...
Crossref LIVE: The Benefits of Open Infrastructure (APAC time zones) - 29th O...Crossref LIVE: The Benefits of Open Infrastructure (APAC time zones) - 29th O...
Crossref LIVE: The Benefits of Open Infrastructure (APAC time zones) - 29th O...Crossref
 
Crossref LIVE Chinese网络研讨会——Crossref简介 – 14 Oct 2021
Crossref LIVE Chinese网络研讨会——Crossref简介 – 14 Oct 2021  Crossref LIVE Chinese网络研讨会——Crossref简介 – 14 Oct 2021
Crossref LIVE Chinese网络研讨会——Crossref简介 – 14 Oct 2021 Crossref
 
Seminario web ‘Crossmark’, en español
Seminario web ‘Crossmark’, en español Seminario web ‘Crossmark’, en español
Seminario web ‘Crossmark’, en español Crossref
 
Преимущества и варианты использования метаданных в Crossref / The Value and ...
Преимущества и варианты использования метаданных в Crossref /  The Value and ...Преимущества и варианты использования метаданных в Crossref /  The Value and ...
Преимущества и варианты использования метаданных в Crossref / The Value and ...Crossref
 
Seminario web ‘Similarity Check’, en español
Seminario web ‘Similarity Check’, en españolSeminario web ‘Similarity Check’, en español
Seminario web ‘Similarity Check’, en españolCrossref
 
Crossref LIVE Indonesia: One Search Platform (Drs. Muhammad Syarif Bando pres...
Crossref LIVE Indonesia: One Search Platform (Drs. Muhammad Syarif Bando pres...Crossref LIVE Indonesia: One Search Platform (Drs. Muhammad Syarif Bando pres...
Crossref LIVE Indonesia: One Search Platform (Drs. Muhammad Syarif Bando pres...Crossref
 
Crossref LIVE Indonesia: The Future of Indonesian Journal Policy (with Dr. Lu...
Crossref LIVE Indonesia: The Future of Indonesian Journal Policy (with Dr. Lu...Crossref LIVE Indonesia: The Future of Indonesian Journal Policy (with Dr. Lu...
Crossref LIVE Indonesia: The Future of Indonesian Journal Policy (with Dr. Lu...Crossref
 
Crossref LIVE Indonesia: The Value and Use of Crossref Metadata, CRLIVE-ID 15...
Crossref LIVE Indonesia: The Value and Use of Crossref Metadata, CRLIVE-ID 15...Crossref LIVE Indonesia: The Value and Use of Crossref Metadata, CRLIVE-ID 15...
Crossref LIVE Indonesia: The Value and Use of Crossref Metadata, CRLIVE-ID 15...Crossref
 
Crossref İçerik Kaydı Webinarı, Türkçe | Content Registration at Crossref , ...
 Crossref İçerik Kaydı Webinarı, Türkçe | Content Registration at Crossref , ... Crossref İçerik Kaydı Webinarı, Türkçe | Content Registration at Crossref , ...
Crossref İçerik Kaydı Webinarı, Türkçe | Content Registration at Crossref , ...Crossref
 
Los Metadatos Para la Comunidad de Investigacion
Los Metadatos Para la Comunidad de InvestigacionLos Metadatos Para la Comunidad de Investigacion
Los Metadatos Para la Comunidad de InvestigacionCrossref
 
تسجيل المحتوي مع كروس رف – ندوة عبر الانترنت باللغة العربية | Content Registr...
تسجيل المحتوي مع كروس رف – ندوة عبر الانترنت باللغة العربية | Content Registr...تسجيل المحتوي مع كروس رف – ندوة عبر الانترنت باللغة العربية | Content Registr...
تسجيل المحتوي مع كروس رف – ندوة عبر الانترنت باللغة العربية | Content Registr...Crossref
 
Content Registration, Crossref ALJEBI, Indonesia
Content Registration, Crossref ALJEBI, IndonesiaContent Registration, Crossref ALJEBI, Indonesia
Content Registration, Crossref ALJEBI, IndonesiaCrossref
 
Participation reports webinar December 2020
Participation reports webinar December 2020Participation reports webinar December 2020
Participation reports webinar December 2020Crossref
 
Participation reports webinar November 2020
Participation reports webinar November 2020Participation reports webinar November 2020
Participation reports webinar November 2020Crossref
 
Introduction to Crossmark/Crossmark: O que é e como usar
Introduction to Crossmark/Crossmark: O que é e como usarIntroduction to Crossmark/Crossmark: O que é e como usar
Introduction to Crossmark/Crossmark: O que é e como usarCrossref
 
Registro y actualización de contenido en Crossref | Content Registration at C...
Registro y actualización de contenido en Crossref | Content Registration at C...Registro y actualización de contenido en Crossref | Content Registration at C...
Registro y actualización de contenido en Crossref | Content Registration at C...Crossref
 
Crossref Content Registration in Brazilian Portuguese pt-1
Crossref Content Registration in Brazilian Portuguese pt-1Crossref Content Registration in Brazilian Portuguese pt-1
Crossref Content Registration in Brazilian Portuguese pt-1Crossref
 
Crossref LIVE US Online
Crossref LIVE US OnlineCrossref LIVE US Online
Crossref LIVE US OnlineCrossref
 
Register and update content in crossref, in Spanish
Register and update content in crossref, in SpanishRegister and update content in crossref, in Spanish
Register and update content in crossref, in SpanishCrossref
 
Crossref LIVE - East Coast
Crossref LIVE - East CoastCrossref LIVE - East Coast
Crossref LIVE - East CoastCrossref
 

More from Crossref (20)

Crossref LIVE: The Benefits of Open Infrastructure (APAC time zones) - 29th O...
Crossref LIVE: The Benefits of Open Infrastructure (APAC time zones) - 29th O...Crossref LIVE: The Benefits of Open Infrastructure (APAC time zones) - 29th O...
Crossref LIVE: The Benefits of Open Infrastructure (APAC time zones) - 29th O...
 
Crossref LIVE Chinese网络研讨会——Crossref简介 – 14 Oct 2021
Crossref LIVE Chinese网络研讨会——Crossref简介 – 14 Oct 2021  Crossref LIVE Chinese网络研讨会——Crossref简介 – 14 Oct 2021
Crossref LIVE Chinese网络研讨会——Crossref简介 – 14 Oct 2021
 
Seminario web ‘Crossmark’, en español
Seminario web ‘Crossmark’, en español Seminario web ‘Crossmark’, en español
Seminario web ‘Crossmark’, en español
 
Преимущества и варианты использования метаданных в Crossref / The Value and ...
Преимущества и варианты использования метаданных в Crossref /  The Value and ...Преимущества и варианты использования метаданных в Crossref /  The Value and ...
Преимущества и варианты использования метаданных в Crossref / The Value and ...
 
Seminario web ‘Similarity Check’, en español
Seminario web ‘Similarity Check’, en españolSeminario web ‘Similarity Check’, en español
Seminario web ‘Similarity Check’, en español
 
Crossref LIVE Indonesia: One Search Platform (Drs. Muhammad Syarif Bando pres...
Crossref LIVE Indonesia: One Search Platform (Drs. Muhammad Syarif Bando pres...Crossref LIVE Indonesia: One Search Platform (Drs. Muhammad Syarif Bando pres...
Crossref LIVE Indonesia: One Search Platform (Drs. Muhammad Syarif Bando pres...
 
Crossref LIVE Indonesia: The Future of Indonesian Journal Policy (with Dr. Lu...
Crossref LIVE Indonesia: The Future of Indonesian Journal Policy (with Dr. Lu...Crossref LIVE Indonesia: The Future of Indonesian Journal Policy (with Dr. Lu...
Crossref LIVE Indonesia: The Future of Indonesian Journal Policy (with Dr. Lu...
 
Crossref LIVE Indonesia: The Value and Use of Crossref Metadata, CRLIVE-ID 15...
Crossref LIVE Indonesia: The Value and Use of Crossref Metadata, CRLIVE-ID 15...Crossref LIVE Indonesia: The Value and Use of Crossref Metadata, CRLIVE-ID 15...
Crossref LIVE Indonesia: The Value and Use of Crossref Metadata, CRLIVE-ID 15...
 
Crossref İçerik Kaydı Webinarı, Türkçe | Content Registration at Crossref , ...
 Crossref İçerik Kaydı Webinarı, Türkçe | Content Registration at Crossref , ... Crossref İçerik Kaydı Webinarı, Türkçe | Content Registration at Crossref , ...
Crossref İçerik Kaydı Webinarı, Türkçe | Content Registration at Crossref , ...
 
Los Metadatos Para la Comunidad de Investigacion
Los Metadatos Para la Comunidad de InvestigacionLos Metadatos Para la Comunidad de Investigacion
Los Metadatos Para la Comunidad de Investigacion
 
تسجيل المحتوي مع كروس رف – ندوة عبر الانترنت باللغة العربية | Content Registr...
تسجيل المحتوي مع كروس رف – ندوة عبر الانترنت باللغة العربية | Content Registr...تسجيل المحتوي مع كروس رف – ندوة عبر الانترنت باللغة العربية | Content Registr...
تسجيل المحتوي مع كروس رف – ندوة عبر الانترنت باللغة العربية | Content Registr...
 
Content Registration, Crossref ALJEBI, Indonesia
Content Registration, Crossref ALJEBI, IndonesiaContent Registration, Crossref ALJEBI, Indonesia
Content Registration, Crossref ALJEBI, Indonesia
 
Participation reports webinar December 2020
Participation reports webinar December 2020Participation reports webinar December 2020
Participation reports webinar December 2020
 
Participation reports webinar November 2020
Participation reports webinar November 2020Participation reports webinar November 2020
Participation reports webinar November 2020
 
Introduction to Crossmark/Crossmark: O que é e como usar
Introduction to Crossmark/Crossmark: O que é e como usarIntroduction to Crossmark/Crossmark: O que é e como usar
Introduction to Crossmark/Crossmark: O que é e como usar
 
Registro y actualización de contenido en Crossref | Content Registration at C...
Registro y actualización de contenido en Crossref | Content Registration at C...Registro y actualización de contenido en Crossref | Content Registration at C...
Registro y actualización de contenido en Crossref | Content Registration at C...
 
Crossref Content Registration in Brazilian Portuguese pt-1
Crossref Content Registration in Brazilian Portuguese pt-1Crossref Content Registration in Brazilian Portuguese pt-1
Crossref Content Registration in Brazilian Portuguese pt-1
 
Crossref LIVE US Online
Crossref LIVE US OnlineCrossref LIVE US Online
Crossref LIVE US Online
 
Register and update content in crossref, in Spanish
Register and update content in crossref, in SpanishRegister and update content in crossref, in Spanish
Register and update content in crossref, in Spanish
 
Crossref LIVE - East Coast
Crossref LIVE - East CoastCrossref LIVE - East Coast
Crossref LIVE - East Coast
 

Recently uploaded

08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAndikSusilo4
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 

Recently uploaded (20)

08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & Application
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 

Proposed schema changes - have your say

  • 2. Open schema development means - opportunity for feedback - no surprises (we hope) - community investment limited by: - resources - changing landscape - conflicting needs of members
  • 3. Priorities for upcoming update ● Expand identifier support ● Identifying and crediting contributors ● Improve data citation support ● Provenance
  • 4. Don’t panic! Backwards compatibility - do we really want to mess with that? ● it’s the best way to support changes ● it’s not a big change ● supporting the old and new ways will be messy and confusing and not enforceable through the schema BUT we try to stay backwards compatible for a reason, if we can’t support current schema and new, we won’t do it (for now…)
  • 5. Expanding identifier support Why: identifiers are useful the plan: ● start with identifiers for people and organizations ● accept all identifiers registered with identifiers.org ● continue to develop services for open community led identifiers like ROR and ORCID
  • 6. Contributors We need to: – extend identifier support for authors and institutions – support CRediT – make names less Western-centric – refine affiliation support (ROR 🦁) – expand support for organizational authors
  • 7. <contributors> <person_name sequence="first" contributor_role="chair"> <given_name>Minerva</given_name> <surname>Housecat</surname> <affiliation>Crossref University</affiliation> <ORCID authenticated="true"> https://orcid.org/0000-0002-4011-3590</ORCID> </person_name> <organization sequence=”first” contributor_role=”author”>Crossref</organization> </contributors> Current contributor XML person @role (single) @sequence (first or additional) > given name and surname > affiliation > ORCID iD --- organization @sequence @role
  • 8. <contributors> <person_name sequence="first" contributor_role="chair"> <given_name>Minerva</given_name> <surname>Housecat</surname> <affiliation>Crossref University</affiliation> <ORCID authenticated="true"> https://orcid.org/0000-0002-4011-3590</ORCID> </person_name> <organization sequence=”first” contributor_role=”author”>Crossref</organization> </contributors> ← a single role ← a single string Current contributor XML ← confusing?
  • 9. Person names ● given_name - no change ● surname - change to family_name ● ORCID - unchanged for now as a few services use this, may fold into identifier tags in the future ● name-style - replace with alternate_name ● add alternate_name and include name-style and xml:lang attribute ● require given_name or surname instead of just surname as not all names have surnames ● add identifier support
  • 10. Alternate names <alternate_name name_style=”western” xml:lang=”en”>Minnie H</alternate_name> <alternate_name name_style=”eastern“ xml:lang=”jp”>ミネルバハウスキャット </alternate_name> allows nicknames, aliases, and names in different character sets
  • 11. Identifiers for names <contrib_id contrib_id_type=”isni”>0000000121032683</contrib_id> <contrib_id contrib_id_type=”orcid” authenticated=”true”>https://orcid.org/0000-0002-4011-3590</contrib_id> allows multiple name identifiers and identifier type
  • 12. Organization / corporate authors <organization sequence=”first” contributor_role=”author”>Crossref</organization> - Limited to just a name - ‘organization’ gets confused with ‘affiliation’
  • 13. What will it look like? <collab sequence=”additional”> <collab_name>Crossref</collab_name> <role role-type=”data_curation”/> <contrib_id contrib_id_type="ror">https://ror.org/02twcfp32</contrib_id> <contrib_id contrib_id_type="isni">0000000405062673</contrib_id> <contrib_id contrib_id_type="wikidata”>Q5188229</contrib_id> </collab> </contributors> - Change ‘organization’ to ‘collab’ (per JATS)* - add role support - add contributor ID support (institutional identifiers)
  • 14. CRediT What is it? CRediT - Contributor Roles taxonomy; used to represent the roles typically played by contributors to scientific scholarly output. Why is Crossref adopting it? Current contributor types are very limited and CRediT is becoming widely used; many members are asking for it
  • 15. Current roles: ● author ● editor ● chair ● translator Roles for peer review: ● reviewer ● review-assistant ● stats-reviewer ● reviewer-external ● reader CRediT roles ● Conceptualization ● Data curation ● Formal analysis ● Funding acquisition ● Investigation ● Methodology ● Project Administration ● Resources ● Software ● Supervision ● Validation ● Visualization ● Writing - original draft ● Writing - reviewing & editing
  • 16. Changes: ● retire @contributor_role and replace with new repeatable <role> element - this allows multiple roles to be included ● add @role-type to capture role type. ● add @vocab to capture vocabulary CRediT breaks backwards compatibility - we need to support multiple roles to accurately reflect contributions of authors
  • 17. What will it look like? <role role-type=”conceptualization” vocab=”credit”/> <role role-type=”author” vocab=”crossref”/> or <role role-type=”data_curation” vocab=”credit”/>Data Curation</role> <role role-type=”author” vocab=”credit”/>Author</role> <role role-type=”other” vocab=”credit”/>Sentence Diagrammer</role>
  • 18. Affiliations Expand to include: - institution - to capture info of the affiliated institution. - institution_name ○ institution_acronym ○ institution_place ■ add @country attribute to institution_place to allow sorting of affiliations by country ○ institution_department ● add support for institution_id to support ROR and other identifiers Current: <affiliation>Crossref University</affiliation>
  • 19. <affiliations> <institution> <institution_name>Crossref</institution_name> <institution_acronym>CR</institution_acronym> <institution_place country=”us”>Lynnfield, MA</institution_place> <institution_department>Feline Outreach</institution_department> <institution_id institution_id_type="ror">https://ror.org/02twcfp32</institution_id> <institution_id institution_id_type="isni">0000000405062673</institution_id> <institution_id institution_id_type=”wikidata”>Q5188229</institution_id> </institution> <institution> <institution_name>Institute of Sparse Metadata</institution_name> </affiliations> What will it look like?
  • 20. Data citations <citation key="ref=1"> <unstructured_citation>Morinha F, Dávila JA, Estela B, Cabral JA, Frías Ó, González JL, Travassos P, Carvalho D, Milá B, Blanco G (2017) Data from: Extreme genetic structure in a social bird species despite high dispersal capacity. Dryad Digital Repository. http://dx.doi.org/10.5061/dryad.684v0</unstructured_citation> </citation> <citation key="ref2"> <doi>10.5061/dryad.684v0</doi> <cYear>2017</cYear> <author>Morinha F</author> </citation> - not a lot there - can’t tell it’s a data citation without the DOI
  • 21. Support types for citations ● journal ● journal_article ● book ● book_chapter ● conference_proceeding ● conference_paper ● standard ● dataset ● software ● report ● dissertation ● website ● preprint ● other Also: ● add support for other identifiers ● add support for generic ‘item_title’
  • 22. <citation cited_item_type=”data” key=”ref4”> <author>Morinha F</author> <cYear>2017</cYear> <item_title>Extreme genetic structure in a social bird species despite high dispersal capacity</data_title> <institution>Dryad Digital Repository</institution> <identifier type=”uri”>http://www.example.org/boohooidonthaveadoi</identifier> <doi>10.3201/nowihaveadoi</doi> </citation> What will it look like?
  • 23. <citation cited_item_type=”data” key=”ref4”> <unstructured_citation>Morinha F, Dávila JA, Estela B, Cabral JA, Frías Ó, González JL, Travassos P, Carvalho D, Milá B, Blanco G (2017) Data from: Extreme genetic structure in a social bird species despite high dispersal capacity. Dryad Digital Repository.</unstructured_citation> </citation> What will it look like?
  • 24. Provenance Current: nothing for journal articles For books, reports, standards, conference proceedings: <publisher> <publisher_name>Pumpkin Spice League of Hatred</publisher_name> <publisher_place>Burlington, VT</publisher_place> </publisher>
  • 25. <publisher> <publisher_name xml:lang=”en”>Pumpkin Spice League of Hatred</publisher_name> <publisher_name xml:lang=”jp”>パンプキンスパイスリーグオブ憎しみ </publisher_name> <publisher_place country=”us”>Burlington, VT</publisher_place> </publisher> What will it look like?
  • 26. Expand support for dates ● citation date: to capture member’s preferred citation date (this can vary greatly between print and online across publishers) ● submitted date: per member and internal requests ● copyright date: to capture the specific copyright date as it may differ from a publication date
  • 27. Other updates ● add e-location_id as an element ● add citations to peer reviews ● suggestions?
  • 28. The future new content types open access indicators versions new relations article type taxonomy identifiers for ? more funding metadata? Conference IDs
  • 29. Next steps ● Feedback ● Open development – summarize feedback – share a schema and examples – share output plans (JSON, filters and facets for REST API) – share timelines for implementation – test – implement
  • 30. Have feedback on this proposal? Leave comments in the proposal Send me an email (pfeeney@crossref.org) Create a GitLab issue ★★ I’ll be collecting feedback through January 15 ★★
  • 31. Have your say! Metadata Practitioners Interest Group - will have monthly calls in 2020 - focus on sending Crossref metadata (for now) - will be forming working groups for specific interests - JATS, preprints, new content types