Commit graph

34 commits

Author SHA1 Message Date
cdtank
c5904868c0 1. Added notification plugin for the temporal graph vis,
2. Made sure that notification appears when more than 10 entites are attempted to be compared.
2011-01-06 20:52:23 +00:00
cdtank
58336a27de 1. Fixed the bug in temporal graph vis, where more than 10 entities could be selected.
2. fixed the notification to show a proper error message & for decent amount of time.
3. Did major reactors to javascript code to make it go faster.
2011-01-06 18:25:04 +00:00
cdtank
65480ffee7 2011-01-05 23:31:17 +00:00
bkoniden
6c9ec68641 renaming messup with svn commit. so re-adding entitycomparison again. 2011-01-05 16:52:11 +00:00
bkoniden
c8b37b8271 Deleting entityComparison js files -- changed the name to entitycomparison. 2011-01-05 16:27:11 +00:00
cdtank
a127d6337d 1. Made style changes for the indivudal page in the sparkline visualization section.
2. Moved co-author n/w link from publication sparkline template to indiv*-sparkline*.ftl
2011-01-04 18:08:21 +00:00
cdtank
98a4887065 1. Refactored javascript includes for person level page to reuse the code instead of duplicating it between coauthorship & copiship.
2. Fixed "back to profile" link.
3. Removed now redundant js files.
2011-01-04 01:21:15 +00:00
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
bkoniden
209c9b6a7b Made changes (css, jsp and js) to reflect the latest mockup. 2010-12-17 17:07:44 +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
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
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
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
415670e28d Fixed the problem of Axis text not being in the middle. 2010-11-23 19:43:53 +00:00
bkoniden
a06d2e03ba Committing the following changes in Temporal Vis
1)level that indicates the status of the page needs to be made "Level"
2)Make the range on both the axes - 5 years.
3)By default, sort by publication count and select the top 5.
4)Only two levels – Institution level and Person level.
5)Change the name of clear to "Remove All"
6)put a star next to entity type column to indicate that some types have been leftout.
2010-11-23 18:09:19 +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
cdtank
bc89ddbb91 1. Fixed a bug where in person level vis for people who do not have any image attached to it, there was a silent error message being provided to the front-end, which caused for extra css files to be loaded. 2010-09-30 20:42:12 +00:00
rjy7
a83ebecc36 NIHVIVO-650 Reworked Freemarker sparkline implementation for better controller/view separation 2010-09-10 14:23:58 +00:00
rjy7
f776d5de09 NIHVIVO-650 Display label, moniker, and sparkline visualization on Freemarker version of individual profile page 2010-09-09 21:56:39 +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
d7e39e2953 1. Made changes so that visualizations url prefix is less vague (refer NIHVIVO-967) 2010-07-29 22:17:13 +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
591bb02f4d 1. left a debug statement in javascript causing it to break on browsers that did not have firebug installed. 2010-07-23 15:15:06 +00:00
cdtank
d9793ffb9f 2010-07-22 22:09:32 +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
70e58dd4ce 2010-07-22 21:05:40 +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
7a07c45271 1. code cleanup
2. changed captilization of "Co-authors"
2010-07-21 17:58:19 +00:00
cdtank
7440b856f1 1. Made changes to wordings per Katy's request.
2. Fixed the separator issue for list of coauthors csv file.
3. Made style fix for person level vis.
2010-07-21 16:17:23 +00:00
cdtank
9b9180d24d 1. Attempting to move vivo-specific vis code to "vivo package" 2010-07-20 17:49:44 +00:00