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 22, 2023
2 parents 05cdd0e + 5980618 commit c4f77e4
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 55 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1,46 @@
[]
[
{
"@context": "http://www.w3.org/ns/anno.jsonld",
"type": "Annotation",
"body": [
{
"type": "TextualBody",
"purpose": "describing",
"format": "application/json",
"value": {
"script": "greek-1",
"allograph": "τ-greek-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:46.31000900268555,197.67999267578125,130.61000442504883,190.6199951171875"
}
},
{
"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/2ca8990c-71b7-447c-8c21-48683e553c17",
"generator": "https://github.com/kingsdigitallab/crossreads#2023-08-04-00",
"creator": "https://api.github.com/users/geoffroy-noel-ddh",
"created": "2023-08-22T20:01:26.318Z",
"modifiedBy": "https://api.github.com/users/geoffroy-noel-ddh",
"modified": "2023-08-22T20:01:39.852Z"
}
]
55 changes: 1 addition & 54 deletions app/data/pal/definitions-digipal.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
{
"context": "//digipal.eu",
"version": "0.1",
"updated": "2023-08-21T18:12:19.690Z",
"updated": "2023-08-21T20:27:55.440Z",
"scripts": {
"latin-1": "Latin 1",
"script-1": "Script One",
"test-script": "TEST Script",
"base": "Base",
"greek-1": "Greek 1"
},
Expand Down Expand Up @@ -189,10 +187,6 @@
"t2": {
"name": "t2",
"features": []
},
"aaa_test": {
"name": "aaa_test22233",
"features": []
}
},
"allographs": {
Expand Down Expand Up @@ -388,33 +382,6 @@
"character": "f",
"components": []
},
"A-greek-1": {
"script": "greek-1",
"character": "A",
"components": [
"aaa_test"
]
},
"B-greek-1": {
"script": "greek-1",
"character": "B",
"components": []
},
"C-greek-1": {
"script": "greek-1",
"character": "C",
"components": []
},
"E-greek-1": {
"script": "greek-1",
"character": "E",
"components": []
},
"D-greek-1": {
"script": "greek-1",
"character": "D",
"components": []
},
"B-base": {
"script": "base",
"character": "B",
Expand All @@ -425,26 +392,6 @@
"character": "digraph",
"components": []
},
"F-greek-1": {
"script": "greek-1",
"character": "F",
"components": []
},
"G-greek-1": {
"script": "greek-1",
"character": "G",
"components": []
},
"H-greek-1": {
"script": "greek-1",
"character": "H",
"components": []
},
"I-greek-1": {
"script": "greek-1",
"character": "I",
"components": []
},
"α-greek-1": {
"script": "greek-1",
"character": "α",
Expand Down

0 comments on commit c4f77e4

Please sign in to comment.