-
Notifications
You must be signed in to change notification settings - Fork 12
/
index.html
31 lines (27 loc) · 1.53 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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>GBIF Repository of Schemas</title>
<link rel="stylesheet" type="text/css" href="style/human.css"/>
</head>
<body>
<header style="display: block; text-align: center">
<img src="style/logo.svg" alt="Global Biodiversity Information Facility" style="width: 100%; max-height: 4em; margin: 0 auto 0.5em;"/>
<h1>Repository of Schemas</h1>
</header>
<p>This site contains technical GBIF resources including XML schemas, Darwin Core Archive/IPT extensions and vocabularies.</p>
<ul>
<li><strong><a href="extensions.html">Darwin Core Archive — current cores and extensions</a></strong></li>
<li><a href="core/">Darwin Core Archive — Core Definitions</a></li>
<li><a href="extension/">Darwin Core Archive — Extension Definitions</a></li>
<li><a href="terms/">Darwin Core Archive — Term Definitions</a></li>
<li><a href="vocabulary/">Vocabularies</a></li>
<li><a href="areas/">Geographical Area Standards</a></li>
<li><a href="schema/">XML Schemas</a></li>
</ul>
<p>See our <a href="sandbox/">Sandbox</a> for extensions and vocabularies under development which are subject to change.</p>
<p>The source code for this site is maintained in <a href="https://github.com/gbif/rs.gbif.org">this Git repository</a>.</p>
</body>
</html>