1. Implemented the backend for accepting shorter urls for visualizations. This partially implements the feature described here http://issues.library.cornell.edu/browse/NIHVIVO-1097

2. Changed the IndividualTemplateModel to render shorter vis urls for temporal graph & ego-centric networks.
3. changed main toggle visualization links in ego-centric networks to use shorter vis urls.
This commit is contained in:
cdtank 2011-04-28 20:28:36 +00:00
parent 4bd69801ce
commit 29ca04f648
18 changed files with 488 additions and 45 deletions

View file

@ -63,6 +63,14 @@
<entry key="person_level">
<ref bean="person_level"></ref>
</entry>
<entry key="author-network">
<ref bean="person_level"></ref>
</entry>
<entry key="investigator-network">
<ref bean="person_level"></ref>
</entry>
<!--
<entry key="entity_comparison">
@ -73,11 +81,14 @@
<entry key="entity_comparison">
<ref bean="entity_comparison"></ref>
</entry>
<entry key="pub_temporal">
<ref bean="pub_temporal"></ref>
</entry>
<entry key="publication-graph">
<ref bean="entity_comparison"></ref>
</entry>
<entry key="coprincipalinvestigator">
<ref bean="coprincipalinvestigator"></ref>
@ -89,7 +100,11 @@
<entry key="grant_temporal">
<ref bean="grant_temporal"></ref>
</entry>
</entry>
<entry key="grant-graph">
<ref bean="entity_grant_count"></ref>
</entry>
</map>
</property>