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>

0 commit comments

Comments
 (0)