-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcats.json
123 lines (122 loc) · 5.07 KB
/
cats.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
{
"title": "Cats",
"description": "Meet the domesticated cat's wild cousins, great and small.",
"author": "OneZoom",
"image_url": "imgsrc:99:33154695",
"tourstop_shared": {
"fly_in_speed": 0.8,
"stop_wait": 15000
},
"tourstops": [
{
"identifier": "Cats tour",
"ott": "@_ancestor=563166=563163",
"transition_in":"leap",
"template_data": {
"visible-transition_in": true,
"title": "Cats tour",
"window_text": "The cat was domesticated around 9500 years ago. Its closest living relative is the European wildcat. They share a common ancestor around two million years ago.",
"media": [
"https://commons.wikimedia.org/wiki/File:Cat_August_2010-4.jpg"
]
}
},
{
"identifier": "wildcats",
"ott": "@_ancestor=563166=563163",
"transition_in":"leap",
"template_data": {
"visible-transition_in": true,
"title": "European wildcat",
"window_text": "The European wildcat remains widespread. The populations living in Scotland are considered a subspecies known as the Scottish wildcat. Unfortunately Scottish wildcats are threatend by interbreeding with domesticated cats.",
"media": [
"https://commons.wikimedia.org/wiki/File:Distribution_of_the_European_wildcat.png"
]
}
},
{
"identifier": "Smallest cat",
"ott": "507541",
"template_data": {
"visible-transition_in": true,
"title": "Smallest cat",
"window_text": [
"The smallest living species of cat is...",
{ "visible-active_wait": true, "text": "... the rusty-spotted cat." }
],
"media": [
{ "visible-active_wait": true, "url": "https://www.youtube.com/embed/W86cTIoMv2U" }
]
}
},
{
"identifier": "Largest cat",
"ott": "42314",
"template_data": {
"visible-transition_in": false,
"title": "Largest cat",
"window_text": [
"The largest living species of cat is...",
{ "visible-active_wait": true, "text": "... the tiger. Specifically, the subspecies called the Amur tiger (also known as the Siberian tiger), can weigh over 300 kg, that's 4 times as much as an adult human. " }
],
"media": [
{ "visible-active_wait": true, "url": "https://commons.wikimedia.org/wiki/File:Amur_(or_Siberian)_tigers_(Panthera_tigris_altaica)_(48907981646).jpg" }
]
}
},
{
"identifier": "Roar",
"ott": "@_ancestor=532117=42314",
"template_data": {
"visible-transition_in": false,
"title": "Roaring",
"window_text": "Of all the cats, only the lion, tiger, jaguar and leopard have the ability to roar.",
"media": [
"https://www.youtube.com/embed/zgxUh6RYo7Y"
]
}
},
{
"identifier": "Purr",
"ott": "563159",
"template_data": {
"visible-transition_in": false,
"title": "Purring",
"window_text": "Although no other cats can roar, many of them can purr, like a family pet!",
"media": [
"https://www.youtube.com/embed/wkRcwGdaeSE"
]
}
},
{
"identifier": "All the Cats",
"ott": "563159",
"qs_opts": "highlight=fan:rgb(130,130,247)@=563159&into_node=max",
"template_data": {
"visible-transition_in": true,
"title": "All the cats",
"window_text": "Overall there are around 40 species of cat and they share a common ancestor about 14 million years ago."
}
},
{
"identifier": "Cat relatives",
"ott": "397138",
"qs_opts": "highlight=fan:rgb(130,130,247)@=563159&into_node=max",
"template_data": {
"visible-transition_in": true,
"title": "Cat relatives",
"window_text": "The closest relatives of the cats are the hyenas."
}
},
{
"identifier": "Carnivora",
"ott": "44565",
"qs_opts": "highlight=fan:rgb(130,130,247)@=563159",
"template_data": {
"visible-transition_in": true,
"title": "Carnivora",
"window_text": "The cats and hyenas together are part of a much larger group, the Carnivora. This group also contains dogs, foxes, bears and many others. With our complete tree of life explorer, you can zoom in and out to see them all and much more."
}
}
]
}