This repository has been archived by the owner on Jun 19, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
85 lines (85 loc) · 3.22 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="stylesheet" type="text/css" href="css/style.css">
<title>Home</title>
</head>
<body>
<div class="main">
<h1 class="title">Individual vocal signatures show reduced complexity following invasion</h1>
<br />
<h2 class="subtitle">Animal Behavior, 2021</h2>
<br />
<ul class="menu">
<li class="item">
<a href="SimplerSignatures_AdditionalMaterials_01_SummaryStatistics_NestVariables_SocialGroups.html">
<button class="link">
<span>Additional Materials 01: Summary Statistics, Estimates of Nests and Social Group Sizes</span>
</button>
</a>
</li>
<li class="item">
<a href="SimplerSignatures_AdditionalMaterials_02_AcousticStructure_SupervisedML.html">
<button class="link">
<span>Additional Materials 02: Supervised Machine Learning Analysis of Acoustic Structure</span>
</button>
</a>
</li>
<li class="item">
<a href="SimplerSignatures_AdditionalMaterials_03_AcousticStructure_FrequencyModulation_HabitatAnalyses.html">
<button class="link">
<span>Additional Materials 03: Evaluating Frequency Modulation Patterns Between Ranges and Habitats</span>
</button>
</a>
</li>
<li class="item">
<a href="SimplerSignatures_AdditionalMaterials_04_IdentityContent.html">
<button class="link">
<span>Additional Materials 04: Comparison of Individual Identity Content Between Ranges</span>
</button>
</a>
</li>
</ul>
<ul class="mobile">
<li>
<a href="SimplerSignatures_AdditionalMaterials_01_SummaryStatistics_NestVariables_SocialGroups.html">
<button>
01: Summary Statistics, Nest and Social Group Size Estimates
</button>
</a>
</li>
<li>
<a href="SimplerSignatures_AdditionalMaterials_02_AcousticStructure_SupervisedML.html">
<button>
02: Supervised Machine Learning Analysis of Acoustic Structure
</button>
</a>
</li>
<li>
<a href="SimplerSignatures_AdditionalMaterials_03_AcousticStructure_FrequencyModulation_HabitatAnalyses.html">
<button>
03: Evaluating Frequency Modulation Patterns Between Ranges and Habitats
</button>
</a>
</li>
<li>
<a href="SimplerSignatures_AdditionalMaterials_04_IdentityContent.html">
<button>
04: Comparison of Individual Identity Content Between Ranges
</button>
</a>
</li>
</ul>
</div>
<footer>
<br /><br />
<a href="https://github.com/gsvidaurre/simpler-signatures-post-invasion" style="text-decoration: none" target="_blank">
<span class="repo">
✍ Github Repository
</span>
</a>
</footer>
</body>
</html>