Skip to content

Commit c890d96

Browse files
author
R. S. Doiel
committed
prep for v0.0.7, Starting the second draft of this workshop. Split workshop into two parts, building web applications with dataset and enhancing the browser experience with web components. Adding suggestions from first presentation. Updated links to example source files to use the GitHub raw URLs. This allows easy retrieval with curl (macOS and Linux) or irm (Windows and PowerShell).
1 parent 52e6b6d commit c890d96

15 files changed

+139
-83
lines changed

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ authors:
1515

1616

1717
repository-code: "https://github.com/caltechlibrary/t2t3_dataset_web_apps"
18-
version: 0.0.6
19-
date-released: 2025-06-20
18+
version: 0.0.7
19+
date-released: 2025-06-23
2020

2121
license-url: "https://caltechlibrary.github.io/t2t3_dataset_web_apps/LICENSE"
2222
keywords:

about.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,14 @@
1919
</nav>
2020
<section>
2121
<h1 id="about-this-software">About this software</h1>
22-
<h2 id="t2t3_dataset_web_apps-0.0.6">t2t3_dataset_web_apps 0.0.6</h2>
22+
<h2 id="t2t3_dataset_web_apps-0.0.7">t2t3_dataset_web_apps 0.0.7</h2>
2323
<p>Starting the second draft of this workshop. Split workshop into two
2424
parts, building web applications with dataset and enhancing the browser
2525
experience with web components. Adding suggestions from first
2626
presentation.</p>
27+
<p>Updated links to example source files to use the GitHub raw URLs.
28+
This allows easy retrieval with curl (macOS and Linux) or irm (Windows
29+
and PowerShell).</p>
2730
<h3 id="authors">Authors</h3>
2831
<ul>
2932
<li>R. S. Doiel, <a href="https://orcid.org/0000-0003-0900-6903"

about.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ authors:
1212

1313

1414
repository_code: https://github.com/caltechlibrary/t2t3_dataset_web_apps
15-
version: 0.0.6
15+
version: 0.0.7
1616
license_url: https://caltechlibrary.github.io/t2t3_dataset_web_apps/LICENSE
1717

1818
programming_language:
@@ -29,17 +29,19 @@ keywords:
2929
- web components
3030
- presentation
3131

32-
date_released: 2025-06-20
32+
date_released: 2025-06-23
3333
---
3434

3535
About this software
3636
===================
3737

38-
## t2t3_dataset_web_apps 0.0.6
38+
## t2t3_dataset_web_apps 0.0.7
3939

4040
Starting the second draft of this workshop. Split workshop into two parts, building web applications with dataset and enhancing the browser experience with web components. Adding
4141
suggestions from first presentation.
4242

43+
Updated links to example source files to use the GitHub raw URLs. This allows easy retrieval with curl (macOS and Linux) or irm (Windows and PowerShell).
44+
4345
### Authors
4446

4547
- R. S. Doiel, <https://orcid.org/0000-0003-0900-6903>

codemeta.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
}
1313
],
1414
"dateCreated": "2025-05-30",
15-
"dateModified": "2025-06-20",
16-
"datePublished": "2025-06-20",
15+
"dateModified": "2025-06-23",
16+
"datePublished": "2025-06-23",
1717
"description": "The repository contains a presentation introducing web application construction using\nDataset and Web Components. It is intended for the T2T3 series at Caltech Library.\n\nIt presents the construction process to build a simple recipe collection system.",
1818
"funder": [
1919
{
@@ -52,10 +52,10 @@
5252
"htmlq",
5353
"CMTools >= 0.0.33"
5454
],
55-
"version": "0.0.6",
55+
"version": "0.0.7",
5656
"developmentStatus": "draft",
5757
"issueTracker": "https://github.com/caltechlibrary/t2t3_dataset_web_apps/issues",
58-
"releaseNotes": "Starting the second draft of this workshop. Split workshop into two parts, building web applications with dataset and enhancing the browser experience with web components. Adding \nsuggestions from first presentation.",
58+
"releaseNotes": "Starting the second draft of this workshop. Split workshop into two parts, building web applications with dataset and enhancing the browser experience with web components. Adding \nsuggestions from first presentation.\n\nUpdated links to example source files to use the GitHub raw URLs. This allows easy retrieval with curl (macOS and Linux) or irm (Windows and PowerShell).",
5959
"copyrightYear": 2025,
6060
"copyrightHolder": "California Institute of Technology"
6161
}
835 Bytes
Binary file not shown.
6.5 KB
Binary file not shown.
23.3 KB
Binary file not shown.
23.4 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_d2cd5a2dbbbbf","wasm":"en-US","page_count":6}}}
1+
{"version":"1.3.0","languages":{"en-US":{"hash":"en-US_accdb898ceebf","wasm":"en-US","page_count":6}}}
134 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)