Commit graph

75 commits

Author SHA1 Message Date
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
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
6e44ac29b6 1. csv for coauthors list for each year had a trailing separator. modified the code to remove that. 2010-07-21 15:12:35 +00:00
cdtank
3bb6454283 1. Delete unrelated file. 2010-07-20 18:07:05 +00:00
cdtank
9b9180d24d 1. Attempting to move vivo-specific vis code to "vivo package" 2010-07-20 17:49:44 +00:00
rjy7
66df54d2a3 NIHVIVO-799 Added select list type UNSORTED_LITERALS to specify a list of literals with no alpha sorting. Allows putting "Select one" as first option without getting sorted into the middle of the list. 2010-07-14 22:14:31 +00:00
rjy7
b3ff5b645b Move vivo src directory out of productMods directly under vivo. Previous location didn't build correctly. 2010-07-12 20:23:50 +00:00