Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions _layouts/ontology_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,13 @@ <h1>
>{{page.exampleClass}}</a
>
</dd>
{% endif %} {% if page.issue_requested %}
<dt>New Ontology Request</dt>
<dd>
<a href="https://github.com/OBOFoundry/OBOFoundry.github.io/issues/{{ page.issue_requested }}">
#{{ page.issue_requested }}
</a>
</dd>
{% endif %} {% if page.dependencies %}
<dt>Dependencies</dt>
{% for x in page.dependencies %}
Expand Down
1 change: 1 addition & 0 deletions ontology/clao.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ preferredPrefix: CLAO
products:
- id: clao.owl
- id: clao.obo
pull_request_added: 1337
repository: https://github.com/luis-gonzalez-m/Collembola
tracker: https://github.com/luis-gonzalez-m/Collembola/issues
activity_status: active
Expand Down
1 change: 1 addition & 0 deletions ontology/clyh.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ preferredPrefix: CLYH
products:
- id: clyh.owl
- id: clyh.obo
pull_request_added: 1205
repository: https://github.com/EBISPOT/clyh_ontology
tracker: https://github.com/EBISPOT/clyh_ontology/issues
activity_status: active
Expand Down
2 changes: 2 additions & 0 deletions ontology/t4fs.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ contact:
description: A terminology for the skills necessary to make data FAIR and to keep it FAIR.
domain: information
homepage: https://github.com/terms4fairskills/FAIRterminology
issue_requested: 1520
license:
label: CC BY 4.0
url: https://creativecommons.org/licenses/by/4.0/
Expand All @@ -27,6 +28,7 @@ products:
publications:
- id: https://doi.org/10.5281/zenodo.4705219
title: 'EOSC Co-creation funded project 074: Delivery of a proof of concept for terms4FAIRskills: Technical report'
pull_request_added: 2140
repository: https://github.com/terms4fairskills/FAIRterminology
tracker: https://github.com/terms4fairskills/FAIRterminology/issues
usages:
Expand Down
10 changes: 10 additions & 0 deletions util/schema/registry_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,16 @@
]
}
},
"issue_requested": {
"suggest": false,
"type": "integer",
"description": "This encodes the number of the issue on the OBO Foundry GitHub repository that was originally used to request this ontology."
},
"pull_request_added": {
"suggest": false,
"type": "integer",
"description": "This encodes the number of the pull request on the OBO Foundry GitHub repository that was originally used to add this ontology. You can curate additional ones by going to the ontology page (e.g., https://github.com/OBOFoundry/OBOFoundry.github.io/commits/master/ontology/clyh.md) and looking the whole way down the list for the first commit. Click on the title for the commit then you will see if there's a PR associated with it."
},
"releases": {
"suggest": false
},
Expand Down