Changeset 16272
- Timestamp:
- 22/07/08 10:43:26 (1 month ago)
- Files:
-
- trunk/modmine/webapp/resources/tiles-defs-model.xml (modified) (1 diff)
- trunk/modmine/webapp/resources/webapp/WEB-INF/aspects.xml (modified) (2 diffs)
- trunk/modmine/webapp/resources/webapp/WEB-INF/webconfig-model.xml (modified) (1 diff)
- trunk/modmine/webapp/resources/webapp/dataCategories.jsp (modified) (2 diffs)
- trunk/modmine/webapp/resources/webapp/model/images/modENCODE.png (added)
- trunk/modmine/webapp/resources/webapp/model/images/modENCODE_150.png (added)
- trunk/modmine/webapp/resources/webapp/model/submissions.jsp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/modmine/webapp/resources/tiles-defs-model.xml
r16257 r16272 1 <definition name="orthologueDisplayer.tile" path="/model/orthologueDisplayer.jsp" 2 controllerUrl="/initOrthologueDisplayer.do"/> 3 4 <definition name="attributeLinkDisplayer.tile" path="/model/attributeLinkDisplayer.jsp" 5 controllerUrl="/initAttributeLinkDisplayer.do"/> 6 1 7 <definition name="providers.tile" path="/model/providers.jsp" 2 8 controllerUrl="/initProviders.do"/> trunk/modmine/webapp/resources/webapp/WEB-INF/aspects.xml
r16083 r16272 1 1 <aspects> 2 <aspect name="modENCODE"> 3 <subtitle></subtitle> 4 <icon-image>model/images/modENCODE_s.png</icon-image> 5 <large-image>model/images/modENODE_s.png</large-image> 6 <intro-text> 7 The National Human Genome Research Institute (NHGRI) model organism ENCyclopedia Of DNA Elements 8 (modENCODE) Project will try to identify all of the sequence-based functional elements in the 9 Caenorhabditis elegans and Drosophila melanogaster genomes. 10 The project is run as a Research Network. 11 </intro-text> 12 <tile-name>model/projects.jsp</tile-name> 13 <aspect-source name="FlyBase" url="http://www.flybase.org"/> 14 <aspect-source name="WormBase" url="http://www.wormbase.org/"/> 15 </aspect> 16 2 17 <aspect name="Genomics"> 3 18 <subtitle>Genome annotation</subtitle> … … 69 84 </aspect> 70 85 71 <!--72 <aspect name="Transcriptional Regulation">73 <subtitle>Regulatory regions and<br/>transcription factor binding sites</subtitle>74 <icon-image>model/images/bindingSites.png</icon-image>75 <large-image>model/images/bindingSites.png</large-image>76 <intro-text>77 Regulatory regions and transcription factor binding sites in <i>Drosophila melanogaster</i> from FlyReg, REDfly, Tiffin and FlyBase.78 </intro-text>79 <tile-name>model/bindingSites.jsp</tile-name>80 <aspect-source name="FlyReg" url="http://www.flyreg.org/"/>81 <aspect-source name="REDfly" url="http://redfly.ccr.buffalo.edu/"/>82 <aspect-source name="FlyBase" url="http://www.flybase.org"/>83 <aspect-source name="Tiffin" url="http://servlet.sanger.ac.uk/tiffin/"/>84 </aspect>85 86 <aspect name="RNAi">87 <subtitle>RNA interference</subtitle>88 <icon-image>model/images/rnai.png</icon-image>89 <large-image>model/images/rnai.png</large-image>90 <intro-text>91 Results from cell-based RNAi interference experiments from the92 <i>Drosophila</i> RNAi screening center and from93 <i>in vivo</i> experiments in <i>Caenorhabditis94 elegans</i>. By using orthologues, gene phenotypes in other95 organisms can be inferred from the <i>C. elegans</i>96 RNAi experiments.97 </intro-text>98 <tile-name>model/RNAi.jsp</tile-name>99 <aspect-source name="Drosophila</i> RNAi Screening Center" url="http://www.flyrnai.org/"/>100 </aspect>101 -->102 86 103 87 <aspect name="Literature"> trunk/modmine/webapp/resources/webapp/WEB-INF/webconfig-model.xml
r16038 r16272 43 43 <fieldconfig fieldExpr="factorName"/> 44 44 <fieldconfig fieldExpr="factorType"/> 45 <fieldconfig fieldExpr="description" showInResults="false"/>45 <!-- <fieldconfig fieldExpr="description" showInResults="false"/> --> 46 46 </fields> 47 47 </class> trunk/modmine/webapp/resources/webapp/dataCategories.jsp
r16216 r16272 22 22 </tr> 23 23 24 <tr><td rowspan="1" class="leftcol"> 24 <tr><td rowspan="2" class="leftcol"> 25 <html:link action="/aspect?name=modENCODE"> <p><img src="model/images/modENCODE.png" /></p> 26 <p> modENCODE </p></html:link></td> 27 <td> <i>D. melanogaster</i> </td> 28 <td> </td> 29 <td> </td> 30 <td> </td> 31 <td> </td> 32 </tr> 33 <tr> 34 <td> <i>C. elegans</i> </td> 35 <td> </td> 36 <td> </td> 37 <td> </td> 38 <td> </td> 39 40 41 <tr><td rowspan="2" class="leftcol"> 25 42 <html:link action="/aspect?name=Genomics"> <p><img src="model/images/genomics.gif" /></p> 26 43 <p> Genomics </p></html:link></td> … … 31 48 <td> </td> 32 49 </tr> 33 50 <tr> 51 <td> <i>C. elegans</i> </td> 52 <td> Genome annotation - Release </td> 53 <td><a href="http://www.wormbase.org" target="_new">Wormbase</a></td> 54 <td> - </td> 55 <td> </td> 56 </tr> 34 57 <tr><td rowspan="1" class="leftcol"> 35 58 <html:link action="/aspect?name=Comparative%20Genomics"> trunk/modmine/webapp/resources/webapp/model/submissions.jsp
r16261 r16272 29 29 </table> 30 30 </div> 31 32 dateStyle="short" 33 31 34 --%> 32 35 … … 43 46 ${item.value.title} 44 47 </html:link> 45 </td><td><fmt:formatDate value="${item.value.publicReleaseDate}" type="date" dateStyle="short"/>46 48 </td> 49 50 <td><fmt:formatDate value="${item.value.publicReleaseDate}" type="date" pattern="yyyy-MM-dd"/> 51 </td> 52 47 53 </tr> 48 54 </c:if>
