From 5e3233aedc23d662135bea328b54fb99d1306bb1 Mon Sep 17 00:00:00 2001 From: Glen Robson Date: Wed, 15 May 2024 14:18:49 +0100 Subject: [PATCH] Fixing variable --- source/community/groups/3d/tsg.md | 2 +- source/community/groups/av-motivations/charter.md | 3 ++- source/community/groups/av-motivations/index.md | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/source/community/groups/3d/tsg.md b/source/community/groups/3d/tsg.md index b1cb2127..e17b5a90 100644 --- a/source/community/groups/3d/tsg.md +++ b/source/community/groups/3d/tsg.md @@ -10,7 +10,7 @@ breadcrumbs: - label: "Groups" link: /community/groups/ --- -{% assign group = site.data.groups[page.group] %} +{% assign group = site.data.groups | where_exp:"group", "group.id == page.group" | first%} ## About diff --git a/source/community/groups/av-motivations/charter.md b/source/community/groups/av-motivations/charter.md index 649db149..4e26733c 100644 --- a/source/community/groups/av-motivations/charter.md +++ b/source/community/groups/av-motivations/charter.md @@ -10,7 +10,7 @@ breadcrumbs: - label: "Groups" link: /community/groups/ --- -{% assign group = site.data.groups[page.group] %} +{% assign group = site.data.groups | where_exp:"group", "group.id == page.group" | first%} # AV Annotations TSG Charter @@ -51,6 +51,7 @@ Some recipes in the cookbook are helpful to understand the difference between th * Email: [iiif-discuss][iiif-discuss] with subject line: \[Motivation-TSG\] * General discussion on the [AV Slack channel][av-slack] +[av-group]: {{ site.root_url | absolute_url }}/community/groups/av/ [w3c-anno]: https://www.w3.org/TR/annotation-model/#motivation-and-purpose [iiif-3]: {{ site.api_url | absolute_url }}/api/registry/motivations/ [iiif-discuss]: https://groups.google.com/forum/#!forum/iiif-discuss "IIIF-Discuss Forum" diff --git a/source/community/groups/av-motivations/index.md b/source/community/groups/av-motivations/index.md index 9e1d1644..15d3f46d 100644 --- a/source/community/groups/av-motivations/index.md +++ b/source/community/groups/av-motivations/index.md @@ -10,7 +10,7 @@ breadcrumbs: - label: "Groups" link: /community/groups/ --- -{% assign group = site.data.groups[page.group] %} +{% assign group = site.data.groups | where_exp:"group", "group.id == page.group" | first%} ## About Members from the [IIIF A/V Community Group][av-group] would like to propose a mechanism to more explicitly identify the nature of annotations in the IIIF Presentation API. The current [IIIF Presentation API 3.0][iiif-3] and [Web Annotation][w3c-anno] motivations do not provide clear, reliable mechanisms to inform IIIF clients how to distinguish between and present to the user annotations that represent transcripts, captions, and subtitles.