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
99 lines (99 loc) · 3.12 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<!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 signatures outweigh social group membership in contact calls of a communally nesting parrot</h1>
<br />
<h2 class="subtitle">Behavioral Ecology, 2019: Supplementary Code</h2>
<br />
<ul class="menu">
<li class="item">
<a href="data_pre-processing.html">
<button class="link">
<span>Supplementary Code 01: Data Pre-processing</span>
</button>
</a>
</li>
<li class="item">
<a href="sound_analysis.html">
<button class="link">
<span>Supplementary Code 02: Sound Analysis</span>
</button>
</a>
</li>
<li class="item">
<a href="mantel_tests_and_spatial_autocorrelation.html">
<button class="link">
<span>Supplementary Code 03: Mantel Tests & Spatial Autocorrelation</span>
</button>
</a>
</li>
<li class="item">
<a href="random_forests_validation.html">
<button class="link">
<span>Supplementary Code 04: Validation of Our Random Forests Analytical Approach</span>
</button>
</a>
</li>
<li class="item">
<a href="additional_validation.html">
<button class="link">
<span>Supplementary Code 05: Additional Validation of Our Analytical Approach and Findings</span>
</button>
</a>
</li>
</ul>
<ul class="mobile">
<li>
<a href="data_pre-processing.html">
<button>
01: Data Pre-processing
</button>
</a>
</li>
<li>
<a href="sound_analysis.html">
<button>
02: Sound Analysis
</button>
</a>
</li>
<li>
<a href="mantel_tests_and_spatial_autocorrelation.html">
<button>
03: Mantel Tests & Spatial Autocorrelation
</button>
</a>
</li>
<li>
<a href="random_forests_validation.html">
<button>
04: Validation of Our Random Forests Analytical Approach
</button>
</a>
</li>
<li>
<a href="additional_validation.html">
<button>
05: Additional Validation of Our Analytical Approach and Findings
</button>
</a>
</li>
</ul>
</div>
<footer>
<br /><br />
<a href="https://github.com/gsvidaurre/strong-individual-signatures" style="text-decoration: none" target="_blank">
<span class="repo">
✍ Github Repository
</span>
</a>
</footer>
</body>
</html>