File tree 2 files changed +17
-10
lines changed
src/main/resources/templates/user
2 files changed +17
-10
lines changed Original file line number Diff line number Diff line change 5
5
6
6
<groupId >ubc.pavlab</groupId >
7
7
<artifactId >rdp</artifactId >
8
- <version >1.2.4 </version >
8
+ <version >1.2.5 </version >
9
9
10
10
<parent >
11
11
<groupId >org.springframework.boot</groupId >
22
22
<dependency >
23
23
<groupId >org.springframework.boot</groupId >
24
24
<artifactId >spring-boot-starter-thymeleaf</artifactId >
25
+ <exclusions >
26
+ <exclusion >
27
+ <artifactId >groovy</artifactId >
28
+ <groupId >org.codehaus.groovy</groupId >
29
+ </exclusion >
30
+ </exclusions >
25
31
</dependency >
26
32
27
33
<dependency >
Original file line number Diff line number Diff line change @@ -173,21 +173,22 @@ <h5 class="mb-0">
173
173
< h5 class ="mb-0 ">
174
174
< button class ="btn btn-link " data-toggle ="collapse " data-target ="#modelmanager "
175
175
aria-expanded ="false " aria-controls ="modelmanager ">
176
- Model Organism Manager
176
+ Model Organism Tab
177
177
</ button >
178
178
</ h5 >
179
179
</ div >
180
180
181
181
< div id ="modelmanager " class ="collapse " aria-labelledby ="modelmanager-heading "
182
182
data-parent ="#model-accordion ">
183
183
< div class ="card-body ">
184
- < p >
185
- In the manager, you can optionally enter a description of
186
- your research on this organism (Organism Research Focus), if you feel it is
187
- different from the description you may have provided in your < b > < a th:href ="@{/user/profile} "> Profile</ a > </ b > (About My Research).
188
- </ p >
189
-
190
- < p > The most important functionality of the Manager is
184
+ < p >
185
+ After selecting a model organism in the drop-down menu, you can optionally enter
186
+ a description of your research on this organism (Organism Research Focus), if you
187
+ feel it is different from the description you may have provided in your
188
+ < b > < a th:href ="@{/user/profile} "> Profile</ a > </ b > (About My Research).
189
+ </ p >
190
+
191
+ < p > The most important functionality of this section is
191
192
the addition of genes, and then of Gene Ontology terms.</ p >
192
193
</ div >
193
194
</ div >
@@ -412,4 +413,4 @@ <h5 class="mb-0">
412
413
</ div >
413
414
< div th:replace ="fragments/footer " th:remove ="tag "> ...</ div >
414
415
</ body >
415
- </ html >
416
+ </ html >
You can’t perform that action at this time.
0 commit comments