Skip to content

Commit bfc5c84

Browse files
authored
Merge pull request #9 from evoinfo/recover-readme
Recovers README file
2 parents e2ce3fa + 0070205 commit bfc5c84

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Comparative Data Analysis Ontology - CDAO
2+
3+
CDAO is an ontology for use in the evolutionary analysis of biological data. The ontology is represented in OWL-DL (Web Ontology Language with Description Logics).
4+
5+
CDAO includes concepts that represent phylogenetic trees, as well as the character-state data model. The character-state data model is an entity-attribute-value model in which the entities are biological entities such as genes, proteins, or species, typically referred to as OTUs (Operational Taxonomic Units), the attributes are called "Characters", and the value of an attribute for a given entity is called the "State" or "Character state", e.g., in a protein alignment, the proteins are the entities, the alignment columns are the attributes, and the values are the residues specified by row and column.
6+
7+
## History
8+
9+
CDAO was originally developed by the [Evolutionary Informatics working group] of the National Evolutionary Synthesis Center ([NESCent]). The original developers included Brandon Chisham, Francisco Prosdocimi, Julie Thompson, Enrico Pontelli, and Arlin Stoltzfus.
10+
11+
In 2012 Jim Balhoff (affiliated at the time with NESCent and the [Phenoscape] project) took over maintenance of the ontology and migrated it to OBO naming, identifier, and IRI conventions.
12+
13+
For continued development, the ontology and all project history were migrated in 2017 from the [CVS and Subversion repositories at SourceForge][sf.net project] to a Git repository hosted at Github.
14+
15+
## Citation
16+
17+
Please cite the following publication if you use CDAO in your work.
18+
19+
> Prosdocimi F, Chisham B, Pontelli E, Thompson J, Stoltzfus A. [Initial Implementation of a comparative Data Analysis Ontology][Prosdocimi et al 2009]. Evol Bioinform Online. 2009; 47–66.
20+
21+
The ontology itself is available under the [CC Zero] public domain waiver.
22+
23+
[Evolutionary Informatics working group]: https://evoinfo.nescent.org
24+
[NESCent]: http://nescent.org
25+
[Phenoscape]: http://phenoscape.org
26+
[sf.net project]: https://sf.net/p/cdao
27+
[Prosdocimi et al 2009]: https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2747124/
28+
[CC Zero]: http://creativecommons.org/publicdomain/zero/1.0/

0 commit comments

Comments
 (0)