Skip to content

Commit b962e90

Browse files
author
R. S. Doiel
committed
prep for v0.0.31, Enabled subjects and doi prefix support. Renamed the dataset collection issn.ds to journals.ds and update source code, templates and paths to reflect that.
1 parent 9938fee commit b962e90

24 files changed

+48
-46
lines changed

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ contacts:
2929
email: rsdoiel@caltech.edu
3030

3131
repository-code: "https://github.com/caltechlibrary/cold"
32-
version: 0.0.30
33-
date-released: 2025-05-13
32+
version: 0.0.31
33+
date-released: 2025-05-14
3434

3535
license-url: "https://caltechlibrary.github.io/cold/LICENSE"
3636
keywords:

about.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@
1919
</nav>
2020
<section>
2121
<h1 id="about-this-software">About this software</h1>
22-
<h2 id="cold-0.0.30">cold 0.0.30</h2>
23-
<p>Replace People List A to Z UL with a sortable table version.</p>
22+
<h2 id="cold-0.0.31">cold 0.0.31</h2>
23+
<p>Enabled subjects and doi prefix support. Renamed the dataset
24+
collection issn.ds to journals.ds and update source code, templates and
25+
paths to reflect that.</p>
2426
<h3 id="authors">Authors</h3>
2527
<ul>
2628
<li>R. S. Doiel, <a href="https://orcid.org/0000-0003-0900-6903"

about.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ maintainer:
3232
id: https://orcid.org/0000-0003-0900-6903
3333

3434
repository_code: https://github.com/caltechlibrary/cold
35-
version: 0.0.30
35+
version: 0.0.31
3636
license_url: https://caltechlibrary.github.io/cold/LICENSE
3737
operating_system:
3838
- Linux
@@ -52,15 +52,15 @@ keywords:
5252
- objects
5353
- controlled vocabulary
5454

55-
date_released: 2025-05-13
55+
date_released: 2025-05-14
5656
---
5757

5858
About this software
5959
===================
6060

61-
## cold 0.0.30
61+
## cold 0.0.31
6262

63-
Replace People List A to Z UL with a sortable table version.
63+
Enabled subjects and doi prefix support. Renamed the dataset collection issn.ds to journals.ds and update source code, templates and paths to reflect that.
6464

6565
### Authors
6666

cold.1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
%cold(1) user manual | 0.0.30 894860f
1+
%cold(1) user manual | 0.0.31 9938fee
22
% R. S.Doiel
3-
% 2025-05-13
3+
% 2025-05-14
44

55
# NAME
66

cold_reports.1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
%cold_reports(1) user manual | 0.0.30 894860f
1+
%cold_reports(1) user manual | 0.0.31 9938fee
22
% R. S.Doiel
3-
% 2025-05-13
3+
% 2025-05-14
44

55
# NAME
66

directory_client.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,11 @@ async function directoryUpdateRecord(evt: Event) {
8181
const obj = JSON.parse(src);
8282
//console.log(`DEBUG directory data -> ${obj}`);
8383
updateRecord(obj);
84-
spinnerElem === null ? "" : spinnerElem.style.display = 'none';
84+
spinnerElem === null ? "" : spinnerElem.style.display = "none";
8585
}
8686
} else {
8787
console.log(`ERROR: ${resp.status} ${resp.statusText}`);
88-
spinnerElem === null ? "" : spinnerElem.style.display = 'none';
88+
spinnerElem === null ? "" : spinnerElem.style.display = "none";
8989
}
9090
}
9191
}

directory_sync.1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
%directory_sync(1) user manual | 0.0.30 894860f
1+
%directory_sync(1) user manual | 0.0.31 9938fee
22
% R. S.Doiel
3-
% 2025-05-13
3+
% 2025-05-14
44

55
# NAME
66

division_people.1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
%division_people(1) user manual | 0.0.30 894860f
1+
%division_people(1) user manual | 0.0.31 9938fee
22
% R. S.Doiel
3-
% 2025-05-13
3+
% 2025-05-14
44

55
# NAME
66

group_vocabulary.1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
%group_vocabulary(1) user manual | 0.0.30 894860f
1+
%group_vocabulary(1) user manual | 0.0.31 9938fee
22
% R. S.Doiel
3-
% 2025-05-13
3+
% 2025-05-14
44

55
# NAME
66

htdocs/about.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
<section>
2323

2424
<h1>About this software</h1>
25-
<h2>cold 0.0.30</h2>
26-
<p>Replace People List A to Z UL with a sortable table version.</p>
25+
<h2>cold 0.0.31</h2>
26+
<p>Enabled subjects and doi prefix support. Renamed the dataset collection issn.ds to journals.ds and update source code, templates and paths to reflect that.</p>
2727
<h3>Authors</h3>
2828
<ul>
2929
<li>R. S. Doiel, <a href="https://orcid.org/0000-0003-0900-6903">https://orcid.org/0000-0003-0900-6903</a></li>

htdocs/about.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ maintainer:
3232
id: https://orcid.org/0000-0003-0900-6903
3333

3434
repository_code: https://github.com/caltechlibrary/cold
35-
version: 0.0.30
35+
version: 0.0.31
3636
license_url: https://caltechlibrary.github.io/cold/LICENSE
3737
operating_system:
3838
- Linux
@@ -52,15 +52,15 @@ keywords:
5252
- objects
5353
- controlled vocabulary
5454

55-
date_released: 2025-05-13
55+
date_released: 2025-05-14
5656
---
5757

5858
About this software
5959
===================
6060

61-
## cold 0.0.30
61+
## cold 0.0.31
6262

63-
Replace People List A to Z UL with a sortable table version.
63+
Enabled subjects and doi prefix support. Renamed the dataset collection issn.ds to journals.ds and update source code, templates and paths to reflect that.
6464

6565
### Authors
6666

htdocs/modules/directory_client.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ async function directoryUpdateRecord(evt) {
6262
const obj = JSON.parse(src);
6363
//console.log(`DEBUG directory data -> ${obj}`);
6464
updateRecord(obj);
65-
spinnerElem === null ? "" : spinnerElem.style.display = 'none';
65+
spinnerElem === null ? "" : spinnerElem.style.display = "none";
6666
}
6767
} else {
6868
console.log(`ERROR: ${resp.status} ${resp.statusText}`);
69-
spinnerElem === null ? "" : spinnerElem.style.display = 'none';
69+
spinnerElem === null ? "" : spinnerElem.style.display = "none";
7070
}
7171
}
7272
}

installer.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Set the package name and version to install
66
#
77
$PACKAGE = "cold"
8-
$VERSION = "0.0.30"
8+
$VERSION = "0.0.31"
99
$GIT_GROUP = "caltechlibrary"
1010
$RELEASE = "https://github.com/${GIT_GROUP}/${PACKAGE}/releases/tag/v${VERSION}"
1111
$SYSTEM_TYPE = Get-ComputerInfo -Property CsSystemType

installer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Set the package name and version to install
55
#
66
PACKAGE="cold"
7-
VERSION="0.0.30"
7+
VERSION="0.0.31"
88
GIT_GROUP="caltechlibrary"
99
RELEASE="https://github.com/$GIT_GROUP/$PACKAGE/releases/tag/v$VERSION"
1010

journal_vocabulary.1.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ <h1 id="synopsis">SYNOPSIS</h1>
2424
<p>journal_vocabulary [OPTIONS]</p>
2525
<h1 id="description">DESCRIPTION</h1>
2626
<p>journal_vocabulary generates an RDM Vocabulary for Journals based on
27-
the ISSN data held in the dataset collection called “issn.ds”. The
28-
dataset collection must be in the same directory where you run
29-
journal_vocabulary. It must have the “issn_names” query defined for the
30-
dataset collection in the “cold_api.yaml” file. The cold JSON API must
31-
be running for journal_vocabulary to work. If all goes well
27+
the Journals data held in the dataset collection called “journals.ds”.
28+
The dataset collection must be in the same directory where you run
29+
journal_vocabulary. It must have the “journal_names” query defined for
30+
the dataset collection in the “cold_api.yaml” file. The cold JSON API
31+
must be running for journal_vocabulary to work. If all goes well
3232
journal_vocabulary should exist with a zero status code.</p>
3333
<h1 id="option">OPTION</h1>
3434
<dl>
@@ -46,7 +46,7 @@ <h1 id="option">OPTION</h1>
4646
</dd>
4747
</dl>
4848
<h1 id="example">EXAMPLE</h1>
49-
<p>Aside from being in the same directory as “issn.ds”
49+
<p>Aside from being in the same directory as “journals.ds”
5050
journal_vocabulary will do the rest.</p>
5151
<pre class="shell"><code>journal_vocabulary</code></pre>
5252
</section>

journal_vocabulary.1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
%journal_vocabulary(1) user manual | 0.0.30 894860f
1+
%journal_vocabulary(1) user manual | 0.0.31 9938fee
22
% R. S.Doiel
3-
% 2025-05-13
3+
% 2025-05-14
44

55
# NAME
66

578 Bytes
Binary file not shown.
1000 Bytes
Binary file not shown.

pagefind/index/en-US_93fab03.pf_index

25.1 KB
Binary file not shown.

pagefind/pagefind-entry.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"version":"1.3.0","languages":{"en-US":{"hash":"en-US_92e232cde75ca","wasm":"en-US","page_count":20}}}
1+
{"version":"1.3.0","languages":{"en-US":{"hash":"en-US_f4a1cef7752da","wasm":"en-US","page_count":20}}}
244 Bytes
Binary file not shown.

people_vocabulary.1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
%people_vocabulary(1) user manual | 0.0.30 894860f
1+
%people_vocabulary(1) user manual | 0.0.31 9938fee
22
% R. S.Doiel
3-
% 2025-05-13
3+
% 2025-05-14
44

55
# NAME
66

thesis_option_vocabulary.1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
%thesis_option_vocabulary(1) user manual | 0.0.30 894860f
1+
%thesis_option_vocabulary(1) user manual | 0.0.31 9938fee
22
% R. S.Doiel
3-
% 2025-05-13
3+
% 2025-05-14
44

55
# NAME
66

version.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// cold version and license information.
22

3-
export const version: string = '0.0.30',
4-
releaseDate: string = '2025-05-13',
5-
releaseHash: string = '894860f',
3+
export const version: string = '0.0.31',
4+
releaseDate: string = '2025-05-14',
5+
releaseHash: string = '9938fee',
66
licenseText: string = `
77
88
Copyright (c) 2024, Caltech

0 commit comments

Comments
 (0)