diff --git a/.ruby-version b/.ruby-version new file mode 100644 index 00000000..a5c51e13 --- /dev/null +++ b/.ruby-version @@ -0,0 +1 @@ +2.5.8 \ No newline at end of file diff --git a/Gemfile b/Gemfile index 8a49b347..bdbb3f5f 100644 --- a/Gemfile +++ b/Gemfile @@ -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' diff --git a/Gemfile.lock b/Gemfile.lock index 6a8b2754..1dc87264 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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 @@ -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) @@ -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) @@ -168,6 +173,7 @@ DEPENDENCIES middleman-livereload nokogiri (~> 1.10) pandoc-ruby (~> 2.0) + pry (~> 0.14.2) rspec rspec-xsd tilt (~> 2.0)! diff --git a/source/_four.html.md.erb b/source/_four.html.md.erb index c056455b..1b3df180 100644 --- a/source/_four.html.md.erb +++ b/source/_four.html.md.erb @@ -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 -More info +More info diff --git a/source/_versions.html.md.erb b/source/_versions.html.md.erb index 90658725..675a781a 100644 --- a/source/_versions.html.md.erb +++ b/source/_versions.html.md.erb @@ -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 + +
+ +### [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 + +
+ ### [DataCite Metadata Schema 4.4](/meta/kernel-4.4/) Released <%= Date.parse("2021-03-30").strftime("%-d %b %Y") %>. Changes in this version include: diff --git a/source/includes/_header.html.erb b/source/includes/_header.html.erb index d00b0e65..44df5a58 100644 --- a/source/includes/_header.html.erb +++ b/source/includes/_header.html.erb @@ -23,8 +23,8 @@