-
Notifications
You must be signed in to change notification settings - Fork 0
/
p3-transcription-detailed.json
95 lines (95 loc) · 3.73 KB
/
p3-transcription-detailed.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"@context": "http://iiif.io/api/presentation/2/context.json",
"@id": "https://tomcrane.github.io/crick-annotations/p3-transcription.json",
"@type": "sc:AnnotationList",
"resources": [
{
"@id": "https://tomcrane.github.io/crick-annotations/p3-transcription/detailed-1",
"@type": "oa:Annotation",
"motivation": "sc:painting",
"resource": {
"@type": "cnt:ContentAsText",
"format": "text/plain",
"chars": "like this"
},
"on": "https://tomcrane.github.io/crick-annotations/wellcome-crick-dna-structure-letter/canvas/c2#xywh=371,699,388,166"
},
{
"@id": "https://tomcrane.github.io/crick-annotations/p3-transcription/detailed-2",
"@type": "oa:Annotation",
"motivation": "sc:painting",
"resource": {
"@type": "cnt:ContentAsText",
"format": "text/plain",
"chars": "The model looks *much* nicer than this."
},
"on": "https://tomcrane.github.io/crick-annotations/wellcome-crick-dna-structure-letter/canvas/c2#xywh=438,1844,1411,147"
},
{
"@id": "https://tomcrane.github.io/crick-annotations/p3-transcription/detailed-3",
"@type": "oa:Annotation",
"motivation": "sc:painting",
"resource": {
"@type": "cnt:ContentAsText",
"format": "text/plain",
"chars": "Now the exciting thing is that while there"
},
"on": "https://tomcrane.github.io/crick-annotations/wellcome-crick-dna-structure-letter/canvas/c2#xywh=580,1900,1514,214"
},
{
"@id": "https://tomcrane.github.io/crick-annotations/p3-transcription/detailed-4",
"@type": "oa:Annotation",
"motivation": "sc:painting",
"resource": {
"@type": "cnt:ContentAsText",
"format": "text/plain",
"chars": "are 4 *different* bases, we find we can only"
},
"on": "https://tomcrane.github.io/crick-annotations/wellcome-crick-dna-structure-letter/canvas/c2#xywh=375,2179,1703,234"
},
{
"@id": "https://tomcrane.github.io/crick-annotations/p3-transcription/detailed-5",
"@type": "oa:Annotation",
"motivation": "sc:painting",
"resource": {
"@type": "cnt:ContentAsText",
"format": "text/plain",
"chars": "put certain pairs of them together. The"
},
"on": "https://tomcrane.github.io/crick-annotations/wellcome-crick-dna-structure-letter/canvas/c2#xywh=367,2345,1691,274"
},
{
"@id": "https://tomcrane.github.io/crick-annotations/p3-transcription/detailed-6",
"@type": "oa:Annotation",
"motivation": "sc:painting",
"resource": {
"@type": "cnt:ContentAsText",
"format": "text/plain",
"chars": "bases have names. They are Adenine, Guanine,"
},
"on": "https://tomcrane.github.io/crick-annotations/wellcome-crick-dna-structure-letter/canvas/c2#xywh=387,2555,1722,242"
},
{
"@id": "https://tomcrane.github.io/crick-annotations/p3-transcription/detailed-7",
"@type": "oa:Annotation",
"motivation": "sc:painting",
"resource": {
"@type": "cnt:ContentAsText",
"format": "text/plain",
"chars": "Thymine & Cytosine. I will call them A, G, T"
},
"on": "https://tomcrane.github.io/crick-annotations/wellcome-crick-dna-structure-letter/canvas/c2#xywh=402,2724,1739,246"
},
{
"@id": "https://tomcrane.github.io/crick-annotations/p3-transcription/detailed-8",
"@type": "oa:Annotation",
"motivation": "sc:painting",
"resource": {
"@type": "cnt:ContentAsText",
"format": "text/plain",
"chars": "and C. Now we find that the pairs"
},
"on": "https://tomcrane.github.io/crick-annotations/wellcome-crick-dna-structure-letter/canvas/c2#xywh=383,2938,1695,167"
}
]
}