Commit graph

210 commits

Author SHA1 Message Date
mbarbier
52a933c20d ---FILE HARVEST---
web.xml: Add file harvest mapping
fileharvest.xml: renamed from testfile.xml
testfile.xml: deleted
CsvFileHarvestJob.java: bug fixes
FileHarvestController.java: renamed from TestFileController.java
TestFileController.java: deleted
2011-06-30 20:13:34 +00:00
mbarbier
e28b7d7247 File Harvest: almost done 2011-06-29 21:13:36 +00:00
mbarbier
d5965b8112 Massive work done on File Harvest 2011-06-28 20:33:51 +00:00
j2blake
3c3d230666 NIHVIVO-2758 Move SelfEditorRelationshipPolicy and unit tests from Vitro into Vivo, since it uses URIs from the Vivo ontology. Change the package. 2011-06-24 19:15:14 +00:00
j2blake
e9b9597809 NIHVIVO-2758 Move VivoPolicy from Vitro into Vivo. Change the package and merge the Setup class. 2011-06-24 18:53:55 +00:00
mbarbier
5ceda63a65 Improved parsing of additions file, add some job-specific UI stuff 2011-06-23 20:41:21 +00:00
ryounes
31a8ec8b3a NIHVIVO-2744 Display of mostSpecificType(s) on individual profile (in place of former moniker). 2011-06-23 15:00:27 +00:00
mbarbier
6ee5771c01 testfile.ftl, CsvFileHarvestJob.java, FileHarvestJob.java, TestFileController.java: continued construction 2011-06-16 20:53:49 +00:00
mbarbier
5b609cf299 CsvFileHarvestJob.java: created 2011-06-15 21:02:52 +00:00
mbarbier
83194eb293 testfile.ftl, FileHarvestJob.java, TestFileController.java: Major updates, still too general and under-construction for a more specific report 2011-06-15 21:02:09 +00:00
mbarbier
f28203e8f4 FileHarvestJob.java: Commit interface.
TestFileController.java: Re-commit with FileHarvestJob.  Used an interface method from the uncommitted code, which had broken the build earlier.
2011-06-09 15:09:32 +00:00
j2blake
88018f83c4 Back out revision 3017 to remove compile error. Revert to revision 2959. 2011-06-06 16:19:34 +00:00
mbarbier
589a5cf09a TestFileController.java and testfile.ftl: add links to newly ingested items via parsing the additions file 2011-06-03 20:44:15 +00:00
ryounes
073657b63e Change System.out.println() to log.debug() 2011-06-01 15:23:23 +00:00
tankchintan
2208ffd6c0 1. Added scimap icon.
2. Made chanegs to scimap request handler to accept scimap requests for people as an entity.
2011-05-31 20:14:21 +00:00
tankchintan
c79c6cf968 1. More updates to the map of science vis. 2011-05-28 00:05:42 +00:00
tankchintan
ca08343379 1. Added front-end for map of science vis.
2. Added Data tables for disciplines/sub-disciplines in the vis.
3. added support for different csv downloadables.
4. Added new updated libraries for DataTables plugin.
2011-05-26 17:11:16 +00:00
ryounes
d18b02782e Changes to QR code generation to support swapping in a different model in IndividualController: fixed NPEs, and change getQrCode() to doQrCode() so it's invoked only when the template asks for it. 2011-05-24 19:00:30 +00:00
mbarbier
5c22e19580 TestFileController.java: Added some comments 2011-05-19 20:18:03 +00:00
tankchintan
e564857261 1. Initial integration of maop of science front-end with the backend. 2011-05-19 19:03:35 +00:00
tankchintan
43a391a0ae 1. Added download file in csv format for map of science info. 2011-05-18 22:02:00 +00:00
tankchintan
69311ae53f 1. Addition of new scimaps vis related jar file.
2. COmpleted the task of providing subdiscipline activity for an entity & other metadata to the front-end in the json format.
3/ Minor refactor of utility functions.
2011-05-18 19:58:40 +00:00
mbarbier
09daaa58ac testfile.ftl and TestFileController.java: modifications for calling a script instead of directly calling Harvester 2011-05-17 20:57:54 +00:00
tankchintan
ddae764181 1. Testing new svn credentials. 2011-05-13 14:07:52 +00:00
cdtank
0e3ccec947 1. Improved the json response structure for the scimaps vis. 2011-05-12 22:19:58 +00:00
cdtank
f0cae04b19 1. Fix for misbehaving VOs for science maps vis. 2011-05-12 21:28:47 +00:00
cdtank
f812185dad 1. Fix for license text missing. 2011-05-12 21:13:00 +00:00
cdtank
5f8e6e4172 1. Refactored package structure for the java files to remove the work "freemarker".
2. Did more work for setting up the backend for the science map visualziation.
2011-05-12 20:51:47 +00:00
briancaruso
b14311e048 Refactoring the N3 editing to reorganize packages 2011-05-12 16:04:28 +00:00
cdtank
380d7bca96 1. Refactored the package naming, removed the "freemarker" from the package structure for visualziations, since now only freemarkerised visualizations exist. 2011-05-11 21:35:43 +00:00
cdtank
1e82115d64 1. refactored code in preparation for adding code structure for map of science vis 2011-05-11 20:51:54 +00:00
mbarbier
663090318d FileHarvestJob.java: added getScript() and performHarvest() methods
Harvester.java: added stringsToArray(), modified API methods to use it
TestFileController.java: implemented preliminary harvest
2011-05-10 20:12:46 +00:00
cdtank
0a158ae30f 1. Made changes to the coautho/copi link creator utility to first test for short-uri possibility. 2011-05-09 15:52:05 +00:00
mbarbier
4a7b25016c Harvester.java: Created. Commented-out temporarily, reasons for being in this state are clearly stated in the file. 2011-05-04 16:11:56 +00:00
brianjlowe
7992ab1a4b Removed Portal class and almost everything related to portals and flags for NIHVIVO-2248 2011-05-03 19:02:44 +00:00
cdtank
692a94b44a 1. Complete fix for the short-url for visualization feature.
2. Refactored vis related code to make use of rebecca's isURIUsingDefaultNamespace function.
2011-04-29 22:30:21 +00:00
cdtank
3818b7d178 1. Removed unsed TDBResearch script.
2. Fixed short urls for temporal vis, which caused problems for uncached implementation of temporal vis.
2011-04-29 20:24:08 +00:00
cdtank
0aeb7dc8f9 1. Made changes to the coautho/copi link creator utility to first test for short-uri possibility. 2011-04-28 22:07:43 +00:00
cdtank
29ca04f648 1. Implemented the backend for accepting shorter urls for visualizations. This partially implements the feature described here http://issues.library.cornell.edu/browse/NIHVIVO-1097
2. Changed the IndividualTemplateModel to render shorter vis urls for temporal graph & ego-centric networks.
3. changed main toggle visualization links in ego-centric networks to use shorter vis urls.
2011-04-28 20:28:36 +00:00
mbarbier
4bd69801ce TestFileController.java: fixed a "d'oh!" 2011-04-28 18:47:48 +00:00
mbarbier
e6af4d58b5 TestFileController.java: Add javadocs 2011-04-28 18:24:04 +00:00
mbarbier
2b2519ab34 testfile.ftl: update to conform with controller
TestFileController.java: update while we're at it
2011-04-27 20:26:30 +00:00
mbarbier
a175951431 FileHarvestJob.java: created
TestFileController.java: saving current state
2011-04-27 14:16:00 +00:00
ryounes
11f08fee02 VIVO-329 Add method to IndividualTemplateModel to get netid 2011-04-26 22:05:05 +00:00
mbarbier
d5b99279c9 TestFileController.java: file upload system works 2011-04-25 15:48:10 +00:00
mbarbier
0930811696 testfile.ftl: cleanup
TestFileController.java: cleanup
2011-04-22 20:18:23 +00:00
mbarbier
26f1c62249 TestFileController.java: clean up a bit 2011-04-22 20:15:07 +00:00
mbarbier
d170fa37fd testfile.ftl: added AJAX-like file upload
TestFileController: created.  Like testfile.ftl, will be renamed once this starts to crystallize.
2011-04-22 20:13:45 +00:00
j2blake
c9cefba077 NIHVIVO-2492 Remove DummyVisClient page, as per email with Chintan. 2011-04-20 15:15:35 +00:00
cdtank
680f9ec2d4 1. Reduced size of the json that gets sent to the client-side.
2. Removed unnecessary stop words removal code.
2011-04-14 16:53:52 +00:00