-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (32 loc) · 1.41 KB
/
index.html
File metadata and controls
33 lines (32 loc) · 1.41 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Circulation-driven biogeographic boundaries</title>
<link rel="stylesheet" href="./style.css">
<link rel="icon" href="./favicon.ico" type="image/x-icon">
</head>
<body>
<main>
<h1>Circulation-driven biogeographic boundaries</h1>
</main>
<script src="index.js"></script>
Interactive figures from manuscript "Drifting Along: circulation-driven larval dispersal patterns set the location of many coastal biogeographic boundaries"
<br>
<strong>Results are unpublished as of 5/27/2025; do not distribute without permission</strong>
<br>
<br>
<ul>
<li><a href="modelBounds_byPld_1000gen.html"> Seasonal model boundaries </a></li>
Model boundaries for all larval durations; each tab displays boundaries for a different 3-month season
<li><a href="v2_model_vs_jaccard_1000gen.html"> model boundaries and alongshore Jaccard difference</a></li>
Model boundaries displayed alongside Jaccard difference for alongshore model species assemblage;
each tab displays a different larval duration and 3-month season
</ul>
<br>
<b>Instructions for use:</b>
Figures are interactive - click elements in the legend to toggle visibility on the map
</body>
</html>