Re: [Dspace-devel] Hooking a thesaurus into the submission process

2014-10-01 Thread Tiago Rodrigo Marçal Murakami
Sorry, URL change to: http://www.producao.usp.br/vc/agfomento/index.php Web Service: http://www.producao.usp.br/vc/agfomento/services.php Example of query: http://www.producao.usp.br/vc/agfomento/services.php ?task=search&arg=fapesp

Re: [Dspace-devel] Hooking a thesaurus into the submission process

2014-10-01 Thread Tiago Rodrigo Marçal Murakami
Hi Philippe, We adapt Sherpa plugin to query a Tematres Vocabulary for vocabulary control. "TemaTres is an open source vocabulary server, web application to manage and exploit vocabularies, thesauri, taxonomies and formal representations of knowledge. " You can download in: http://www.vocabularys

Re: [Dspace-devel] Hooking a thesaurus into the submission process

2014-10-01 Thread Philippe Blouin
Thanks a lot, Antoine, that got us going. On 09/30/2014 11:43 AM, Antoine Snyers wrote: I can provide some details on the xmlui implementation.https://github.com/DSpace/DSpace/blob/master/dspace-xmlui/src/main/java/org/dspace/app/xmlui/cocoon/JSONControlledVocabularyReader.java [2] https://gith

Re: [Dspace-devel] Hooking a thesaurus into the submission process

2014-09-30 Thread Antoine Snyers
I can provide some details on the xmlui implementation. The class serving the JSON input is org.dspace.app.xmlui.cocoon.JSONControlledVocabularyReader. [1] (That is configured in the main webapp's sitemap: [2]) This calls org.dspace.vocabulary.ControlledVocabulary for a JAVA represention of th

Re: [Dspace-devel] Hooking a thesaurus into the submission process

2014-09-30 Thread Philippe Blouin
Thanks Antoine, The current structure does not support our "complex" thesaurus with its multiple associations. Thus the need to reinvent the wheel. Our popup will have a search box with multiple links. So my question is more of the "where in the code" type. What is the most simple way to plu

Re: [Dspace-devel] Hooking a thesaurus into the submission process

2014-09-30 Thread Antoine Snyers
Hi Philippe Blouin Here is documentation on the controlled vocabularies in the submission. [1] If the xml thesaurus can be converted to the taxonomies format, then all you need to do is described under the " Configuring Controlled Vocabularies" subtitle. Depending on the size of your thesaurus,