Skip to content

Commit 535cee6

Browse files
authored
Merge branch 'master' into patch-20
2 parents f6f2237 + 0f04251 commit 535cee6

File tree

10 files changed

+1099
-1083
lines changed

10 files changed

+1099
-1083
lines changed

.github/ISSUE_TEMPLATE/new-ontology.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ body:
268268
required: false
269269
- label: My term labels are in English and conform to the OBO Foundry [Naming Conventions](http://obofoundry.org/http://obofoundry.org/principles/fp-012-naming-conventions.html)
270270
required: false
271-
- label: I understand that term definitions, while not mandatory, are key to understanding the intentions of a term especially when the ontology is used in curation. I made sure that a reasonable majority of terms in my ontology have definitions, in English, using the [IAO:0000115](https://ontobee.org/ontology/IAO?iri=http://purl.obolibrary.org/obo/IAO_0000115) property.
271+
- label: I understand that term definitions are key to understanding the intentions of a term, especially when the ontology is used in curation. I made sure that a reasonable majority of terms in my ontology--and all top level terms--have definitions, in English, using the [IAO:0000115](https://ontobee.org/ontology/IAO?iri=http://purl.obolibrary.org/obo/IAO_0000115) property.
272272
required: false
273273
- label: For every term in my ontology, I checked whether another OBO Foundry ontology has one with the same meaning. If so, I re-used that term directly (not by cross-reference, by directly using the IRI).
274274
required: false

_config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4536,10 +4536,10 @@ ontologies:
45364536
user: http://www.neuinfo.org
45374537
- activity_status: active
45384538
contact:
4539-
email: jiezheng@pennmedicine.upenn.edu
4540-
github: zhengj2007
4541-
label: Jie Zheng
4542-
orcid: 0000-0002-2999-0103
4539+
email: jmwhorton@uams.edu
4540+
github: jmwhorton
4541+
label: Justin Whorton
4542+
orcid: 0009-0003-4268-6207
45434543
description: An ontology built for annotation and modeling of biobank repository
45444544
and biobanking administration
45454545
domain: investigations

docs/OntologyStatus.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,26 @@ title: Ontology status
66
Info: this page is non-normative; definitions may change.
77

88
An ontology can be active, inactive, orphaned or obsolete
9+
(an additional status, "unresponsive", has been proposed but not yet ratified).
10+
11+
These statuses depend on "Maintenance" (defined in [Principle 16](https://obofoundry.org/principles/fp-016-maintenance.html
12+
)) and "Responsiveness" ([Principle 20](https://obofoundry.org/principles/fp-016-maintenance.html)).
13+
14+
The table below shows the statuses with their corresponding values for "Responsive" and "Maintained".
15+
16+
|Status|Responsive|Maintained|
17+
|-----|--------|--------|
18+
|Active|yes|yes|
19+
|Inactive|yes|no|
20+
|Unresponsive (proposed)|no|yes|
21+
|Orphaned|no|no|
22+
23+
"Obsolete" is a special status that is defined by the ontology representative rather than by OBO Foundry. It is like a confirmed version of "orphaned".
924

1025
- _active_: The ontology project has a contact person who is responsive. Terms, with resolvable IRIs, are being added (if the ontology is growing and not deemed complete) or other revisions made in response to community requests and/or the aims of the editorial team.
1126
- _inactive_: The ontology project has a contact person who is responsive. A version of the ontology is available, but no edits are being made and requests for edits are either greatly delayed or not being addressed by the ontology's editors.
27+
- _unresponsive_ (proposed): The ontology project does not have a contact person who is responsive, but the ontology is still being actively maintained.
1228
- _orphaned_: The ontology project does not have a contact person who is responsive. A static version of the ontology exists, but no edits are being made and requests for edits are not being addressed or responded to by the ontology's editors.
1329
- _obsolete_: The ontology is either inactive or orphaned, and the original developers do not recommend using existing versions of it, either because another project is available that supersedes it, or because previous produced versions have serious issues that make them less usable, and/or are not available at all.
1430

15-
Please refer to the OBOFoundry GitHub [issue](https://github.com/OBOFoundry/OBOFoundry.github.io/issues/1126) for discussions on the subject.
31+
Please refer to the OBOFoundry GitHub [issue](https://github.com/OBOFoundry/OBOFoundry.github.io/issues/1126) and [other issue about "unresponsive"](https://github.com/OBOFoundry/OBOFoundry.github.io/issues/2255) for discussions on the subject.

ontology/eupath.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: ontology_detail
33
id: eupath
44
title: VEuPathDB ontology
55
contact:
6-
email: jiezheng@pennmedicine.upenn.edu
6+
email: jiezhen@med.umich.edu
77
github: zhengj2007
88
label: Jie Zheng
99
orcid: 0000-0002-2999-0103
@@ -37,7 +37,7 @@ usages:
3737
- description: The VEuPathDB ontology is used in the MicrobiomeDB, a systems biology platform for integrating, mining and analyzing microbiome experiments.
3838
type: annotation and query
3939
user: https://microbiomedb.org
40-
activity_status: active
40+
activity_status: inactive
4141
---
4242

4343
The VEuPathDB ontology is an application ontology developed to encode our understanding of what data is about in the public resources developed and maintained by the Eukaryotic Pathogen, Host & Vector Genomics Resource (VEuPathDB; https://veupathdb.org). The VEuPathDB ontology was previously named the EuPathDB ontology prior to EuPathDB joining with VectorBase.The ontology was built based on the Ontology of Biomedical Investigations (OBI) with integration of other OBO ontologies such as PATO, OGMS, DO, etc. as needed for coverage. Currently the VEuPath ontology is primarily intended to be used for support of the VEuPathDB sites. Terms with VEuPathDB ontology IDs that are not specific to VEuPathDB will be submitted to OBO Foundry ontologies for subsequent import and replacement of those terms when they are available.

ontology/iao.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build:
66
method: owl2obo
77
source_url: http://purl.obolibrary.org/obo/iao.owl
88
contact:
9-
email: jiezheng@pennmedicine.upenn.edu
9+
email: zhengj2007@gmail.com
1010
github: zhengj2007
1111
label: Jie Zheng
1212
orcid: 0000-0002-2999-0103

ontology/opl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: ontology_detail
33
id: opl
44
title: Ontology for Parasite LifeCycle
55
contact:
6-
email: jiezheng@pennmedicine.upenn.edu
6+
email: zhengj2007@gmail.com
77
github: zhengj2007
88
label: Jie Zheng
99
orcid: 0000-0002-2999-0103

registry/ontologies.jsonld

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6334,10 +6334,10 @@
63346334
{
63356335
"activity_status": "active",
63366336
"contact": {
6337-
"email": "jiezheng@pennmedicine.upenn.edu",
6338-
"github": "zhengj2007",
6339-
"label": "Jie Zheng",
6340-
"orcid": "0000-0002-2999-0103"
6337+
"email": "jmwhorton@uams.edu",
6338+
"github": "jmwhorton",
6339+
"label": "Justin Whorton",
6340+
"orcid": "0009-0003-4268-6207"
63416341
},
63426342
"description": "An ontology built for annotation and modeling of biobank repository and biobanking administration",
63436343
"domain": "investigations",

0 commit comments

Comments
 (0)