Re: [Dspace-tech] Dspace-CRIS, customizing validation and

2013-10-14 Thread dtpalmer
Dear Miika, Great, that you have installed DSpace-Cris! I attempt some answers for you: Workflows: Yes, this is possible. As every university is different, it is difficult to build a generic system for this. I suppose that these university specific processes are a big reason why commercial

Re: [Dspace-tech] Batch Moving All Items in a Collection

2013-10-14 Thread helix84
On Tue, Oct 15, 2013 at 12:07 AM, Matthew Sherman wrote: > Thanks for the input everyone. I was successful using the method of > changing the handle value in the csv. Yes, forgot to mention it. It's probably the safest option, with the important note that DSpace CSV files can be reasonably open

Re: [Dspace-tech] Batch Moving All Items in a Collection

2013-10-14 Thread Matthew Sherman
Thanks for the input everyone. I was successful using the method of changing the handle value in the csv. On Oct 14, 2013 5:29 PM, "Keir Vaughan-Taylor" wrote: > Just a "be careful" note > > I usually execute these commands manually. > The 62310 count is the sum of items in each collection. > >

Re: [Dspace-tech] Batch Moving All Items in a Collection

2013-10-14 Thread Keir Vaughan-Taylor
Just a "be careful" note I usually execute these commands manually. The 62310 count is the sum of items in each collection. On Tue, 2013-10-15 at 07:48 +1100, Keir Vaughan-Taylor wrote: > You can use code sililar to this - You have to work out the correct > collection IDs > > #Author Keir Vaugh

Re: [Dspace-tech] Batch Moving All Items in a Collection

2013-10-14 Thread Keir Vaughan-Taylor
You can use code sililar to this - You have to work out the correct collection IDs #Author Keir Vaughan-Taylor # Use psql commands to # move one collection into another # where collection defined by its ID select * from collection_item_count; #Adjust the two totals for each collection. update coll

Re: [Dspace-tech] shibboleth problem

2013-10-14 Thread Bill Tantzen
More info. I *am* able to login correctly if I point my browser /Shibboleth.sso/Login with lazysession.secure=true. The protocol is automagically transformed to https, and I am redirected to home page. If I do the same with a restricted url -- that is, specifically use https as the protocol, eve

Re: [Dspace-tech] Dspace-CRIS, customizing validation and workflows

2013-10-14 Thread Andrea Bollini
Hi Miika, happy to hear that you are evaluating DSpace-CRIS. Some contextual informations: my company, CINECA, provides a full CRIS solution implemented as proprietary software: SURplus based on DSpace and DSpace-CRIS http://www.cineca.it/en/content/surplus SURplus is made of several modules, th

Re: [Dspace-tech] shibboleth problem

2013-10-14 Thread Bill Tantzen
OK, even after fixing my typo, the behavior persists. Once again, what is happening is upon accessing a restricted url, like '/submit' or '/my-dspace' I am directed to my IDP for authentication as expected. But upon successful authentication, instead of going to the originally requested url, I am

Re: [Dspace-tech] shibboleth problem

2013-10-14 Thread Bill Tantzen
Ah, false alarm I think -- a typo in my config file. Everything actually looks good now. Thanks anyway! Bill On Mon, Oct 14, 2013 at 1:23 PM, Jozef Misutka wrote: > Not clear from your description but maybe you are talking about an issue > we have experienced lately that specific versions of

Re: [Dspace-tech] shibboleth problem

2013-10-14 Thread Jozef Misutka
Not clear from your description but maybe you are talking about an issue we have experienced lately that specific versions of IE are caching 302 redirects, solution was to add no-cache directive. Best, Jozef Misutka CLARIN-Lindat

[Dspace-tech] shibboleth problem

2013-10-14 Thread Bill Tantzen
Hi all! I running into problems with my shib setup on space 3.2... In authentication-shibboleth.cfg, I have lazysessions set to true. However, when I attempt to access a restricted url, like '/submit' or even if I directly access /Shibboleth.sso/Login, after authenticating I am endlessly looped

Re: [Dspace-tech] Batch Moving All Items in a Collection

2013-10-14 Thread Javier Távara
Yes. Usually I delete the columns I don't want to touch (except for ID, of course). Javier Távara 2013/10/14 Matthew Sherman > Thanks for the input. So just to make sure I understand this correctly, > if I export the metadata to csv, change the handle in the collection > column, and import it

Re: [Dspace-tech] Batch Moving All Items in a Collection

2013-10-14 Thread Matthew Sherman
Thanks for the input. So just to make sure I understand this correctly, if I export the metadata to csv, change the handle in the collection column, and import it should move the items to the new collection. Is that correct? On Mon, Oct 14, 2013 at 10:23 AM, emilio lorenzo wrote: > Hi, > exp

Re: [Dspace-tech] Batch Moving All Items in a Collection

2013-10-14 Thread emilio lorenzo
Hi, export the collection: (export metadata from collection administration menu) . You will get a csv file... Edit the csv file, changing the value of the column "collection" to the handle value of the destination collection Import the csv Some more details in the Dspace administration manual

Re: [Dspace-tech] Batch Moving All Items in a Collection

2013-10-14 Thread helix84
Hi Matt, the officially recommended option would be AIP import/export (available since DSpace 1.7). I can also suggest an alternative if you're dealing with an older DSpace version or if you want to do it quickly. Use SQL to change item's parent collection in the collection2item table (if you use

Re: [Dspace-tech] Batch Moving All Items in a Collection

2013-10-14 Thread Javier Távara
You can do it with CSV files https://wiki.duraspace.org/display/DSDOC3x/Batch+Metadata+Editing Javier Távara 2013/10/14 Matthew Sherman > I am wondering if there is a way to batch move items from one collection > to another. We are do a major restructuring of our repository and are > looking

[Dspace-tech] Batch Moving All Items in a Collection

2013-10-14 Thread Matthew Sherman
I am wondering if there is a way to batch move items from one collection to another. We are do a major restructuring of our repository and are looking for a way to move items rather than having to re upload everything. Any suggestions would massively help. Thanks for your time and advice. Matt

Re: [Dspace-tech] Help for streaming & play video into DSpace 3.2 [ JSPUI & XAMLUI ]

2013-10-14 Thread Bhavesh Patel
Dear all, Please let me know if anyone have integrate the video streaming into DSpace3.2 into JSPUI or XMLUI that will play the video on item detail page. I have tried the " http://blog.stuartlewis.com/2009/05/27/easy-pseudo-video-streaming-for-dspace-repositories/"; but not able to success. ple

Re: [Dspace-tech] How to bring Recent submissions to dspace jspui home page

2013-10-14 Thread Andrea Bollini
It will be done out-of-box in the next dspace 4.0 You can backport the current solution, look here: https://github.com/DSpace/DSpace/pull/280 That should be considered too https://jira.duraspace.org/browse/DS-1675 Andrea Il 11/10/2013 08.34, ribin.jo...@niist.res.in ha scritto: > Hi, > > Is it p