From 0b5e16e0a2ccf61a5d4cf8a743dc32ee38ec2282 Mon Sep 17 00:00:00 2001 From: Kor Dwarshuis Date: Tue, 27 May 2025 12:01:21 +0200 Subject: [PATCH 1/9] add KERI specification to biblio.json - Add KERI (Key Event Receipt Infrastructure) specification - Run `npm run test` (passes) - All entries follow existing format standards - More info: http://trustoverip.org/ and https://lf-toip.atlassian.net/wiki/spaces/HOME/pages/100499457/2025-02-11+KSWG+Meeting+Notes --- refs/biblio.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/refs/biblio.json b/refs/biblio.json index 5866fb966..fd6b68b7a 100644 --- a/refs/biblio.json +++ b/refs/biblio.json @@ -2260,6 +2260,17 @@ "JWT": { "aliasOf": "rfc7519" }, + "KERI": { + "authors": [ + "Samuel M. Smith", + "Phillip Feairheller" + ], + "href": "https://trustoverip.github.io/tswg-keri-specification/", + "title": "Key Event Receipt Infrastructure (KERI)", + "status": "Working Draft", + "publisher": "Trust Over IP Foundation", + "date": "2023" + }, "KEYS": { "authors": [ "Harold Abelson", @@ -6109,4 +6120,4 @@ ], "publisher": "Global Multimedia Protocols Group" } -} +} \ No newline at end of file From 8ab7a0d02330f87a7ac4f78a898ad5cae564fad9 Mon Sep 17 00:00:00 2001 From: Kor Dwarshuis Date: Fri, 30 May 2025 17:01:38 +0200 Subject: [PATCH 2/9] update KERI authors in biblio.json --- refs/biblio.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/refs/biblio.json b/refs/biblio.json index fd6b68b7a..5d19704ea 100644 --- a/refs/biblio.json +++ b/refs/biblio.json @@ -2263,7 +2263,7 @@ "KERI": { "authors": [ "Samuel M. Smith", - "Phillip Feairheller" + "Kevin Griffin" ], "href": "https://trustoverip.github.io/tswg-keri-specification/", "title": "Key Event Receipt Infrastructure (KERI)", From 1d0877ede789517af20f9b805963b8d6e80af2a9 Mon Sep 17 00:00:00 2001 From: Kor Dwarshuis Date: Sun, 1 Jun 2025 15:52:31 +0200 Subject: [PATCH 3/9] add ACDC specification with authors and details to biblio.json --- refs/biblio.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/refs/biblio.json b/refs/biblio.json index 5d19704ea..65f33e6c2 100644 --- a/refs/biblio.json +++ b/refs/biblio.json @@ -30,6 +30,17 @@ "ABNF": { "aliasOf": "RFC5234" }, + "ACDC": { + "authors": [ + "Samuel M. Smith", + "Philip Feairheller" + ], + "href": "https://trustoverip.github.io/tswg-acdc-specification/", + "title": "Authentic Chained Data Containers (ACDC)", + "status": "Working Draft", + "publisher": "Trust Over IP Foundation", + "date": "2023" + }, "ACE-CWT-PROOF-OF-POSSESSION": { "authors": [ "M. Jones", From 02e5f904967b60113d61c9edfcc249cef1bc451a Mon Sep 17 00:00:00 2001 From: Kor Dwarshuis Date: Sun, 1 Jun 2025 16:03:11 +0200 Subject: [PATCH 4/9] add repository link for ACDC specification in biblio.json --- refs/biblio.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/refs/biblio.json b/refs/biblio.json index 10e8e70b4..06674c461 100644 --- a/refs/biblio.json +++ b/refs/biblio.json @@ -39,7 +39,8 @@ "title": "Authentic Chained Data Containers (ACDC)", "status": "Working Draft", "publisher": "Trust Over IP Foundation", - "date": "2023" + "date": "2023", + "repository": "https://github.com/trustoverip/tswg-acdc-specification/" }, "ACE-CWT-PROOF-OF-POSSESSION": { "authors": [ From 924ed44a74d1a176a44baafebc3f939a044f246e Mon Sep 17 00:00:00 2001 From: Kor Dwarshuis Date: Sun, 1 Jun 2025 16:35:31 +0200 Subject: [PATCH 5/9] Add CESR specification details to biblio.json --- refs/biblio.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/refs/biblio.json b/refs/biblio.json index b0cc51856..7521023f1 100644 --- a/refs/biblio.json +++ b/refs/biblio.json @@ -339,6 +339,18 @@ ], "rawDate": "2013-12-10" }, + "CESR": { + "authors": [ + "Samuel M. Smith", + "Philip Feairheller" + ], + "href": "https://trustoverip.github.io/tswg-cesr-specification/", + "title": "Composable Event Streaming Representation (CESR)", + "status": "Working Draft", + "publisher": "Trust Over IP Foundation", + "date": "2023", + "repository": "https://github.com/trustoverip/tswg-cesr-specification/" + }, "CESU8": { "aliasOf": "UTR26" }, From 387d556924495143b9e83c0c959f4cf327481b4a Mon Sep 17 00:00:00 2001 From: Kor Dwarshuis Date: Mon, 2 Jun 2025 12:15:56 +0200 Subject: [PATCH 6/9] Add Kevin Griffin as an author for CESR specification --- refs/biblio.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/refs/biblio.json b/refs/biblio.json index 7521023f1..dd31e5eaf 100644 --- a/refs/biblio.json +++ b/refs/biblio.json @@ -342,7 +342,8 @@ "CESR": { "authors": [ "Samuel M. Smith", - "Philip Feairheller" + "Philip Feairheller", + "Kevin Griffin" ], "href": "https://trustoverip.github.io/tswg-cesr-specification/", "title": "Composable Event Streaming Representation (CESR)", From fde130526d5f00385ac9529145225dc81f00fb5f Mon Sep 17 00:00:00 2001 From: Kor Dwarshuis Date: Mon, 2 Jun 2025 12:16:55 +0200 Subject: [PATCH 7/9] add Kevin Griffin as an author for ACDC specification in biblio.json --- refs/biblio.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/refs/biblio.json b/refs/biblio.json index 06674c461..76ecaf54f 100644 --- a/refs/biblio.json +++ b/refs/biblio.json @@ -33,7 +33,8 @@ "ACDC": { "authors": [ "Samuel M. Smith", - "Philip Feairheller" + "Philip Feairheller", + "Kevin Griffin" ], "href": "https://trustoverip.github.io/tswg-acdc-specification/", "title": "Authentic Chained Data Containers (ACDC)", From 9c689fc8aecb8299524a3eb90c3bd67eb38ee3bb Mon Sep 17 00:00:00 2001 From: Kor Dwarshuis Date: Mon, 2 Jun 2025 12:19:55 +0200 Subject: [PATCH 8/9] Remove Philip Feairheller from CESR authors list --- refs/biblio.json | 1 - 1 file changed, 1 deletion(-) diff --git a/refs/biblio.json b/refs/biblio.json index dd31e5eaf..1843bfa3e 100644 --- a/refs/biblio.json +++ b/refs/biblio.json @@ -342,7 +342,6 @@ "CESR": { "authors": [ "Samuel M. Smith", - "Philip Feairheller", "Kevin Griffin" ], "href": "https://trustoverip.github.io/tswg-cesr-specification/", From ed52f6ba4077a63ea391ed3d9c809adb0f02d9e8 Mon Sep 17 00:00:00 2001 From: Kor Dwarshuis Date: Mon, 2 Jun 2025 13:21:48 +0200 Subject: [PATCH 9/9] Add guideline for listing authors and editors in biblio.json --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7d247cf92..c58e3b5a9 100644 --- a/README.md +++ b/README.md @@ -297,6 +297,7 @@ Some rules to observe when editing the `refs/biblio.json` file: }, //... } ``` +* If “Authors” and “Editors” are mentioned in a specification, both should be listed under the `authors` field of an entry in `biblio.json`. ## Licenses