Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: clean up citations section + associated language #2610

Merged
merged 8 commits into from
Sep 3, 2024
2 changes: 1 addition & 1 deletion _layouts/ontology_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ <h1>
</div>

{% if page.publications %}
<div class="card" style="margin-bottom: 1.5em;">
<div class="card" style="margin-bottom: 1.5em;" id="publications">
<div class="card-header">
Publications
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/Citation.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The ontology IRI or ontology version IRI should be accompanied by a citation of

## Citing an ontology

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."
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."
matentzn marked this conversation as resolved.
Show resolved Hide resolved

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:

Expand Down
4 changes: 3 additions & 1 deletion registry/publications.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ Barry Smith, Michael Ashburner, Cornelius Rosse, Jonathan Bard, William Bug, Wer

[Google Scholar list of papers citing The OBO Foundry](https://scholar.google.ca/scholar?cites=13806088078865650870&as_sdt=2005&sciodt=0,5&hl=en)

### Some Ontology Project Publications (not a complete list)
### Known Ontology Project Publications

This list is generated automatically from OBO Foundry ontology metadata. It is not intended to be authoritative or exhaustive.

<ul>
{% for ontology in site.ontologies %}
Expand Down
Loading