-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmammals.json
109 lines (108 loc) · 6.05 KB
/
mammals.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
{
"title": "Mammals",
"description": "A tour of mamamals divided into their five main groups",
"author": "OneZoom",
"image_url": "imgsrc:3:-27123592",
"tourstop_shared": {
"fly_in_speed": 0.8,
"stop_wait": 25000,
"qs_opts": "highlight=fan:rgb(130,130,247)@=962396&highlight=path:rgb(130,130,247)@=244265@=962396&highlight=fan:rgb(126,198,199)@=746703&highlight=path:rgb(126,198,199)@_ancestor=746703=847764@=746703&highlight=fan:rgb(235,134,131)@=847764&highlight=path:rgb(235,134,131)@_ancestor=746703=847764@=847764&highlight=fan:rgb(162,252,144)@Boreoeutheria&highlight=path:rgb(162,252,144)@=683263@Boreoeutheria&highlight=fan:rgb(187,105,195)@=16033&highlight=path:rgb(187,105,195)@=229558@=16033"
},
"tourstops": [
{
"identifier": "Mammals",
"ott": "244265",
"transition_in":"leap",
"template_data": {
"visible-transition_in": true,
"title": "Mammals tour",
"window_text": ["Mammals can be divided into five main groups, based on their evolutionary history. These are the monotremes, the marsupials, and 3 groups of placental mammals.","We’ve highlighted these branches in different colours so you know what's coming, but we hope you’ll still find some surprises!"]
}
},
{
"identifier": "Platypus",
"ott": "962377",
"transition_in":"leap",
"stop_wait": 30000,
"template_data": {
"visible-transition_in": true,
"title": "Platypus ",
"media": [
"https://www.youtube.com/embed/b-gEx-yFz1c?si=o5QZA0R1fgIX2Aec&clip=Ugkx6aA9qw4ZVYkxtanrCLOaIF_Qy4BvASoI&clipt=EObsBRiY8wc"
]
}
},
{
"identifier": "Monotremes",
"ott": "962396",
"template_data": {
"visible-transition_in": true,
"title": "Monotremes",
"window_text": "The platypus and the echidnas are together known as monotremes. Monotremes are the first of our five groups. Unlike all other mammals, they lay eggs, rather than give birth to live young. Here are some more fun facts about them.",
"media": [
"mammals/platypus_fun_facts.jpeg"
]
}
},
{
"identifier": "Marsupials",
"ott": "16033",
"template_data": {
"visible-transition_in": true,
"title": "Marsupials",
"window_text": ["The next group is the marsupials: around 300 species.","Although marsupials give birth to live young, they lack a true placenta, so the young, called joeys, are born very early (after 10.7 - 38 days, depending on the species).","Newborn joeys are blind, and crawl to their mother's pouch, which acts like an external womb. In the pouch, the tiny joey drinks its mother's milk until it's mature enough to feed for itself."],
"media": [
"https://commons.wikimedia.org/wiki/File:Forester_kangaroo_(Macropus_giganteus_tasmaniensis)_female_with_joey_Esk_Valley_2.jpg"
]
}
},
{
"identifier": "Tasmanian devil",
"ott": "948469",
"template_data": {
"visible-transition_in": true,
"title": "Tasmanian devil",
"window_text": ["The Tasmanian devil is the largest marsupial carnivore since the extinction of the Tasmanian tiger in 1936.","Sadly, Tasmanian devils are plagued by devil facial tumour disease. This is an unusual form of cancer that can be trasmitted as an infection from one devil to another.","Devil facial tumour disease is the biggest reason why the Tasmanian devil species is at risk of extinction, although road traffic and occasionally domestic dogs also have an impact."],
"media": [
"mammals/Tasmanian_Devil.jpg"
]
}
},
{
"identifier": "Placental mammals",
"ott": "683263",
"template_data": {
"visible-transition_in": true,
"title": "Placental mammals",
"window_text":
"The vast majority of mammal species, and all three of our remaining groups, are the placental mammals. Unlike marsupials, placental mammals develop for much longer inside the womb. This is because they are nourished by their mother through a placenta."
}
},
{
"identifier": "Newborn placental mammals",
"ott": "702522",
"template_data": {
"visible-transition_in": true,
"title": "Newborn placental mammals",
"window_text": "For example the young of Thompson's Gazelle can be on their feet within minutes of birth. This means they are much less vulnerable to predators.",
"media": [
"https://www.youtube.com/embed/w4421AI_7CA?si=LQSeUthgNZVpvq1d"
]
}
},
{
"identifier": "Why three groups?",
"ott": "683263",
"stop_wait": 120000,
"template_data": {
"visible-transition_in": true,
"title": "Why three groups?",
"window_text": ["Why do the placental mammals fall into 3 natural groups? There's a fascinating answer, and it's about how continents moved in the past.",
{ "visible-active_wait": true, "text": "The three groups are associated with South America, Africa and the Northern hemisphere. Scientists have found that the groups started to diverge around 90 million years ago, at the same time as these landmasses were drifting apart. Below you can see what our planet looked like at that time, and the regions where the three groups originated." }],
"media": [
{ "visible-active_wait": true, "url": "mammals/continents.jpeg" }
]
}
}
]
}