forked from gbif/rs.gbif.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (28 loc) · 1.36 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
<html>
<head>
<title>GBIF Resources</title>
<link rel="stylesheet" type="text/css" href="/style/human.css"/>
</head>
<body>
<div class="container">
<div id="header" class="box">
<h1 id="logo"><img src="/style/logo.gif"/>GBIF Resources</h1>
</div>
<div id="content">
<p>This site contains technical GBIF resources like xml schemas, dwc archive/IPT extensions and vocabularies and is primarily intended for machine read.<br/>
Some documents feature human renderings via xslt for modern browsers like Firefox or Safari capable of processing these.
</p>
<br/>
<p><a href="core">Darwin Core Archive - Core Definitions</a></p>
<p><a href="extension">Darwin Core Archive - Extension Definitions</a></p>
<p><a href="datasets">Darwin Core Archive Repository</a></p>
<p><a href="vocabulary">Vocabularies</a></p>
<p><a href="areas">Geographical Area Standards</a></p>
<p><a href="schema">XML Schemas</a></p>
<p><a href="conventions">Coding Conventions</a></p>
<br/><br/><br/>
<p>See our <a href="sandbox">Sandbox</a> for extensions & vocabularies under development which are subject to change.</p>
</div>
</div>
</body>
</html>