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.vocabularyserver.com/
Our tematres instalation:
http://bdpife2.sibi.usp.br/a/tematres/vocab/index.php
Web Service: http://bdpife2.sibi.usp.br/a/tematres/vocab/services.php
Example of query: http://bdpife2.sibi.usp.br/a/tematres
/vocab/services.php?task=search&arg=fapesp
Our commits:
http://github.com/bdpi/bdpi-dspace/commit/0e17b0edf1c560e1824b93fd935b3d82f91e6b6b
<https://github.com/bdpi/bdpi-dspace/commit/0e17b0edf1c560e1824b93fd935b3d82f91e6b6b>
http://github.com/bdpi/bdpi-dspace/commit/bbaf6ce164a1ad41289fadcbfbd6180889a90e84
<https://github.com/bdpi/bdpi-dspace/commit/bbaf6ce164a1ad41289fadcbfbd6180889a90e84>
The only thing we didn´t resolve is counter in web services of Tematres.
You need to change the webservice to display results counter in beginning.
In fun.api.php:
comment the line 911:
// $arrayResume["cant_result"] = count($response["result"]);
Insert this line in 1083
$output .= '<' . $name . '>';
$output .= '<cant_result>' . count($array["result"]) .
'</cant_result>';
$nested = 0;
Tiago R. Marçal Murakami
Bibliotecário
Divisão de Gestão de Sistemas de Comunicação e Disseminação de
Produtos/Serviços - DVGCDPS
Departamento Técnico do Sistema Integrado de Bibliotecas - DT/SIBi
Universidade de São Paulo
Rua da Biblioteca S/N - Complexo Brasiliana
Tel: (11) 3091-1571
Conheça a Biblioteca de Produção Intelectual da USP:
http://www.producao.usp.br
2014-09-29 17:55 GMT-03:00 Philippe Blouin <philippe.blo...@inlibro.com>:
> Hi!
>
> I got a request to plug a Thesaurus in the keyword mechanism of the
> submission process for XMLUI.
> Last year I did some custom work to bind dspace-xmlui with our app, but
> that was pretty basic.
>
> My question: where (in the code) would you suggest me to "hook" my code?
> Since the process is all "meta" through an xml, I'm really lost as to how
> to add a button in the middle of it.
>
> Requirement: add button beside keyword edit box to pop up a dialog, *much
> like the subject categories*, but with a xml thesaurus powering the UI
> instead.
>
> I'm all for simple & dirty at this point, btw. If this has community
> value, I can make it cute.
>
> Thanks,
> Philippe
>
>
>
> ------------------------------------------------------------------------------
> Slashdot TV. Videos for Nerds. Stuff that Matters.
>
> http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk
> _______________________________________________
> Dspace-devel mailing list
> Dspace-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-devel
>
>
------------------------------------------------------------------------------
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
_______________________________________________
Dspace-devel mailing list
Dspace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-devel