Skip to content

Commit f9c9e15

Browse files
author
R. S. Doiel
committed
prep for v0.0.8, This is the second draft of this workshop. Split workshop into two parts. Part one, build a web applications with dataset. Part two, enhance the browser experience with web components. 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 136be7c commit f9c9e15

17 files changed

+120
-82
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.7
19-
date-released: 2025-06-23
18+
version: 0.0.8
19+
date-released: 2025-06-26
2020

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

about.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,10 @@
1919
</nav>
2020
<section>
2121
<h1 id="about-this-software">About this software</h1>
22-
<h2 id="t2t3_dataset_web_apps-0.0.7">t2t3_dataset_web_apps 0.0.7</h2>
23-
<p>Starting the second draft of this workshop. Split workshop into two
24-
parts, building web applications with dataset and enhancing the browser
25-
experience with web components. Adding suggestions from first
26-
presentation.</p>
22+
<h2 id="t2t3_dataset_web_apps-0.0.8">t2t3_dataset_web_apps 0.0.8</h2>
23+
<p>This is the second draft of this workshop. Split workshop into two
24+
parts. Part one, build a web applications with dataset. Part two,
25+
enhance the browser experience with web components.</p>
2726
<p>Updated links to example source files to use the GitHub raw URLs.
2827
This allows easy retrieval with curl (macOS and Linux) or irm (Windows
2928
and PowerShell).</p>
@@ -62,6 +61,7 @@ <h3 id="software-requirements">Software Requirements</h3>
6261
<li>Web Browser</li>
6362
<li>Text Editor</li>
6463
<li>Dataset &gt;= v2.2.8</li>
64+
<li>curl (or irm using PowerShell)</li>
6565
</ul>
6666
<h3 id="software-suggestions">Software Suggestions</h3>
6767
<ul>

about.md

Lines changed: 5 additions & 5 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.7
15+
version: 0.0.8
1616
license_url: https://caltechlibrary.github.io/t2t3_dataset_web_apps/LICENSE
1717

1818
programming_language:
@@ -29,16 +29,15 @@ keywords:
2929
- web components
3030
- presentation
3131

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

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

38-
## t2t3_dataset_web_apps 0.0.7
38+
## t2t3_dataset_web_apps 0.0.8
3939

40-
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
41-
suggestions from first presentation.
40+
This is the second draft of this workshop. Split workshop into two parts. Part one, build a web applications with dataset. Part two, enhance the browser experience with web components.
4241

4342
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).
4443

@@ -77,6 +76,7 @@ It presents the construction process to build a simple recipe collection system.
7776
- Web Browser
7877
- Text Editor
7978
- Dataset &gt;&#x3D; v2.2.8
79+
- curl (or irm using PowerShell)
8080

8181

8282
### Software Suggestions

codemeta.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
}
1313
],
1414
"dateCreated": "2025-05-30",
15-
"dateModified": "2025-06-23",
16-
"datePublished": "2025-06-23",
15+
"dateModified": "2025-06-26",
16+
"datePublished": "2025-06-26",
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
{
@@ -43,7 +43,8 @@
4343
"Terminal Application",
4444
"Web Browser",
4545
"Text Editor",
46-
"Dataset >= v2.2.8"
46+
"Dataset >= v2.2.8",
47+
"curl (or irm using PowerShell)"
4748
],
4849
"softwareSuggestions": [
4950
"curl",
@@ -52,10 +53,10 @@
5253
"htmlq",
5354
"CMTools >= 0.0.33"
5455
],
55-
"version": "0.0.7",
56+
"version": "0.0.8",
5657
"developmentStatus": "draft",
5758
"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.\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).",
59+
"releaseNotes": "This is the second draft of this workshop. Split workshop into two parts. Part one, build a web applications with dataset. Part two, enhance the browser experience with web components.\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).",
5960
"copyrightYear": 2025,
6061
"copyrightHolder": "California Institute of Technology"
6162
}
835 Bytes
Binary file not shown.
11.9 KB
Binary file not shown.
6.52 KB
Binary file not shown.
11.7 KB
Binary file not shown.
24.1 KB
Binary file not shown.
23.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)