source: trunk/bio/tutorial/malariamine/webapp/resources/webapp/WEB-INF/aspects.xml @ 17328

Revision 17328, 2.0 KB checked in by julie, 3 years ago (diff)

remove obsolete files, update links on aspects page

Line 
1<aspects>
2  <aspect name="Genomics">
3    <subtitle>Genome annotation</subtitle>
4    <icon-image>model/images/genomics.gif</icon-image>
5    <large-image>model/images/genomics.gif</large-image>
6    <intro-text>
7      The gene structure and other genome annotation in MalariaMine are provided by
8      a variety of curated source databases.  In most cases MalariaMine includes
9      all genome features that have chromosomal locations.
10    </intro-text>
11    <tile-name>model/genomics.jsp</tile-name>
12    <aspect-source name="GeneDB" url="http://www.genedb.org"/>
13  </aspect>
14  <aspect name="Proteins">
15    <subtitle>Protein and proteomics&lt;br/&gt;data</subtitle>
16    <icon-image>model/images/proteins.png</icon-image>
17    <large-image>model/images/proteins.png</large-image>
18    <intro-text>
19      Protein annotation (including family and domain annotation) from UniProt.
20    </intro-text>
21    <tile-name>model/proteins.jsp</tile-name>
22    <aspect-source name="UniProt" url="http://www.uniprot.org"/>
23  </aspect>
24  <aspect name="Gene Ontology">
25    <subtitle></subtitle>
26    <icon-image>model/images/geneOntology.png</icon-image>
27    <large-image>model/images/geneOntology.png</large-image>
28    <intro-text>
29      The Gene Ontology (GO) project is a collaborative effort to
30      address the need for consistent descriptions of gene products in
31      different databases.
32&lt;p&gt;
33      The GO collaborators are developing three structured, controlled
34      vocabularies (ontologies) that describe gene products in terms of
35      their associated biological processes, cellular components and
36      molecular functions in a species-independent manner.
37&lt;p&gt;
38      GO annotations for &lt;i&gt;Plasmodium falciparum 3D7&lt;/i&gt; have
39      been loaded into MalariaMine.  The GO annotations are 'attached' to
40      Genes and so each gene has a reference (link) to a list of its GO
41      annotations (if available).
42    </intro-text>
43    <tile-name>model/GO.jsp</tile-name>
44    <aspect-source name="Gene Ontology Consortium" url="http://www.geneontology.org/"/>
45  </aspect>
46</aspects>
Note: See TracBrowser for help on using the repository browser.