| 1 | # Properties used to configure the web application |
|---|
| 2 | # The contents of this file are read into a Properties object that is stored |
|---|
| 3 | # as the WEB_PROPERTIES attribute in the Context |
|---|
| 4 | |
|---|
| 5 | # classes listed in the QueryBuilder section of the home page |
|---|
| 6 | begin.query.classes = Gene,Protein |
|---|
| 7 | |
|---|
| 8 | # list upload example |
|---|
| 9 | bag.example.identifiers=MAL13P1.189, PFL2415w, gene.34362, PFI1255w |
|---|
| 10 | |
|---|
| 11 | # quicksearch examples |
|---|
| 12 | quickSearch.identifiers = e.g example identifier |
|---|
| 13 | |
|---|
| 14 | # Properties used by attributeLinkDisplayer.jsp |
|---|
| 15 | # 1. Format: 'attributelink' + unique_name + taxonId + attributeName + (url|imageName|text) |
|---|
| 16 | # 2. The value of the attribute (for the current object) is substituted anywhere the string |
|---|
| 17 | # "<<attributeValue>>" occurs in the text or the url |
|---|
| 18 | # 3. If post url is defined, then post method will be used |
|---|
| 19 | # 4. 'unique_name' is used to distinguish between multiple configurations for the same |
|---|
| 20 | # attribute/organism/class combination |
|---|
| 21 | # 5. logo images should be located in bio/webapp/resources/webapp/model/images/ |
|---|
| 22 | |
|---|
| 23 | attributelink.PubMed.Publication.*.pubMedId.url=http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?cmd=Retrieve&db=PubMed&dopt=Abstract&list_uids= |
|---|
| 24 | attributelink.PubMed.Publication.*.pubMedId.text=PMID: <<attributeValue>> |
|---|
| 25 | attributelink.PubMed.Publication.*.pubMedId.imageName=PubMed_logo_small.png |
|---|
| 26 | |
|---|
| 27 | attributelink.NCBI.Organism.*.taxonId.url=http://www.ncbi.nlm.nih.gov/Taxonomy/Browser/wwwtax.cgi?id=<<attributeValue>> |
|---|
| 28 | attributelink.NCBI.Organism.*.taxonId.text=NCBI Taxonomy Browser: <<attributeValue>> |
|---|
| 29 | |
|---|
| 30 | # colour scheme |
|---|
| 31 | theme = green |
|---|
| 32 | |
|---|
| 33 | # populates meta tags |
|---|
| 34 | meta.keywords = microarray, bioinformatics, drosophila, genomics |
|---|
| 35 | meta.description = Integrated queryable database for Drosophila and Anopheles genomics |
|---|