|
1 | 1 | --- |
2 | | -layout: doc |
| 2 | +layout: citation |
3 | 3 | title: OBO Citation and Attribution Policy |
4 | 4 | --- |
5 | 5 |
|
6 | | -Open Biological and Biomedical Ontologies are used in a diversity of ways. The following guidelines are intended to promote proper attribution of the ontology creators and contributors, and to promote reproducibility in informatics applications. |
| 6 | +Open Biological and Biomedical Ontologies are used in a variety of ways. The following guidelines are intended to promote proper attribution of the ontology creators and contributors, and to promote reproducibility in informatics applications. |
7 | 7 |
|
8 | | -## Referring to a single term |
| 8 | +<h2 id="single-term">Referring to a single term</h2> |
9 | 9 |
|
10 | 10 | When referring to a single ontology term, use the full [Internationalized Resource Identifier (IRI)](http://tools.ietf.org/html/rfc3987), for example: |
11 | 11 |
|
12 | | -> http://purl.obolibrary.org/obo/UBERON_0000948 |
| 12 | +<div class="citation-blockquote"> |
| 13 | +http://purl.obolibrary.org/obo/UBERON_0000948 |
| 14 | +</div> |
13 | 15 |
|
14 | 16 | You can use a shorter [Compact URI (CURIE)](https://www.w3.org/TR/curie/) by defining a prefix that abbreviates the first part of the IRI. For example, the prefix "UBERON" can abbreviate "http://purl.obolibrary.org/obo/UBERON_", then "http://purl.obolibrary.org/obo/UBERON_0000948" can be shortened to "[UBERON:0000948](http://purl.obolibrary.org/obo/UBERON_0000948)". A footnote like this one should be included with the first use of the prefix: |
15 | 17 |
|
16 | | -> [UBERON:0000948](http://purl.obolibrary.org/obo/UBERON_0000948) is a Compact URI (CURIE). Here and subsequently the prefix "UBERON" expands to "http://purl.obolibrary.org/obo/UBERON_". The full identifier for the term is then <http://purl.obolibrary.org/obo/UBERON_0000948>. Browsing to this address gives further information about the term. |
| 18 | +<div class="citation-blockquote"> |
| 19 | +<a href="http://purl.obolibrary.org/obo/UBERON_0000948">UBERON:0000948</a> is a Compact URI (CURIE). Here and subsequently the prefix "UBERON" expands to "http://purl.obolibrary.org/obo/UBERON_". The full identifier for the term is then <a href="http://purl.obolibrary.org/obo/UBERON_0000948">http://purl.obolibrary.org/obo/UBERON_0000948</a>. Browsing to this address gives further information about the term. |
| 20 | +</div> |
17 | 21 |
|
18 | 22 | In situations that allow the use of hyperlinks, every CURIE should be a hyperlink with its full IRI as its target, as in these examples. |
19 | 23 |
|
20 | 24 | We also recommend including the primary label of the term in quotation marks before the IRI or CURIE: |
21 | 25 |
|
22 | | -> 'heart' ([UBERON:0000948](http://purl.obolibrary.org/obo/UBERON_0000948)) |
| 26 | +<div class="citation-blockquote"> |
| 27 | +'heart' (<a href="http://purl.obolibrary.org/obo/UBERON_0000948">UBERON:0000948</a>) |
| 28 | +</div> |
23 | 29 |
|
24 | | -## Referring to an ontology |
| 30 | +<h2 id="refer-ontology">Referring to an ontology</h2> |
25 | 31 |
|
26 | 32 | To facilitate reproducibility, be specific about the version of the ontology that you are referring to by using an ontology version IRI that contains the release date: |
27 | 33 |
|
28 | | -> http://purl.obolibrary.org/obo/uberon/releases/2016-01-26/uberon.owl |
| 34 | +<div class="citation-blockquote"> |
| 35 | +http://purl.obolibrary.org/obo/uberon/releases/2016-01-26/uberon.owl |
| 36 | +</div> |
29 | 37 |
|
30 | 38 | The ontology version IRI is indicated by the [owl:versionIRI](https://www.w3.org/2002/07/owl#versionIRI) property. |
31 | 39 |
|
32 | 40 | When referring to an ontology in general (not a specific version) you can use its ontology IRI: |
33 | 41 |
|
34 | | -> http://purl.obolibrary.org/obo/uberon.owl |
| 42 | +<div class="citation-blockquote"> |
| 43 | +http://purl.obolibrary.org/obo/uberon.owl |
| 44 | +</div> |
35 | 45 |
|
36 | 46 | The ontology IRI or ontology version IRI should be accompanied by a citation of the ontology, in any context where citations are appropriate. |
37 | 47 |
|
38 | | -## Citing an ontology |
| 48 | +<h2 id="cite-ontology">Citing an ontology</h2> |
39 | 49 |
|
40 | | -Some ontologies recommend citation of specific publications. Please see their respective homepages for this information. For example, [Uberon](http://obofoundry.org/ontology/uberon) lists two publications under "Cite." |
| 50 | +Some ontologies recommend citation of specific publications. Please see their respective homepages for this information. For example, [Uberon]({{ "ontology/uberon.html#publications" | prepend: site.baseurl }}) lists two publications under "Publications." |
41 | 51 |
|
42 | 52 | In addition to the recommended publication, you should also cite the ontology using its IRI and the [new data citation extension to JATS](https://peerj.com/articles/cs-1/). When no specific publication is recommended, you must cite the ontology by its IRI. Here is an example citation: |
43 | 53 |
|
44 | | -> Mungall, C., Haendel, M., Dahdul, W., Ibrahim, N., Segerdell, E., Blackburn, D., Comte, A., Niknejad, A., and Decechi, A. (2016), Uberon Ontology, http://purl.obolibrary.org/obo/uberon/releases/2016-01-26/uberon.owl |
| 54 | +<div class="citation-blockquote"> |
| 55 | +Mungall, C., Haendel, M., Dahdul, W., Ibrahim, N., Segerdell, E., Blackburn, D., Comte, A., Niknejad, A., and Decechi, A. (2016), Uberon Ontology, http://purl.obolibrary.org/obo/uberon/releases/2016-01-26/uberon.owl |
| 56 | +</div> |
45 | 57 |
|
46 | 58 | Our ontology files list authors using the [dc:creator](http://purl.org/dc/elements/1.1/creator) property. The order of authors is not important, but you can use the primary contact for the ontology listed on the [OBO site](http://obofoundry.org) as the first author. Note that this does not necessarily include all those who have contributed directly to the ontology, via its issue tracker or on its mailing lists, for example. However, these can be readily retrieved if the proper IRI is referenced in the citation. |
| 59 | + |
0 commit comments