Data Categories ================================ Data category pages include various aspects of a concept on a single page. Category pages include: * logo * short description * external links * bulk download queries * template queries * direct links to QueryBuilder All of the above should relate to a single concept, eg. Genomics or Interactions. Data categories are defined in `aspects.xml`. Aspects.xml ------------------ .. code-block:: xml Genome annotation model/genomics.gif model/genomics.gif The gene structure and other genome annotation in FlyMine are provided by a variety of curated source databases. In most cases FlyMine includes all genome features that have chromosomal locations (eg. genes and repeat regions). model/genomics.jsp Configuration -------------------- * logo * model/genomics.gif - appears on the home and data category pages * model/genomics.gif - appears on the individual data category page * short description * TEXT HERE * appears on the top of the data category page * external links * * appear on the top right corner of the data category page * bulk download queries * appear on the top right corner of the data category page * template queries * appear on the data category page * direct links to QueryBuilder * links will appear at the bottom of the data categories page To configure which template queries appear on a data category page, tag the template. Data page/tab --------------------- The data tab points to this JSP file `intermine/webapp/main/resources/webapp/dataCategories.jsp`. You can overwrite this file and display your own customised file by putting a JSP in your `/webapp` directory. .. index:: data page, data tab, data categories, aspects, categories