From 2a61e99785a52e1f4ca6615d59e954b335404065 Mon Sep 17 00:00:00 2001 From: geoffroy-noel-ddh Date: Wed, 27 Nov 2024 13:15:50 +0000 Subject: [PATCH] Automated annotations indexing --- app/data/index/tests.json | 2 +- app/index.json | 10 +++++++--- app/stats.json | 6 +++--- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/app/data/index/tests.json b/app/data/index/tests.json index db5264080..f8bbf9706 100644 --- a/app/data/index/tests.json +++ b/app/data/index/tests.json @@ -1,7 +1,7 @@ { "meta": { "@context": "http://schema.org", - "dc:modified": "2024-11-27T08:11:32.813Z", + "dc:modified": "2024-11-27T13:15:49.108Z", "dc:creator": "https://github.com/kingsdigitallab/crossreads/blob/main/tools/index.mjs", "dc:source": "https://github.com/kingsdigitallab/crossreads/tree/main/annotations" }, diff --git a/app/index.json b/app/index.json index 26bd27660..d32e5904e 100644 --- a/app/index.json +++ b/app/index.json @@ -1,7 +1,7 @@ { "meta": { "@context": "http://schema.org", - "dc:modified": "2024-11-27T08:11:32.768Z", + "dc:modified": "2024-11-27T13:15:49.062Z", "dc:creator": "https://github.com/kingsdigitallab/crossreads/blob/main/tools/index.mjs", "dc:source": "https://github.com/kingsdigitallab/crossreads/tree/main/annotations" }, @@ -96044,7 +96044,8 @@ "touching", "below-baseline", "vertical", - "traversing" + "traversing", + "long" ], "cxf": [ "bottom-bar is straight", @@ -96056,6 +96057,7 @@ "downstroke is straight", "downstroke is vertical", "downstroke is traversing", + "downstroke is long", "middle-bar is sans-serif", "middle-bar is straight", "middle-bar is touching", @@ -96178,7 +96180,8 @@ "touching", "traversing", "vertical", - "below-baseline" + "below-baseline", + "long" ], "cxf": [ "bottom-bar is straight", @@ -96190,6 +96193,7 @@ "downstroke is traversing", "downstroke is vertical", "downstroke is below-baseline", + "downstroke is long", "middle-bar is sans-serif", "middle-bar is straight", "middle-bar is touching", diff --git a/app/stats.json b/app/stats.json index b125a8b9c..ca37821d6 100644 --- a/app/stats.json +++ b/app/stats.json @@ -1,7 +1,7 @@ { "meta": { "@context": "http://schema.org", - "dc:modified": "2024-11-27T08:11:32.812Z", + "dc:modified": "2024-11-27T13:15:49.108Z", "dc:creator": "https://github.com/kingsdigitallab/crossreads/blob/main/tools/index.mjs", "dc:source": "https://github.com/kingsdigitallab/crossreads/tree/main/annotations" }, @@ -468,7 +468,7 @@ "right-bowl|narrow": 1, "right-bowl|oval": 1, "downstroke|short": 2, - "downstroke|long": 3, + "downstroke|long": 5, "body|square": 6, "middle-stroke|short": 3, "middle-stroke|not-touching": 4, @@ -513,7 +513,7 @@ "diagonal": 2939, "sans-serif": 5278, "touching": 2797, - "long": 385, + "long": 387, "short": 547, "square": 14, "curved": 626,