2011-02-24 17:14:39 +00:00
|
|
|
<!-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
2010-12-13 20:07:51 +00:00
|
|
|
<beans xmlns="http://www.springframework.org/schema/beans"
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:aop="http://www.springframework.org/schema/aop"
|
|
|
|
xmlns:context="http://www.springframework.org/schema/context"
|
|
|
|
xsi:schemaLocation="http://www.springframework.org/schema/beans
|
|
|
|
http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
|
|
|
|
http://www.springframework.org/schema/aop
|
|
|
|
http://www.springframework.org/schema/aop/spring-aop-2.5.xsd
|
|
|
|
http://www.springframework.org/schema/context
|
|
|
|
http://www.springframework.org/schema/context/spring-context-2.5.xsd">
|
|
|
|
|
|
|
|
|
|
|
|
<bean id="person_pub_count"
|
2011-05-11 21:35:43 +00:00
|
|
|
class="edu.cornell.mannlib.vitro.webapp.visualization.personpubcount.PersonPublicationCountRequestHandler" />
|
2010-12-13 20:07:51 +00:00
|
|
|
|
2010-12-16 01:18:39 +00:00
|
|
|
<bean id="utilities"
|
2011-05-11 21:35:43 +00:00
|
|
|
class="edu.cornell.mannlib.vitro.webapp.visualization.utilities.UtilitiesRequestHandler" />
|
2010-12-16 01:18:39 +00:00
|
|
|
|
2010-12-13 20:07:51 +00:00
|
|
|
<bean id="coauthorship"
|
2011-05-11 21:35:43 +00:00
|
|
|
class="edu.cornell.mannlib.vitro.webapp.visualization.coauthorship.CoAuthorshipRequestHandler" />
|
2010-12-17 22:05:53 +00:00
|
|
|
|
|
|
|
<bean id="person_grant_count"
|
2011-05-11 21:35:43 +00:00
|
|
|
class="edu.cornell.mannlib.vitro.webapp.visualization.persongrantcount.PersonGrantCountRequestHandler" />
|
2010-12-17 22:05:53 +00:00
|
|
|
|
2010-12-13 20:07:51 +00:00
|
|
|
<bean id="person_level"
|
2011-05-11 21:35:43 +00:00
|
|
|
class="edu.cornell.mannlib.vitro.webapp.visualization.personlevel.PersonLevelRequestHandler" />
|
2010-12-22 21:14:07 +00:00
|
|
|
|
2010-12-13 20:07:51 +00:00
|
|
|
<bean id="coprincipalinvestigator"
|
2011-05-11 21:35:43 +00:00
|
|
|
class="edu.cornell.mannlib.vitro.webapp.visualization.coprincipalinvestigator.CoPIGrantCountRequestHandler" />
|
2010-12-13 20:07:51 +00:00
|
|
|
|
2011-03-16 16:04:57 +00:00
|
|
|
<bean id="pub_temporal"
|
2011-07-22 23:02:48 +00:00
|
|
|
class="edu.cornell.mannlib.vitro.webapp.visualization.temporalgraph.TemporalPublicationVisualizationRequestHandler" />
|
2011-03-17 16:21:34 +00:00
|
|
|
|
|
|
|
<bean id="grant_temporal"
|
2011-07-22 23:02:48 +00:00
|
|
|
class="edu.cornell.mannlib.vitro.webapp.visualization.temporalgraph.TemporalGrantVisualizationRequestHandler" />
|
2010-12-22 21:14:07 +00:00
|
|
|
|
2011-05-12 20:51:47 +00:00
|
|
|
<bean id="map_of_science"
|
|
|
|
class="edu.cornell.mannlib.vitro.webapp.visualization.mapofscience.MapOfScienceVisualizationRequestHandler" />
|
|
|
|
|
2011-07-12 19:30:05 +00:00
|
|
|
<bean id="regenerate_vis_models"
|
|
|
|
class="edu.cornell.mannlib.vitro.webapp.visualization.modelconstructor.ModelConstructorRequestHandler" />
|
|
|
|
|
2011-07-13 00:36:53 +00:00
|
|
|
<bean id="tools"
|
|
|
|
class="edu.cornell.mannlib.vitro.webapp.visualization.tools.ToolsRequestHandler" />
|
|
|
|
|
2010-12-13 20:07:51 +00:00
|
|
|
<bean id="visualizationInjector"
|
2011-05-12 20:51:47 +00:00
|
|
|
class="edu.cornell.mannlib.vitro.webapp.controller.visualization.VisualizationInjector">
|
2010-12-13 20:07:51 +00:00
|
|
|
<property name="visualizations">
|
|
|
|
<map>
|
|
|
|
<entry key="person_pub_count">
|
|
|
|
<ref bean="person_pub_count"></ref>
|
|
|
|
</entry>
|
|
|
|
|
2010-12-16 01:18:39 +00:00
|
|
|
<entry key="utilities">
|
|
|
|
<ref bean="utilities"></ref>
|
|
|
|
</entry>
|
2010-12-17 22:05:53 +00:00
|
|
|
|
2010-12-13 20:07:51 +00:00
|
|
|
<entry key="coauthorship">
|
|
|
|
<ref bean="coauthorship"></ref>
|
|
|
|
</entry>
|
2010-12-17 22:05:53 +00:00
|
|
|
|
|
|
|
<entry key="person_grant_count">
|
|
|
|
<ref bean="person_grant_count"></ref>
|
|
|
|
</entry>
|
|
|
|
|
2010-12-13 20:07:51 +00:00
|
|
|
<entry key="person_level">
|
|
|
|
<ref bean="person_level"></ref>
|
|
|
|
</entry>
|
2011-04-28 20:28:36 +00:00
|
|
|
|
|
|
|
<entry key="author-network">
|
|
|
|
<ref bean="person_level"></ref>
|
|
|
|
</entry>
|
|
|
|
|
|
|
|
<entry key="investigator-network">
|
|
|
|
<ref bean="person_level"></ref>
|
|
|
|
</entry>
|
2011-03-16 16:04:57 +00:00
|
|
|
|
2011-03-17 16:21:34 +00:00
|
|
|
<!--
|
2011-03-16 16:04:57 +00:00
|
|
|
<entry key="entity_comparison">
|
|
|
|
<ref bean="entity_comparison"></ref>
|
|
|
|
</entry>
|
2011-03-17 16:21:34 +00:00
|
|
|
-->
|
2011-03-16 16:04:57 +00:00
|
|
|
|
|
|
|
<entry key="entity_comparison">
|
2011-05-09 15:52:05 +00:00
|
|
|
<ref bean="pub_temporal"></ref>
|
2011-03-16 16:04:57 +00:00
|
|
|
</entry>
|
|
|
|
|
|
|
|
<entry key="pub_temporal">
|
|
|
|
<ref bean="pub_temporal"></ref>
|
|
|
|
</entry>
|
2011-04-28 20:28:36 +00:00
|
|
|
|
|
|
|
<entry key="publication-graph">
|
2011-05-09 15:52:05 +00:00
|
|
|
<ref bean="pub_temporal"></ref>
|
2011-04-28 20:28:36 +00:00
|
|
|
</entry>
|
2011-01-05 16:24:31 +00:00
|
|
|
|
2010-12-13 20:07:51 +00:00
|
|
|
<entry key="coprincipalinvestigator">
|
|
|
|
<ref bean="coprincipalinvestigator"></ref>
|
|
|
|
</entry>
|
|
|
|
|
2011-01-07 21:59:59 +00:00
|
|
|
<entry key="entity_grant_count">
|
2011-05-09 15:52:05 +00:00
|
|
|
<ref bean="grant_temporal"></ref>
|
2011-03-17 16:21:34 +00:00
|
|
|
</entry>
|
|
|
|
|
|
|
|
<entry key="grant_temporal">
|
|
|
|
<ref bean="grant_temporal"></ref>
|
2011-04-28 20:28:36 +00:00
|
|
|
</entry>
|
|
|
|
|
|
|
|
<entry key="grant-graph">
|
2011-05-09 15:52:05 +00:00
|
|
|
<ref bean="grant_temporal"></ref>
|
2011-04-28 20:28:36 +00:00
|
|
|
</entry>
|
2010-12-22 21:14:07 +00:00
|
|
|
|
2011-05-12 20:51:47 +00:00
|
|
|
<entry key="map-of-science">
|
|
|
|
<ref bean="map_of_science"></ref>
|
2011-07-12 19:30:05 +00:00
|
|
|
</entry>
|
|
|
|
|
|
|
|
<entry key="refresh-cache">
|
|
|
|
<ref bean="regenerate_vis_models"></ref>
|
2011-07-13 00:36:53 +00:00
|
|
|
</entry>
|
|
|
|
|
|
|
|
<entry key="tools">
|
|
|
|
<ref bean="tools"></ref>
|
2011-05-12 20:51:47 +00:00
|
|
|
</entry>
|
|
|
|
|
2010-12-13 20:07:51 +00:00
|
|
|
</map>
|
|
|
|
</property>
|
|
|
|
|
|
|
|
</bean>
|
|
|
|
|
|
|
|
</beans>
|