Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
2ade779
add draft of 4.6
KellyStathis Aug 29, 2024
8b0d11d
Fixed test cases and added debugger gem and fixed ruby version
ashwinisukale Oct 14, 2024
26bbf85
schema 4.6: update "full" XML example and add placeholders for new ex…
KellyStathis Oct 16, 2024
80bd039
schema 4.6: add placeholder example XML files and links
KellyStathis Oct 16, 2024
a3ce031
add Project example
KellyStathis Oct 16, 2024
8a3d891
add Coverage example
KellyStathis Oct 16, 2024
6421577
Schema 4.6 test cases updated and corrected
ashwinisukale Oct 22, 2024
36998f9
added all missing date types for testing
ashwinisukale Oct 24, 2024
21545ac
fixed tests
ashwinisukale Oct 24, 2024
f20f3f0
Merge branch 'master' into schema-4.6-draft
KellyStathis Oct 31, 2024
fd29562
fix links for 4.6 dois
KellyStathis Oct 31, 2024
a614970
add missing hr
KellyStathis Oct 31, 2024
0ead2b2
updates to 4.6 examples (work in progress)
KellyStathis Nov 8, 2024
460e2ba
update translation examples
KellyStathis Nov 8, 2024
054b080
add links to blog post examples
KellyStathis Nov 8, 2024
271d4d3
Merge branch 'master' into schema-4.6-draft
KellyStathis Nov 15, 2024
f9c354a
add parallel languages example
KellyStathis Nov 16, 2024
8d3a424
add parallel languages example
KellyStathis Nov 16, 2024
a4b769e
add 4.6 update notes
KellyStathis Nov 16, 2024
1cf1e8d
update release date
KellyStathis Nov 16, 2024
4348eea
change "older versions" to "release history" and add latest version t…
KellyStathis Nov 22, 2024
e66ad6a
fix typo
KellyStathis Dec 4, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.5.8
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ gem 'rspec'
gem 'rspec-xsd'
gem 'nokogiri', '~> 1.10'
gem 'html-proofer', '~> 3.7', '>= 3.7.6'
gem 'pry', '~> 0.14.2'
6 changes: 6 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ GEM
public_suffix (>= 2.0.2, < 5.0)
backports (3.18.2)
borrower (0.10.0)
coderay (1.1.3)
coffee-script (2.4.1)
coffee-script-source
execjs
Expand Down Expand Up @@ -60,6 +61,7 @@ GEM
rb-inotify (~> 0.9, >= 0.9.7)
memoist (0.16.2)
mercenary (0.4.0)
method_source (1.1.0)
middleman (4.2.1)
coffee-script (~> 2.2)
compass-import-once (= 1.0.5)
Expand Down Expand Up @@ -118,6 +120,9 @@ GEM
activesupport (>= 3.1)
pandoc-ruby (2.1.4)
parallel (1.20.0)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (4.0.6)
rack (2.2.3)
rack-livereload (0.3.17)
Expand Down Expand Up @@ -168,6 +173,7 @@ DEPENDENCIES
middleman-livereload
nokogiri (~> 1.10)
pandoc-ruby (~> 2.0)
pry (~> 0.14.2)
rspec
rspec-xsd
tilt (~> 2.0)!
Expand Down
14 changes: 8 additions & 6 deletions source/_four.html.md.erb
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
## Metadata Schema 4.5
## Metadata Schema 4.6

Released <%= Date.parse("2024-01-22").strftime("%-d %b %Y") %>. Changes in this version include:
Released <%= Date.parse("2024-12-05").strftime("%-d %b %Y") %>. Changes in this version include:

* Addition of new values to the resourceTypeGeneral property: Instrument and StudyRegistration
* Addition of new relationType pair: IsCollectedBy and Collects
* Addition of new sub-properties in the Publisher property
* New resourceTypeGeneral values: Award and Project
* New relatedIdentifierType values: CSTR and RRID
* New relationType pair: IsTranslationOf and HasTranslation
* New contributorType: Translator
* New dateType: Coverage

<a href="/meta/kernel-4.5/" class="btn">More info</a>
<a href="/meta/kernel-4.6/" class="btn">More info</a>
22 changes: 22 additions & 0 deletions source/_versions.html.md.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
## DataCite Metadata Schema 4

### [DataCite Metadata Schema 4.6](/meta/kernel-4.6/)

Released <%= Date.parse("2024-12-05").strftime("%-d %b %Y") %>. Changes in this version include:

* Addition of new resourceTypeGeneral values: Award and Project
* Addition of new relatedIdentifierType values: CSTR and RRID
* Addition of new relationType pair: IsTranslationOf and HasTranslation
* Addition of new contributorType: Translator
* Addition of new dateType: Coverage

<hr/>

### [DataCite Metadata Schema 4.5](/meta/kernel-4.5/)

Released <%= Date.parse("2024-01-22").strftime("%-d %b %Y") %>. Changes in this version include:

* Addition of new values to the resourceTypeGeneral property: Instrument and StudyRegistration
* Addition of new relationType pair: IsCollectedBy and Collects
* Addition of new sub-properties in the Publisher property

<hr/>

### [DataCite Metadata Schema 4.4](/meta/kernel-4.4/)

Released <%= Date.parse("2021-03-30").strftime("%-d %b %Y") %>. Changes in this version include:
Expand Down
4 changes: 2 additions & 2 deletions source/includes/_header.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li><%= link_to "Schema 4.5", "/meta/kernel-4.5/"%></li>
<li><%= link_to "Older Versions", "/versions.html"%></li>
<li><%= link_to "Schema 4.6", "/meta/kernel-4.6/"%></li>
<li><%= link_to "Release History", "/versions.html"%></li>
<li><%= link_to "Contribute", "/contribute.html"%></li>
<li><%= link_to "Support ↗", "http://support.datacite.org" %></li>
</ul>
Expand Down
51 changes: 51 additions & 0 deletions source/meta/kernel-4.6/example/datacite-example-award-v4.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
<?xml version="1.0" encoding="UTF-8"?>
<resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://datacite.org/schema/kernel-4" xsi:schemaLocation="http://datacite.org/schema/kernel-4 https://schema.datacite.org/meta/kernel-4/metadata.xsd">
<identifier identifierType="DOI">10.82433/p1zt-4c67</identifier>
<creators>
<creator>
<creatorName nameType="Organizational">The Research Trust</creatorName>
<nameIdentifier nameIdentifierScheme="ROR" schemeURI="https://ror.org">https://ror.org/12abcde34</nameIdentifier>
</creator>
</creators>
<titles>
<title>Enhancing metadata for inclusive research on entrenched disadvantage</title>
</titles>
<publisher publisherIdentifier="https://ror.org/12abcde34" publisherIdentifierScheme="ROR" schemeURI="https://ror.org">The Research Trust</publisher>
<publicationYear>2024</publicationYear>
<resourceType resourceTypeGeneral="Award">Grant</resourceType>
<contributors>
<contributor contributorType="ProjectLeader">
<contributorName nameType="Personal">Garcia, Sofia</contributorName>
<givenName>Sofia</givenName>
<familyName>Garcia</familyName>
<nameIdentifier schemeURI="https://orcid.org/" nameIdentifierScheme="ORCID">https://orcid.org/0000-0001-5727-2427</nameIdentifier>
<affiliation affiliationIdentifier="https://ror.org/03efmqc40" affiliationIdentifierScheme="ROR" schemeURI="https://ror.org">Arizona State University</affiliation>
</contributor>
<contributor contributorType="ProjectLeader">
<contributorName nameType="Organizational">Arizona State University</contributorName>
<nameIdentifier nameIdentifierScheme="ROR" schemeURI="https://ror.org">https://ror.org/03efmqc40</nameIdentifier>
</contributor>
</contributors>
<dates>
<date dateType="Issued">2024-08-01</date>
<date dateType="Valid">2025-01-01/2027-12-31</date>
<date dateType="Updated" dateInformation="Extended">2028-01-01/2029-12-31</date>
</dates>
<sizes>
<size>900000 USD</size>
</sizes>
<descriptions>
<description descriptionType="Abstract">This funding award supports a project aimed at improving metadata practices to facilitate inclusive research on issues of entrenched disadvantage. The project focuses on creating robust, standardized metadata that accurately represents diverse populations and contexts.</description>
</descriptions>
<alternateIdentifiers>
<alternateIdentifier alternateIdentifierType="URL">https://grants.net/123456</alternateIdentifier>
</alternateIdentifiers>
<fundingReferences>
<fundingReference>
<funderName>The Research Trust</funderName>
<funderIdentifier funderIdentifierType="Crossref Funder ID">https://doi.org/10.13039/501100012345</funderIdentifier>
<awardNumber>123456</awardNumber>
<awardTitle>Enhancing metadata for inclusive research on entrenched disadvantage</awardTitle>
</fundingReference>
</fundingReferences>
</resource>
49 changes: 49 additions & 0 deletions source/meta/kernel-4.6/example/datacite-example-coverage-v4.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
<?xml version="1.0" encoding="UTF-8"?>
<resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://datacite.org/schema/kernel-4" xsi:schemaLocation="http://datacite.org/schema/kernel-4 https://schema.datacite.org/meta/kernel-4/metadata.xsd">
<identifier identifierType="DOI">10.82433/pgk2-ar97</identifier>
<creators>
<creator>
<creatorName nameType="Organizational">European Social Fund/DABURH, Department of History, Leiden University</creatorName>
<nameIdentifier nameIdentifierScheme="ROR" schemeURI="https://ror.org">https://ror.org/027bh9e22</nameIdentifier>
</creator>
</creators>
<titles>
<title xml:lang="en">Amsterdam immigrants, 1578-1810</title>
<title xml:lang="en" titleType="AlternativeTitle">Simon Hart database</title>
</titles>
<publisher>DANS Data Station Social Sciences and Humanities</publisher>
<publicationYear>1995</publicationYear>
<resourceType resourceTypeGeneral="Dataset" />
<subjects>
<subject>historical demography</subject>
<subject>immigration</subject>
<subject>Arts and Humanities</subject>
</subjects>
<descriptions>
<description descriptionType="Abstract">This dataset contains information about the number and origin of the Amsterdam immigrants in the period 1578-1810. The data are subdivided in total, male and female, per region or place of origin. The dataset is based on lists compiled by the Amsterdam archivist dr. Simon Hart and his colleagues between 1960 and 1979.</description>
</descriptions>
<contributors>
<contributor contributorType="ContactPerson">
<contributorName>Data Station Admin</contributorName>
<affiliation affiliationIdentifier="https://ror.org/008pnp284" affiliationIdentifierScheme="ROR" schemeURI="https://ror.org/">Data Archiving and Networked Services (DANS)</affiliation>
</contributor>
</contributors>
<dates>
<date dateType="Coverage">1578-01-01/1810-12-31</date>
<date dateType="Collected">1995-03-01/1995-11-29</date>
</dates>
<language>nl</language>
<alternateIdentifiers>
<alternateIdentifier alternateIdentifierType="NHDA">D0049</alternateIdentifier>
<alternateIdentifier alternateIdentifierType="DANS-KNAW">easy-dataset:36690</alternateIdentifier>
</alternateIdentifiers>
<geoLocations>
<geoLocation>
<geoLocationPlace>Amsterdam</geoLocationPlace>
<geoLocationPoint>
<pointLatitude>52.377956</pointLatitude>
<pointLongitude>4.897070</pointLongitude>
</geoLocationPoint>
</geoLocation>
</geoLocations>
</resource>
80 changes: 80 additions & 0 deletions source/meta/kernel-4.6/example/datacite-example-dataset-v4.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Example: Dataset -->
<resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://datacite.org/schema/kernel-4" xsi:schemaLocation="http://datacite.org/schema/kernel-4 https://schema.datacite.org/meta/kernel-4/metadata.xsd">
<identifier identifierType="DOI">10.82433/9184-DY35</identifier>
<creators>
<creator>
<creatorName nameType="Organizational">National Gallery</creatorName>
<nameIdentifier nameIdentifierScheme="ROR" schemeURI="https://ror.org">https://ror.org/043kfff89</nameIdentifier>
</creator>
</creators>
<titles>
<title xml:lang="en">External Environmental Data, 2010-2020, National Gallery</title>
</titles>
<publisher xml:lang="en" publisherIdentifier="https://ror.org/043kfff89" publisherIdentifierScheme="ROR" schemeURI="https://ror.org/">National Gallery</publisher>
<publicationYear>2022</publicationYear>
<resourceType resourceTypeGeneral="Dataset">Environmental data</resourceType>
<subjects>
<subject subjectScheme="Fields of Science and Technology (FOS)" schemeURI="http://www.oecd.org/science/inno/38235147.pdf">FOS: Earth and related environmental sciences</subject>
<subject subjectScheme="Wikidata" schemeURI="https://www.wikidata.org/wiki" valueURI="https://www.wikidata.org/wiki/Q11466">temperature</subject>
<subject subjectScheme="Art and Architecture Thesaurus" schemeURI="http://vocab.getty.edu/aat" valueURI="http://vocab.getty.edu/aat/300192097">relative humidity</subject>
<subject subjectScheme="Wikidata" schemeURI="https://www.wikidata.org/wiki" valueURI="https://www.wikidata.org/wiki/Q194411">illuminance</subject>
<subject subjectScheme="Art and Architecture Thesaurus" schemeURI="http://vocab.getty.edu/aat" valueURI="http://vocab.getty.edu/aat/300379432">moisture content</subject>
<subject subjectScheme="FAST" schemeURI="http://id.worldcat.org/fast" valueURI="http://id.worldcat.org/fast/913214">Environmental monitoring</subject>
</subjects>
<contributors>
<contributor contributorType="ContactPerson">
<contributorName nameType="Personal">Padfield, Joseph</contributorName>
<givenName>Joseph</givenName>
<familyName>Padfield</familyName>
<nameIdentifier nameIdentifierScheme="ORCID" schemeURI="https://orcid.org">https://orcid.org/0000-0002-2572-6428</nameIdentifier>
<affiliation affiliationIdentifier="https://ror.org/043kfff89" affiliationIdentifierScheme="ROR">National Gallery</affiliation>
</contributor>
<contributor contributorType="DataCollector">
<contributorName nameType="Organizational">Building Facilities Department</contributorName>
<affiliation affiliationIdentifier="https://ror.org/043kfff89" affiliationIdentifierScheme="ROR">National Gallery</affiliation>
</contributor>
</contributors>
<dates>
<date dateType="Collected">2010/2020</date>
<date dateType="Other" dateInformation="Coverage">2010/2020</date>
<date dateType="Issued">2022</date>
</dates>
<language>en</language>
<relatedIdentifiers>
<relatedIdentifier relatedIdentifierType="URL" relationType="IsSupplementTo" resourceTypeGeneral="Report">https://www.nationalgallery.org.uk/research/research-resources/research-papers/improving-our-environment</relatedIdentifier>
<relatedIdentifier relatedIdentifierType="URL" relationType="IsSourceOf" resourceTypeGeneral="InteractiveResource">https://research.ng-london.org.uk/scientific/env/</relatedIdentifier>
<relatedIdentifier relatedIdentifierType="DOI" relationType="IsSupplementedBy" resourceTypeGeneral="JournalArticle">10.1080/00393630.2018.1504449/</relatedIdentifier>
<relatedIdentifier relatedIdentifierType="DOI" relationType="IsDocumentedBy" resourceTypeGeneral="ConferencePaper">10.5281/zenodo.7629200</relatedIdentifier>
</relatedIdentifiers>
<sizes>
<size>13.6 MB</size>
</sizes>
<formats>
<format>application/json</format>
</formats>
<version>1.0</version>
<rightsList>
<rights xml:lang="en" schemeURI="https://spdx.org/licenses/" rightsIdentifierScheme="SPDX" rightsIdentifier="CC-BY-4.0" rightsURI="https://creativecommons.org/licenses/by-nc/4.0/">Creative Commons Attribution Non Commercial 4.0 International</rights>
</rightsList>
<descriptions>
<description xml:lang="en" descriptionType="Abstract">The National Gallery houses one of the greatest ‒ and most visited ‒ collections of Western European painting, often welcoming more than 6 million visitors a year. The Scientific Department researches the history of materials and techniques and their degradation mechanisms (fading, darkening, etc.), through analysis using a range of micro-analytical and imaging methods. It also works in the fields of preventive conservation and environmental management of galleries (monitoring, lighting, vibration), as well as the development of a wide range of new instruments and methods (both analytical and imaging) for technical examination of artworks, most often in collaboration with universities. The examination of the environmental conditions within The National Gallery began soon after it was established in 1824. Early concerns often related to dust and pollution. The first electronic data logger, recording light levels, was introduced in 1975, with the regular logging of temperature and relative humidity followed soon after. Today the Gallery has hundreds of sensors, monitoring the environmental conditions in over hundreds of locations, 24/7. The National Gallery currently archives millions of environmental readings every year, which are used to monitor the Gallery conditions ensuring the on-going care of the collections. These readings are also used to examine long term environmental trends, manage additional events, and within the planning and management of preventive conservation work and research at the National Gallery. The National Gallery Environmental Database is an internal, bespoke system which has been developed, over the last 20 years, to act as an archive for all of these environmental readings. This dataset contains a selected range of the data gathered from a few of the external sensors that have been used to monitor ambient light levels, temperature, relative humidity and air moisture content 24 hours a day, 7 days a week over the last two decades.</description>
</descriptions>
<geoLocations>
<geoLocation>
<geoLocationPlace>Roof of National Gallery, London, UK</geoLocationPlace>
<geoLocationPoint>
<pointLatitude>51.50872</pointLatitude>
<pointLongitude>-0.12841</pointLongitude>
</geoLocationPoint>
</geoLocation>
</geoLocations>
<fundingReferences>
<fundingReference>
<funderName>H2020 Excellent Science</funderName>
<funderIdentifier funderIdentifierType="Crossref Funder ID">https://doi.org/10.13039/100010662</funderIdentifier>
<awardNumber awardURI="https://cordis.europa.eu/project/id/871034">871034</awardNumber>
<awardTitle>Integrating Platforms for the European Research Infrastructure ON Heritage Science</awardTitle>
</fundingReference>
</fundingReferences>
</resource>
Loading
Loading