-
Notifications
You must be signed in to change notification settings - Fork 0
/
sitemap.json
162 lines (162 loc) · 3.64 KB
/
sitemap.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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
{
"home": {
"title": "Home",
"path": "/"
},
"about": {
"title": "About Us",
"path": "/about"
},
"meet-the-team": {
"title": "Meet The Team",
"path": "/about/meet-the-team"
},
"sponsors": {
"title": "Funders and Sponsors",
"path": "/about/funders-and-sponsors"
},
"useful-links": {
"title": "Useful Links",
"path": "/about/useful-links"
},
"contact": {
"title": "Contact Us",
"path": "/about/contact-us"
},
"research": {
"title": "Research",
"path": "/research"
},
"bottlenose-dolphin-studies": {
"title": "Bottlenose Dolphin Studies",
"path": "/research/bottlenose-dolphins"
},
"catalogues": {
"title": "Photo-ID Catalogues",
"path": "/research/catalogues"
},
"minke-whale-studies": {
"title": "Minke Whale Research",
"path": "/research/minke-whales"
},
"environmental-mitigation": {
"title": "Environmental Mitigation",
"path": "/research/environmental-mitigation"
},
"publications": {
"title": "Scientific Publications",
"path": "/research/publications"
},
"collaborators": {
"title": "Collaborators",
"path": "/research/collaborators"
},
"ethics-statement": {
"title": "Ethics Statement",
"path": "/research/ethics"
},
"rescue": {
"title": "Rescue",
"path": "/rescue"
},
"stranded": {
"title": "Stranded whales and dolphins",
"path": "/rescue/stranded"
},
"rescue-training": {
"title": "Rescue training with CRRU",
"path": "/rescue/rescue-training"
},
"species-identification-key": {
"title": "Species Identification Key",
"path": "/rescue/species-identification-key"
},
"education": {
"title": "Education",
"path": "/education"
},
"school-visits": {
"title": "School Visits",
"path": "/education/school-visits"
},
"events-and-talks": {
"title": "Events and Talks",
"path": "/education/events-and-talks"
},
"stands-and-exhibits": {
"title": "Stands and Exhibits",
"path": "/education/stands-and-exhibits"
},
"cetacean-fact-files": {
"title": "Cetacean Fact Files",
"path": "/education/species"
},
"taxonomy": {
"title": "Taxonomy",
"path": "/education/species/taxonomy"
},
"news": {
"title": "News",
"path": "/news"
},
"training": {
"title": "Training",
"path": "/training"
},
"summer-training-placements": {
"title": "Summer Training Placements",
"path": "/training/summer-training-placements"
},
"mmo-training": {
"title": "JNCC-Approved Marine Mammal Observer (MMO) Training Courses",
"path": "/training/mmo-training"
},
"pam-training": {
"title": "CPD Passive Acoustic Monitoring (PAM) Training Courses",
"path": "/training/pam-training"
},
"gain-university-credits": {
"title": "Gain University Credits",
"path": "/training/gain-university-credits"
},
"help": {
"title": "How You Can Help",
"path": "/help"
},
"sightings": {
"title": "Send us your sightings",
"path": "/help/sightings-reports"
},
"fundraising-support": {
"title": "Fundraise for CRRU",
"path": "/help/fundraising-support"
},
"become-a-friend": {
"title": "Become a Friend",
"path": "/help/become-a-friend"
},
"bequests": {
"title": "Legacies & Bequests",
"path": "/help/bequests"
},
"shop": {
"title": "Shop",
"path": "https://shop.crru.org.uk"
},
"donate": {
"title": "Make a Donation",
"path": "/help/donate"
},
"terms": {
"title": "Terms",
"path": "/terms"
},
"credits": {
"title": "Credits",
"path": "/credits"
},
"sitemap": {
"title": "Sitemap",
"path": "/sitemap"
}
}