[Dspace-tech] XMLUI caching, recommended mod_expires settings?

2013-01-29 Thread Alan Orth
All, We've been on and off battling with excessive XMLUI caching in our DSpace environment. It seems the server-side issue is less rampant since 1.8.x introduced the ability to clear the Cocoon cache from the Control Panel. Now we're attempting to solve the client-side caching issue, and

Re: [Dspace-tech] Fwd: need help

2013-01-29 Thread helix84
Hi Ashapurna, Try running one of these commands on your DSpace machine to verify that you can connect to Maven Central: wget http://repo1.maven.org/maven2/org/dspace/dspace-pom/10/dspace-pom-10.pom or curl http://repo1.maven.org/maven2/org/dspace/dspace-pom/10/dspace-pom-10.pom Do you need to

Re: [Dspace-tech] [KE1019161] Using dspace script with JNDI ?

2013-01-29 Thread Marco Weiß
Hi Helix, no not though a local firewall. The firewall between the DMZ and the Database net. I have now requested the firewall administrative to enable the needed port but I have to test it. So thank you for support and idea on this topic to you and Mark! Btw. The JNDI configuration is

[Dspace-tech] Top 10 item downloads.

2013-01-29 Thread Hilton Gibson
Hi Helix I am on the tech list now. Was: wget http://localhost/solr/statistics/select?indent=onversion=2.2start=0rows=10fl=*%2Cscoreqt=standardwt=standardexplainOther=hl.fl=q=type:0; -O response.xml How do I extract handles from the XML file. -- *Hilton Gibson* Systems Administrator JS

[Dspace-tech] Funder data in Metadata ?

2013-01-29 Thread David Palmer
We want to show funder data in the publication records in DSpace. On one record, there could be multiple grant names from the same funder, two or more funders on the same publication, two or more grant numbers, etc. If we have 4 separate DC fields for, Funder Grant Name

Re: [Dspace-tech] [Dspace-general] Funder data in Metadata ?

2013-01-29 Thread helix84
Hi David, unfortunately, the order of values of a single metadata field is not defined. That said, I didn't encounter a case where DSpace would not preserve them in the order we put them in, but this can depend on several things including the underlying database. So you can just reply on that and

[Dspace-tech] DSpace 3.0 Ingestion Performance Benchmarks

2013-01-29 Thread Lighton Phiri
I am conducting a couple of performance benchmarks and currently working towards ingesting ~2million metadata-only items into a DSpace 3.0 instance. One of things I intend to do is benchmark the ingestion process and I was hoping someone could help with the following queries: 1. I am guessing

Re: [Dspace-tech] Top 10 item downloads.

2013-01-29 Thread helix84
Like I wrote back on dspace-general, handles are not stored in this response and need to be looked up in the database. Just noting this for later experimentation (for myself, really) - it seems database queries/tables can be easily exported as XML from Postgres:

Re: [Dspace-tech] DSpace 3.0 Ingestion Performance Benchmarks

2013-01-29 Thread helix84
Hi Lighton, I don't know of any such work done as of yet. I definitely would be interested in your results/findings and surely others would be, too. Could you create a wiki page afterwards? On Tue, Jan 29, 2013 at 12:09 PM, Lighton Phiri lighton.ph...@gmail.com wrote: 1. I am guessing the Batch

Re: [Dspace-tech] Top 10 item downloads.

2013-01-29 Thread Hilton Gibson
Ok. I am assuming then the response has item id's which I can look up via the XMLUI. Is it the: arr name=owningItem int19989/int /arr OR int name=id52613/int Cheers hg On 29 January 2013 13:17, helix84 heli...@centrum.sk wrote: Like I wrote back on dspace-general, handles are not stored in

Re: [Dspace-tech] Top 10 item downloads.

2013-01-29 Thread helix84
That's correct. I'd write the XSL for you, I just don't have the time right now. You didn't tell me what you'd like the final output to be. Part of a page in XMLUI? Separate HTML file? CSV? Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette

Re: [Dspace-tech] Top 10 item downloads.

2013-01-29 Thread Hilton Gibson
Simple text to add to a wiki page for now. On 29 January 2013 13:37, helix84 heli...@centrum.sk wrote: That's correct. I'd write the XSL for you, I just don't have the time right now. You didn't tell me what you'd like the final output to be. Part of a page in XMLUI? Separate HTML file?

Re: [Dspace-tech] [Dspace-general] Funder data in Metadata ?

2013-01-29 Thread Andrea Bollini
Hi David, you only need to store the item-grant(s) relation in the item metadata. DSpace supports linking of entities through the authority framework, so you should have metadata= something like dc.relation.grant text_value=Textual description of the grant including all the details that you

[Dspace-tech] Changing the location of dspace css files

2013-01-29 Thread Thomas Misilo
Hi, I am trying to change the location of the CSS files so I can put them on another server, and be able to customize them without rebuilding tomcat all the time. When I tried changing it in my sitemap it added /themes/themename/http://url/lib/css/*.css Thank in advance, Tom

[Dspace-tech] Uploading Bibliographic information from RefWorks

2013-01-29 Thread Thomas Misilo
Hi, I was wondering if anyone has used the new bibliographic upload for DSpace 3.0 yet with a refworks bibtex file? Below is what I have tried, and the ouput I got. If you want the refworks bibtex file, I can dspace import -b -m refworks-map.map -e misi...@fit.edu -c 123456789/6856 -s

[Dspace-tech] changing order of aspects

2013-01-29 Thread Lars Möller
hi list, is it possible to change the order of the aspects in dspace 3.0? i want to change the position in the theme mirage of the dri-options (css isn't a solution for that). dri.options should appear in the source html before the content part (ds-body). changing the order of the aspects in

Re: [Dspace-tech] Uploading Bibliographic information from RefWorks

2013-01-29 Thread Thomas Misilo
I just tried using an RIS export from Proquest and the same thing happened. The record was created with no information from the RIS file. :-/ From: Thomas Misilo [mailto:misi...@fit.edu] Sent: Tuesday, January 29, 2013 11:55 AM To: dspace-tech@lists.sourceforge.net Subject: [Dspace-tech]

Re: [Dspace-tech] Changing the location of dspace css files

2013-01-29 Thread Andrea Schweer
Hi Thomas, On 30/01/13 02:41, Thomas Misilo wrote: I am trying to change the location of the CSS files so I can put them on another server, and be able to customize them without rebuilding tomcat all the time. When I

Re: [Dspace-tech] How customize v 3.0 Discovery search filter drop-down labels

2013-01-29 Thread Charles Kinney
mErRYo merryob...@yahoo.com wrote: Well i created new sidebar facet and search filter now which is working fine. Steps mentioned in manual were right but the only problem i was facing that it doesn't implicitly mention to rebuild solr index also, though it has solr index maintenance topic

Re: [Dspace-tech] Uploading Bibliographic information from RefWorks

2013-01-29 Thread Pottinger, Hardy J.
Hi, Thomas, we chatted briefly about this on IRC, I am mostly replying so this response gets into the mail list archive, in case anyone else runs into trouble. I have not yet tried to use the bibliographic import feature of 3.0 yet (it's on our list of things to try soon, though). There is a

[Dspace-tech] SWORDv2 Client for DSpace?

2013-01-29 Thread Bram Luyten
As far as I can tell from the docs, DSpace 3 contains: - SWORD v1 serverhttps://wiki.duraspace.org/display/DSDOC3x/SWORDv1+Serverto accept v1 deposits - SWORD v2 serverhttps://wiki.duraspace.org/display/DSDOC3x/SWORDv2+Serverto accept v2 deposits - SWORD v1

Re: [Dspace-tech] SWORDv2 Client for DSpace?

2013-01-29 Thread Benjamin Ryan
Bram, Richard Jones of CottageLabs has Java code for a SWORD2 Client at https://github.com/swordapp/JavaClient2.0 He recently did some work on the SWORD2 server that we have used to replace the SWORD2 server in Dspace (there were some fixes and improvements made).

Re: [Dspace-tech] Uploading Bibliographic information from RefWorks

2013-01-29 Thread Konstantinos Stamatis
Dear Thomas, At the very beginning, we would like to thanks you for trying to use EKT's contribution to DSpace in order to load records in your system. As far as the bibtex exception concerns, it seems that the problem relies on jbibtex library rather on the BTE implementation. My guess is