Commit graph

406 commits

Author SHA1 Message Date
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
cdtank
0e745f94c3 1. Added updated flash vis from Asik.
2. Refactored code.
2010-07-28 21:44:14 +00:00
cdtank
819a9028a6 1. Added License text 2010-07-27 23:50:19 +00:00
cdtank
d55b88c2f6 1. Code Cleanup & Refactor. 2010-07-27 23:46:42 +00:00
cdtank
6bfb37d127 1. Changed the logic of duplicate edge detection (now the time complexity is O(1) instead of O(n^2))
2. Cleanup.
2010-07-27 17:38:25 +00:00
cdtank
81f0ad89d6 1. Fix to resolve this > http://issues.library.cornell.edu/browse/NIHVIVO-1007
2. Basically I forced orders whenever edges & nodes were created using custom comparator & collections.sort
2010-07-26 17:45:05 +00:00
bdc34
a89c1550d0 Merge To trunk. Adding filtering of Positions in past. NIHVIVO-984 2010-07-24 21:37:23 +00:00
cdtank
233f101685 1. Changed the order of nodes & edges.
2. Checked for exisitng of nodes/edges & also size before getting any relevant further properties..
2010-07-23 21:32:47 +00:00
cdtank
25352b8a41 1. license text inserted. 2010-07-23 21:23:02 +00:00
cdtank
94b6c47294 1. Made style changes to person level vis front end.
2. Updated co-author vis from Asik.
3. Made code changes so that graphml sent to the flash vis will always be ordered by node ids instead of letting flash vis handle it.
2010-07-23 21:13:13 +00:00
cdtank
f47c886d27 1. code cleanup 2010-07-23 20:28:14 +00:00
cdtank
57c954bf2b 1. Cleaned up code
2. Removed debug prints.
2010-07-23 16:12:22 +00:00
cdtank
b1ef6b1644 1. Change of page title for person level vis 2010-07-22 22:18:50 +00:00
cdtank
53987ce8f3 1. Updated flash vis form Asik.
2. Modified the fix for GUESS compatibility with coauthorship graphml file
2010-07-22 21:38:45 +00:00
cdtank
25137bab55 1. Improved the slugify logic. 2010-07-22 21:28:22 +00:00
cdtank
70e58dd4ce 2010-07-22 21:05:40 +00:00
nac26
d961b13c0c merge from rel-1.1-maint branch: fixing some "thumnail" typos NIHVIVO-958 2010-07-22 17:59:54 +00:00
cdtank
50dd3ba19f 1. Fixed the issue when the author's name was really really long, flash vis used to create a scrollbar just for the legend. We made use of ellipsis in case of really long names.
2. The same for the sidebar author names.
3. Removed unused code.
2010-07-21 21:04:55 +00:00
cdtank
766ecaf06d 1. reverting the td widths to be a standard 30pixels for both person pub count & coauthor sparklines. they were different in previous commit causing alignment issues in the deployed code. 2010-07-21 18:33:34 +00:00
cdtank
7a07c45271 1. code cleanup
2. changed captilization of "Co-authors"
2010-07-21 17:58:19 +00:00