[Dspace-tech] Number of Articles deposited in DSpace during a given year

2015-01-05 Thread Admire Mutsikiwa
Hi Hope I find you well. I am interested in establishing the number of articles deposited per month during the course of year 2014. I will appreciate it if I can be furnished with the SQL statement to achieve this. Kind Regards, Admire Mutsikiwa (Mr) ICT Manager Libraries University

Re: [Dspace-tech] Number of Articles deposited in DSpace during a given year

2015-01-05 Thread Hilton Gibson
Perhaps this will help: http://wiki.lib.sun.ac.za/index.php/SUNScholar/SQL_Tips Check the heading IR Growth. Cheers hg *Hilton Gibson* Ubuntu Linux Systems Administrator JS Gericke Library Room 1025C Stellenbosch University Private Bag X5036 Stellenbosch 7599 South Africa Tel: +27 21 808 4100

[Dspace-tech] mvn package error

2015-01-05 Thread Ahmad Al-Shalabi
Hi allI'm trying to install Dspace for the first timeso i install all requirement successfully, when i move to next step build porject using mvn package command there is an error.i was change install.dir in build.properties to dspace.install.dir=C:\dspace and i create database called dspace

[Dspace-tech] Connecting internal and external DSpace instances with OAI-ORE harvesting -- anyone doing this?

2015-01-05 Thread Webb, Nicholas
We're a small archive using DSpace to manage electronic records, currently planning an upgrade of our XMLUI DSpace instance. Our existing instance is accessible to the public web, but as part of this upgrade, we want to set up an internal, staff-only dark archive as well. The goal, for ease of

Re: [Dspace-tech] XOAI ORE filename encoding

2015-01-05 Thread João Melo
Hi German, check if your tomcat configuration is using UTF-8. Look at this post https://blog.oio.de/2010/12/31/solving-tomcat-encoding-problems-in-utf-8-webapps/ On 5 January 2015 at 16:10, Germán Biozzoli germanbiozz...@gmail.com wrote: Hi Hilton helix Hilton, I agree completely about the

Re: [Dspace-tech] XOAI ORE filename encoding

2015-01-05 Thread Germán Biozzoli
Hi Hilton helix Hilton, I agree completely about the normalization for the filenames, but it's a repository with geographically distributed contributors and it's designing its guidelines for deposit. I will recommend this normalization, it looks like the URL that you sent could be a very good

[Dspace-tech] Showing Publications in Organization Unit/Project

2015-01-05 Thread Mary Choi
Dear all, I am currently using the dspace cris module 4.1 release. I have added a few researchers to a organization unit, however, the publications of the researchers do not show up in the Organization Unit's Researchers Publications box. Here are some values shown in the edit mode of the box.

Re: [Dspace-tech] user registration and downlaod

2015-01-05 Thread Hardik Mishra
Hi Mallikarjun, This requires code level change. Which UI are you using ? -- Thanks Hardik Mishra -- Forwarded message -- From: mallikarjun dora dora.mallikar...@gmail.com To: dspace-tech@lists.sourceforge.net Cc: Date: Mon, 5 Jan 2015 11:47:56 +0530 Subject: [Dspace-tech]

[Dspace-tech] XOAI ORE filename encoding

2015-01-05 Thread Germán Biozzoli
Hi everybody I'm facing a problem from a Dspace harvester (that consumes ORE) from a 5 rc3 instance. It looks like the filename is not correctly encoded/exposed: atom:link rel=http://www.openarchives.org/ore/terms/aggregates; href=

Re: [Dspace-tech] Hardware Configuration for DSpace

2015-01-05 Thread Hilton Gibson
Perhaps this will help: http://wiki.lib.sun.ac.za/index.php/SUNScholar/Install_Ubuntu/S01 *Hilton Gibson* Ubuntu Linux Systems Administrator JS Gericke Library Room 1025C Stellenbosch University Private Bag X5036 Stellenbosch 7599 South Africa Tel: +27 21 808 4100 | Cell: +27 84 646 4758 On 5

Re: [Dspace-tech] XOAI ORE filename encoding

2015-01-05 Thread helix84
Hi Germán, I'm not sure I see your problem. The %C3%B1 sequence is the correct encoding for the ñ character and this should work just fine. If, OTOH, you're referring to the link not working as a whole, it will be because in the source repository you didn't configure the repository host name

Re: [Dspace-tech] mvn package error

2015-01-05 Thread helix84
Do you have direct internet connection from your DSpace server or do you have to use a proxy? If you have a direct connection, there might have been a very brief downtime, so just try again. You can verify whether your connection works using e.g.: wget https://repo.maven.apache.org/ If you have

Re: [Dspace-tech] Hardware Configuration for DSpace

2015-01-05 Thread Tim Donohue
Hi, The exact hard drives listed in those details are just *examples*. We probably should just remove those examples, as they will always be outdated. The most important specifications with regards to DSpace are the amount of storage and memory you need. * Storage Space: You need enough

Re: [Dspace-tech] user registration and downlaod

2015-01-05 Thread helix84
In your case it's probably easiest to require self-registration using PasswordAuthentication. The only thing you'd have to add to the registration form would be the institution. It is slightly easier to add new fields to EPersons in DSpace 5. Regards, ~~helix84 Compulsory reading: DSpace