Re: [Dspace-tech] Harvesting of data from bitstreams

2012-11-29 Thread LIBRIS Reference (LIBRIS)
Dear Helix, Many thanks for the reply. What is the command to specifically harvest a bitstream? -Original Message- From: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] On Behalf Of helix84 Sent: Wednesday, 28 November, 2012 5:35 PM To: LIBRIS Reference (LIBRIS) Cc: dspace-tech@lists.

Re: [Dspace-tech] browsing update not responding.

2012-11-29 Thread Andrea Schweer
Hi, On 30/11/12 10:22, helix84 wrote: > On Thu, Nov 29, 2012 at 10:14 PM, Jose Blanco wrote: >> I am using discovery. Do I need to have something setup for the browse? I >> have versin 1.82 of Dspace. > I don't know yet where the number of results for page is set in > Discovery, but I wanted to

Re: [Dspace-tech] browsing update not responding.

2012-11-29 Thread helix84
On Thu, Nov 29, 2012 at 10:14 PM, Jose Blanco wrote: > I am using discovery. Do I need to have something setup for the browse? I > have versin 1.82 of Dspace. I don't know yet where the number of results for page is set in Discovery, but I wanted to tell you that I the ConfigurableBrowse aspect

Re: [Dspace-tech] browsing update not responding.

2012-11-29 Thread Jose Blanco
I am using discovery. Do I need to have something setup for the browse? I have versin 1.82 of Dspace. Here is the diff ( from my cvs repository against the 182 ) RCS file: /l1/dspace/cvsroot-1.5.1/dspace/dspace-xmlui/dspace-xmlui-api/src/main/java/org/dspace/app/xmlui/aspect/artifactbrowser/Con

Re: [Dspace-tech] 1.8.2 Discovery Search returns no results

2012-11-29 Thread helix84
On Thu, Nov 29, 2012 at 5:40 PM, Matthew McKinley wrote: > I've changed the search.server settings and changed all occurrences of > "${dspace.dir}" with "/data/dspace" in dspace.cfg. Restarted Tomcat and no > change. That's a pity. We have to go on looking. But at least I'm sure what caused the o

Re: [Dspace-tech] browsing update not responding.

2012-11-29 Thread helix84
On Thu, Nov 29, 2012 at 9:34 PM, Jose Blanco wrote: > Not sure I can get help on this. I have made some changes to have the > number of results per page be different from the default Manakin values, and > now if I Update from one number to another, nothing changes, the same is > true if I change

[Dspace-tech] browsing update not responding.

2012-11-29 Thread Jose Blanco
Not sure I can get help on this. I have made some changes to have the number of results per page be different from the default Manakin values, and now if I Update from one number to another, nothing changes, the same is true if I change the order (asc/desc) - always goes back to the default. I kn

Re: [Dspace-tech] Last-Modified handling

2012-11-29 Thread Andrea Schweer
Hi, On 30/11/12 05:12, João Melo wrote: > the actual DSpace implementation already supports If-Modified-Since > http parameter (checked against versions 1.8+). Careful though, if you're using XMLUI then the If-Modified-Since request header gets different results for item pages when the request co

Re: [Dspace-tech] 1.8.2 Discovery Search returns no results

2012-11-29 Thread Matthew McKinley
Hilton, Thanks for the documentation. In general, I find your documents to be clearer and to cover more ground than the official dspace install/update documentation. However, in this case they unfortunately did not help--I've applied all the tricks that could reasonably be applied given our slight

[Dspace-tech] combining string and message type

2012-11-29 Thread Jose Blanco
I'd like to do this: given: private static final Message T_head_browse = message("xmlui.ArtifactBrowser.CommunityViewer.head_browse"); browse.setHead(T_head_browse); -- Keep yourself connected to

Re: [Dspace-tech] 1.8.2 Discovery Search returns no results

2012-11-29 Thread Hilton Gibson
Perhaps these will help. http://wiki.lib.sun.ac.za/index.php/SUNScholar/Install_Dspace/S04 http://wiki.lib.sun.ac.za/index.php/SUNScholar/Asset_Statistics http://wiki.lib.sun.ac.za/index.php/SUNScholar/Discovery http://hdl.handle.net/11105/158 Cheers hg On 29 November 2012 18:40, Matthew McKinl

Re: [Dspace-tech] 1.8.2 Discovery Search returns no results

2012-11-29 Thread Matthew McKinley
I've changed the search.server settings and changed all occurrences of "${dspace.dir}" with "/data/dspace" in dspace.cfg. Restarted Tomcat and no change. Here is the diff output for the dspace.cfg file: [root@dspacex /]# diff /data/dspace/config/dspace.cfg /data/dspace/config/dspace_DEFAULT.cfg 1

Re: [Dspace-tech] Last-Modified handling

2012-11-29 Thread João Melo
Hi Monika, the actual DSpace implementation already supports If-Modified-Since http parameter (checked against versions 1.8+). There is no Last-Modified neither If-Last-Modified-Since http request parameters. Please, check the list: http://en.wikipedia.org/wiki/List_of_HTTP_header_fields On 29

Re: [Dspace-tech] Harvesting items Metadata from a remote dspace, into another

2012-11-29 Thread João Melo
Hi Mckeane, basically the remote DSpace doesn't have ORE active. You have two options: - Activate ORE at the remote DSpace - Harvest metadata only On 29 November 2012 15:36, Mckeane Thomas wrote: > I am using dspace 1.8.1. I tested at the remote dspace location and when I > entered the follow

Re: [Dspace-tech] Dspace recovery from crashed HDD

2012-11-29 Thread helix84
On Thu, Nov 29, 2012 at 3:32 PM, Shivraj Thorat wrote: > Now data recovery company is asking for file extensions of the files to be > recovered which will enable me to restore the complete dspace including > Database in postgres, Dspace, Customized layout of JSPUI. Here all the > bitstreams are .p

[Dspace-tech] Dspace recovery from crashed HDD

2012-11-29 Thread Shivraj Thorat
Dear Sir / Madam, I was installed Dspace 1.8.0 using ubuntu desktop. it was functioning best but unfortunately Hard Disk Media is crashed and i dont have any backup, therefore i have submitted the same to data recovery as around 2000 items with their PDF as bitstream were there. Now data reco

Re: [Dspace-tech] Last-Modified handling

2012-11-29 Thread João Melo
Hi Monika, I wasn't able to understand your issue, why are you sending HTTP requests with response parameters? They trigger no action from the server, at least they would trigger an error. I don't know which http server is being used within those request examples, but the Expires HTTP header is c

Re: [Dspace-tech] Harvest metadata and references - requires ORE support?

2012-11-29 Thread João Melo
Hi Anthony, this functionality requires code changes. The source code directory dspace-api/src/main/java/org/dspace/content/crosswalk contains all crosswalks used to map metadata values into DSpace. If aren't able to accomplish it by your own, you could contact some DSpace service provider which

Re: [Dspace-tech] Default search order

2012-11-29 Thread João Melo
Hi Germán, you can only achieve that default behavior (on Search Lucene) with code changes - at dspace-api/src/main/java/org/dspace/search/DSQuery.java. You could contact one DSpace service provider which could help you accomplishing that. Or you could also propose it as a new feature at https://

Re: [Dspace-tech] [Dspace-general] OAI-ORE harvesting

2012-11-29 Thread João Melo
Hi Nguyen, i'll assume that you're using OAI_DC as schema for exposing that information from the repository. By convention OAI_DC schema (simplified DC) establishes that authors must be exposed as *dc.creator*. However DSpace uses another schema (qualified DC), which uses *dc.contributor.author*

Re: [Dspace-tech] Harvesting items Metadata from a remote dspace, into another

2012-11-29 Thread João Melo
Hi Mckeane, which DSpace version are you using? Is it possible to configure/make sure it's working ORE at the remote DSpace? More information for 1.8.X: https://wiki.duraspace.org/display/DSDOC18/OAI#OAI-HarvestingfromanotherDSpace On 27 November 2012 20:36, Mckeane Thomas wrote: > Hello I a

Re: [Dspace-tech] View Items/submissions with in a particular collection

2012-11-29 Thread helix84
On Thu, Nov 29, 2012 at 1:23 PM, Parul dubey wrote: > Wanted to know how we are able to see how many Items are submitted to > particular collection. Version, interface, theme, Discovery? Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DS

[Dspace-tech] View Items/submissions with in a particular collection

2012-11-29 Thread Parul dubey
Hi all Wanted to know how we are able to see how many Items are submitted to particular collection. Thanks in Advance Parul Dubey From: George S Kozak [mailto:g...@cornell.edu] Sent: Saturday, November 10, 2012 2:44 AM To: dspace-tech@lists.sourceforge.net Subject: [Dspace-tech] Que

Re: [Dspace-tech] discovery module

2012-11-29 Thread helix84
Just scroll down in the page source and you'll see how they're using accordion. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- Ke

Re: [Dspace-tech] discovery module

2012-11-29 Thread helix84
On Thu, Nov 29, 2012 at 10:04 AM, Webshet, Sisay (ILRI) wrote: > can any body have some tips on how to make drop-down list up on this module. Yes, they use JQuery UI for that: http://jqueryui.com/ Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/

[Dspace-tech] discovery module

2012-11-29 Thread Webshet, Sisay (ILRI)
Hi , I just enbled the discovery on dspace 1.8 xmlui. how ever I would like have the functionality where the lists are hidden initially as follow just the like the ssite below. can any body have some tips on how to make drop-down list up on this module. Here is typical example where the for f

Re: [Dspace-tech] 1.8.2 Discovery Search returns no results

2012-11-29 Thread helix84
On Thu, Nov 29, 2012 at 2:17 AM, Matthew McKinley wrote: > helix, > > Thanks for the reply. > > 1. The context path in tomcat6/server.xml is as follows, as it has been in > previous (working) versions of dspace: > > >docBase="/data/dspace/webapps/xmlui" >