Commit graph

75 commits

Author SHA1 Message Date
bkoniden
c74821f302 A bunch of changes like
1) Freemarker versions of Co-PI visualizations. CoInvestigator.ftl, CoPIPersonLevel.ftl, person_level_fm-copi.js.
2) Styling changes to Temporal graph.
3) Adding co_author, co_pi and temporal graph icons.
4) ftls related to sparklines. (CoAuthorship and CoPI)
5) Styling changes to CoAuthor/CoPI visualizations -- page.css, coauthor_style.css, coinvestigator_style.css
2011-01-03 22:47:34 +00:00
cdtank
7568601dc4 1. Modified javascript for person level page to adapt tp freemarker changes.
2. Abstracted out the table generating code for sparklines out. This gives us flexibility to put the table wherever we want in the template.
3. Made changes to coauth person l;evel page to display all the content. TThe data is all there with links.
4. Adapted person pub count & coauth sparklines to adapt to new table generating template.
5. Changed coauth vis code gen to include a missing data value.
6. Fixed a bug in person level req handler.
2010-12-23 23:55:57 +00:00
cdtank
419c9dbfb5 1. Modified dependency injection bean to use proper packages.
2. Started the bifurcation process of person level into coauthor person level & copi person level.
3. Fixed person pub count sparkline to use new data structures.
4. Modified co athor vis code genrator to save some more data for use by the templates.
2010-12-23 16:51:03 +00:00
bdc34
ba13a71e3e Working on dateTime with precision NIHVIVO-295 2010-12-22 22:36:47 +00:00
bkoniden
5a4d336077 1) Modified CoPIGrantCountRequestHandler that handles four data responses -- 2 sparkline, 2 data 2010-12-22 22:07:04 +00:00
cdtank
d0aa00d216 1. Added VOs to be consumed by the templates. 2010-12-22 21:18:19 +00:00
cdtank
d08cdd3498 1. Modified dependency injection bean to include the new freemarkerized vis.
2. Modified freemarker branch to use newly added visFramework constants.
3. Completed freemarkerization of co-pi vis code generator.
4. Modified co-autho req handler to handle all data responses (2 sparkline, 2 network) instaed of person level.
5. Adde dperson level request handler to freemarker branch.
2010-12-22 21:14:07 +00:00
bkoniden
af69cb0c51 1)Committing ftls for persongrantcount and co-pi.
2)Modified {standalone,dynamic} activator for coauthor, personpubcount,persongrantcount and copi. -- fixed the path 
3)Modified persongrantcountrequesthandler -- fixed the path
2010-12-22 17:01:26 +00:00
rjy7
3730aecb6f Added getTitle() method to EmptyController. Requires changing method signature to take a VitroRequest object. 2010-12-22 16:52:37 +00:00
cdtank
2404668a0d 1. Made changes to freemarker temnplate paths in the servlets.
2. Removed redundant templates.
2010-12-22 16:38:57 +00:00
bkoniden
12ddea8241 Adding coInvestigation.ftl and modified CoPIGrantCountRequestHandler 2010-12-22 14:44:39 +00:00
cdtank
a3aa585a03 1. Refactored freemarker templates & the directory structure.
2. Made chanegs to sparkline-related ftls to use the new geenric vis code geenrator.
3. Refactored vis code geenrators to be more geenric.
2010-12-22 01:00:47 +00:00
bkoniden
7dc4628302 Made the following changes:
1) Rewrote queries for CoPIGrantCount and PersonGrantCount -- Fixed a major bug
2) lots of styling changes to coauthor_style.css and page.css and couple of changes to person_level.jsp to incorporate new changes from Elisha's mockup.
3) Increased the width of sparklines to 150px. The text surrounding the sparklines needs to be further styled.
2010-12-22 00:44:02 +00:00
nac26
4c6ae87390 NIHVIVO-1381 Updated name of template file to match naming convention throughout app (start with lowercase) 2010-12-21 22:37:27 +00:00
cdtank
81855eddc2 1. Removed SOPs from the visualization codebase. Switched it with log.debugs.
2. Added person grant count & coauthorship to the freemarker version of dependency inhection bean.
3. Fixed a bug in garnt count freemarker.
4. Made use of urlbuilder instead of making urls by just encoding/appending parameters.
5. Add co-pi to the freemarker package. Completed the back-end conversion.
2010-12-17 22:05:53 +00:00
cdtank
36a5f5ad0c 1. Converted co-authorship to use the new vis arhitecture & freemarker. 2010-12-17 16:46:05 +00:00
jeb228
a476a47418 Add license tags where required. 2010-12-16 20:57:57 +00:00
cdtank
06523d402e 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).
2010-12-16 01:18:39 +00:00
bkoniden
809ae7b162 Adding Freemarker versions of PersonGrantCount (QueryRunner, RequestHandler, VisCodeGenerator) and related ftls (grantCount, grantSparklineContent) 2010-12-15 22:48:42 +00:00
bkoniden
313a2da5da committing persongrantcount related files,new Egocentric swf file, CoPIVisCodeGenerator, person_level.js (to include co-author and co-pi vis). 2010-12-15 17:20:57 +00:00
cdtank
f15022e264 1. Added license information in the recetly added freemarker templates.
2. Added Utilities vis to the freemarker branch.
2010-12-13 23:37:07 +00:00
cdtank
7e9bcdaab2 1. Created folder structure for the theme components (css, images, js) so that visualizations can become theme agnostic.
2. Modified FreeMarkerized (FM) sparklines on the profile page to actually make calls to freemarker version of person publication count sparkline. (TODO: currently the code to replace "/visualization" with "/visualizationfm" is hard coded. Thsi will be resolved once change is made in IndividualController to call FM personPubCount controller.)
3. Added new templates for FM version of visualizations. 
4. Added a new bean which recognized FM versions of visualizations.
5. Created FM branch of the visualization architecture & Person publication count visualization.
6. For Person pub count abstracted out the html/javascript code creator to be on the front end itself. (TODO: refactor SparklineData VO to remove attributes that save the html/js code.)
2010-12-13 20:07:51 +00:00
bkoniden
821f4ae2c3 Fixing the issue with PersonGrantCountRequestHandler 2010-12-03 18:43:17 +00:00
bkoniden
72662f38bf 1) Added link for Co-PI network on the Co-Author visualization.
2) created entityComparison folder under themes/wilma/css/visualization and added layout.css there to make Temporal Vis working with wilma.
3) Created new classes for PersonGrantCount(sparkline for grants over time) and EntityGrantCount(grants for institutional level entities)
2010-12-03 15:53:50 +00:00
bkoniden
5dbe8f00b1 Added licensing information to the files I created. Deleted freemarker files/folders that i've created inside src/edu/cornell/mannlib/vitro/webapp/visualization. Since chintan is working on Freemarker-ization, he's going to take care of it. 2010-11-30 22:42:34 +00:00
bkoniden
22ae33bab6 Integrating the latest swf file and added changes to person_level.js accordingly. 2010-11-29 17:23:40 +00:00
bkoniden
4bb68f332e Fixed the bug related to "loading up Co-Author/Co-PI" visualizations and their dependency on the domain name. 2010-11-23 23:02:39 +00:00
bkoniden
dec86a43fa query.isSelectType() commented out in AllPropertiesQueryRunner and GenericQueryRunner too. 2010-11-23 20:29:17 +00:00
bkoniden
7b9a7cf5e2 1) Removed entry for freemarker in visualization-beans-injection.xml
2) Commented out the part related to query.isSelectType() in all the QueryRunners
3) Added a generalized query for temporal vis that doesn't impose hierarchy. (Even if there are only people in a University/School, it works!)
4) Added print method to CoPIData
2010-11-23 15:41:57 +00:00
bkoniden
67d14f3212 re-integrating the branch /branches/iu-vis-dev-branches/vivo-post-1.1 2010-11-22 19:39:51 +00:00
bdc34
488f71b1c8 working on freemarker custom forms 2010-11-17 17:43:56 +00:00
bdc34
30e1269c3e Adding test for DateTimeWithPrecision. 2010-11-11 19:12:08 +00:00
rjy7
3cd38b7583 NIHVIVO-1304 Initial implementation of Widget directive. Requires two templates, one for assets and one for markup; would like to combine into a single template with two macros instead. 2010-11-10 19:50:30 +00:00
jeb228
a2ad0b880c Kluge to stop compile errors in Hudson. 2010-11-09 22:38:07 +00:00
bdc34
8968b07c53 Working on date time with precision edit element, NIHVIVO-295. 2010-11-09 20:37:09 +00:00
nac26
8ccfef4fcc more tweaks to wilma to correct issues with theme images (visualization, property groups, and editing) and markup conflicts for custom editing forms NIHVIVO-556 2010-10-26 17:17:37 +00:00
jeb228
cd437cfab5 NIHVIVO-736 transitioning from LoginFormBean to LoginStatusBean. 2010-10-13 16:46:23 +00:00
cdtank
0f6c18fca1 1. Removed the checking of publication being an instance of bibo:Document in sparql query. This check is unnecessary. Refer [VIVOFEED-583] at http://issues.library.cornell.edu/browse/VIVOFEED-583 for more info. 2010-10-01 17:25:51 +00:00
cdtank
571182b98e 1. Made changes to the styling of text for the sparklines. Made them more amenable to IE's whims. 2010-09-15 20:46:08 +00:00
rjy7
56856f0704 NIHVIVO-1023 Change position history custom form to use autocomplete rather than select list for related organization 2010-09-01 21:06:17 +00:00
cdtank
765190c5f5 1. google does not like me so decided to screw the sparkline dimensions a day before the conference. So had to change the code with new dimensions. This is (hopefully) just a stop-gap solution. Will file a bug with the Google Vis API later on. Thanks to Nick & Micah for working on this. 2010-08-10 20:57:52 +00:00
cdtank
438c31d179 1. Adding "standalone" mode for co-authorship vis (just the flash & nothing else). 2010-08-09 15:45:43 +00:00
cdtank
0846299deb 1. Code cleanup & refactor.
2. More code documentation.
3. Minor change in wordings.
2010-08-03 23:04:44 +00:00
cdtank
8372464464 1. Added updated flash vis from Asik.
2. Modified the front end for person level vis so that when the flash vis height decreases it does not leave a trail of whitepace below it. All the wrapping containers adjust properly now.
3. Made the person pub count use set instead of list. I had already made other viss do this.
2010-07-30 17:29:34 +00:00
cdtank
0ba1e950aa 1. Refactored code.
2. Removed edges of documents that has more than 100 co-authors.
2010-07-29 23:33:40 +00:00
cdtank
d7e39e2953 1. Made changes so that visualizations url prefix is less vague (refer NIHVIVO-967) 2010-07-29 22:17:13 +00:00
cdtank
636ab2bf65 1. Refactored code to use the vis services provided via dependency injection method. 2010-07-29 21:37:14 +00:00
cdtank
e22b5d7d23 1. Refactored code to make it more amenable to dependency injection. Removed unnecessary state preservation from all the VisRequestHandlers. 2010-07-29 21:13:58 +00:00
cdtank
107eabbe14 1. PAth issues for the bean file caused the vis to be not loaded. right now checking out various options & for now included a catch-all exception handler so that graceful degradation in case of no .xml file happens. 2010-07-29 17:22:45 +00:00
cdtank
a6a29b7155 1. Added constructs for handling visualization dependency injection into vis controller.
2. Refactored code.
2010-07-29 16:54:12 +00:00