diff --git a/assets/main.css b/assets/main.css index 0788b7c..2970443 100644 --- a/assets/main.css +++ b/assets/main.css @@ -1,420 +1,12 @@ -body { - background-color: #FFFFFF; - margin-left: 0px; - margin-top: 0px; - margin-right: 0px; - margin-bottom: 0px; -} -.pageWrapper { /* div */ - text-align:left; -} -.wrapperWidth { /* div */ - width:100%; /* affects all pages in the site - can be overriden by local CSS rules */ - margin: 0 auto; /* has to be here otherwise nothing is centered in Moz */ -} -body,td,th,p,div { - font: 12px/1.4 Verdana, Arial, Helvetica, sans-serif; - color: #617694; -} -.small { - font: 11px/1.2 Verdana, Arial, Helvetica, sans-serif; -} -p { - margin-top: 0px; - margin-bottom: 20px; -} -strong, b { - font-weight: bold; -} -blockquote { - margin: 20px; - margin-top: 0px; -} -.clearer { - /* hr tags */ - border:none 0; - border-top:1px solid #DDD; - height:1px; - margin-bottom:20px; -} - -hr.sub-divider { - border: none 0; - height: 1px; - border-top: 1px dashed #AAA; - margin: 3px 15px 2px 4px; -} - - -/*------------------------- main layout blocks ----------------------------------------------------*/ -#pageHeader { - text-align:left; - background:url(../images/headerMiddleBgd.jpg) top repeat-x; -} - #logo { - width:238px; - height:154px; - background:url(../images/logo-bgd.gif) top left no-repeat; - } - - #logo img { - padding-left:22px; - padding-top:8px; - } - - #pageHeaderRight { - width:510px; - height:154px; - float:right; - background:url(../images/headerImage.jpg) right top no-repeat; - } - #loginBox { - float:left; - width:250px; - margin-top:112px; - } - #searchBox { - width:180px; - margin-top:112px; - margin-left:255px; - } - -/*------------------------- menu ----------------------------------------------------*/ -#menu { - width:190px; - float:left; - padding-bottom:20px; - background:#617694 url(../images/menu_bottom.jpg) bottom right no-repeat; -} - #menu div, #menu p, #menu th, #menu td { - font: 14px/1.4 Tahoma, Tahoma, "Times New Roman", sans-serif; - color: #FFCC00; - } - #menu .level1 { - font: 16px/1.4 Tahoma, Tahoma, "Times New Roman", sans-serif; - color: #FFCC00; - } - #menu a:link { color: #FFCC00; text-decoration:none; } - #menu a:visited { color:#FFCC00; text-decoration:none; } - #menu a:hover { color:#FFFFFF; text-decoration:none; } - #menu a:active { color:#FFFFFF; text-decoration:none; } - #menu .highlighted a:link { color: #FFFFFF; text-decoration:none; } - #menu .highlighted a:visited { color:#FFFFFF; text-decoration:none; } - #menu .highlighted a:hover { color:#FFFFFF; text-decoration:none; } - #menu .highlighted a:active { color:#FFFFFF; text-decoration:none; } - - .topMenu { - margin:0; - padding:0; - margin-left:8px; - } - .subMenu { - margin:0; - padding:0; - margin-left: 2px; - padding-left: 10px; - margin-bottom:2px; - border-left:1px solid #999999; - } - .menuItem { - margin:0; - padding:0; - } - -/*------------------------- breadcrumbs ----------------------------------------------------*/ -#breadcrumbs { - text-align:left; - font: 11px/1.0 Verdana, Arial, Helvetica, sans-serif; - margin: 0 auto; /* has to be here otherwise nothing is centered in Moz */ - margin-left: 230px; /* for menu to float left */ -} -#pageContent { - width:auto; - text-align:left; - margin: 0 auto; /* has to be here otherwise nothing is centered in Moz */ - margin-left: 230px; /* for menu to float left */ - padding: 20px; - padding-left: 0; - padding-right: 40px; -} - #mainContent { - text-align:left; - margin: 0 auto; /* has to be here otherwise nothing is centered in Moz */ - } - -.messagebox { - border: 1px solid #aaaaaa; - background-color: #f0f0f0; - width: 80%; - margin: 0 auto 1em auto; - padding: .2em; - text-align: center; -} - -div.sidebar -{ - clear: right; - width: 30%; - float: right; - font-size: 1.1em; - margin-top: 6px; - margin-left: 1%; - margin-right: 1%; - margin-bottom: 14px; - padding: 6px; - border: 1px solid #6A9832; - -moz-border-radius: 8px; - background-color: #ffffff; -} - -div.sidebar h2, div.sidebar h1 -{ - -moz-border-radius-topleft: 6px; - -moz-border-radius-topright: 6px; - margin-top: -6px; - margin-left: -6px; - margin-right: -6px; - margin-bottom: 2px; - padding-left: 6px; - padding-right: 6px; - padding-top: 2px; - padding-bottom: 2px; - background-color: #6A9832; - color: #ffffff; -} - -#lastupdate { - clear:both; - width:auto; - text-align:left; - margin: 0 auto; /* has to be here otherwise nothing is centered in Moz */ - margin-left: 230px; /* for menu to float left */ - padding: 20px; - padding-left: 0; - padding-right: 40px; -} - -#pageFooter { - clear:both; - width:auto; - text-align:left; - margin: 0 auto; /* has to be here otherwise nothing is centered in Moz */ - margin-left: 230px; /* for menu to float left */ - margin-right: 40px; - margin-top: 20px; - padding-top:20px; - border-top:1px solid #CCCCCC; -} - -#pageFooter p { - font: 11px/1.0 Verdana, Arial, Helvetica, sans-serif; - margin-bottom: 8px; -} -/*------------------------- content columns ---------------------------------------------------------------------*/ -/* width and padding are defined on each sub content template */ -#colLeft, #colRight, #colMain { - float:left; - text-align:left; - margin: 0 auto; - padding:0; -} - -/*---------------------------------------------------- links ----------------------------------------------------*/ -a:link { color: #CA6500; text-decoration:none; } -a:visited { color: #CA6500; text-decoration:none; } -a:hover { color: #CA6500; text-decoration:underline; } -a:active { color: #CA6500; text-decoration:none; } - -/*--------------------------------------------------- headers ---------------------------------------------------*/ -h1,h2,h3,h4,h5,h6 { - font: 15px/1.5 Tahoma, Tahoma, "Times New Roman", sans-serif; - letter-spacing:1px; - margin-top: 0px; - color: #6A9832; -} -h1 { font-size: 21px; } -h2 { font-size: 19px; } -h3 { font-size: 17px; } -h4 { font-size: 15px; } -h5 { font-size: 14px; } - - -/*------------------------------------------ subgroups and standards tables -------------------------------------*/ -.tx-tdwg-pi-subgroup-members-listrow-header, -.tx-tdwg-pi-standards-listrow-header, -.tx-tdwg-pi-subgroup-list-listrow-header -{ - background-color: #E7FFD0; - font-weight: bold; -} - -.tx-tdwg-pi-standards-listrow A, -.tx-tdwg-pi-standards-listrow A:visited:hover, -.tx-tdwg-pi-subgroup-list-listrow A, -.tx-tdwg-pi-subgroup-list-listrow A:visited:hover -{ font-weight: normal; } - -.tx-tdwg-pi-standards-listrow td, -.tx-tdwg-pi-subgroup-list-listrow td -{ - padding-top: 1px; - padding-bottom: 1px; -} - -.tx-tdwg-pi-subgroup-members-listrow-odd, -.tx-tdwg-pi-standards-listrow-odd, -.tx-tdwg-pi-subgroup-list-listrow-odd -{ background-color: #f7f7f7; } - -.tx-tdwg-pi-subgroup-members-listrow-even, -.tx-tdwg-pi-standards-listrow-even, -.tx-tdwg-pi-subgroup-list-listrow-even -{ background-color: #f0f0f0; } - - -/*---------------------------------------------------- lists ----------------------------------------------------*/ -#pageContent ul { - margin: 0px; - margin-left: 5px; - margin-bottom: 20px; - padding-left: 0px; - list-style:none; -} - -#pageContent ul li { - padding-left: 15px; - padding-bottom: 2px; - background-image:url(../images/listBullet.gif); - background-position: 0 5px; - background-repeat:no-repeat; -} - -#editorWrap1 ul li, #editorWrap2 ul li { - padding-left: 0px; - padding-bottom: 0px; - background-image: none; - background-position: 0 0px; -} - -#pageContent ol { - margin: 0px; - margin-left: 30px; /* shouldn't have to do that because of the padding existing in the container block */ - margin-bottom: 20px; - padding-left: 0px; -} -#pageContent ol li { - padding-left: 10px; -} -#pageContent ol ul li { - padding-left: 20px; -} -#pageContent ol ul { - padding-top: 10px; - margin-bottom: 0px; -} -#pageContent ul ul { - padding-top: 10px; - margin-bottom: 0px; -} -/*---------------------------------------------------- forms ----------------------------------------------------*/ -form { - margin:0px; -} -.textField { - float:left; - height:14px; - font-family:Verdana, Arial, Helvetica, sans-serif; - font-size: 11px; - background-color: #eee; - color: #666; - padding:1px; - margin-right:3px; - border:none; -} -.formButton { - height:16px; - font:11px/1.0 Verdana, Arial, Helvetica, sans-serif; - background-color: #CC6633; - color: #FFF; - padding:0; - margin:0; - border:none; - cursor:pointer; -} - -form p { margin-top: .5em; margin-bottom: 0; padding: 0 .3em; text-indent: 0; } -td {vertical-align: top;} -td.fieldname { text-align: right; width: 30%; } - -table.tx_tdwgsso_pi_membership_options tr { vertical-align: top; } -table.tx_tdwgsso_pi_membership_link { width: 100%; } -table.tx_tdwgsso_pi_membership_link td { font-weight: bold; } - -td.tx_tdwgsso_pi_membership_options { border: 1px solid #aaaaaa; padding: 15px; } -td.tx_tdwgsso_pi_membership_link { text-align: right; } - -td.tx_tdwgsso_pi_membership_order_item_description { width: 50%; padding-right: 100px; } -table.tx_tdwgsso_pi_membership_order_details input { text-align: right; } -td.membership_order_input { text-align: right; } - -img { border-style: none; } - - -div.csc-mailform-field input, -div.csc-mailform-field textarea { text-align: left; margin-bottom: 3px; } -div.csc-mailform-field label { text-align: right; float: left; width: 15%; margin-top: 3px; margin-right: 5px; } -input.csc-mailform-submit, -div.csc-mailform-label { text-align: left; margin-left: 16%; margin-top: 3px; margin-right: 5px; margin-bottom: 10px;} - -/* --- Tables --- */ -table.contenttable p -{ - margin-bottom: 2px; - color: black; - text-align: left; - vertical-align: top; -} - -table.contenttable th, table.contenttable td -{ - padding:4px; - text-align: left; - color:#444; - background:#e9e9e9; -} - -table.contenttable th { - font-weight:bold; - background:#efefef; - color:#444; -} - -table.contenttable th p { font-weight: bold; } - - -/* --- File List --- */ -tr.tr-odd { background-color: #f7f7f7; } -tr.tr-even { background-color: #f0f0f0; } - -td.csc-uploads-fileSize p, -td.csc-uploads-fileName p { padding: 0px; margin: 0px; } - - -/* --- TWiki tables --- */ - -table.contenttable tr.twikiTableEven td, -table.contenttable tr.twikiTableOdd td { margin: 3px; padding: 4px; } - -table.contenttable th.twikiFirstCol, -table.contenttable tr.twikiTableOdd th, -table.contenttable tr.twikiTableEven th{ color: #FFD700; background: #617694; } - -table.contenttable tr.twikiTableEven td { color: #FFD700; background: #D8DFD5; text-align: left; } -table.contenttable tr.twikiTableOdd td { color: #FFD700; background: #DCDCDC; text-align: left; } - - -#creative_commons_icon { - border: none; - float: left; - padding-right: 12px; -} +footer { + background-color: #f8f8f8; + border-top: 1px solid #e7e7e7; + } + footer .container { + padding-bottom: 15px; + padding-top: 15px; + } + footer a img { + float: left; + margin-right: 20px; + } diff --git a/assets/tdwg.css b/assets/tdwg.css new file mode 100644 index 0000000..0788b7c --- /dev/null +++ b/assets/tdwg.css @@ -0,0 +1,420 @@ +body { + background-color: #FFFFFF; + margin-left: 0px; + margin-top: 0px; + margin-right: 0px; + margin-bottom: 0px; +} +.pageWrapper { /* div */ + text-align:left; +} +.wrapperWidth { /* div */ + width:100%; /* affects all pages in the site - can be overriden by local CSS rules */ + margin: 0 auto; /* has to be here otherwise nothing is centered in Moz */ +} +body,td,th,p,div { + font: 12px/1.4 Verdana, Arial, Helvetica, sans-serif; + color: #617694; +} +.small { + font: 11px/1.2 Verdana, Arial, Helvetica, sans-serif; +} +p { + margin-top: 0px; + margin-bottom: 20px; +} +strong, b { + font-weight: bold; +} +blockquote { + margin: 20px; + margin-top: 0px; +} +.clearer { + /* hr tags */ + border:none 0; + border-top:1px solid #DDD; + height:1px; + margin-bottom:20px; +} + +hr.sub-divider { + border: none 0; + height: 1px; + border-top: 1px dashed #AAA; + margin: 3px 15px 2px 4px; +} + + +/*------------------------- main layout blocks ----------------------------------------------------*/ +#pageHeader { + text-align:left; + background:url(../images/headerMiddleBgd.jpg) top repeat-x; +} + #logo { + width:238px; + height:154px; + background:url(../images/logo-bgd.gif) top left no-repeat; + } + + #logo img { + padding-left:22px; + padding-top:8px; + } + + #pageHeaderRight { + width:510px; + height:154px; + float:right; + background:url(../images/headerImage.jpg) right top no-repeat; + } + #loginBox { + float:left; + width:250px; + margin-top:112px; + } + #searchBox { + width:180px; + margin-top:112px; + margin-left:255px; + } + +/*------------------------- menu ----------------------------------------------------*/ +#menu { + width:190px; + float:left; + padding-bottom:20px; + background:#617694 url(../images/menu_bottom.jpg) bottom right no-repeat; +} + #menu div, #menu p, #menu th, #menu td { + font: 14px/1.4 Tahoma, Tahoma, "Times New Roman", sans-serif; + color: #FFCC00; + } + #menu .level1 { + font: 16px/1.4 Tahoma, Tahoma, "Times New Roman", sans-serif; + color: #FFCC00; + } + #menu a:link { color: #FFCC00; text-decoration:none; } + #menu a:visited { color:#FFCC00; text-decoration:none; } + #menu a:hover { color:#FFFFFF; text-decoration:none; } + #menu a:active { color:#FFFFFF; text-decoration:none; } + #menu .highlighted a:link { color: #FFFFFF; text-decoration:none; } + #menu .highlighted a:visited { color:#FFFFFF; text-decoration:none; } + #menu .highlighted a:hover { color:#FFFFFF; text-decoration:none; } + #menu .highlighted a:active { color:#FFFFFF; text-decoration:none; } + + .topMenu { + margin:0; + padding:0; + margin-left:8px; + } + .subMenu { + margin:0; + padding:0; + margin-left: 2px; + padding-left: 10px; + margin-bottom:2px; + border-left:1px solid #999999; + } + .menuItem { + margin:0; + padding:0; + } + +/*------------------------- breadcrumbs ----------------------------------------------------*/ +#breadcrumbs { + text-align:left; + font: 11px/1.0 Verdana, Arial, Helvetica, sans-serif; + margin: 0 auto; /* has to be here otherwise nothing is centered in Moz */ + margin-left: 230px; /* for menu to float left */ +} +#pageContent { + width:auto; + text-align:left; + margin: 0 auto; /* has to be here otherwise nothing is centered in Moz */ + margin-left: 230px; /* for menu to float left */ + padding: 20px; + padding-left: 0; + padding-right: 40px; +} + #mainContent { + text-align:left; + margin: 0 auto; /* has to be here otherwise nothing is centered in Moz */ + } + +.messagebox { + border: 1px solid #aaaaaa; + background-color: #f0f0f0; + width: 80%; + margin: 0 auto 1em auto; + padding: .2em; + text-align: center; +} + +div.sidebar +{ + clear: right; + width: 30%; + float: right; + font-size: 1.1em; + margin-top: 6px; + margin-left: 1%; + margin-right: 1%; + margin-bottom: 14px; + padding: 6px; + border: 1px solid #6A9832; + -moz-border-radius: 8px; + background-color: #ffffff; +} + +div.sidebar h2, div.sidebar h1 +{ + -moz-border-radius-topleft: 6px; + -moz-border-radius-topright: 6px; + margin-top: -6px; + margin-left: -6px; + margin-right: -6px; + margin-bottom: 2px; + padding-left: 6px; + padding-right: 6px; + padding-top: 2px; + padding-bottom: 2px; + background-color: #6A9832; + color: #ffffff; +} + +#lastupdate { + clear:both; + width:auto; + text-align:left; + margin: 0 auto; /* has to be here otherwise nothing is centered in Moz */ + margin-left: 230px; /* for menu to float left */ + padding: 20px; + padding-left: 0; + padding-right: 40px; +} + +#pageFooter { + clear:both; + width:auto; + text-align:left; + margin: 0 auto; /* has to be here otherwise nothing is centered in Moz */ + margin-left: 230px; /* for menu to float left */ + margin-right: 40px; + margin-top: 20px; + padding-top:20px; + border-top:1px solid #CCCCCC; +} + +#pageFooter p { + font: 11px/1.0 Verdana, Arial, Helvetica, sans-serif; + margin-bottom: 8px; +} +/*------------------------- content columns ---------------------------------------------------------------------*/ +/* width and padding are defined on each sub content template */ +#colLeft, #colRight, #colMain { + float:left; + text-align:left; + margin: 0 auto; + padding:0; +} + +/*---------------------------------------------------- links ----------------------------------------------------*/ +a:link { color: #CA6500; text-decoration:none; } +a:visited { color: #CA6500; text-decoration:none; } +a:hover { color: #CA6500; text-decoration:underline; } +a:active { color: #CA6500; text-decoration:none; } + +/*--------------------------------------------------- headers ---------------------------------------------------*/ +h1,h2,h3,h4,h5,h6 { + font: 15px/1.5 Tahoma, Tahoma, "Times New Roman", sans-serif; + letter-spacing:1px; + margin-top: 0px; + color: #6A9832; +} +h1 { font-size: 21px; } +h2 { font-size: 19px; } +h3 { font-size: 17px; } +h4 { font-size: 15px; } +h5 { font-size: 14px; } + + +/*------------------------------------------ subgroups and standards tables -------------------------------------*/ +.tx-tdwg-pi-subgroup-members-listrow-header, +.tx-tdwg-pi-standards-listrow-header, +.tx-tdwg-pi-subgroup-list-listrow-header +{ + background-color: #E7FFD0; + font-weight: bold; +} + +.tx-tdwg-pi-standards-listrow A, +.tx-tdwg-pi-standards-listrow A:visited:hover, +.tx-tdwg-pi-subgroup-list-listrow A, +.tx-tdwg-pi-subgroup-list-listrow A:visited:hover +{ font-weight: normal; } + +.tx-tdwg-pi-standards-listrow td, +.tx-tdwg-pi-subgroup-list-listrow td +{ + padding-top: 1px; + padding-bottom: 1px; +} + +.tx-tdwg-pi-subgroup-members-listrow-odd, +.tx-tdwg-pi-standards-listrow-odd, +.tx-tdwg-pi-subgroup-list-listrow-odd +{ background-color: #f7f7f7; } + +.tx-tdwg-pi-subgroup-members-listrow-even, +.tx-tdwg-pi-standards-listrow-even, +.tx-tdwg-pi-subgroup-list-listrow-even +{ background-color: #f0f0f0; } + + +/*---------------------------------------------------- lists ----------------------------------------------------*/ +#pageContent ul { + margin: 0px; + margin-left: 5px; + margin-bottom: 20px; + padding-left: 0px; + list-style:none; +} + +#pageContent ul li { + padding-left: 15px; + padding-bottom: 2px; + background-image:url(../images/listBullet.gif); + background-position: 0 5px; + background-repeat:no-repeat; +} + +#editorWrap1 ul li, #editorWrap2 ul li { + padding-left: 0px; + padding-bottom: 0px; + background-image: none; + background-position: 0 0px; +} + +#pageContent ol { + margin: 0px; + margin-left: 30px; /* shouldn't have to do that because of the padding existing in the container block */ + margin-bottom: 20px; + padding-left: 0px; +} +#pageContent ol li { + padding-left: 10px; +} +#pageContent ol ul li { + padding-left: 20px; +} +#pageContent ol ul { + padding-top: 10px; + margin-bottom: 0px; +} +#pageContent ul ul { + padding-top: 10px; + margin-bottom: 0px; +} +/*---------------------------------------------------- forms ----------------------------------------------------*/ +form { + margin:0px; +} +.textField { + float:left; + height:14px; + font-family:Verdana, Arial, Helvetica, sans-serif; + font-size: 11px; + background-color: #eee; + color: #666; + padding:1px; + margin-right:3px; + border:none; +} +.formButton { + height:16px; + font:11px/1.0 Verdana, Arial, Helvetica, sans-serif; + background-color: #CC6633; + color: #FFF; + padding:0; + margin:0; + border:none; + cursor:pointer; +} + +form p { margin-top: .5em; margin-bottom: 0; padding: 0 .3em; text-indent: 0; } +td {vertical-align: top;} +td.fieldname { text-align: right; width: 30%; } + +table.tx_tdwgsso_pi_membership_options tr { vertical-align: top; } +table.tx_tdwgsso_pi_membership_link { width: 100%; } +table.tx_tdwgsso_pi_membership_link td { font-weight: bold; } + +td.tx_tdwgsso_pi_membership_options { border: 1px solid #aaaaaa; padding: 15px; } +td.tx_tdwgsso_pi_membership_link { text-align: right; } + +td.tx_tdwgsso_pi_membership_order_item_description { width: 50%; padding-right: 100px; } +table.tx_tdwgsso_pi_membership_order_details input { text-align: right; } +td.membership_order_input { text-align: right; } + +img { border-style: none; } + + +div.csc-mailform-field input, +div.csc-mailform-field textarea { text-align: left; margin-bottom: 3px; } +div.csc-mailform-field label { text-align: right; float: left; width: 15%; margin-top: 3px; margin-right: 5px; } +input.csc-mailform-submit, +div.csc-mailform-label { text-align: left; margin-left: 16%; margin-top: 3px; margin-right: 5px; margin-bottom: 10px;} + +/* --- Tables --- */ +table.contenttable p +{ + margin-bottom: 2px; + color: black; + text-align: left; + vertical-align: top; +} + +table.contenttable th, table.contenttable td +{ + padding:4px; + text-align: left; + color:#444; + background:#e9e9e9; +} + +table.contenttable th { + font-weight:bold; + background:#efefef; + color:#444; +} + +table.contenttable th p { font-weight: bold; } + + +/* --- File List --- */ +tr.tr-odd { background-color: #f7f7f7; } +tr.tr-even { background-color: #f0f0f0; } + +td.csc-uploads-fileSize p, +td.csc-uploads-fileName p { padding: 0px; margin: 0px; } + + +/* --- TWiki tables --- */ + +table.contenttable tr.twikiTableEven td, +table.contenttable tr.twikiTableOdd td { margin: 3px; padding: 4px; } + +table.contenttable th.twikiFirstCol, +table.contenttable tr.twikiTableOdd th, +table.contenttable tr.twikiTableEven th{ color: #FFD700; background: #617694; } + +table.contenttable tr.twikiTableEven td { color: #FFD700; background: #D8DFD5; text-align: left; } +table.contenttable tr.twikiTableOdd td { color: #FFD700; background: #DCDCDC; text-align: left; } + + +#creative_commons_icon { + border: none; + float: left; + padding-right: 12px; +} diff --git a/index.html b/index.html index 3d2b550..d3e8fba 100644 --- a/index.html +++ b/index.html @@ -16,12 +16,12 @@ - + - + @@ -65,159 +65,66 @@
-

Darwin Core will rock your world

-

Disclaimer: Darwin Core might not actually rock your world

+

Darwin Core

+

A standard for sharing biodiversity data

-

+
+
+

Introduction

-

1. Introduction

+

The Darwin Core is body of standards. It includes a glossary of terms (in other contexts these might be called properties, elements, fields, columns, attributes, or concepts) intended to facilitate the sharing of information about biological diversity by providing reference definitions, examples, and commentaries. The Darwin Core is primarily based on taxa, their occurrence in nature as documented by observations, specimens, samples, and related information. Included are documents describing how these terms are managed, how the set of terms can be extended for new purposes, and how the terms can be used. The normative document for the terms [RDF-NORMATIVE] is written in the Resource Description Framework (RDF) and is the definitive resource to understand the term definitions and their relationships to each other. The Simple Darwin Core [SIMPLEDWC] is a specification for one particular way to use the terms - to share data about taxa and their occurrences in a simply structured way - and is probably what is meant if someone suggests to "format your data according to the Darwin Core".

+

Audience

-

Audience: This document is an introduction to the Darwin Core - standard and is meant to provide the background, reasons, and basic - information about sharing (either as a publisher or user of) biodiversity - information. Further details on specific aspects of the standard and its use - can be found in the pages shown in the Table of Contents in the upper left of - every page or in the References section of this - page.

+

This document is an introduction to the Darwin Core standard and is meant to provide the background, reasons, and basic information about sharing (either as a publisher or user of) biodiversity information. Further details on specific aspects of the standard and its use can be found in the pages shown in the Table of Contents in the upper left of every page or in the References section of this page.

-

What is the Darwin Core?

+

Motivation

-

The Darwin Core is body of standards. It includes a glossary of terms (in - other contexts these might be called properties, elements, fields, columns, - attributes, or concepts) intended to facilitate the sharing of information - about biological diversity by providing reference definitions, examples, and - commentaries. The Darwin Core is primarily based on taxa, their occurrence in - nature as documented by observations, specimens, samples, and related - information. Included are documents describing how these terms are managed, - how the set of terms can be extended for new purposes, and how the terms can - be used. The normative document for the terms [RDF-NORMATIVE] is written in the Resource - Description Framework (RDF) and is the definitive resource to understand the - term definitions and their relationships to each other. The Simple Darwin - Core [SIMPLEDWC] is a - specification for one particular way to use the terms - to share data about - taxa and their occurrences in a simply structured way - and is probably what - is meant if someone suggests to "format your data according to the Darwin - Core".

+

The Darwin Core standard was originally conceived to facilitate the discovery, retrieval, and integration of information about modern biological specimens, their spatiotemporal occurrence, and their supporting evidence housed in collections (physical or digital). The Darwin Core today is broader in scope and more versatile. It is meant to provide a stable standard reference for sharing information on biological diversity. As a glossary of terms, the Darwin Core is meant to provide stable semantic definitions with the goal of being maximally reusable in a variety of contexts.

-

Motivation: The Darwin Core standard was originally conceived to - facilitate the discovery, retrieval, and integration of information about - modern biological specimens, their spatiotemporal occurrence, and their - supporting evidence housed in collections (physical or digital). The Darwin - Core today is broader in scope and more versatile. It is meant to provide a - stable standard reference for sharing information on biological diversity. As - a glossary of terms, the Darwin Core is meant to provide stable semantic - definitions with the goal of being maximally reusable in a variety of - contexts.

+

Rationale

-

Rationale: The Darwin Core is based on the standards developed by - the Dublin Core Metadata Initiative [DCMI] and can be viewed as an extension of the - Dublin Core for biodiversity information. The purpose of these terms is to - facilitate data sharing by providing a well-defined standard core vocabulary - in a flexible framework to minimize the barriers to adoption and to maximize - reusability. The terms described in this standard are a part of a larger set - of vocabularies and technical specifications under development [TDWG-DEV] and maintained by - Biodiversity Information Standards (TDWG) [TDWG-STANDARDS].

+

The Darwin Core is based on the standards developed by the Dublin Core Metadata Initiative [DCMI] and can be viewed as an extension of the Dublin Core for biodiversity information. The purpose of these terms is to facilitate data sharing by providing a well-defined standard core vocabulary in a flexible framework to minimize the barriers to adoption and to maximize reusability. The terms described in this standard are a part of a larger set of vocabularies and technical specifications under development [TDWG-DEV] and maintained by Biodiversity Information Standards (TDWG) [TDWG-STANDARDS].

-

Guiding principles: Each term has a definition and commentaries - that are meant to promote the consistent use of the terms across applications - and disciplines. Evolving commentaries that discuss, refine, expand, or - translate the definitions and examples are referred to through links in the - Comments attribute of each term. This means of documentation allows - the standard to adapt to new purposes without disrupting existing - applications. There is meant to be a clear separation between the terms - defined in this standard and the applications that make use of them. For - example, though the data types and constraints are not provided in the term - definitions, recommendations are made about how to restrict the values where - appropriate.

+

Guiding principles

-

Content: The standard consists of a vocabulary of terms - (properties, elements, fields, concepts) [TERMS], the policy governing the maintenance of these - terms [NAMESPACEPOLICY], the - decisions that resulted in changes to terms [DECISIONS], the complete history of - terms including detailed attributes [HISTORY], a Generic Darwin Core XML - schema [TERMSXMLSCHEMA] from which - other schemas can be constructed, a Simple Darwin Core XML schema - [SIMPLEXMLSCHEMA] as a complete - schema ready for use, a schema to allow Darwin Core data transfer in text - files [TEXTSCHEMA], and associated - reference schemas for the construction of more structured content. These - pages also describe mappings between the current standard and pre-standard - historical versions [VERSIONS], including mappings - [DWCTOABCD] to concepts in - the Access to Biological Collections Data standard [ABCD].

+

Each term has a definition and commentaries that are meant to promote the consistent use of the terms across applications and disciplines. Evolving commentaries that discuss, refine, expand, or translate the definitions and examples are referred to through links in the Comments attribute of each term. This means of documentation allows the standard to adapt to new purposes without disrupting existing applications. There is meant to be a clear separation between the terms defined in this standard and the applications that make use of them. For example, though the data types and constraints are not provided in the term definitions, recommendations are made about how to restrict the values where appropriate.

-

Extension: Though the Darwin Core is insufficient for the needs of - all biological disciplines, it can be adapted to serve new purposes. Darwin - Core can be extended by adding new terms to share additional information. To - do so you should be familiar with the recommendations and procedures defined - in the Darwin Core Namespace Policy [NAMESPACEPOLICY]. Basically, before - proposing a new term, consider the existing terms in this and other - compatible standards to determine if the new concept can be accommodated by a - simple revision of the description and comments for an existing term, without - losing the existing meaning of that term.

+

Content

-

Participation: To receive notification of activity or participate - in discussions about Darwin Core, join the tdwg-content mailing list - [TDWG-CONTENT] and - watch the Darwin Core Project [DWC-PROJECT]. For discussion or commentary - on the definition of recommended terms, consult the link inside the - Comment section in the listing for the term in the Quick Reference - Guide [TERMS] or search for the relevant - content in the auxiliaryDarwin Core Documentation [DWC-WIKI].

+

The standard consists of a vocabulary of terms (properties, elements, fields, concepts) [TERMS], the policy governing the maintenance of these terms [NAMESPACEPOLICY], the decisions that resulted in changes to terms [DECISIONS], the complete history of terms including detailed attributes [HISTORY], a Generic Darwin Core XML schema [TERMSXMLSCHEMA] from which other schemas can be constructed, a Simple Darwin Core XML schema [SIMPLEXMLSCHEMA] as a complete schema ready for use, a schema to allow Darwin Core data transfer in text files [TEXTSCHEMA], and associated reference schemas for the construction of more structured content. These pages also describe mappings between the current standard and pre-standard historical versions [VERSIONS], including mappings [DWCTOABCD] to concepts in the Access to Biological Collections Data standard [ABCD].

-

To make a formal request for a change to or addition of a term to the - Darwin Core, read and follow the recommendations in the Darwin Core - Namespace Policy [NAMESPACEPOLICY]. For those who wish to - construct and submit as a standard any application profile, such as an XML - schema, that extends the capabilities of the Darwin Core, adding new terms to - the Darwin Core vocabulary that don't already exist in a compatible - vocabulary will be a prerequisite. Consult the appropriate guideline, such as - the XML Guide [XMLGUIDE], - for information about the construction of a new application profile. The - rules of submission of proposed standards can be found in the Biodiversity - Information Standards (TDWG) process document [PROCESS].

+

Extension

+ +

Though the Darwin Core is insufficient for the needs of all biological disciplines, it can be adapted to serve new purposes. Darwin Core can be extended by adding new terms to share additional information. To do so you should be familiar with the recommendations and procedures defined in the Darwin Core Namespace Policy [NAMESPACEPOLICY]. Basically, before proposing a new term, consider the existing terms in this and other compatible standards to determine if the new concept can be accommodated by a simple revision of the description and comments for an existing term, without losing the existing meaning of that term.

+ +

Participation

+ +

To receive notification of activity or participate in discussions about Darwin Core, join the tdwg-content mailing list [TDWG-CONTENT] and watch the Darwin Core Project [DWC-PROJECT]. For discussion or commentary on the definition of recommended terms, consult the link inside the Comment section in the listing for the term in the Quick Reference Guide [TERMS] or search for the relevant content in the auxiliary Darwin Core Documentation [DWC-WIKI].

+ +

To make a formal request for a change to or addition of a term to the Darwin Core, read and follow the recommendations in the Darwin Core Namespace Policy [NAMESPACEPOLICY]. For those who wish to construct and submit as a standard any application profile, such as an XML schema, that extends the capabilities of the Darwin Core, adding new terms to the Darwin Core vocabulary that don't already exist in a compatible vocabulary will be a prerequisite. Consult the appropriate guideline, such as the XML Guide [XMLGUIDE], for information about the construction of a new application profile. The rules of submission of proposed standards can be found in the Biodiversity Information Standards (TDWG) process document [PROCESS].

+
+
+ + - -

Except where otherwise noted, content on this site is licensed under a - Creative - Commons Attribution 4.0 International License.

+ + + + - - - - - -

+ ga('create', 'UA-386033-4', 'auto'); + ga('send', 'pageview'); + \ No newline at end of file