From ced83662b84a7fd3a318a5a25771aa0e53836e82 Mon Sep 17 00:00:00 2001 From: Quintin Date: Fri, 9 Jan 2026 14:21:41 -0800 Subject: [PATCH 1/3] Add PCIC Garry Oak node --- node_registry.json | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/node_registry.json b/node_registry.json index 4b6a794..7a38673 100644 --- a/node_registry.json +++ b/node_registry.json @@ -154,5 +154,43 @@ "href": "mailto:support-geo@crim.ca" } ] + }, + "PCICGarryOak": { + "name": "Garry Oak", + "affiliation": "Pacific Climate Impacts Consortium", + "description": "A Marble node hosted at the Pacific Climate Impacts Consortium.", + "location": { + "longitude": -123.302, + "latitude": 48.462 + }, + "contact": "pcic.support@uvic.ca", + "registration_status": "open", + "links": [ + { + "rel": "service", + "type": "text/html", + "href": "https://garryoak.pacificclimate.org" + }, + { + "rel": "icon", + "type": "image/png", + "href": "https://garryoak.pacificclimate.org/pcic-logo.png" + }, + { + "rel": "collection", + "type": "application/json", + "href": "https://garryoak.pacificclimate.org/services" + }, + { + "rel": "version", + "type": "application/json", + "href": "https://garryoak.pacificclimate.org/version" + }, + { + "rel": "registration", + "type": "text/html", + "href": "https://garryoak.pacificclimate.org/register" + } + ] } } From 2a294a97f1369fbf027d701e8dd05cfa3ec6b829 Mon Sep 17 00:00:00 2001 From: Quintin Date: Fri, 6 Mar 2026 10:44:13 -0800 Subject: [PATCH 2/3] PCICGarryOak: mark registration as limited --- node_registry.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node_registry.json b/node_registry.json index 7a38673..ab5dca4 100644 --- a/node_registry.json +++ b/node_registry.json @@ -164,7 +164,7 @@ "latitude": 48.462 }, "contact": "pcic.support@uvic.ca", - "registration_status": "open", + "registration_status": "limited", "links": [ { "rel": "service", From 188b299d3b6346b40d6325f4e7832c5635f5ecd6 Mon Sep 17 00:00:00 2001 From: QSparks <105678101+QSparks@users.noreply.github.com> Date: Mon, 9 Mar 2026 07:59:47 -0700 Subject: [PATCH 3/3] Apply suggestion from @mishaschwartz Co-authored-by: mishaschwartz <4380924+mishaschwartz@users.noreply.github.com> --- node_registry.json | 1 + 1 file changed, 1 insertion(+) diff --git a/node_registry.json b/node_registry.json index ab5dca4..1646210 100644 --- a/node_registry.json +++ b/node_registry.json @@ -159,6 +159,7 @@ "name": "Garry Oak", "affiliation": "Pacific Climate Impacts Consortium", "description": "A Marble node hosted at the Pacific Climate Impacts Consortium.", + "date_added": "2026-03-09T13:24:24+0000", "location": { "longitude": -123.302, "latitude": 48.462