mb863
98b71db1f4
Added script to reduce original image size to fit in page layout
2010-07-01 18:48:35 +00:00
rjy7
962e1927ae
minor text change
2010-07-01 18:19:30 +00:00
cdtank
64ff99a222
1. Created a draft person level vis (integration of sparkline & co-authorship vis)
...
2. Modified the person pub count to use a single VO to give access to jsp to various contents of sparkline.
3. Modified test bed to include link to Person Level vis.
2010-07-01 16:45:02 +00:00
jeb228
15bcf62f7f
NIHVIVO-161 Tweak the javascript and the arithmetic for cropping the image.
2010-07-01 15:54:31 +00:00
cdtank
0e8e1dc9e2
1. Refactored code to use a utility method instead of having the same method being defined in each of the vis request handlers.
...
2. Adding a "person level" vis package to handle combination of sparkline & co-authorship vis page.
3. Testing out the concept of accessing fields of a class form jsp page.
2010-07-01 15:54:11 +00:00
rjy7
61714819b0
NIHVIVO-161 Minor Javascript refactoring.
2010-07-01 14:35:53 +00:00
rjy7
b1a35f1588
NIHVIVO-161 Transfer thumbnail preview coordinates to hidden form fields to be received by the controller.
2010-07-01 14:20:18 +00:00
rjy7
167e3c9611
Minor cosmetic changes.
2010-06-30 20:33:24 +00:00
rjy7
681cc62c21
Move image cropping js out of template into separate js file. Use existing jquery.js rather than the one included with jcrop.
2010-06-30 20:30:06 +00:00
cdtank
7564c9b24e
1. added a VO for the person pub count data. The goal is to be able to get specific parts of the visualization like download data link, table etc.
...
2. modified peson pub count to make use of the VO.
3. Made changes to the front-end code for the co-authorship to include all the person-level objects.
4. cleaned & refactored the code.
2010-06-30 19:19:48 +00:00
jeb228
ceb1bb2af9
NIHVIVO-161 Remove obsolete files from previous implementation.
2010-06-30 18:12:49 +00:00
jeb228
0b83d8b681
NIHVIVO-161 Refine the controller so we can forward to other locations.
2010-06-30 18:02:42 +00:00
jeb228
020c60d9eb
NIHVIVO-161 First cut at Image Upload
2010-06-30 13:44:33 +00:00
cdtank
94755a7f73
1. Refactored/Cleaned the front-end for the co-author vis.
...
2. Added Gson library for making use of json.
3. Added capability to send information in json format. We will use this especially in getting non-specific information on the fly about an individual.
2010-06-29 22:07:55 +00:00
jeb228
2db11824f3
NIHVIVO-161 Adjust the size of the thumbnail, and the hover text.
2010-06-29 21:37:13 +00:00
cdtank
e58927661e
1. Refactored part of the code to give a better structure.
...
2. Moved image url provider to the generic utilities package.
3. Made change to co authorship jsp page to dynamically load images, which in turn uses utilities api to get the imageThumb url for a person. In case of no image, we dont append anything & hence no "placeholders" or "broken image" icons will be seen in some browsers like IE.
2010-06-29 16:54:59 +00:00
rjy7
fd0df8b281
NIHVIVO-646 Autocomplete, remove author functionality
2010-06-29 16:15:49 +00:00
cdtank
cf4ac521c4
1. House cleaning.
...
2. Added javascript-ajax hooks to call the utilities servlets to serve well formed urls for profile & coauthorship visualization urls.
2010-06-29 00:20:49 +00:00
rjy7
12a79ea928
Remove unwanted template code
2010-06-28 14:37:32 +00:00
rjy7
7d323d8cbd
NIHVIVO-646 Tweaks to autocomplete on add authors to pub form
2010-06-28 14:37:05 +00:00
cdtank
32bbd519c2
1. Added a generic query handler. It will be used to get all (or a subset) of the properties for a particular URI. This will be helpful in getting image paths & other info on the fly.
...
2. Made changes to the test bed to include more samples.
2010-06-27 01:42:12 +00:00
cdtank
ee2b141687
1. Modified the content header for the graphML file so that it streams instead of downloading it to the user's machine as a file attachment. This is required because thats how the flash expects the input file to be.
...
2. Added Asik's first draft of the co-authorship visuazlization files.
3. Integrated the front end with the back end.
2010-06-26 02:11:59 +00:00
jeb228
8dc823f663
NIHVIVO-161 Change how the Individual page shows images, editable or non-editable; for Persons or non-Persons, in accordance with the wireframes.
2010-06-25 21:19:39 +00:00
rjy7
444d37bd5a
NIHVIVO-646 Reimplement uri filtering in AutoCompleteController so it's part of the query, instead of removing from query results afterward
2010-06-25 19:13:45 +00:00
rjy7
df683191cf
Changed template variable stylesheetDir to themeStylesheetDir for clarity. Added examples of how to add a script from a body template. Pass themedir to ScriptList object.
2010-06-25 17:44:50 +00:00
rjy7
3527b1c948
NIHVIVO-658 Handle body changing page title in FreeMarker controllers. Modifications to dump directives.
2010-06-25 15:30:31 +00:00
rjy7
f77cf70224
NIHVIVO-658 Removed response parameter from FreeMarkerHttpServlet.getFreeMarkerComponentsForJsp, since not needed.
2010-06-25 14:38:49 +00:00
rjy7
fb0377134b
NIHVIVO-658 Reintegrate changes from dev-freemarker-new. Most necessary updates to freemarker controllers for thread-safety are complete. A couple of details remain.
2010-06-24 21:51:46 +00:00
cdtank
41dfb27bd0
1. Refactored some part of the code to give it a better structure & give it more modularity.
...
2. Added the first draft of the co-author data feeder.
3. Modified the Dummy Vis Client to have a clear notification re: it being a test bed.
2010-06-24 20:27:25 +00:00
hjk54
7bf1bffd21
Updated spelling error in menu.jsp (getTabHierarchy was spelled as getTabHierarcy")
2010-06-24 20:22:12 +00:00
rjy7
c7f4c2d961
Additions to freemarker test controller/template
2010-06-24 19:40:39 +00:00
rjy7
9f9da3796e
Removing view package which had inadvertently gotten put into webapp/web
2010-06-23 19:04:51 +00:00
bdc34
5d0aebbfdc
Adding license
2010-06-23 17:07:25 +00:00
rjy7
75b9030cc3
Moved edu.cornell.mannlib.vitro.webapp.view package to edu.cornell.mannlib.vitro.webapp.web.templatemodels
2010-06-23 14:24:55 +00:00
rjy7
ca1e1d0489
NIHVIVO-646 more work on javascript for add authors to publication form
2010-06-22 22:12:32 +00:00
bdc34
6c59f2185a
Working on new navigation controllers and model. NIHVIVO-633
2010-06-22 21:34:13 +00:00
hjk54
c9c3bf4e17
Removing some debug output
2010-06-22 19:37:06 +00:00
jeb228
e92bea31bf
Add license tags, or list as known exceptions.
2010-06-22 14:55:55 +00:00
rjy7
72a6658116
Primitive first draft of dump directives for FreeMarker templates.
2010-06-22 04:26:16 +00:00
rjy7
b767a81f76
Primitive first draft of a dump directive for Freemarker templates.
2010-06-22 04:09:48 +00:00
cdtank
7bb0b8a17d
1. Modified the way of how I compute the URL for the "loading..." image.
2010-06-21 22:44:31 +00:00
cdtank
25e534e23f
1. Added code related to Visualization Framework.
...
2. Added code related to Person Publication count visualization.
3. Added code related to College Publication count visualization.
4. Added code related to PDF Report visualization.
2010-06-21 21:44:26 +00:00
rjy7
6f5c01d34d
Fixed typo and filename extension
2010-06-21 19:14:25 +00:00
bdc34
576688f15c
Adding primitive rdf edit
2010-06-21 19:04:18 +00:00
ass92
c2ceee460b
NIHVIVO-436 code for automatic prefixes to SPARQL construct added.
2010-06-21 17:47:22 +00:00
rjy7
7eed885b7c
Fixed license text in some ftls
2010-06-21 16:35:00 +00:00
rjy7
ad7621be10
Fixed license text in some ftls
2010-06-21 16:20:20 +00:00
rjy7
86394e3cf2
NIHVIVO-646 Work on autocomplete in add authors to publication form
2010-06-21 16:07:20 +00:00
jeb228
fb7d5bbba9
NIHVIVO-157 manual merge of the changes from branch NIHVIVO-157-file-storage
2010-06-20 19:23:19 +00:00
cdtank
d4fe92441c
1. Testing the svn commit privileges.
...
2. Adding a notification at the top of each page re: this web portal being a research instance.
2010-06-19 01:07:19 +00:00