-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcndce-config.json
105 lines (103 loc) · 2.47 KB
/
cndce-config.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
{
"minSizes":{
"video": {
"width": 300
},
"commentIframe": {
"width": 200,
"height": 200
},
"browserIframe": {
"width": 950,
"height": 200
}
},
"smartRelayout":{
"minVideoAspectRatio": 0.5,
"maxVideoAspectRatio": 2
},
"smartRelayoutBoundary": "50%",
"videoAspectRatio":{
"width": 16,
"height": 9
},
"videos": [
{
"id": "-My0QzrWdSc",
"name": "Orchestra with images on screen"
},
{
"id": "GueGYdePOXc",
"name": "Images only"
}
],
"commentariesBaseUrl": "./commentaries",
"commentaries": [
{
"url": "/com0-base.html",
"name": "Base",
"description": "This description of the base commentary is not seen by the user",
"type": "com0"
},
{
"url": "/com-music.html",
"name": "About the Music",
"description": "About the music - the composer's background and his inspiration for The Planets",
"type": "music"
},
{
"url": "/com-science.html",
"name": "About the Planets",
"description": "About the (real) Planets - an introduction to the planets in our solar system",
"type": "science"
},
{
"url": "/com-sources.html",
"name": "Science Sources",
"description": "Science Sources - links to NASA, ESA, etc. showing the original images",
"type": "science-sources"
},
{
"url": "/com-tech.html",
"name": "Space Missions",
"description": "Space Missions & Projects - about the spacecraft, telescopes, landers & rovers",
"type": "tech"
},
{
"url": "/com-people.html",
"name": "Scientists",
"description": "Meet the Scientists - the astronomers and technicians who made the images",
"type": "scientists"
},
{
"url": "/com-comp.html",
"name": "Music Composition",
"description": "Music Composition - learn about Holst's techniques and innovations",
"type": "musiccomp"
},
{
"url": "/com-perftech.html",
"name": "Performance Tech",
"description": "Performance Technology - how the visuals were performed live",
"type": "perftech"
},
{
"url": "/com-visuals.html",
"name": "Visual story-telling",
"description": "Visual Story-telling - how the visuals were created and then choreographed",
"type": "visuals"
},
{
"url": "/com-trivia.html",
"name": "Trivia",
"description": "Trivia and ‘What’s wrong with this picture?’ - see where 'artistic' images replaced real ones",
"type": "trivia"
},
{
"url": "/com-kids.html",
"name": "Just for Kids",
"description": "Just for Kids",
"type": "kids"
}
]
}