Skip to content

Commit

Permalink
Merge branch 'main' of github.com:caltechlibrary/irdmtools into gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
R. S. Doiel committed Oct 3, 2024
2 parents 37dbd49 + 1f809c5 commit d004fbb
Show file tree
Hide file tree
Showing 21 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ authors:


repository-code: "https://github.com/caltechlibrary/irdmtools"
version: 0.0.88
version: 0.0.89
license-url: "https://caltechlibrary.github.io/irdmtools/LICENSE"
keywords: [ "institutional repository", "data
management", "Invenio", "Invenio-RDM" ]
2 changes: 1 addition & 1 deletion about.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<section>
<h1 id="about-this-software">About this software</h1>
<h2 id="irdmtools-0.0.88">irdmtools 0.0.88</h2>
<h2 id="irdmtools-0.0.89">irdmtools 0.0.89</h2>
<h3 id="authors">Authors</h3>
<ul>
<li>R. S. Doiel</li>
Expand Down
4 changes: 2 additions & 2 deletions about.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ authors:
orcid: "https://orcid.org/0000-0001-9266-5146"

repository-code: "https://github.com/caltechlibrary/irdmtools"
version: 0.0.88
version: 0.0.89
license-url: "https://caltechlibrary.github.io/irdmtools/LICENSE"
keywords: [ "institutional repository", "data
management", "Invenio", "Invenio-RDM" ]
Expand All @@ -24,7 +24,7 @@ management", "Invenio", "Invenio-RDM" ]
About this software
===================

## irdmtools 0.0.88
## irdmtools 0.0.89

### Authors

Expand Down
4 changes: 2 additions & 2 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"dateModified": "2024-09-25",
"issueTracker": "https://github.com/caltechlibrary/irdmtools/issues",
"name": "irdmtools",
"version": "0.0.88",
"version": "0.0.89",
"description": "Tools for working with institutional repositories and data management systems. Current implementation targets Invenio-RDM.",
"applicationCategory": "library science",
"releaseNotes": "refined publication date to include CrossRef's populated publication date",
"releaseNotes": "Address case where CrossRef record only has family name populated",
"developmentStatus": "WIP",
"keywords": [
"institutional repository",
Expand Down
2 changes: 1 addition & 1 deletion crossref.go
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ func crosswalkWorksPersonToCreator(author *crossrefapi.Person, role string) *sim
po := new(simplified.PersonOrOrg)
po.FamilyName = author.Family
po.GivenName = author.Given
if author.Family != "" && author.Given != "" {
if author.Family != "" { //&& author.Given != "" { // removed per issue #80
po.Type = "personal"
po.Name = fmt.Sprintf("%s, %s", po.FamilyName, po.GivenName)
} else {
Expand Down
4 changes: 2 additions & 2 deletions doi2rdm.1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%doi2rdm(1) irdmtools user manual | version 0.0.88 19ea39a0
%doi2rdm(1) irdmtools user manual | version 0.0.89 2119b53d
% R. S. Doiel and Tom Morrell
% 2024-09-25
% 2024-10-03

# NAME

Expand Down
4 changes: 2 additions & 2 deletions ep3ds2citations.1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%ep3ds2citations(1) irdmtools user manual | version 0.0.88 19ea39a0
%ep3ds2citations(1) irdmtools user manual | version 0.0.89 2119b53d
% R. S. Doiel and Tom Morrell
% 2024-09-25
% 2024-10-03

# NAME

Expand Down
4 changes: 2 additions & 2 deletions ep3util.1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%ep3util(1) irdmtools user manual | version 0.0.88 19ea39a0
%ep3util(1) irdmtools user manual | version 0.0.89 2119b53d
% R. S. Doiel and Tom Morrell
% 2024-09-25
% 2024-10-03

# NAME

Expand Down
4 changes: 2 additions & 2 deletions eprint2rdm.1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%eprint2rdm(1) irdmtools user manual | version 0.0.88 19ea39a0
%eprint2rdm(1) irdmtools user manual | version 0.0.89 2119b53d
% R. S. Doiel and Tom Morrell
% 2024-09-25
% 2024-10-03

# NAME

Expand Down
4 changes: 2 additions & 2 deletions eprintrest.1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%eprintrest(1) irdmtools user manual | version 0.0.88 19ea39a0
%eprintrest(1) irdmtools user manual | version 0.0.89 2119b53d
% R. S. Doiel and Tom Morrell
% 2024-09-25
% 2024-10-03

# NAME

Expand Down
2 changes: 1 addition & 1 deletion installer.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
param(
[Parameter()]
[String]$VERSION = "0.0.88"
[String]$VERSION = "0.0.89"
)
[String]$PKG_VERSION = [Environment]::GetEnvironmentVariable("PKG_VERSION")
if ($PKG_VERSION) {
Expand Down
2 changes: 1 addition & 1 deletion installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Set the package name and version to install
#
PACKAGE="irdmtools"
VERSION="0.0.88"
VERSION="0.0.89"
GIT_GROUP="caltechlibrary"
RELEASE="https://github.com/$GIT_GROUP/$PACKAGE/releases/tag/v$VERSION"
if [ "$PKG_VERSION" != "" ]; then
Expand Down
Binary file added pagefind/fragment/unknown_43bec0b.pf_fragment
Binary file not shown.
Binary file added pagefind/index/unknown_2da08a8.pf_index
Binary file not shown.
2 changes: 1 addition & 1 deletion pagefind/pagefind-entry.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version":"1.1.1","languages":{"unknown":{"hash":"unknown_47bb6fcaaf8d31d","wasm":null,"page_count":23}}}
{"version":"1.1.1","languages":{"unknown":{"hash":"unknown_1dad76be5b619eb","wasm":null,"page_count":23}}}
Binary file added pagefind/pagefind.unknown_1dad76be5b619eb.pf_meta
Binary file not shown.
4 changes: 2 additions & 2 deletions people2vocabulary.1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%people2vocabulary(1) irdmtools user manual | version 0.0.88 19ea39a0
%people2vocabulary(1) irdmtools user manual | version 0.0.89 2119b53d
% R. S. Doiel
% 2024-09-25
% 2024-10-03

# NAME

Expand Down
4 changes: 2 additions & 2 deletions rdm2eprint.1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%rdm2eprint(1) irdmtools user manual | version 0.0.88 19ea39a0
%rdm2eprint(1) irdmtools user manual | version 0.0.89 2119b53d
% R. S. Doiel and Tom Morrell
% 2024-09-25
% 2024-10-03

# NAME

Expand Down
4 changes: 2 additions & 2 deletions rdmds2citations.1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%rdmds2citations(1) irdmtools user manual | version 0.0.88 19ea39a0
%rdmds2citations(1) irdmtools user manual | version 0.0.89 2119b53d
% R. S. Doiel and Tom Morrell
% 2024-09-25
% 2024-10-03

# NAME

Expand Down
4 changes: 2 additions & 2 deletions rdmutil.1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%rdmutil(1) irdmtools user manual | version 0.0.88 19ea39a0
%rdmutil(1) irdmtools user manual | version 0.0.89 2119b53d
% R. S. Doiel and Tom Morrell
% 2024-09-25
% 2024-10-03

# NAME

Expand Down
6 changes: 3 additions & 3 deletions version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ import (

const (
// Version number of release
Version = "0.0.88"
Version = "0.0.89"

// ReleaseDate, the date version.go was generated
ReleaseDate = "2024-09-25"
ReleaseDate = "2024-10-03"

// ReleaseHash, the Git hash when version.go was generated
ReleaseHash = "19ea39a0"
ReleaseHash = "2119b53d"

LicenseText = `
Redistribution and use in source and binary forms, with or without
Expand Down

0 comments on commit d004fbb

Please sign in to comment.