1. Changed vis architecture to serve 3 type of responses from 3 corresponding url patterns (standard, ajax, data).
2. Removed debug statements from publication sparkline ftl. 3. Reworked publication sparkline & utilities visualziation to ahere to new architecture. 4. Started work on co-authorship freemarkerization. 5. Removed FileResponseValues type per talks with Rebecca Y. & Nick C. 6. Temporarily disabled person grant count visualization (freemarker version).
This commit is contained in:
parent
b8e8a81171
commit
06523d402e
26 changed files with 2565 additions and 558 deletions
|
@ -12,13 +12,15 @@
|
|||
<bean id="person_pub_count"
|
||||
class="edu.cornell.mannlib.vitro.webapp.visualization.freemarker.personpubcount.PersonPublicationCountRequestHandler" />
|
||||
|
||||
<bean id="utilities"
|
||||
class="edu.cornell.mannlib.vitro.webapp.visualization.freemarker.utilities.UtilitiesRequestHandler" />
|
||||
|
||||
<!--
|
||||
<bean id="coauthorship"
|
||||
class="edu.cornell.mannlib.vitro.webapp.visualization.coauthorship.CoAuthorshipRequestHandler" />
|
||||
<bean id="person_level"
|
||||
class="edu.cornell.mannlib.vitro.webapp.visualization.personlevel.PersonLevelRequestHandler" />
|
||||
<bean id="utilities"
|
||||
class="edu.cornell.mannlib.vitro.webapp.visualization.utilities.UtilitiesRequestHandler" />
|
||||
|
||||
<bean id="entity_comparison"
|
||||
class="edu.cornell.mannlib.vitro.webapp.visualization.entitycomparison.EntityPublicationCountRequestHandler" />
|
||||
<bean id="coprincipalinvestigator"
|
||||
|
@ -33,6 +35,9 @@
|
|||
<ref bean="person_pub_count"></ref>
|
||||
</entry>
|
||||
|
||||
<entry key="utilities">
|
||||
<ref bean="utilities"></ref>
|
||||
</entry>
|
||||
<!--
|
||||
<entry key="coauthorship">
|
||||
<ref bean="coauthorship"></ref>
|
||||
|
@ -40,9 +45,6 @@
|
|||
<entry key="person_level">
|
||||
<ref bean="person_level"></ref>
|
||||
</entry>
|
||||
<entry key="utilities">
|
||||
<ref bean="utilities"></ref>
|
||||
</entry>
|
||||
<entry key="entity_comparison">
|
||||
<ref bean="entity_comparison"></ref>
|
||||
</entry>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue