You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Revised wording in Implementation section to ensure that the sentence referring to parts of the example--and those parts--use the same string.
Also removed superfluous quote marks in Examples section (these aren't found in real .md file examples).
Copy file name to clipboardExpand all lines: principles/fp-009-users.md
+18-18Lines changed: 18 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,15 +47,15 @@ Note that the ontology can still be listed on the OBO Foundry website while publ
47
47
## Implementation
48
48
49
49
The ontology developers MUST provide links/citations to publicly available evidence of
50
-
use within your ontology [metadata file](https://github.com/OBOFoundry/OBOFoundry.github.io/tree/master/ontology) as given below (replacing with the correct group name, link, and description):
50
+
use within your ontology [metadata file](https://github.com/OBOFoundry/OBOFoundry.github.io/tree/master/ontology) as given below (after replacing with the correct description of usage, description of example, link to example, and link to user group):
51
51
52
52
```yaml
53
53
usages:
54
-
- description: MGI disease model annotations use DO (description of group)
54
+
- description: MGI disease model annotations use DO (description of usage)
55
55
examples:
56
-
- description: Human genes and mouse homology associated with nail diseases (description of specific example)
57
-
url: "http://www.informatics.jax.org/disease/DOID:4123"#link to specific example)
58
-
user: "http://www.informatics.jax.org/disease"#link to group
56
+
- description: Human genes and mouse homology associated with nail diseases (description of example)
57
+
url: http://www.informatics.jax.org/disease/DOID:4123 (link to example)
58
+
user: http://www.informatics.jax.org/disease (link to user group)
59
59
```
60
60
61
61
You may have multiple examples for each user, and multiple users under the `usages` tag.
@@ -67,41 +67,41 @@ Use of PSI-MOD term IRI (in the form of a CURIE) in the PR ontology:
67
67
- description: Protein Ontology
68
68
examples:
69
69
- description: OBO Format stanza showing use of PSI-MOD term in logical definition
Publication showing the Disease Ontology being used in research by external users
82
82
```yaml
83
83
- description: Machine learning-based prediction of candidate gene biomarkers correlated with immune infiltration in patients with idiopathic pulmonary fibrosis
84
84
examples:
85
-
- description: 'In abstract, "Functional annotation, pathway enrichment, Disease Ontology and gene set enrichment analyses revealed..."'
86
-
url: "https://pubmed.ncbi.nlm.nih.gov/36860337/"
87
-
user: "https://pubmed.ncbi.nlm.nih.gov/36860337/"
85
+
- description: In abstract, "Functional annotation, pathway enrichment, Disease Ontology and gene set enrichment analyses revealed..."
86
+
url: https://pubmed.ncbi.nlm.nih.gov/36860337/
87
+
user: https://pubmed.ncbi.nlm.nih.gov/36860337/
88
88
```
89
89
Use of terms from GO for annotation:
90
90
```yaml
91
91
- description: UniProt
92
92
examples:
93
93
- description: Functional annotation using GO (see subsection entitled "GO annotations")
0 commit comments