Skip to content

Commit

Permalink
Merge branch 'main' of github.com:kingsdigitallab/crossreads
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffroy-noel-ddh committed Aug 21, 2023
2 parents f5982c1 + 9e3cbba commit 0a1eb7a
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
[
{
"@context": "http://www.w3.org/ns/anno.jsonld",
"type": "Annotation",
"body": [
{
"type": "TextualBody",
"purpose": "describing",
"format": "application/json",
"value": {
"script": "latin-1",
"allograph": "τ-latin-1",
"components": null
}
}
],
"target": [
{
"source": "https://apheleia.classics.ox.ac.uk/iipsrv/iipsrv.fcgi?IIIF=/inscription_images/ISic001439/ISic001439_tiled.tif",
"selector": {
"type": "FragmentSelector",
"conformsTo": "http://www.w3.org/TR/media-frags/",
"value": "xywh=pixel:59.2733154296875,233.7042999267578,114.90885925292969,131.93238830566406"
}
},
{
"source": "https://crossreads.web.ox.ac.uk/api/dts/documents?id=ISic001439",
"selector": {
"type": "XPathSelector",
"value": "//*[@xml:id='ByRnI']",
"refinedBy": {
"type": "TextPositionSelector",
"start": 0,
"end": 1
}
}
}
],
"id": "https://crossreads.web.ox.ac.uk/annotations/c07ed948-058b-46a8-873c-1980bdd34f12",
"generator": "https://github.com/kingsdigitallab/crossreads#2023-08-04-00",
"creator": "https://api.github.com/users/geoffroy-noel-ddh",
"created": "2023-08-21T18:11:42.926Z",
"modifiedBy": "https://api.github.com/users/geoffroy-noel-ddh",
"modified": "2023-08-21T18:12:29.608Z"
}
]
7 changes: 6 additions & 1 deletion app/data/pal/definitions-digipal.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"context": "//digipal.eu",
"version": "0.1",
"updated": "2023-08-19T21:34:34.587Z",
"updated": "2023-08-21T18:12:19.690Z",
"scripts": {
"SCRIPT": "Latin 1",
"SCRIPT2": "Script One",
Expand Down Expand Up @@ -449,6 +449,11 @@
"script": "latin-1",
"character": "α",
"components": []
},
"τ-latin-1": {
"script": "latin-1",
"character": "τ",
"components": []
}
}
}

0 comments on commit 0a1eb7a

Please sign in to comment.