Proposed schema changes - have your say

Crossref
Crossrefnon-profit organization
@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
1 of 32

Recommended

getting started with content registration by
getting started with content registrationgetting started with content registration
getting started with content registrationCrossref
13.4K views26 slides
Content Registration Maintaining Metadata by
Content Registration Maintaining MetadataContent Registration Maintaining Metadata
Content Registration Maintaining MetadataCrossref
15.8K views45 slides
Crossmark how-to, webinar held on 11-20-17 by
Crossmark how-to, webinar held on 11-20-17Crossmark how-to, webinar held on 11-20-17
Crossmark how-to, webinar held on 11-20-17Crossref
2.4K views30 slides
Getting started with looking up metadata by
Getting started with looking up metadataGetting started with looking up metadata
Getting started with looking up metadataCrossref
11.4K views32 slides
Maintaining your metadata by
Maintaining your metadataMaintaining your metadata
Maintaining your metadataCrossref
1.4K views28 slides
Not just Identifiers: Why Crossref DOIs are important by
Not just Identifiers: Why Crossref DOIs are importantNot just Identifiers: Why Crossref DOIs are important
Not just Identifiers: Why Crossref DOIs are importantCrossref
1.2K views19 slides

More Related Content

What's hot

Crossref Services - LIVE Mumbai by
Crossref Services - LIVE MumbaiCrossref Services - LIVE Mumbai
Crossref Services - LIVE MumbaiCrossref
204 views53 slides
Getting started with Content Registration 012617 by
Getting started with Content Registration 012617Getting started with Content Registration 012617
Getting started with Content Registration 012617Crossref
598 views24 slides
Crossref Community Webinar - Asia Pacific 12-14-2016 by
Crossref Community Webinar - Asia Pacific 12-14-2016Crossref Community Webinar - Asia Pacific 12-14-2016
Crossref Community Webinar - Asia Pacific 12-14-2016Crossref
18.3K views37 slides
Maintaining your metadata by
Maintaining your metadataMaintaining your metadata
Maintaining your metadataCrossref
10.4K views28 slides
Getting started with looking up metadata by
Getting started with looking up metadata Getting started with looking up metadata
Getting started with looking up metadata Crossref
5.7K views29 slides
Crossref Webinar - Getting Started with Content Registration by
Crossref Webinar - Getting Started with Content RegistrationCrossref Webinar - Getting Started with Content Registration
Crossref Webinar - Getting Started with Content RegistrationCrossref
5.8K views24 slides

What's hot(20)

Crossref Services - LIVE Mumbai by Crossref
Crossref Services - LIVE MumbaiCrossref Services - LIVE Mumbai
Crossref Services - LIVE Mumbai
Crossref204 views
Getting started with Content Registration 012617 by Crossref
Getting started with Content Registration 012617Getting started with Content Registration 012617
Getting started with Content Registration 012617
Crossref598 views
Crossref Community Webinar - Asia Pacific 12-14-2016 by Crossref
Crossref Community Webinar - Asia Pacific 12-14-2016Crossref Community Webinar - Asia Pacific 12-14-2016
Crossref Community Webinar - Asia Pacific 12-14-2016
Crossref18.3K views
Maintaining your metadata by Crossref
Maintaining your metadataMaintaining your metadata
Maintaining your metadata
Crossref10.4K views
Getting started with looking up metadata by Crossref
Getting started with looking up metadata Getting started with looking up metadata
Getting started with looking up metadata
Crossref5.7K views
Crossref Webinar - Getting Started with Content Registration by Crossref
Crossref Webinar - Getting Started with Content RegistrationCrossref Webinar - Getting Started with Content Registration
Crossref Webinar - Getting Started with Content Registration
Crossref5.8K views
Crossref webinar - Maintaining your metadata - latest by Crossref
Crossref webinar - Maintaining your metadata - latestCrossref webinar - Maintaining your metadata - latest
Crossref webinar - Maintaining your metadata - latest
Crossref7K views
Crossref LIVE Indonesia: An Introduction to Crossref, CRLIVE-ID 13 July 2021 by Crossref
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
Crossref324 views
introduction-to-crossmark-lastest by Crossref
introduction-to-crossmark-lastestintroduction-to-crossmark-lastest
introduction-to-crossmark-lastest
Crossref11.6K views
Crossref LIVE UK Online by Crossref
Crossref LIVE UK OnlineCrossref LIVE UK Online
Crossref LIVE UK Online
Crossref1.3K views
Connect funding with content by Crossref
Connect funding with contentConnect funding with content
Connect funding with content
Crossref99 views
CrossRef Overview and Initiatives, Copenhagen, June 2013 by Crossref
CrossRef Overview and Initiatives, Copenhagen, June 2013CrossRef Overview and Initiatives, Copenhagen, June 2013
CrossRef Overview and Initiatives, Copenhagen, June 2013
Crossref665 views
Working with ROR as a Crossref member: what you need to know by Crossref
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
Crossref790 views
crossmark update by Crossref
crossmark updatecrossmark update
crossmark update
Crossref978 views
Crossref LIVE Indonesia: Content Registration at Crossref, CRLIVE-ID 14 July ... by Crossref
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 ...
Crossref332 views
Funding data & the Funder Registry by Crossref
Funding data & the Funder RegistryFunding data & the Funder Registry
Funding data & the Funder Registry
Crossref16.5K views
Participation reports webinar October 2020 by Crossref
Participation reports webinar October 2020Participation reports webinar October 2020
Participation reports webinar October 2020
Crossref1.4K views
Ed Pentz: Crossref Best Practice #crossref15 by Crossref
Ed Pentz: Crossref Best Practice #crossref15Ed Pentz: Crossref Best Practice #crossref15
Ed Pentz: Crossref Best Practice #crossref15
Crossref7.2K views
Cross mark webinar how to by Crossref
Cross mark webinar how toCross mark webinar how to
Cross mark webinar how to
Crossref10.3K views
introduction to crossmark lastest by Crossref
introduction to crossmark lastestintroduction to crossmark lastest
introduction to crossmark lastest
Crossref1.6K views

Similar to Proposed schema changes - have your say

User Profiles: I Didn't Know I Could Do That? (Demo Slides) by
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
803 views72 slides
REST to GraphQL by
REST to GraphQLREST to GraphQL
REST to GraphQLAnkit Muchhala
185 views19 slides
Structured SEO Data Overview and How To by
Structured SEO Data Overview and How ToStructured SEO Data Overview and How To
Structured SEO Data Overview and How Tocgmonroe
84 views35 slides
Crossref Event Data and other new services by
Crossref Event Data and other new servicesCrossref Event Data and other new services
Crossref Event Data and other new servicesCrossref
142 views28 slides
Event Data & Other New Services - Crossref LIVE Hannover by
Event Data & Other New Services - Crossref LIVE HannoverEvent Data & Other New Services - Crossref LIVE Hannover
Event Data & Other New Services - Crossref LIVE HannoverCrossref
139 views28 slides
THOR Workshop - Persistent Identifier Linking by
THOR Workshop - Persistent Identifier LinkingTHOR Workshop - Persistent Identifier Linking
THOR Workshop - Persistent Identifier LinkingMaaike Duine
582 views46 slides

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

User Profiles: I Didn't Know I Could Do That? (Demo Slides) by Stacy Deere
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 Deere803 views
Structured SEO Data Overview and How To by cgmonroe
Structured SEO Data Overview and How ToStructured SEO Data Overview and How To
Structured SEO Data Overview and How To
cgmonroe84 views
Crossref Event Data and other new services by Crossref
Crossref Event Data and other new servicesCrossref Event Data and other new services
Crossref Event Data and other new services
Crossref142 views
Event Data & Other New Services - Crossref LIVE Hannover by Crossref
Event Data & Other New Services - Crossref LIVE HannoverEvent Data & Other New Services - Crossref LIVE Hannover
Event Data & Other New Services - Crossref LIVE Hannover
Crossref139 views
THOR Workshop - Persistent Identifier Linking by Maaike Duine
THOR Workshop - Persistent Identifier LinkingTHOR Workshop - Persistent Identifier Linking
THOR Workshop - Persistent Identifier Linking
Maaike Duine582 views
Ed Fry — Data-Driven Growth: Lies, Lawyers & Outsized Results (Turing Fest 2018) by Turing Fest
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 Fest540 views
Data-Driven Growth: Lies, Lawyers & Outsized Results by Hull
Data-Driven Growth: Lies, Lawyers & Outsized ResultsData-Driven Growth: Lies, Lawyers & Outsized Results
Data-Driven Growth: Lies, Lawyers & Outsized Results
Hull421 views
Building Entities & Connections in 2020 by Izzi Smith
Building Entities & Connections in 2020 Building Entities & Connections in 2020
Building Entities & Connections in 2020
Izzi Smith3.9K views
Building a New Platform for Customer Analytics by Caserta
Building a New Platform for Customer Analytics Building a New Platform for Customer Analytics
Building a New Platform for Customer Analytics
Caserta 956 views
4. New metadata developments by Crossref
4. New metadata developments4. New metadata developments
4. New metadata developments
Crossref110 views
[Keynote] Trifecta for Recruitment Success, Susanna Frazier - Recruiters’ Hub... by Susanna Frazier
[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 782 views
New Metadata Developments - Crossref LIVE South Africa by Crossref
New Metadata Developments - Crossref LIVE South AfricaNew Metadata Developments - Crossref LIVE South Africa
New Metadata Developments - Crossref LIVE South Africa
Crossref166 views
LinkedIn Segmentation & Targeting Platform: A Big Data Application by Amy W. Tang
LinkedIn Segmentation & Targeting Platform: A Big Data ApplicationLinkedIn Segmentation & Targeting Platform: A Big Data Application
LinkedIn Segmentation & Targeting Platform: A Big Data Application
Amy W. Tang3.3K views
LinkedIn Member Segmentation Platform: A Big Data Application by DataWorks Summit
LinkedIn Member Segmentation Platform: A Big Data ApplicationLinkedIn Member Segmentation Platform: A Big Data Application
LinkedIn Member Segmentation Platform: A Big Data Application
DataWorks Summit2K views
LinkedIn Segmentation & Targeting Platform by Hien Luu
LinkedIn Segmentation & Targeting PlatformLinkedIn Segmentation & Targeting Platform
LinkedIn Segmentation & Targeting Platform
Hien Luu1.2K views
LinkedIn's Segmentation & Targeting Platform (Hadoop Summit 2013) by Sid Anand
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 Anand14.1K views

More from Crossref

Crossref LIVE: The Benefits of Open Infrastructure (APAC time zones) - 29th O... by
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
1K views43 slides
Crossref LIVE Chinese网络研讨会——Crossref简介 – 14 Oct 2021 by
Crossref LIVE Chinese网络研讨会——Crossref简介 – 14 Oct 2021  Crossref LIVE Chinese网络研讨会——Crossref简介 – 14 Oct 2021
Crossref LIVE Chinese网络研讨会——Crossref简介 – 14 Oct 2021 Crossref
643 views37 slides
Seminario web ‘Crossmark’, en español by
Seminario web ‘Crossmark’, en español Seminario web ‘Crossmark’, en español
Seminario web ‘Crossmark’, en español Crossref
478 views43 slides
Преимущества и варианты использования метаданных в Crossref / The Value and ... by
Преимущества и варианты использования метаданных в Crossref /  The Value and ...Преимущества и варианты использования метаданных в Crossref /  The Value and ...
Преимущества и варианты использования метаданных в Crossref / The Value and ...Crossref
411 views41 slides
Seminario web ‘Similarity Check’, en español by
Seminario web ‘Similarity Check’, en españolSeminario web ‘Similarity Check’, en español
Seminario web ‘Similarity Check’, en españolCrossref
388 views20 slides
Crossref LIVE Indonesia: One Search Platform (Drs. Muhammad Syarif Bando pres... by
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
397 views30 slides

More from Crossref(20)

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

Recently uploaded

DRaaS using Snapshot copy and destination selection (DRaaS) - Alexandre Matti... by
DRaaS using Snapshot copy and destination selection (DRaaS) - Alexandre Matti...DRaaS using Snapshot copy and destination selection (DRaaS) - Alexandre Matti...
DRaaS using Snapshot copy and destination selection (DRaaS) - Alexandre Matti...ShapeBlue
98 views29 slides
KVM Security Groups Under the Hood - Wido den Hollander - Your.Online by
KVM Security Groups Under the Hood - Wido den Hollander - Your.OnlineKVM Security Groups Under the Hood - Wido den Hollander - Your.Online
KVM Security Groups Under the Hood - Wido den Hollander - Your.OnlineShapeBlue
181 views19 slides
CloudStack and GitOps at Enterprise Scale - Alex Dometrius, Rene Glover - AT&T by
CloudStack and GitOps at Enterprise Scale - Alex Dometrius, Rene Glover - AT&TCloudStack and GitOps at Enterprise Scale - Alex Dometrius, Rene Glover - AT&T
CloudStack and GitOps at Enterprise Scale - Alex Dometrius, Rene Glover - AT&TShapeBlue
112 views34 slides
Network Source of Truth and Infrastructure as Code revisited by
Network Source of Truth and Infrastructure as Code revisitedNetwork Source of Truth and Infrastructure as Code revisited
Network Source of Truth and Infrastructure as Code revisitedNetwork Automation Forum
52 views45 slides
Ransomware is Knocking your Door_Final.pdf by
Ransomware is Knocking your Door_Final.pdfRansomware is Knocking your Door_Final.pdf
Ransomware is Knocking your Door_Final.pdfSecurity Bootcamp
90 views46 slides
The Role of Patterns in the Era of Large Language Models by
The Role of Patterns in the Era of Large Language ModelsThe Role of Patterns in the Era of Large Language Models
The Role of Patterns in the Era of Large Language ModelsYunyao Li
80 views65 slides

Recently uploaded(20)

DRaaS using Snapshot copy and destination selection (DRaaS) - Alexandre Matti... by ShapeBlue
DRaaS using Snapshot copy and destination selection (DRaaS) - Alexandre Matti...DRaaS using Snapshot copy and destination selection (DRaaS) - Alexandre Matti...
DRaaS using Snapshot copy and destination selection (DRaaS) - Alexandre Matti...
ShapeBlue98 views
KVM Security Groups Under the Hood - Wido den Hollander - Your.Online by ShapeBlue
KVM Security Groups Under the Hood - Wido den Hollander - Your.OnlineKVM Security Groups Under the Hood - Wido den Hollander - Your.Online
KVM Security Groups Under the Hood - Wido den Hollander - Your.Online
ShapeBlue181 views
CloudStack and GitOps at Enterprise Scale - Alex Dometrius, Rene Glover - AT&T by ShapeBlue
CloudStack and GitOps at Enterprise Scale - Alex Dometrius, Rene Glover - AT&TCloudStack and GitOps at Enterprise Scale - Alex Dometrius, Rene Glover - AT&T
CloudStack and GitOps at Enterprise Scale - Alex Dometrius, Rene Glover - AT&T
ShapeBlue112 views
The Role of Patterns in the Era of Large Language Models by Yunyao Li
The Role of Patterns in the Era of Large Language ModelsThe Role of Patterns in the Era of Large Language Models
The Role of Patterns in the Era of Large Language Models
Yunyao Li80 views
Updates on the LINSTOR Driver for CloudStack - Rene Peinthor - LINBIT by ShapeBlue
Updates on the LINSTOR Driver for CloudStack - Rene Peinthor - LINBITUpdates on the LINSTOR Driver for CloudStack - Rene Peinthor - LINBIT
Updates on the LINSTOR Driver for CloudStack - Rene Peinthor - LINBIT
ShapeBlue166 views
"Surviving highload with Node.js", Andrii Shumada by Fwdays
"Surviving highload with Node.js", Andrii Shumada "Surviving highload with Node.js", Andrii Shumada
"Surviving highload with Node.js", Andrii Shumada
Fwdays53 views
TrustArc Webinar - Managing Online Tracking Technology Vendors_ A Checklist f... by TrustArc
TrustArc Webinar - Managing Online Tracking Technology Vendors_ A Checklist f...TrustArc Webinar - Managing Online Tracking Technology Vendors_ A Checklist f...
TrustArc Webinar - Managing Online Tracking Technology Vendors_ A Checklist f...
TrustArc160 views
Keynote Talk: Open Source is Not Dead - Charles Schulz - Vates by ShapeBlue
Keynote Talk: Open Source is Not Dead - Charles Schulz - VatesKeynote Talk: Open Source is Not Dead - Charles Schulz - Vates
Keynote Talk: Open Source is Not Dead - Charles Schulz - Vates
ShapeBlue210 views
How to Re-use Old Hardware with CloudStack. Saving Money and the Environment ... by ShapeBlue
How to Re-use Old Hardware with CloudStack. Saving Money and the Environment ...How to Re-use Old Hardware with CloudStack. Saving Money and the Environment ...
How to Re-use Old Hardware with CloudStack. Saving Money and the Environment ...
ShapeBlue123 views
Elevating Privacy and Security in CloudStack - Boris Stoyanov - ShapeBlue by ShapeBlue
Elevating Privacy and Security in CloudStack - Boris Stoyanov - ShapeBlueElevating Privacy and Security in CloudStack - Boris Stoyanov - ShapeBlue
Elevating Privacy and Security in CloudStack - Boris Stoyanov - ShapeBlue
ShapeBlue179 views
Extending KVM Host HA for Non-NFS Storage - Alex Ivanov - StorPool by ShapeBlue
Extending KVM Host HA for Non-NFS Storage -  Alex Ivanov - StorPoolExtending KVM Host HA for Non-NFS Storage -  Alex Ivanov - StorPool
Extending KVM Host HA for Non-NFS Storage - Alex Ivanov - StorPool
ShapeBlue84 views
DRBD Deep Dive - Philipp Reisner - LINBIT by ShapeBlue
DRBD Deep Dive - Philipp Reisner - LINBITDRBD Deep Dive - Philipp Reisner - LINBIT
DRBD Deep Dive - Philipp Reisner - LINBIT
ShapeBlue140 views
Automating a World-Class Technology Conference; Behind the Scenes of CiscoLive by Network Automation Forum
Automating a World-Class Technology Conference; Behind the Scenes of CiscoLiveAutomating a World-Class Technology Conference; Behind the Scenes of CiscoLive
Automating a World-Class Technology Conference; Behind the Scenes of CiscoLive
Migrating VMware Infra to KVM Using CloudStack - Nicolas Vazquez - ShapeBlue by ShapeBlue
Migrating VMware Infra to KVM Using CloudStack - Nicolas Vazquez - ShapeBlueMigrating VMware Infra to KVM Using CloudStack - Nicolas Vazquez - ShapeBlue
Migrating VMware Infra to KVM Using CloudStack - Nicolas Vazquez - ShapeBlue
ShapeBlue176 views
The Power of Heat Decarbonisation Plans in the Built Environment by IES VE
The Power of Heat Decarbonisation Plans in the Built EnvironmentThe Power of Heat Decarbonisation Plans in the Built Environment
The Power of Heat Decarbonisation Plans in the Built Environment
IES VE69 views
VNF Integration and Support in CloudStack - Wei Zhou - ShapeBlue by ShapeBlue
VNF Integration and Support in CloudStack - Wei Zhou - ShapeBlueVNF Integration and Support in CloudStack - Wei Zhou - ShapeBlue
VNF Integration and Support in CloudStack - Wei Zhou - ShapeBlue
ShapeBlue163 views
State of the Union - Rohit Yadav - Apache CloudStack by ShapeBlue
State of the Union - Rohit Yadav - Apache CloudStackState of the Union - Rohit Yadav - Apache CloudStack
State of the Union - Rohit Yadav - Apache CloudStack
ShapeBlue253 views

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