mirror of https://github.com/tdwg/dwc.git
Added page for downloads and recovered MS Access database template for Simple Darwin Core.
This commit is contained in:
parent
39c0e03f2e
commit
94a59030c5
|
@ -0,0 +1,47 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
|
||||||
|
<title>Darwin Core Downloads</title>
|
||||||
|
<meta name="DC.title" content="Darwin Core Downloads">
|
||||||
|
<meta name="DC.description" content="Darwin Core files for download.">
|
||||||
|
<meta name="DC.modified" content="2015-01-12">
|
||||||
|
|
||||||
|
<meta name="DC.subject" content="biodiversity, standards">
|
||||||
|
<meta name="DC.creator" content="Darwin Core Task Group">
|
||||||
|
<meta name="DC.contributor" content="John Wieczorek (MVZ)">
|
||||||
|
<meta name="DC.contributor" content="Markus Döring (GBIF)">
|
||||||
|
<meta name="DC.contributor" content="Renato De Giovanni (CRIA)">
|
||||||
|
<meta name="DC.contributor" content="Tim Robertson (GBIF)">
|
||||||
|
<meta name="DC.contributor" content="Dave Vieglais (KUNHM)">
|
||||||
|
<meta name="DC.contributor" content="Peter Desmet (INBO)">
|
||||||
|
<meta name="DC.publisher" content="Biodiversity Information Standards TDWG">
|
||||||
|
<meta name="DC.license" content="http://creativecommons.org/licenses/by/4.0/legalcode">
|
||||||
|
<meta name="DC.language" content="en">
|
||||||
|
|
||||||
|
<link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.2.0/css/bootstrap.min.css">
|
||||||
|
<link rel="stylesheet" type="text/css" href="assets/default.css">
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
Following are links to Darwin Core-related files that may be useful:
|
||||||
|
<h2>Darwin Core terms with definitions</h2>
|
||||||
|
<a href="./dwc_terms.csv">dwc_terms.csv</a>
|
||||||
|
|
||||||
|
<h2>Simple Darwin Core terms in one row</h2>
|
||||||
|
<a href="./simple_dwc_terms_header.csv">simple_dwc_terms_header.csv</a>
|
||||||
|
|
||||||
|
<h2>Simple Darwin Core terms in one column</h2>
|
||||||
|
<a href="./simple_dwc_terms_list.csv">simple_dwc_terms_list.csv</a>
|
||||||
|
|
||||||
|
<h2>Simple Darwin Core properties file</h2>
|
||||||
|
<a href="./simple_dwc.properties">simple_dwc.properties</a>
|
||||||
|
|
||||||
|
<h2>MySQL CREATE TABLE statement for Simple Darwin Core</h2>
|
||||||
|
<a href="./simple_dwc_MySQL.sql">simple_dwc_MySQL.sql</a>
|
||||||
|
|
||||||
|
<h2>Microsoft Access database for Simple Darwin Core</h2>
|
||||||
|
<a href="./simple_dwc_MySQL.sql">simple_dwc_MySQL.sql</a>
|
||||||
|
</body>
|
||||||
|
</html>
|
Binary file not shown.
Loading…
Reference in New Issue