Digital object identifier: Difference between revisions
imported>Paul Wormer No edit summary |
imported>Paul Wormer No edit summary |
||
Line 1: | Line 1: | ||
A ''' | A '''digital object identifier''', or '''DOI name''', is a unique label for a computer readable object (document, photograph, etc.) that can be found on the [[internet]]. The DOI name stays with the object, even when the digital object is transferred to another owner and/or another internet site. | ||
The structure of the DOI name is 10.xxxx/yyyy, where the prefix 10. indicates that a DOI name is following. The digital string xxxx indicates the agent that assigned the DOI name and put the object on the internet, the string yyyy is arbitrary, both of length and content, and can be chosen freely by the agent. A digital object can be retrieved from the internet by the [[URL]] dx.doi.org/10.xxxx/yyyy/. | The structure of the DOI name is 10.xxxx/yyyy, where the prefix 10. indicates that a DOI name is following. The digital string xxxx indicates the agent that assigned the DOI name and put the object on the internet, the string yyyy is arbitrary, both of length and content, and can be chosen freely by the agent. A digital object can be retrieved from the internet by the [[URL]] /dx.doi.org/10.xxxx/yyyy/. | ||
==Examples== | ===Examples=== | ||
* The DOI<sup>®</sup> Handbook | * The DOI<sup>®</sup> Handbook can be retrieved from http://dx.doi.org/10.1000/182. | ||
* An (arbitrarily picked) article from Science Magazine is retrieved by http://dx.doi.org/10.1126/science.318.5856.1571. | * An (arbitrarily picked) article from Science Magazine is retrieved by http://dx.doi.org/10.1126/science.318.5856.1571. | ||
===CZ template=== | |||
The [http://en.citizendium.org/wiki/Template:Cite_book Citizendium cite book template] | |||
has an entry doi. For example, | |||
<pre> | |||
{{cite book | |||
| last = Mumford | |||
| first = David | |||
| authorlink = David Mumford | |||
| title = The Red Book of Varieties and Schemes | |||
| publisher = [[Springer-Verlag]] | |||
| series = Lecture notes in mathematics 1358 | |||
| year = 1999 | |||
| doi = 10.1007/b62130 | |||
| isbn = 354063293X }} | |||
</pre> | |||
The in-line expansion of this template: | |||
{{cite book | |||
| last = Mumford | |||
| first = David | |||
| authorlink = David Mumford | |||
| title = The Red Book of Varieties and Schemes | |||
| publisher = [[Springer-Verlag]] | |||
| series = Lecture notes in mathematics 1358 | |||
| year = 1999 | |||
| doi = 10.1007/b62130 | |||
| isbn = 354063293X }} | |||
gives a clickable link to the digital object with DOI name: 10.1007/b62130. | |||
[[Category: Stub Articles]] | [[Category: Stub Articles]] | ||
[[Category: CZ Live]] | [[Category: CZ Live]] |
Revision as of 07:57, 12 December 2007
A digital object identifier, or DOI name, is a unique label for a computer readable object (document, photograph, etc.) that can be found on the internet. The DOI name stays with the object, even when the digital object is transferred to another owner and/or another internet site.
The structure of the DOI name is 10.xxxx/yyyy, where the prefix 10. indicates that a DOI name is following. The digital string xxxx indicates the agent that assigned the DOI name and put the object on the internet, the string yyyy is arbitrary, both of length and content, and can be chosen freely by the agent. A digital object can be retrieved from the internet by the URL /dx.doi.org/10.xxxx/yyyy/.
Examples
- The DOI® Handbook can be retrieved from http://dx.doi.org/10.1000/182.
- An (arbitrarily picked) article from Science Magazine is retrieved by http://dx.doi.org/10.1126/science.318.5856.1571.
CZ template
The Citizendium cite book template has an entry doi. For example,
{{cite book | last = Mumford | first = David | authorlink = David Mumford | title = The Red Book of Varieties and Schemes | publisher = [[Springer-Verlag]] | series = Lecture notes in mathematics 1358 | year = 1999 | doi = 10.1007/b62130 | isbn = 354063293X }}
The in-line expansion of this template:
Mumford, David (1999). The Red Book of Varieties and Schemes. Springer-Verlag. DOI:10.1007/b62130. ISBN 354063293X.
gives a clickable link to the digital object with DOI name: 10.1007/b62130.