From 2700e58ac74057883844df5223057f4e414016d2 Mon Sep 17 00:00:00 2001 From: "R. S. Doiel" Date: Thu, 22 Feb 2024 13:58:18 -0800 Subject: [PATCH 1/3] Quick Save --- CITATION.cff | 2 +- about.md | 4 +- codemeta.json | 2 +- crossref.go | 2 +- doi2rdm.1.md | 2 +- doi2rdm.go | 116 +++++++++++++++++------------------ doi_test.go | 20 ++++++ ep3util.1.md | 2 +- eprint2rdm.1.md | 2 +- eprintrest.1.md | 2 +- installer.sh | 2 +- man/man1/doi2rdm.1 | 2 +- man/man1/ep3util.1 | 2 +- man/man1/eprint2rdm.1 | 2 +- man/man1/eprintrest.1 | 2 +- man/man1/people2vocabulary.1 | 2 +- man/man1/rdm2eprint.1 | 2 +- man/man1/rdmutil.1 | 2 +- people2vocabulary.1.md | 2 +- rdm2eprint.1.md | 2 +- rdmutil.1.md | 2 +- version.go | 4 +- 22 files changed, 100 insertions(+), 80 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index f5f53943..f11d51f7 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -14,7 +14,7 @@ authors: repository-code: "https://github.com/caltechlibrary/irdmtools" -version: 0.0.70 +version: 0.0.71 license-url: "https://caltechlibrary.github.io/irdmtools/LICENSE" keywords: [ "institutional repository", "data management", "Invenio", "Invenio-RDM" ] diff --git a/about.md b/about.md index 59affb9c..f013fc99 100644 --- a/about.md +++ b/about.md @@ -14,7 +14,7 @@ authors: orcid: "https://orcid.org/0000-0001-9266-5146" repository-code: "https://github.com/caltechlibrary/irdmtools" -version: 0.0.70 +version: 0.0.71 license-url: "https://caltechlibrary.github.io/irdmtools/LICENSE" keywords: [ "institutional repository", "data management", "Invenio", "Invenio-RDM" ] @@ -24,7 +24,7 @@ management", "Invenio", "Invenio-RDM" ] About this software =================== -## irdmtools 0.0.70 +## irdmtools 0.0.71 ### Authors diff --git a/codemeta.json b/codemeta.json index a5be3ac7..23fd6f6a 100644 --- a/codemeta.json +++ b/codemeta.json @@ -7,7 +7,7 @@ "dateRelease": "2024-01-24", "issueTracker": "https://github.com/caltechlibrary/irdmtools/issues", "name": "irdmtools", - "version": "0.0.70", + "version": "0.0.71", "description": "Tools for working with institutional repositories and data management systems. Current implementation targets Invenio-RDM.", "applicationCategory": "library science", "releaseNotes": "Proof of concept and refinements, piloting in production", diff --git a/crossref.go b/crossref.go index 7597ba13..dca961d2 100644 --- a/crossref.go +++ b/crossref.go @@ -456,7 +456,7 @@ func getApproved(work *crossrefapi.Works) *simplified.DateType { func normalizePublisherName(val string, work *crossrefapi.Works, options *Doi2RdmOptions) string { doi := getDOI(work) if doi != "" { - doiPrefix, _ := DoiPrefix(val) + doiPrefix, _ := DoiPrefix(doi) if value, ok := options.DoiPrefixPublishers[doiPrefix]; ok { return value } diff --git a/doi2rdm.1.md b/doi2rdm.1.md index b51ade4e..6d442c85 100644 --- a/doi2rdm.1.md +++ b/doi2rdm.1.md @@ -1,4 +1,4 @@ -%doi2rdm(1) irdmtools user manual | version 0.0.70 2d224184 +%doi2rdm(1) irdmtools user manual | version 0.0.71 83a4cc92 % R. S. Doiel and Tom Morrell % 2024-02-22 diff --git a/doi2rdm.go b/doi2rdm.go index 8c678e02..0532a32f 100644 --- a/doi2rdm.go +++ b/doi2rdm.go @@ -80,72 +80,72 @@ mailto: helpdesk@library.caltech.edu dot_initials: true # Map the CrossRef type to RDM type contributor_types: - author: author - editor: editor - reviewer: reviewer + author: author + editor: editor + reviewer: reviewer review-assistent: other - stats-reviewer: other - reader: other - translator: translator + stats-reviewer: other + reader: other + translator: translator # Map the CrossRef resource type to the RDM type resource_types: - article: publication-article - journal-article: publication-article - book: publication-book - book_section: publication-section - book-chapter: publication-section - conference_item: conference-paper + article: publication-article + journal-article: publication-article + book: publication-book + book_section: publication-section + book-chapter: publication-section + conference_item: conference-paper proceedings-article: conference-paper - dataset: dataset - experiment: publication-deliverable - journal_issue: publication-issue - lab_notes: labnotebook - monograph: publication-report - oral_history: publication-oralhistory - patent: publication-patent - software: software + dataset: dataset + experiment: publication-deliverable + journal_issue: publication-issue + lab_notes: labnotebook + monograph: publication-report + oral_history: publication-oralhistory + patent: publication-patent + software: software teaching_resource: teachingresource - thesis: publication-thesis - video: video - website: other - other: other - image: other - report: publication-workingpaper - report-component: publication-workingpaper - posted-content: publication-preprint + thesis: publication-thesis + video: video + website: other + other: other + image: other + report: publication-workingpaper + report-component: publication-workingpaper + posted-content: publication-preprint # Mapping DOI prefixes to Publisher names (used to normalize publisher names) doi_prefix_publishers: - 10.1103: American Physical Society - 10.1063: American Institute of Physics - 10.1039: Royal Society of Chemistry - 10.1242: Company of Biologists - 10.1073: PNAS - 10.1109: IEEE - 10.2514: AIAA - 10.1029: AGU (pre-Wiley hosting) - 10.1093: MNRAS - 10.1046: Geophysical Journal International - 10.1175: American Meteorological Society - 10.1083: Rockefeller University Press - 10.1084: Rockefeller University Press - 10.1085: Rockefeller University Press + 10.1103: American Physical Society + 10.1063: American Institute of Physics + 10.1039: Royal Society of Chemistry + 10.1242: Company of Biologists + 10.1073: PNAS + 10.1109: IEEE + 10.2514: AIAA + 10.1029: AGU (pre-Wiley hosting) + 10.1093: MNRAS + 10.1046: Geophysical Journal International + 10.1175: American Meteorological Society + 10.1083: Rockefeller University Press + 10.1084: Rockefeller University Press + 10.1085: Rockefeller University Press 10.26508: Rockefeller University Press - 10.1371: PLOS - 10.5194: European Geosciences Union - 10.1051: EDP Sciences - 10.2140: Mathematical Sciences Publishers - 10.1074: ASBMB - 10.1091: ASCB - 10.1523: Society for Neuroscience - 10.1101: Cold Spring Harbor - 10.1128: American Society for Microbiology - 10.1115: ASME - 10.1061: ASCE - 10.1038: Nature - 10.1126: Science - 10.1021: American Chemical Society - 10.1002: Wiley - 10.1016: Elsevier + 10.1371: PLOS + 10.5194: European Geosciences Union + 10.1051: EDP Sciences + 10.2140: Mathematical Sciences Publishers + 10.1074: ASBMB + 10.1091: ASCB + 10.1523: Society for Neuroscience + 10.1101: Cold Spring Harbor + 10.1128: American Society for Microbiology + 10.1115: ASME + 10.1061: ASCE + 10.1038: Nature + 10.1126: Science + 10.1021: American Chemical Society + 10.1002: Wiley + 10.1016: Elsevier # Mapping ISSN prefixes to Publisher names (used to normalize publisher names) issn_publishers: 0141-8130: Elsevier diff --git a/doi_test.go b/doi_test.go index 572591a9..1323d0d4 100644 --- a/doi_test.go +++ b/doi_test.go @@ -15,6 +15,7 @@ func TestDoiFuncs(t *testing.T) { if expected != got { t.Errorf("expected %q, got %q", expected, got) } + expected = "10.48550" got, err = DoiPrefix(input) if err != nil { @@ -24,4 +25,23 @@ func TestDoiFuncs(t *testing.T) { if expected != got { t.Errorf("expected %q, got %q", expected, got) } + + input = "10.1029/2022PA004571" + expected = "10.1029/2022PA004571" + got, err = LinkToDoi(input) + if err != nil { + t.Error(err) + t.FailNow() + } + + expected = "10.1029" + got, err = DoiPrefix(input) + if err != nil { + t.Error(err) + t.FailNow() + } + if expected != got { + t.Errorf("expected %q, got %q", expected, got) + } + } diff --git a/ep3util.1.md b/ep3util.1.md index a3947c8a..c81b8012 100644 --- a/ep3util.1.md +++ b/ep3util.1.md @@ -1,4 +1,4 @@ -%ep3util(1) irdmtools user manual | version 0.0.70 2d224184 +%ep3util(1) irdmtools user manual | version 0.0.71 83a4cc92 % R. S. Doiel and Tom Morrell % 2024-02-22 diff --git a/eprint2rdm.1.md b/eprint2rdm.1.md index 3a3fa975..4708a54a 100644 --- a/eprint2rdm.1.md +++ b/eprint2rdm.1.md @@ -1,4 +1,4 @@ -%eprint2rdm(1) irdmtools user manual | version 0.0.70 2d224184 +%eprint2rdm(1) irdmtools user manual | version 0.0.71 83a4cc92 % R. S. Doiel and Tom Morrell % 2024-02-22 diff --git a/eprintrest.1.md b/eprintrest.1.md index 6325828b..2c814e50 100644 --- a/eprintrest.1.md +++ b/eprintrest.1.md @@ -1,4 +1,4 @@ -%eprintrest(1) irdmtools user manual | version 0.0.70 2d224184 +%eprintrest(1) irdmtools user manual | version 0.0.71 83a4cc92 % R. S. Doiel and Tom Morrell % 2024-02-22 diff --git a/installer.sh b/installer.sh index 70480cc2..da2fa33d 100755 --- a/installer.sh +++ b/installer.sh @@ -4,7 +4,7 @@ # Set the package name and version to install # PACKAGE="irdmtools" -VERSION="0.0.70" +VERSION="0.0.71" GIT_GROUP="caltechlibrary" RELEASE="https://github.com/$GIT_GROUP/$PACKAGE/releases/tag/v$VERSION" diff --git a/man/man1/doi2rdm.1 b/man/man1/doi2rdm.1 index c0b1c807..b2a58179 100644 --- a/man/man1/doi2rdm.1 +++ b/man/man1/doi2rdm.1 @@ -1,6 +1,6 @@ .\" Automatically generated by Pandoc 3.1.12 .\" -.TH "doi2rdm" "1" "2024\-02\-22" "irdmtools user manual" "version 0.0.70 2d224184" +.TH "doi2rdm" "1" "2024\-02\-22" "irdmtools user manual" "version 0.0.71 83a4cc92" .SH NAME doi2rdm .SH SYNOPSIS diff --git a/man/man1/ep3util.1 b/man/man1/ep3util.1 index f1f1ac03..9e4933c0 100644 --- a/man/man1/ep3util.1 +++ b/man/man1/ep3util.1 @@ -1,6 +1,6 @@ .\" Automatically generated by Pandoc 3.1.12 .\" -.TH "ep3util" "1" "2024\-02\-22" "irdmtools user manual" "version 0.0.70 2d224184" +.TH "ep3util" "1" "2024\-02\-22" "irdmtools user manual" "version 0.0.71 83a4cc92" .SH NAME ep3util .SH SYNOPSIS diff --git a/man/man1/eprint2rdm.1 b/man/man1/eprint2rdm.1 index f93b0a7f..a9c921e2 100644 --- a/man/man1/eprint2rdm.1 +++ b/man/man1/eprint2rdm.1 @@ -1,6 +1,6 @@ .\" Automatically generated by Pandoc 3.1.12 .\" -.TH "eprint2rdm" "1" "2024\-02\-22" "irdmtools user manual" "version 0.0.70 2d224184" +.TH "eprint2rdm" "1" "2024\-02\-22" "irdmtools user manual" "version 0.0.71 83a4cc92" .SH NAME eprint2rdm .SH SYNOPSIS diff --git a/man/man1/eprintrest.1 b/man/man1/eprintrest.1 index 782c166c..c4639bcf 100644 --- a/man/man1/eprintrest.1 +++ b/man/man1/eprintrest.1 @@ -1,6 +1,6 @@ .\" Automatically generated by Pandoc 3.1.12 .\" -.TH "eprintrest" "1" "2024\-02\-22" "irdmtools user manual" "version 0.0.70 2d224184" +.TH "eprintrest" "1" "2024\-02\-22" "irdmtools user manual" "version 0.0.71 83a4cc92" .SH NAME eprintrest .SH SYNOPSIS diff --git a/man/man1/people2vocabulary.1 b/man/man1/people2vocabulary.1 index b7af9eaa..6cbccc5e 100644 --- a/man/man1/people2vocabulary.1 +++ b/man/man1/people2vocabulary.1 @@ -1,6 +1,6 @@ .\" Automatically generated by Pandoc 3.1.12 .\" -.TH "people2vocabulary" "1" "2024\-02\-22" "irdmtools user manual" "version 0.0.70 2d224184" +.TH "people2vocabulary" "1" "2024\-02\-22" "irdmtools user manual" "version 0.0.71 83a4cc92" .SH NAME people2vocabulary .SH SYNOPSIS diff --git a/man/man1/rdm2eprint.1 b/man/man1/rdm2eprint.1 index 406e2af7..d148e95a 100644 --- a/man/man1/rdm2eprint.1 +++ b/man/man1/rdm2eprint.1 @@ -1,6 +1,6 @@ .\" Automatically generated by Pandoc 3.1.12 .\" -.TH "rdm2eprint" "1" "2024\-02\-22" "irdmtools user manual" "version 0.0.70 2d224184" +.TH "rdm2eprint" "1" "2024\-02\-22" "irdmtools user manual" "version 0.0.71 83a4cc92" .SH NAME rdm2eprint .SH SYNOPSIS diff --git a/man/man1/rdmutil.1 b/man/man1/rdmutil.1 index 4f7de41a..3217fc49 100644 --- a/man/man1/rdmutil.1 +++ b/man/man1/rdmutil.1 @@ -1,6 +1,6 @@ .\" Automatically generated by Pandoc 3.1.12 .\" -.TH "rdmutil" "1" "2024\-02\-22" "irdmtools user manual" "version 0.0.70 2d224184" +.TH "rdmutil" "1" "2024\-02\-22" "irdmtools user manual" "version 0.0.71 83a4cc92" .SH NAME rdmutil .SH SYNOPSIS diff --git a/people2vocabulary.1.md b/people2vocabulary.1.md index bb172135..d85440f4 100644 --- a/people2vocabulary.1.md +++ b/people2vocabulary.1.md @@ -1,4 +1,4 @@ -%people2vocabulary(1) irdmtools user manual | version 0.0.70 2d224184 +%people2vocabulary(1) irdmtools user manual | version 0.0.71 83a4cc92 % R. S. Doiel % 2024-02-22 diff --git a/rdm2eprint.1.md b/rdm2eprint.1.md index edc9571e..807aaa77 100644 --- a/rdm2eprint.1.md +++ b/rdm2eprint.1.md @@ -1,4 +1,4 @@ -%rdm2eprint(1) irdmtools user manual | version 0.0.70 2d224184 +%rdm2eprint(1) irdmtools user manual | version 0.0.71 83a4cc92 % R. S. Doiel and Tom Morrell % 2024-02-22 diff --git a/rdmutil.1.md b/rdmutil.1.md index 292b4960..dd19a472 100644 --- a/rdmutil.1.md +++ b/rdmutil.1.md @@ -1,4 +1,4 @@ -%rdmutil(1) irdmtools user manual | version 0.0.70 2d224184 +%rdmutil(1) irdmtools user manual | version 0.0.71 83a4cc92 % R. S. Doiel and Tom Morrell % 2024-02-22 diff --git a/version.go b/version.go index ca109f95..53890061 100644 --- a/version.go +++ b/version.go @@ -6,13 +6,13 @@ import ( const ( // Version number of release - Version = "0.0.70" + Version = "0.0.71" // ReleaseDate, the date version.go was generated ReleaseDate = "2024-02-22" // ReleaseHash, the Git hash when version.go was generated - ReleaseHash = "2d224184" + ReleaseHash = "83a4cc92" LicenseText = ` Redistribution and use in source and binary forms, with or without From f764f62df6071cd1ba736b10ba7578ff789b0525 Mon Sep 17 00:00:00 2001 From: "R. S. Doiel" Date: Thu, 22 Feb 2024 14:01:25 -0800 Subject: [PATCH 2/3] Quick Save --- CITATION.cff | 2 +- about.md | 4 ++-- codemeta.json | 2 +- doi2rdm.1.md | 2 +- ep3util.1.md | 2 +- eprint2rdm.1.md | 2 +- eprintrest.1.md | 2 +- installer.sh | 2 +- man/man1/doi2rdm.1 | 2 +- man/man1/ep3util.1 | 2 +- man/man1/eprint2rdm.1 | 2 +- man/man1/eprintrest.1 | 2 +- man/man1/people2vocabulary.1 | 2 +- man/man1/rdm2eprint.1 | 2 +- man/man1/rdmutil.1 | 2 +- people2vocabulary.1.md | 2 +- rdm2eprint.1.md | 2 +- rdmutil.1.md | 2 +- version.go | 4 ++-- 19 files changed, 21 insertions(+), 21 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index f11d51f7..f5f53943 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -14,7 +14,7 @@ authors: repository-code: "https://github.com/caltechlibrary/irdmtools" -version: 0.0.71 +version: 0.0.70 license-url: "https://caltechlibrary.github.io/irdmtools/LICENSE" keywords: [ "institutional repository", "data management", "Invenio", "Invenio-RDM" ] diff --git a/about.md b/about.md index f013fc99..59affb9c 100644 --- a/about.md +++ b/about.md @@ -14,7 +14,7 @@ authors: orcid: "https://orcid.org/0000-0001-9266-5146" repository-code: "https://github.com/caltechlibrary/irdmtools" -version: 0.0.71 +version: 0.0.70 license-url: "https://caltechlibrary.github.io/irdmtools/LICENSE" keywords: [ "institutional repository", "data management", "Invenio", "Invenio-RDM" ] @@ -24,7 +24,7 @@ management", "Invenio", "Invenio-RDM" ] About this software =================== -## irdmtools 0.0.71 +## irdmtools 0.0.70 ### Authors diff --git a/codemeta.json b/codemeta.json index 23fd6f6a..a5be3ac7 100644 --- a/codemeta.json +++ b/codemeta.json @@ -7,7 +7,7 @@ "dateRelease": "2024-01-24", "issueTracker": "https://github.com/caltechlibrary/irdmtools/issues", "name": "irdmtools", - "version": "0.0.71", + "version": "0.0.70", "description": "Tools for working with institutional repositories and data management systems. Current implementation targets Invenio-RDM.", "applicationCategory": "library science", "releaseNotes": "Proof of concept and refinements, piloting in production", diff --git a/doi2rdm.1.md b/doi2rdm.1.md index 6d442c85..a9d69314 100644 --- a/doi2rdm.1.md +++ b/doi2rdm.1.md @@ -1,4 +1,4 @@ -%doi2rdm(1) irdmtools user manual | version 0.0.71 83a4cc92 +%doi2rdm(1) irdmtools user manual | version 0.0.70 2700e58a % R. S. Doiel and Tom Morrell % 2024-02-22 diff --git a/ep3util.1.md b/ep3util.1.md index c81b8012..060d2ada 100644 --- a/ep3util.1.md +++ b/ep3util.1.md @@ -1,4 +1,4 @@ -%ep3util(1) irdmtools user manual | version 0.0.71 83a4cc92 +%ep3util(1) irdmtools user manual | version 0.0.70 2700e58a % R. S. Doiel and Tom Morrell % 2024-02-22 diff --git a/eprint2rdm.1.md b/eprint2rdm.1.md index 4708a54a..ab110fc7 100644 --- a/eprint2rdm.1.md +++ b/eprint2rdm.1.md @@ -1,4 +1,4 @@ -%eprint2rdm(1) irdmtools user manual | version 0.0.71 83a4cc92 +%eprint2rdm(1) irdmtools user manual | version 0.0.70 2700e58a % R. S. Doiel and Tom Morrell % 2024-02-22 diff --git a/eprintrest.1.md b/eprintrest.1.md index 2c814e50..b0f56935 100644 --- a/eprintrest.1.md +++ b/eprintrest.1.md @@ -1,4 +1,4 @@ -%eprintrest(1) irdmtools user manual | version 0.0.71 83a4cc92 +%eprintrest(1) irdmtools user manual | version 0.0.70 2700e58a % R. S. Doiel and Tom Morrell % 2024-02-22 diff --git a/installer.sh b/installer.sh index da2fa33d..70480cc2 100755 --- a/installer.sh +++ b/installer.sh @@ -4,7 +4,7 @@ # Set the package name and version to install # PACKAGE="irdmtools" -VERSION="0.0.71" +VERSION="0.0.70" GIT_GROUP="caltechlibrary" RELEASE="https://github.com/$GIT_GROUP/$PACKAGE/releases/tag/v$VERSION" diff --git a/man/man1/doi2rdm.1 b/man/man1/doi2rdm.1 index b2a58179..5d618265 100644 --- a/man/man1/doi2rdm.1 +++ b/man/man1/doi2rdm.1 @@ -1,6 +1,6 @@ .\" Automatically generated by Pandoc 3.1.12 .\" -.TH "doi2rdm" "1" "2024\-02\-22" "irdmtools user manual" "version 0.0.71 83a4cc92" +.TH "doi2rdm" "1" "2024\-02\-22" "irdmtools user manual" "version 0.0.70 2700e58a" .SH NAME doi2rdm .SH SYNOPSIS diff --git a/man/man1/ep3util.1 b/man/man1/ep3util.1 index 9e4933c0..7d2f1373 100644 --- a/man/man1/ep3util.1 +++ b/man/man1/ep3util.1 @@ -1,6 +1,6 @@ .\" Automatically generated by Pandoc 3.1.12 .\" -.TH "ep3util" "1" "2024\-02\-22" "irdmtools user manual" "version 0.0.71 83a4cc92" +.TH "ep3util" "1" "2024\-02\-22" "irdmtools user manual" "version 0.0.70 2700e58a" .SH NAME ep3util .SH SYNOPSIS diff --git a/man/man1/eprint2rdm.1 b/man/man1/eprint2rdm.1 index a9c921e2..ccd1bace 100644 --- a/man/man1/eprint2rdm.1 +++ b/man/man1/eprint2rdm.1 @@ -1,6 +1,6 @@ .\" Automatically generated by Pandoc 3.1.12 .\" -.TH "eprint2rdm" "1" "2024\-02\-22" "irdmtools user manual" "version 0.0.71 83a4cc92" +.TH "eprint2rdm" "1" "2024\-02\-22" "irdmtools user manual" "version 0.0.70 2700e58a" .SH NAME eprint2rdm .SH SYNOPSIS diff --git a/man/man1/eprintrest.1 b/man/man1/eprintrest.1 index c4639bcf..49a2e2c0 100644 --- a/man/man1/eprintrest.1 +++ b/man/man1/eprintrest.1 @@ -1,6 +1,6 @@ .\" Automatically generated by Pandoc 3.1.12 .\" -.TH "eprintrest" "1" "2024\-02\-22" "irdmtools user manual" "version 0.0.71 83a4cc92" +.TH "eprintrest" "1" "2024\-02\-22" "irdmtools user manual" "version 0.0.70 2700e58a" .SH NAME eprintrest .SH SYNOPSIS diff --git a/man/man1/people2vocabulary.1 b/man/man1/people2vocabulary.1 index 6cbccc5e..05bc5daa 100644 --- a/man/man1/people2vocabulary.1 +++ b/man/man1/people2vocabulary.1 @@ -1,6 +1,6 @@ .\" Automatically generated by Pandoc 3.1.12 .\" -.TH "people2vocabulary" "1" "2024\-02\-22" "irdmtools user manual" "version 0.0.71 83a4cc92" +.TH "people2vocabulary" "1" "2024\-02\-22" "irdmtools user manual" "version 0.0.70 2700e58a" .SH NAME people2vocabulary .SH SYNOPSIS diff --git a/man/man1/rdm2eprint.1 b/man/man1/rdm2eprint.1 index d148e95a..dbfb346d 100644 --- a/man/man1/rdm2eprint.1 +++ b/man/man1/rdm2eprint.1 @@ -1,6 +1,6 @@ .\" Automatically generated by Pandoc 3.1.12 .\" -.TH "rdm2eprint" "1" "2024\-02\-22" "irdmtools user manual" "version 0.0.71 83a4cc92" +.TH "rdm2eprint" "1" "2024\-02\-22" "irdmtools user manual" "version 0.0.70 2700e58a" .SH NAME rdm2eprint .SH SYNOPSIS diff --git a/man/man1/rdmutil.1 b/man/man1/rdmutil.1 index 3217fc49..9866c12d 100644 --- a/man/man1/rdmutil.1 +++ b/man/man1/rdmutil.1 @@ -1,6 +1,6 @@ .\" Automatically generated by Pandoc 3.1.12 .\" -.TH "rdmutil" "1" "2024\-02\-22" "irdmtools user manual" "version 0.0.71 83a4cc92" +.TH "rdmutil" "1" "2024\-02\-22" "irdmtools user manual" "version 0.0.70 2700e58a" .SH NAME rdmutil .SH SYNOPSIS diff --git a/people2vocabulary.1.md b/people2vocabulary.1.md index d85440f4..56f9c266 100644 --- a/people2vocabulary.1.md +++ b/people2vocabulary.1.md @@ -1,4 +1,4 @@ -%people2vocabulary(1) irdmtools user manual | version 0.0.71 83a4cc92 +%people2vocabulary(1) irdmtools user manual | version 0.0.70 2700e58a % R. S. Doiel % 2024-02-22 diff --git a/rdm2eprint.1.md b/rdm2eprint.1.md index 807aaa77..be65ee63 100644 --- a/rdm2eprint.1.md +++ b/rdm2eprint.1.md @@ -1,4 +1,4 @@ -%rdm2eprint(1) irdmtools user manual | version 0.0.71 83a4cc92 +%rdm2eprint(1) irdmtools user manual | version 0.0.70 2700e58a % R. S. Doiel and Tom Morrell % 2024-02-22 diff --git a/rdmutil.1.md b/rdmutil.1.md index dd19a472..0add0613 100644 --- a/rdmutil.1.md +++ b/rdmutil.1.md @@ -1,4 +1,4 @@ -%rdmutil(1) irdmtools user manual | version 0.0.71 83a4cc92 +%rdmutil(1) irdmtools user manual | version 0.0.70 2700e58a % R. S. Doiel and Tom Morrell % 2024-02-22 diff --git a/version.go b/version.go index 53890061..c766f647 100644 --- a/version.go +++ b/version.go @@ -6,13 +6,13 @@ import ( const ( // Version number of release - Version = "0.0.71" + Version = "0.0.70" // ReleaseDate, the date version.go was generated ReleaseDate = "2024-02-22" // ReleaseHash, the Git hash when version.go was generated - ReleaseHash = "83a4cc92" + ReleaseHash = "2700e58a" LicenseText = ` Redistribution and use in source and binary forms, with or without From 116f1b9cf3d12383546fc2cbd0db22969167afa6 Mon Sep 17 00:00:00 2001 From: "R. S. Doiel" Date: Thu, 22 Feb 2024 14:07:27 -0800 Subject: [PATCH 3/3] Quick Save --- doi2rdm.1.md | 2 +- ep3util.1.md | 2 +- eprint2rdm.1.md | 2 +- eprintrest.1.md | 2 +- man/man1/doi2rdm.1 | 2 +- man/man1/ep3util.1 | 2 +- man/man1/eprint2rdm.1 | 2 +- man/man1/eprintrest.1 | 2 +- man/man1/people2vocabulary.1 | 2 +- man/man1/rdm2eprint.1 | 2 +- man/man1/rdmutil.1 | 2 +- people2vocabulary.1.md | 2 +- rdm2eprint.1.md | 2 +- rdmutil.1.md | 2 +- version.go | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/doi2rdm.1.md b/doi2rdm.1.md index a9d69314..e705e116 100644 --- a/doi2rdm.1.md +++ b/doi2rdm.1.md @@ -1,4 +1,4 @@ -%doi2rdm(1) irdmtools user manual | version 0.0.70 2700e58a +%doi2rdm(1) irdmtools user manual | version 0.0.70 f764f62d % R. S. Doiel and Tom Morrell % 2024-02-22 diff --git a/ep3util.1.md b/ep3util.1.md index 060d2ada..aaa0439e 100644 --- a/ep3util.1.md +++ b/ep3util.1.md @@ -1,4 +1,4 @@ -%ep3util(1) irdmtools user manual | version 0.0.70 2700e58a +%ep3util(1) irdmtools user manual | version 0.0.70 f764f62d % R. S. Doiel and Tom Morrell % 2024-02-22 diff --git a/eprint2rdm.1.md b/eprint2rdm.1.md index ab110fc7..fd3dc4fe 100644 --- a/eprint2rdm.1.md +++ b/eprint2rdm.1.md @@ -1,4 +1,4 @@ -%eprint2rdm(1) irdmtools user manual | version 0.0.70 2700e58a +%eprint2rdm(1) irdmtools user manual | version 0.0.70 f764f62d % R. S. Doiel and Tom Morrell % 2024-02-22 diff --git a/eprintrest.1.md b/eprintrest.1.md index b0f56935..a6ac6f26 100644 --- a/eprintrest.1.md +++ b/eprintrest.1.md @@ -1,4 +1,4 @@ -%eprintrest(1) irdmtools user manual | version 0.0.70 2700e58a +%eprintrest(1) irdmtools user manual | version 0.0.70 f764f62d % R. S. Doiel and Tom Morrell % 2024-02-22 diff --git a/man/man1/doi2rdm.1 b/man/man1/doi2rdm.1 index 5d618265..a0ecc307 100644 --- a/man/man1/doi2rdm.1 +++ b/man/man1/doi2rdm.1 @@ -1,6 +1,6 @@ .\" Automatically generated by Pandoc 3.1.12 .\" -.TH "doi2rdm" "1" "2024\-02\-22" "irdmtools user manual" "version 0.0.70 2700e58a" +.TH "doi2rdm" "1" "2024\-02\-22" "irdmtools user manual" "version 0.0.70 f764f62d" .SH NAME doi2rdm .SH SYNOPSIS diff --git a/man/man1/ep3util.1 b/man/man1/ep3util.1 index 7d2f1373..a2d01b15 100644 --- a/man/man1/ep3util.1 +++ b/man/man1/ep3util.1 @@ -1,6 +1,6 @@ .\" Automatically generated by Pandoc 3.1.12 .\" -.TH "ep3util" "1" "2024\-02\-22" "irdmtools user manual" "version 0.0.70 2700e58a" +.TH "ep3util" "1" "2024\-02\-22" "irdmtools user manual" "version 0.0.70 f764f62d" .SH NAME ep3util .SH SYNOPSIS diff --git a/man/man1/eprint2rdm.1 b/man/man1/eprint2rdm.1 index ccd1bace..59db0323 100644 --- a/man/man1/eprint2rdm.1 +++ b/man/man1/eprint2rdm.1 @@ -1,6 +1,6 @@ .\" Automatically generated by Pandoc 3.1.12 .\" -.TH "eprint2rdm" "1" "2024\-02\-22" "irdmtools user manual" "version 0.0.70 2700e58a" +.TH "eprint2rdm" "1" "2024\-02\-22" "irdmtools user manual" "version 0.0.70 f764f62d" .SH NAME eprint2rdm .SH SYNOPSIS diff --git a/man/man1/eprintrest.1 b/man/man1/eprintrest.1 index 49a2e2c0..f7229ed8 100644 --- a/man/man1/eprintrest.1 +++ b/man/man1/eprintrest.1 @@ -1,6 +1,6 @@ .\" Automatically generated by Pandoc 3.1.12 .\" -.TH "eprintrest" "1" "2024\-02\-22" "irdmtools user manual" "version 0.0.70 2700e58a" +.TH "eprintrest" "1" "2024\-02\-22" "irdmtools user manual" "version 0.0.70 f764f62d" .SH NAME eprintrest .SH SYNOPSIS diff --git a/man/man1/people2vocabulary.1 b/man/man1/people2vocabulary.1 index 05bc5daa..b2bc0498 100644 --- a/man/man1/people2vocabulary.1 +++ b/man/man1/people2vocabulary.1 @@ -1,6 +1,6 @@ .\" Automatically generated by Pandoc 3.1.12 .\" -.TH "people2vocabulary" "1" "2024\-02\-22" "irdmtools user manual" "version 0.0.70 2700e58a" +.TH "people2vocabulary" "1" "2024\-02\-22" "irdmtools user manual" "version 0.0.70 f764f62d" .SH NAME people2vocabulary .SH SYNOPSIS diff --git a/man/man1/rdm2eprint.1 b/man/man1/rdm2eprint.1 index dbfb346d..68b5beb0 100644 --- a/man/man1/rdm2eprint.1 +++ b/man/man1/rdm2eprint.1 @@ -1,6 +1,6 @@ .\" Automatically generated by Pandoc 3.1.12 .\" -.TH "rdm2eprint" "1" "2024\-02\-22" "irdmtools user manual" "version 0.0.70 2700e58a" +.TH "rdm2eprint" "1" "2024\-02\-22" "irdmtools user manual" "version 0.0.70 f764f62d" .SH NAME rdm2eprint .SH SYNOPSIS diff --git a/man/man1/rdmutil.1 b/man/man1/rdmutil.1 index 9866c12d..10a7732e 100644 --- a/man/man1/rdmutil.1 +++ b/man/man1/rdmutil.1 @@ -1,6 +1,6 @@ .\" Automatically generated by Pandoc 3.1.12 .\" -.TH "rdmutil" "1" "2024\-02\-22" "irdmtools user manual" "version 0.0.70 2700e58a" +.TH "rdmutil" "1" "2024\-02\-22" "irdmtools user manual" "version 0.0.70 f764f62d" .SH NAME rdmutil .SH SYNOPSIS diff --git a/people2vocabulary.1.md b/people2vocabulary.1.md index 56f9c266..cbcdb53a 100644 --- a/people2vocabulary.1.md +++ b/people2vocabulary.1.md @@ -1,4 +1,4 @@ -%people2vocabulary(1) irdmtools user manual | version 0.0.70 2700e58a +%people2vocabulary(1) irdmtools user manual | version 0.0.70 f764f62d % R. S. Doiel % 2024-02-22 diff --git a/rdm2eprint.1.md b/rdm2eprint.1.md index be65ee63..4eefb584 100644 --- a/rdm2eprint.1.md +++ b/rdm2eprint.1.md @@ -1,4 +1,4 @@ -%rdm2eprint(1) irdmtools user manual | version 0.0.70 2700e58a +%rdm2eprint(1) irdmtools user manual | version 0.0.70 f764f62d % R. S. Doiel and Tom Morrell % 2024-02-22 diff --git a/rdmutil.1.md b/rdmutil.1.md index 0add0613..3865090f 100644 --- a/rdmutil.1.md +++ b/rdmutil.1.md @@ -1,4 +1,4 @@ -%rdmutil(1) irdmtools user manual | version 0.0.70 2700e58a +%rdmutil(1) irdmtools user manual | version 0.0.70 f764f62d % R. S. Doiel and Tom Morrell % 2024-02-22 diff --git a/version.go b/version.go index c766f647..1ceddde2 100644 --- a/version.go +++ b/version.go @@ -12,7 +12,7 @@ const ( ReleaseDate = "2024-02-22" // ReleaseHash, the Git hash when version.go was generated - ReleaseHash = "2700e58a" + ReleaseHash = "f764f62d" LicenseText = ` Redistribution and use in source and binary forms, with or without