wiki-archive/twiki/static/sddpublications.html

55 lines
2.2 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us" lang="en-us">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15" />
<link rel="stylesheet" type="text/css" href="sdd1.css">
</head>
<body bgcolor="#ffffff">
<a name="PageTop"></a>
<p />
<h2><a name="SDD_Part_0_Introduction_and_Prim"></a> SDD Part 0: Introduction and Primer to the SDD Standard </h2>
<p />
<h3><a name="3_18_Referencing_publications_in"></a> 3.18 Referencing publications in SDD </h3>
<p />
Record for publications used in the dataset. Elements consist simply of a &lt;Representation&gt; (name of publication) and optional &lt;Link&gt; to a url as shown below and in Example 3.18.1.
<p />
<img alt="publications.gif" src="http://wiki.tdwg.org/twiki/static/_publish/publications.gif" />
<h4><a name="Example_3_18_1_Publications_in_S"></a> Example 3.18.1 - Publications in SDD </h4>
<p />
<table bgcolor="#ddddff" border="0" width="100%" cellpadding="5" cellspacing="5" style="border-collapse: collapse" bordercolor="#111111">
<p />
<tr>
<td>
<p />
<pre>
&#60;Publications&#62;
&#60;Publication id&#61;&#34;p111&#34;&#62;
&#60;Representation&#62;
&#60;Label&#62;Author, X (2000). Short Citation, including journal or publisher.&#60;/Label&#62;
&#60;/Representation&#62;
&#60;/Publication&#62;
&#60;Publication id&#61;&#34;p112&#34;&#62;
&#60;Representation&#62;
&#60;Label&#62;Gee, X. &#38; Haa, Y. (2003). How to be happy in five minutes. Instant Gratifications, Palm Beach.&#60;/Label&#62;
&#60;/Representation&#62;
&#60;Links&#62;
&#60;Link rel&#61;&#34;BasedOn&#34; href&#61;&#34;doi:10.1992/32311&#34;/&#62;
&#60;Link rel&#61;&#34;Alternate&#34; href&#61;&#34;http://some.service.net/providing/bibliographic.data&#34;/&#62;
&#60;/Links&#62;
&#60;Extensions&#62;
&#60;x:Data xmlns:x&#61;&#34;www.x.edu&#34;&#62;Applications may store additional data at the resource connectors.&#60;/x:Data&#62;
&#60;/Extensions&#62;
&#60;/Publication&#62;
&#60;/Publications&#62;
</pre>
<p />
</td>
</tr>
<p />
</table>
<p />
<p />
-- DonovanSharp - 05 Jun 2006
<p />
<p />
</body></html>