Skip to content

Commit

Permalink
v0.0.72, ep3ds2citation added
Browse files Browse the repository at this point in the history
  • Loading branch information
rsdoiel committed Mar 15, 2024
1 parent 4169bca commit d749e55
Show file tree
Hide file tree
Showing 19 changed files with 26 additions and 25 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.71
version: 0.0.72
license-url: "https://caltechlibrary.github.io/irdmtools/LICENSE"
keywords: [ "institutional repository", "data
management", "Invenio", "Invenio-RDM" ]
4 changes: 4 additions & 0 deletions TODO.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ <h2 id="bugs">Bugs</h2>
</ul>
<h2 id="next">Next</h2>
<ul class="task-list">
<li><label><input type="checkbox" />ep3ds2citation needs to be able to
work from a key list or JSON list of keys. When working from key list it
should read the entire keylist in then start processing them and display
progress</label></li>
<li><label><input type="checkbox" />irdmtools Go based commands should
not use the RDM JSON API, they should all be used to directly access the
Postgres database</label></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.71
version: 0.0.72
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.71
## irdmtools 0.0.72

### Authors

Expand Down
4 changes: 2 additions & 2 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"codeRepository": "https://github.com/caltechlibrary/irdmtools",
"dateCreated": "2022-10-27",
"dateRelease": "2024-01-24",
"dateModified": "2024-03-05",
"dateModified": "2024-03-15",
"issueTracker": "https://github.com/caltechlibrary/irdmtools/issues",
"name": "irdmtools",
"version": "0.0.71",
"version": "0.0.72",
"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",
Expand Down
2 changes: 1 addition & 1 deletion doi2rdm.1.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%doi2rdm(1) irdmtools user manual | version 0.0.71 6139a5bf
%doi2rdm(1) irdmtools user manual | version 0.0.72 4169bca0
% R. S. Doiel and Tom Morrell
% 2024-03-15

Expand Down
13 changes: 5 additions & 8 deletions ep3ds2citations.1.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,19 +59,16 @@ <h1 id="options">OPTIONS</h1>
<dd>
read ids from a file.
</dd>
<dt>-keys</dt>
<dd>
works from a key list, one per line. Maybe file or standard input (use
filename as “-”)
</dd>
<dt>-host</dt>
<dd>
Set the base url to use for the records
(e.g. authors.library.caltech.edu)
</dd>
<dt>-resource-types</dt>
<dd>
Use YAML file to map resouce types
</dd>
<dt>-contributor-types</dt>
<dd>
Use YAML file to map contributor types
</dd>
</dl>
<h1 id="example">EXAMPLE</h1>
<p>Example of a dataset collection called “authors.ds” of EPrint records
Expand Down
2 changes: 1 addition & 1 deletion ep3ds2citations.1.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%ep3ds2citations(1) irdmtools user manual | version 0.0.71 6139a5bf
%ep3ds2citations(1) irdmtools user manual | version 0.0.72 4169bca0
% R. S. Doiel and Tom Morrell
% 2024-03-15

Expand Down
2 changes: 1 addition & 1 deletion ep3util.1.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%ep3util(1) irdmtools user manual | version 0.0.71 6139a5bf
%ep3util(1) irdmtools user manual | version 0.0.72 4169bca0
% R. S. Doiel and Tom Morrell
% 2024-03-15

Expand Down
2 changes: 1 addition & 1 deletion eprint2rdm.1.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%eprint2rdm(1) irdmtools user manual | version 0.0.71 6139a5bf
%eprint2rdm(1) irdmtools user manual | version 0.0.72 4169bca0
% R. S. Doiel and Tom Morrell
% 2024-03-15

Expand Down
2 changes: 1 addition & 1 deletion eprintrest.1.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%eprintrest(1) irdmtools user manual | version 0.0.71 6139a5bf
%eprintrest(1) irdmtools user manual | version 0.0.72 4169bca0
% R. S. Doiel and Tom Morrell
% 2024-03-15

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.71"
VERSION="0.0.72"
GIT_GROUP="caltechlibrary"
RELEASE="https://github.com/$GIT_GROUP/$PACKAGE/releases/tag/v$VERSION"

Expand Down
Binary file added pagefind/fragment/unknown_b4d9c6d.pf_fragment
Binary file not shown.
Binary file added pagefind/index/unknown_5a93463.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.0.4","languages":{"unknown":{"hash":"unknown_91caee8e1e0c31c","wasm":null,"page_count":19}}}
{"version":"1.0.4","languages":{"unknown":{"hash":"unknown_39a5cdb4c424405","wasm":null,"page_count":19}}}
Binary file added pagefind/pagefind.unknown_39a5cdb4c424405.pf_meta
Binary file not shown.
2 changes: 1 addition & 1 deletion people2vocabulary.1.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%people2vocabulary(1) irdmtools user manual | version 0.0.71 6139a5bf
%people2vocabulary(1) irdmtools user manual | version 0.0.72 4169bca0
% R. S. Doiel
% 2024-03-15

Expand Down
2 changes: 1 addition & 1 deletion rdm2eprint.1.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%rdm2eprint(1) irdmtools user manual | version 0.0.71 6139a5bf
%rdm2eprint(1) irdmtools user manual | version 0.0.72 4169bca0
% R. S. Doiel and Tom Morrell
% 2024-03-15

Expand Down
2 changes: 1 addition & 1 deletion rdmutil.1.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%rdmutil(1) irdmtools user manual | version 0.0.71 6139a5bf
%rdmutil(1) irdmtools user manual | version 0.0.72 4169bca0
% R. S. Doiel and Tom Morrell
% 2024-03-15

Expand Down
4 changes: 2 additions & 2 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.71"
Version = "0.0.72"

// ReleaseDate, the date version.go was generated
ReleaseDate = "2024-03-15"

// ReleaseHash, the Git hash when version.go was generated
ReleaseHash = "6139a5bf"
ReleaseHash = "4169bca0"

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

0 comments on commit d749e55

Please sign in to comment.