[Dspace-tech] Presentation order of bitstreams

2011-11-23 Thread Gary Browne
Hi all, I have an interesting issue with the ordering of bitstreams in Item view. Have a look at: http://ses.library.usyd.edu.au/handle/2123/7902 The bitstreams are displayed in DESCENDING order in terms of sequence_id. However, bitstreams of older items in our repository, such as: http://ses

Re: [Dspace-tech] Access control on dspace 1.6.2 JSPUI

2011-11-23 Thread Shrilatha Acharya
Thanks and thank u so much. Yes, as u say, even I have 100s of items in collection. So I wll try to do it at SQL level as u suggested. Can u also guide me on the columns of 'resourcepolicy' table (because I see the columns r set with numbers.).what each column/value represents? -Original

[Dspace-tech] survey on the management of large numbers of digital repositories.

2011-11-23 Thread Mushashu Mwansa Lumpa
Dear Colleagues, I kindly request your assistance with a survey on the remote/automated management of large numbers of digital repositories. I am a member of the Digital Libraries Laboratory at the University of Cape Town, South Africa, and I am currently working on a research project that includ

[Dspace-tech] Choice Management, 'suggest' autocomplete option in jspui edit form.

2011-11-23 Thread Stuart Loose
Hi All, I have been trying to setup the choice lookup on a number of fields within the JSPUI edit item form page. I have been able to setup the 'select' and the 'lookup' style options, but the 'suggest' autocomplete option does not work. It just defaults to the lookup style. I took a look at th

Re: [Dspace-tech] Access control on dspace 1.6.2 JSPUI

2011-11-23 Thread Brian Freels-Stendel
Morning, There's an Advanced Policy Manager tool, at least in the XMLUI interface. In the Administrative menu, click Authorizations (under Access Control.) Then in the main pane, under the search box, there's a link to the tool. A quick search didn't net me anything in the manual, but it loo

Re: [Dspace-tech] restrict OAI to specific collections...

2011-11-23 Thread Fred Edwards
Thanks for the response... Instead of getting into the code... which is way too time intensive since I'd have to learn tomcat, java (relearn I guess), etc (I'm a C++ programmer if anything)... I hunted around a bit more, after seeing Proai mentioned in one of the links you sent, and found jOA

Re: [Dspace-tech] Harvesting from

2011-11-23 Thread Webshet, Sisay (ILRI)
Hi, I used the corrected version when I tried including 'y' The error as 'OAI did not respond to ListMetadataFormats query (ore:null ; :null)' Thanks -Original Message- From: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] On Behalf Of helix84 Sent: Wednesday, November 23, 2011 4:41

Re: [Dspace-tech] Harvesting from

2011-11-23 Thread helix84
On Wed, Nov 23, 2011 at 14:18, Webshet, Sisay (ILRI) wrote: > http://imlsdcc.grainger.uiuc.edu/gateway.net/oai.aspx/iwmi.catalog.cgiar.org/oaisteriwmipubs.xml?verb=Identif Just to point out the obvious, you're missing an "y" at the end of the URL (Identify). Regards, ~~helix84 -

[Dspace-tech] Harvesting from

2011-11-23 Thread Webshet, Sisay (ILRI)
Hello, I want to harvest from a remotes dspace repository. I tried from this http://smartech.gatech.edu/dspace-oai/request.it works perfectly But I couldn't from following url http://imlsdcc.grainger.uiuc.edu/gateway.net/oai.aspx/iwmi.catalog.cgiar .org/oaisteriwmipubs.xml?verb=Identif An

Re: [Dspace-tech] Access control on dspace 1.6.2 JSPUI

2011-11-23 Thread helix84
A question to other DSpace users: since we have the curation system starting from 1.7 and this is a common problem, isn't there a curation task for that already? Regards, ~~helix84 -- All the data continuously generated i

Re: [Dspace-tech] Access control on dspace 1.6.2 JSPUI

2011-11-23 Thread helix84
On Wed, Nov 23, 2011 at 11:25, Shrilatha Acharya wrote: > Hi helix84, > Thanks for the quick reply . I got a clue. But- > Does it mean to say tht- > 1. if I have a collection containing items and if I change the > authorization(bitstream reading) of the collection to a set of users, it does > no

Re: [Dspace-tech] Access control on dspace 1.6.2 JSPUI

2011-11-23 Thread Shrilatha Acharya
Hi helix84, Thanks for the quick reply . I got a clue. But- Does it mean to say tht- 1. if I have a collection containing items and if I change the authorization(bitstream reading) of the collection to a set of users, it does not affect each item? In otherwords, 2. if I have a collection containi

Re: [Dspace-tech] Access control on dspace 1.6.2 JSPUI

2011-11-23 Thread helix84
Hi Shrilatha, I think that the caveat here is that you need to remember that access is not inherited (e.g. from collection to items) for existing items, it's inherited only during submission. So you have to set it for every _existing_ item and bitstream individually. AFAIK there's no way how to do

[Dspace-tech] Access control on dspace 1.6.2 JSPUI

2011-11-23 Thread Shrilatha Acharya
Hi, I am using Dspace 1.6.2 with JSPUI. I have got many community/collections and item in it. Now I need to give an authorization for the set of users(anonymous) the read(Item details only) access. A Set of authorized users to have read(bitstream too) access. Another set of users who can have rea

Re: [Dspace-tech] Google analytics

2011-11-23 Thread helix84
Basically, you need to replace the Google Analytics at the bottom of page-structure.xsl with this structure: By rewriting this code, ignore what's in dspace.cfg and embed your GA IDs directly into the javascript snippets. Regards, ~~helix84 -

[Dspace-tech] Google analytics

2011-11-23 Thread Webshet, Sisay (ILRI)
Hi All, I want to setup Google analytic on Dspace 1.7 and I have a code that I received from Google analytic that need to be placed inside dspace.cfg and page-structure.xsl . But what will be my next step if there are different communities with their own code. Thanks sisay --