Re: [Dspace-tech] Scopus Integration (Cited-By Count API)

2013-10-02 Thread Nemiz, Elvi
Hello Andrea, Thank you so much for sharing your code. I have successfully integrated scopus citation counts in our repository without using the form. Best regards, Elvi On Tue, Oct 1, 2013 at 9:10 AM, Andrea Schweer schw...@waikato.ac.nzwrote: Hi, On 29/09/13 21:57, Nemiz, Elvi wrote: I

Re: [Dspace-tech] threebox

2013-10-02 Thread LifeH2O
Just like onebox and twobox (which has two text boxes in a row e.g. for first name, last name), there should be a threebox element with three text boxes in a row. -- View this message in context: http://dspace.2283337.n4.nabble.com/threebox-tp4667656p4667666.html Sent from the DSpace - Tech

Re: [Dspace-tech] Scopus Integration (Cited-By Count API)

2013-10-02 Thread Hilton Gibson
Hi Will all of this work be documented on the wiki? Cheers hg On 2 October 2013 08:30, Nemiz, Elvi esne...@seafdec.org.ph wrote: Hello Andrea, Thank you so much for sharing your code. I have successfully integrated scopus citation counts in our repository without using the form. Best

Re: [Dspace-tech] threebox

2013-10-02 Thread helix84
OK. If you want to add threebox, you must edit the following classes (the code will be almost the same like for twobox): dspace-api/src/main/java/org/dspace/app/util/DCInputsReader.java dspace-api/src/main/java/org/dspace/submit/step/DescribeStep.java and for JSPUI:

Re: [Dspace-tech] java.lang.NullPointerException when exporting metadata

2013-10-02 Thread Evans, Kevin
Hi Helix, Apologies for the long delay in response. We have applied the patch, but unfortunately, we are still getting the java.lang.NullPointerException: Failed to process reader context:/file:///opt/dspace/webapps/xmlui/sitemap.xmap - 375:71 map:read type=MetadataExportReader

[Dspace-tech] error while installing dspace

2013-10-02 Thread Samuel Desseaux
Hi, I'm newbie on dspace and try to install it but it fails on the last step when i launch ant fresh_install) Here is what i have $ ant fresh_install Buildfile: /var/dspace/dspace/target/dspace-3.2-build/build.xml init_installation: BUILD FAILED

[Dspace-tech] Delete SOLR stats from deleted item

2013-10-02 Thread RUIZ MORENO, ROBERT
Hi, I'm using DSpace 1.7.1 XMLUI with Discovery enabled. In homepage statistics, appears by default the Top 10 visited items in whole repository. Occurs that recently, one of this top 10 items has been deleted (not only withdrawn, but removed/purged), and due this still appears the id of the old

Re: [Dspace-tech] Delete SOLR stats from deleted item

2013-10-02 Thread helix84
Hi Robert, you can run queries directly from the Solr web interface. You can learn both how to access it and how to make queries here: https://wiki.duraspace.org/display/DSPACE/Solr I have not tested it, but the query should be id:4215 (if your item_id is 4215). Please test it before running

[Dspace-tech] Edit authorities using batch editing tool

2013-10-02 Thread Kiriaki Roditi
Hello, I used Batch Metadata Editing Tool, but did not succeed in completing the operation, so I am asking for some help or insight if anyone has dealt with this in the past. We use DSpace 3.1 and xmlui interface. This is the error I get when importing the edited csv file:

Re: [Dspace-tech] Edit authorities using batch editing tool

2013-10-02 Thread helix84
On Wed, Oct 2, 2013 at 4:13 PM, Kiriaki Roditi krod...@elidoc.gr wrote: In this case, there were no changes in the authorities, and I was able to overcome the import error by deleting the authority-field-column from the csv. But what if we need to batch edit authority values? Is it possible?

Re: [Dspace-tech] error while installing dspace

2013-10-02 Thread helix84
On Wed, Oct 2, 2013 at 11:59 AM, Samuel Desseaux samuel.desse...@ecp.fr wrote: /var/dspace/dspace/target/dspace-3.2-build/build.xml:715: Directory /dspace/bin creation was not successful for an unknown reason Hi Samuel, please make sure that 1) the /dspace directory exists; and 2) it is owned

[Dspace-tech] Search results in non english language

2013-10-02 Thread Oscar Sanchez Gomez
Dear Community, How can I resolve the issue of searching strings that have special characters like spanish language. I am using Dspace 3.2, Postgresql 9.3, tomcat 7 and Red Hat Enterprise Linux 6.4. Also I configured the Discovery service. I configure the Postgresql as es_CR.utf8 and I send

Re: [Dspace-tech] Search results in non english language

2013-10-02 Thread Javier Távara
Try this patch https://jira.duraspace.org/browse/DS-1106 Or you have this problem? http://dspace.2283337.n4.nabble.com/Encoding-problem-in-discovery-search-results-xmlui-td4666988.html Javier Távara 2013/10/2 Oscar Sanchez Gomez osanc...@itcr.ac.cr Dear Community, ** ** How can I

Re: [Dspace-tech] Search results in non english language

2013-10-02 Thread helix84
On Wed, Oct 2, 2013 at 5:45 PM, Oscar Sanchez Gomez osanc...@itcr.ac.cr wrote: well spelled . Example the word used is “Taxonomía”, and the return search word is “Taxonomía” with no hits. Yes, that sounds like missing URIEncoding=UTF-8, just like Javier said. If you're using other connectors

Re: [Dspace-tech] Redirect handle to different item_id?

2013-10-02 Thread Alcides Carlos de Moraes Neto
It worked, thanks! Ats, Alcides Carlos de Moraes Neto Sometimes I think we're alone. Sometimes I think we're not. In either case, the thought is staggering. - R. Buckminster Fuller 2013/9/30 helix84 heli...@centrum.sk Hi Alcides, I think it should work fine. You'd have to update the

[Dspace-tech] OAI in 3.2

2013-10-02 Thread Gary Browne
Hi all, I heard on the grapevine that OAI is broken in DSpace 3.2. Does anyone have any more details on this? Is it related to data providing, harvesting or both? Thanks, Gary GARY BROWNE | Development Programmer Library IT Services | Fisher Library F03 

Re: [Dspace-tech] Search results in non english language

2013-10-02 Thread Javier Távara
Make sure your search.server URL in discovery.cfghttps://github.com/DSpace/DSpace/blob/master/dspace/config/modules/discovery.cfg is correct. Something like *http://localhost:8080/solr/search* Javier Távara 2013/10/2 Oscar Sanchez Gomez osanc...@itcr.ac.cr Helix84, Thanks for the help. You