NIHVIVO-2098 Do not show the link for temporal visualization unless deploy.properties specifies "visualization.temporal = enabled"
This commit is contained in:
parent
24795af665
commit
40a089ef31
3 changed files with 50 additions and 2 deletions
|
@ -562,6 +562,29 @@
|
|||
http://vivo.mydomain.edu/ns#networkId
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
The temporal graph visualization can require extensive machine resources.
|
||||
This can have a particularly noticable impact on memory usage if
|
||||
<ul>
|
||||
<li> VIVO is configured to use Jena SDB, </li>
|
||||
<li> The organization tree is deep, </li>
|
||||
<li> The number of grants and publications is large. </li>
|
||||
</ul>
|
||||
The VIVO developers are working to make this visualization more efficient.
|
||||
In the meantime, VIVO release 1.2 guards against this impact by disabling
|
||||
temporal graph visualization unless the "visualization.temporal" flag is
|
||||
set to "enabled".
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="odd_row">
|
||||
<td>
|
||||
visualization.temporal
|
||||
</td>
|
||||
<td>
|
||||
enabled
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
The temporal graph visualization is used to
|
||||
|
|
|
@ -538,6 +538,29 @@
|
|||
http://vivo.mydomain.edu/ns#networkId
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
The temporal graph visualization can require extensive machine resources.
|
||||
This can have a particularly noticable impact on memory usage if
|
||||
<ul>
|
||||
<li> VIVO is configured to use Jena SDB, </li>
|
||||
<li> The organization tree is deep, </li>
|
||||
<li> The number of grants and publications is large. </li>
|
||||
</ul>
|
||||
The VIVO developers are working to make this visualization more efficient.
|
||||
In the meantime, VIVO release 1.2 guards against this impact by disabling
|
||||
temporal graph visualization unless the "visualization.temporal" flag is
|
||||
set to "enabled".
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="odd_row blue">
|
||||
<td>
|
||||
visualization.temporal
|
||||
</td>
|
||||
<td>
|
||||
enabled
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
The temporal graph visualization is used to
|
||||
|
|
|
@ -3,7 +3,9 @@
|
|||
<#-- Individual profile page template for foaf:Organization individuals (extends individual.ftl in vivo)-->
|
||||
|
||||
<#assign classSpecificExtension>
|
||||
<#include "individual-visualizationTemporalGraph.ftl">
|
||||
<#if temporalVisualizationEnabled??>
|
||||
<#include "individual-visualizationTemporalGraph.ftl">
|
||||
</#if>
|
||||
</#assign>
|
||||
|
||||
<#include "individual.ftl">
|
||||
<#include "individual.ftl">
|
||||
|
|
Loading…
Add table
Reference in a new issue