-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest3.json
128 lines (128 loc) · 6.88 KB
/
manifest3.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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
"id": "https://tomcrane.github.io/fire/manifest3.json",
"type": "Manifest",
"label": "Fire",
"description": "An experiment with time in the Presentation API.",
"sequences": [
{
"id": "https://tomcrane.github.io/fire/seq1",
"type": "Sequence",
"canvases": [
{
"id": "https://tomcrane.github.io/fire/canvas/1",
"type": "Canvas",
"width": 1000,
"height": 750,
"duration": 120,
"content": [
{
"id": "https://tomcrane.github.io/fire/annos/page",
"type": "AnnotationPage",
"items": [
{
"id": "https://tomcrane.github.io/fire/annos/anno1",
"type": "Annotation",
"motivation": "painting",
"body": {
"id": "https://tomcrane.github.io/fire/content/main.jpg",
"type": "Image",
"format": "image/jpeg",
"height": 1000,
"width": 750
},
"target": "https://tomcrane.github.io/fire/canvas/1"
},
{
"type": "Annotation",
"motivation": "painting",
"body": {
"id": "https://tomcrane.github.io/fire/content/small.jpg",
"type": "Image",
"format": "image/jpeg",
"width": 400,
"height": 300
},
"target": "https://tomcrane.github.io/fire/canvas/1#xywh=200,200,400,300&t=2,9"
},
{
"type": "Annotation",
"motivation": "painting",
"body": {
"type": "TextualBody",
"format": "text/plain",
"value": "Fire is the rapid oxidation of a material in the exothermic chemical process of combustion, releasing heat, light, and various reaction products. Slower oxidative processes like rusting or digestion are not included by this definition."
},
"target": "https://tomcrane.github.io/fire/canvas/1#xywh=70,60,500,100&t=5,20"
},
{
"type": "Annotation",
"motivation": "painting",
"body": {
"id": "https://tomcrane.github.io/fire/content/still.JPG",
"type": "Image",
"format": "image/jpeg",
"width": 600,
"height": 450
},
"target": "https://tomcrane.github.io/fire/canvas/1#xywh=670,30,300,225&t=9,20"
},
{
"type": "Annotation",
"motivation": "painting",
"body": {
"id": "https://tomcrane.github.io/fire/content/out720.mp4",
"type": "Video",
"format": "video/mp4",
"width": 720,
"height": 524,
"duration": 13
},
"target": "https://tomcrane.github.io/fire/canvas/1#xywh=200,200,360,262&t=13,26"
},
{
"type": "Annotation",
"motivation": "painting",
"body": {
"id": "https://tomcrane.github.io/fire/content/out2720.mp4",
"type": "Video",
"format": "video/mp4",
"width": 720,
"height": 496,
"duration": 12
},
"target": "https://tomcrane.github.io/fire/canvas/1#xywh=100,200,360,248&t=26,38"
},
{
"type": "Annotation",
"motivation": "painting",
"body": {
"id": "https://tomcrane.github.io/fire/content/out2720.mp4",
"type": "Video",
"format": "video/mp4",
"width": 720,
"height": 496,
"duration": 12
},
"target": "https://tomcrane.github.io/fire/canvas/1#xywh=100,200,360,248&t=38,45"
},
{
"type": "Annotation",
"motivation": "painting",
"body": {
"id": "https://tomcrane.github.io/fire/content/out2722.mp4",
"type": "Video",
"format": "video/mp4",
"width": 720,
"height": 410,
"duration": 18
},
"target": "https://tomcrane.github.io/fire/canvas/1#xywh=600,420,360,210&t=29,48"
}
]
}
]
}
]
}
]
}