Commit graph

906 commits

Author SHA1 Message Date
bkoniden
809ae7b162 Adding Freemarker versions of PersonGrantCount (QueryRunner, RequestHandler, VisCodeGenerator) and related ftls (grantCount, grantSparklineContent) 2010-12-15 22:48:42 +00:00
rjy7
4e4da7d08e NIHVIVO-1336 First draft of short view template for educational training. NIHVIVO-1341 Reworked handling of urls in default and custom short views. Moniker and name still need to be reworked, so added placeholder text for now. 2010-12-15 19:34:29 +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
rjy7
74cbc3a197 NIHVIVO-1336 Educational training list view config 2010-12-14 22:48:40 +00:00
rjy7
53ca30a08d NIHVIVO-1354 Changed property on old educational training short view to use trainingAtOrganization rather than organizationGrantingDegree, just so I can produce output to compare new list view output to. 2010-12-14 20:48:55 +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
rjy7
3e7f1f7ab0 NIHVIVO-1467 Added majorFieldAssertion to n3optional. Also added note to educational training short view to remind us to account for the optionality of the major field in the new short view template. 2010-12-10 15:56:13 +00:00
nac26
c9fa835a9e NIHVIVO-1389 NIHVIVO-1407 NIHVIVO-1437 Significant refactoring of templates both in vitro core and vivo themes to ensure consistent markup with 3 different base templates at play (page.ftl, basicPage.jsp and formPrefix/formSuffix.jsp) Resulted in creating smaller component freemarker templates that could be included by all of the base templates, whether ftl or jsp. This is a temporary compromise while we continue our conversion to Freemarker. The goal was to keep jsp files outside of the theme and working behind the scenes. 2010-12-08 14:04:45 +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
bdc34
e4503d3e43 Adding menu controller, tomcat filter for menu page URL routing NIHVIVO-1073 NIHVIVO-597 2010-12-02 21:12:33 +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
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
rjy7
4fd4ccdddf Fixed setting of editMode 2010-11-18 01:08:59 +00:00
nac26
cbae17a979 added some missing quotes 2010-11-17 20:57:40 +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
bdc34
8968b07c53 Working on date time with precision edit element, NIHVIVO-295. 2010-11-09 20:37:09 +00:00
mb863
97720d3720 Further development of Wilma theme, still include a lot of temporary files and directories. There are duplicated files, wrong file image location, still a work in progress. 2010-10-25 18:43:26 +00:00
nac26
5bb4b7794f Merge r1445 from rel-1.1-maint branch. Moving footer.jsp, identity.jsp, and menu.jsp to vitro core (were temporarily in vivo/productMods) so they are not tied to vivo-basic and can be used by any theme. 2010-10-04 23:39:05 +00:00
nac26
7e49295417 Merge r1440 from rel-1.1-maint branch. Moving footer.jsp, identity.jsp, and menu.jsp so they are not tied to vivo-basic and can be used by any theme. 2010-10-04 17:20:03 +00:00
nac26
96c91a9195 Merge r1431,1436 from rel-1.1-maint branch (IE6 fix for coathorship visualization page) NIHVIVO-954 2010-10-01 20:01:46 +00:00
cdtank
3ed20ae4fd 1. Made checking for "if the sparkline visualization should be rendered for an entity" safer per Brian L's suggestion. 2010-10-01 17:42:31 +00:00
rjy7
b9833f2d11 Merge r1397:1399 from rel-1.1-maint 2010-09-28 15:34:26 +00:00
rjy7
9a918e911f Merge r1390-1395 from rel-1.1.-maint: custom sorting and collation 2010-09-28 15:02:39 +00:00
rjy7
f54cbe5b92 NIHVIVO-650 Display image on new (Freemarker) individual profile page. Add <@url /> directive to generate img src value. 2010-09-21 16:05:38 +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
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
rjy7
24de7c4471 Merge r1357 from rel-1.1-maint branch (reverting addition of description field to role custom form and short view) 2010-09-08 20:40:02 +00:00
rjy7
e3c30f3227 Merge r1348:1350 from rel-1.1-maint 2010-09-08 14:27:28 +00:00
cdtank
0693f1cf9e 1. Removed redundant table creation call from coauthorsip standalone mode. 2010-08-09 15:57:25 +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
41d093cf3e 1. Chaned the page imports in jsps to reflect the refactored class names. 2010-08-03 23:18:07 +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
d62b13c76f 1. Changed wordings 2010-07-28 00:44:37 +00:00
rjy7
c476bba4e1 Merge r1116 from http://svn.mannlib.cornell.edu/svn/vivo/branches/rel-1.1-maint 2010-07-23 20:26:55 +00:00
rjy7
54da0ca235 Merge r1109 from http://svn.mannlib.cornell.edu/svn/vivo/branches/rel-1.1-maint 2010-07-23 18:09:25 +00:00
rjy7
19b9076902 Merge r1106 from http://svn.mannlib.cornell.edu/svn/vivo/branches/rel-1.1-maint 2010-07-23 17:41:25 +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
bdc34
29f0b5afb9 Merged to Trunk. URI of property changed in ontology broke short view. NIHVIVO-950 2010-07-22 19:41:52 +00:00
nac26
b96d1008b0 merge from rel-1.1-maint branch: moving the individual rendering changes back to the vitro 2010-07-22 18:36:24 +00:00
nac26
39293eeb65 merge from rel-1.1-maint branch: Changed the test on objRows so that properties marked with an update level of "nobody" are still rendered NIHVIVO-848 2010-07-22 18:06:22 +00:00
bdc34
ef9eb11ac4 Merge to trunk. Fixing jsp compile error in tomcat 6.0.10 NIHVIVO-937 2010-07-22 17:49:44 +00:00
nac26
7dedb2720e merge from rel-1.1-maint branch: verbose property display is back, empty groups are almost there NIHVIVO-845, NIHVIVO-848 2010-07-22 16:00:32 +00:00
jeb228
13decf7266 NIHVIVO-918 Merge 1011 from branch 2010-07-22 14:09:49 +00:00
bdc34
f789ab91e7 Merging change from branch:
changes to roleShortView.jsp for NIHVIVO-863
  adding error message that only shows up when logged in
  displaying unknown when some part of role is missing
2010-07-21 19:48:07 +00:00