-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
150 lines (144 loc) · 5.45 KB
/
Copy pathindex.html
File metadata and controls
150 lines (144 loc) · 5.45 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
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>
GeoPressure | Geolocator And Atmospheric Pressure Migration Tools
</title>
<meta
name="description"
content="GeoPressure is the umbrella hub for geolocator and atmospheric-pressure bird migration projects, tools, APIs, manuals, and data package standards."
/>
<meta
name="keywords"
content="GeoPressure, geolocator, bird migration, atmospheric pressure, GeoPressureR, GeoLocatoR, GeoLocator-DP"
/>
<meta name="author" content="GeoPressure contributors" />
<meta
name="robots"
content="index,follow,max-image-preview:large,max-snippet:-1,max-video-preview:-1"
/>
<meta name="theme-color" content="#f8fafc" />
<link rel="canonical" href="https://geopressure.org/" />
<link rel="icon" href="/favicon.ico" sizes="any" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="manifest" href="/site.webmanifest" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="GeoPressure" />
<meta property="og:locale" content="en_US" />
<meta
property="og:title"
content="GeoPressure | Geolocator And Atmospheric Pressure Migration Tools"
/>
<meta
property="og:description"
content="Explore GeoPressure ecosystem repositories, manuals, APIs, and data standards for geolocator-based migration analysis."
/>
<meta property="og:url" content="https://geopressure.org/" />
<meta
property="og:image"
content="https://geopressure.org/og-geopressure.png"
/>
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:type" content="image/png" />
<meta
property="og:image:alt"
content="GeoPressure project catalog for bird migration tools and documentation"
/>
<meta name="twitter:card" content="summary_large_image" />
<meta
name="twitter:title"
content="GeoPressure | Geolocator And Atmospheric Pressure Migration Tools"
/>
<meta
name="twitter:description"
content="Umbrella website for GeoPressure repositories, tools, manuals, and APIs."
/>
<meta
name="twitter:image"
content="https://geopressure.org/og-geopressure.png"
/>
<meta
name="twitter:image:alt"
content="GeoPressure project catalog for bird migration tools and documentation"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,600;9..144,700&family=Manrope:wght@400;500;600;700&display=swap"
/>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-C6CLWCQN24"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-C6CLWCQN24");
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "Organization",
"@id": "https://geopressure.org/#organization",
"name": "GeoPressure",
"url": "https://geopressure.org/",
"logo": "https://geopressure.org/logos/geopressure.png",
"description": "Open-source tools, manuals, APIs, and standards for geolocator-based bird migration workflows.",
"sameAs": [
"https://github.com/GeoPressure",
"https://github.com/GeoPressure/GeoPressureR",
"https://github.com/GeoPressure/GeoLocatoR"
]
},
{
"@type": "WebSite",
"@id": "https://geopressure.org/#website",
"url": "https://geopressure.org/",
"name": "GeoPressure",
"inLanguage": "en",
"publisher": {
"@id": "https://geopressure.org/#organization"
}
},
{
"@type": "CollectionPage",
"@id": "https://geopressure.org/#webpage",
"url": "https://geopressure.org/",
"name": "GeoPressure Projects",
"headline": "GeoPressure tools for geolocator and atmospheric pressure migration analysis",
"description": "Collection of GeoPressure and GeoLocator subprojects for migration analysis.",
"primaryImageOfPage": "https://geopressure.org/og-geopressure.png",
"isPartOf": {
"@id": "https://geopressure.org/#website"
},
"about": {
"@id": "https://geopressure.org/#organization"
}
}
]
}
</script>
</head>
<body>
<noscript>
<div style="padding: 1rem; font-family: sans-serif; color: #0f172a;">
GeoPressure collects open-source bird migration tools, manuals, APIs,
and data standards for geolocator workflows.
</div>
</noscript>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>