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 Jul 24, 2023
2 parents 97e8e8f + c3d306a commit 4a5f763
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
"type": "TextualBody",
"purpose": "describing",
"format": "application/json",
"value": "{\"allograph\":\"D\",\"components\":[],\"textTarget\":null,\"script\":\"SCRIPT\"}"
"value": "{\"allograph\":\"D\",\"components\":[],\"textTarget\":{\"textId\":null,\"wordId\":\"ISic000001-20\",\"signId\":\"0\"},\"script\":\"SCRIPT\"}"
}
],
"target": {
Expand All @@ -207,8 +207,8 @@
}
},
"id": "#514e26a3-ea2a-4921-9b16-82de6f970710",
"modifiedBy": "https://api.github.com/users/geoffroy-noel-ddh",
"modified": "2023-06-09T22:55:53.768Z"
"modifiedBy": "https://api.github.com/users/simonastoyanova",
"modified": "2023-06-27T09:42:06.412Z"
},
{
"@context": "http://www.w3.org/ns/anno.jsonld",
Expand All @@ -222,11 +222,11 @@
}
],
"target": {
"source": "https://kingsdigitallab.github.io/crossreads/data/images/ISic002745.jpg",
"source": "http://127.0.0.1:5500/app/data/images/ISic000001.jpg",
"selector": {
"type": "FragmentSelector",
"conformsTo": "http://www.w3.org/TR/media-frags/",
"value": "xywh=pixel:504,492,148,184"
"value": "xywh=pixel:310.392578125,1345.6052856445312,455.8941650390625,497.1204833984375"
}
},
"id": "#7e06475e-3de9-4bfe-b8bd-71e383e399dd",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"selector": {
"type": "FragmentSelector",
"conformsTo": "http://www.w3.org/TR/media-frags/",
"value": "xywh=pixel:504,492,148,184"
"value": "xywh=pixel:461.2049865722656,467.6482849121094,208.36361694335938,218.18185424804688"
}
},
"id": "#7e06475e-3de9-4bfe-b8bd-71e383e399dd",
Expand Down
11 changes: 10 additions & 1 deletion app/data/pal/definitions-digipal.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"latin-1": "Greek 1"
},
"features": {
"45": "45°",
"above-baseline": "above baseline",
"below-baseline": "below baseline",
"curved": "curved",
Expand Down Expand Up @@ -535,6 +534,16 @@
"script": "base",
"character": "B",
"components": []
},
"digraph-SCRIPT": {
"script": "SCRIPT",
"character": "digraph",
"components": []
},
"F-latin-1": {
"script": "latin-1",
"character": "F",
"components": []
}
}
}

0 comments on commit 4a5f763

Please sign in to comment.