[Dspace-tech] Generating report on list of items in DSpace

2011-04-14 Thread Btri Consulting
I would like to be able to generate a listing of the titles and authors of 
items 
archived within a specified period, or of items archived by a specific user. I 
can't seem to find any options for this.

Is there some way to do this in DSpace? I am working with 1.6.2 JSPUI.

Regards
Stephen--
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Generating reports from Dspace JSPUI

2011-03-15 Thread Btri Consulting
Hi,

I am using DSpace 1.6.2 JSPUI. Is there some way to get reports from DSpace 
other than through the Statistics option?

For example, I would like to be able to generate a listing of the titles and 
authors of items archived within a specified period, or of items archived by a 
specific user.

Any suggestions?

Stephen



  --
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Moving data from one instance to another Dspace 1.6.2

2011-02-28 Thread Btri Consulting
Hi all,

I need to move a significant size collection from one DSpace server to another. 
I have gone through the DSpace 1.6.2 manual and googled quite a bit on this, 
and 
I have since a variety of discussions about how to do it and some of the 
problems. I am still not clear however, and hope that someone can give me a few 
specific answers. The two instances are on different Linux versions (from 
Ubuntu 
to Centos) and different versions of Postgresql (from 8.4 to 8.1 - long story).

I have used the Export (Migrate) Collection option in DSpace which has 
generated a zip file with the requisite information. I assume I now upload this 
to the new server, unzip it an appropriate location and then run the dsrun 
command with the appropriate options. Could someone confirm and give me the 
specific switches/options for the dsrun in this case?

Also, is there options that can be used with the dsrun to export and import 
only the metadata but not bitstreams for a collection? I have tried using the 
Export Metadata option on the first server and and then the Import Metadata 
option on the second instance but that keeps failing with an unknown error.

Regards
Stephen



  --
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev ___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Moving data from one instance to another Dspace 1.6.2

2011-02-28 Thread Btri Consulting
Thank you Stuart, Panyarak and Hilton for responding.

The use of the import command as Stuart suggested seems to have worked.

Later, I may experiment with the other methods suggested , but for now the 
users 
seem happy.

Stuart - the only message I got when I tried to do the metadata import from the 
csv file that I had exported as An unknown error has occurred


Regards
Stephen



From: Stuart Lewis s.le...@auckland.ac.nz
To: Btri Consulting btr_...@yahoo.com
Cc: dspace-tech@lists.sourceforge.net dspace-tech@lists.sourceforge.net
Sent: Mon, February 28, 2011 2:06:09 PM
Subject: Re: [Dspace-tech] Moving data from one instance to another Dspace 1.6.2

Hi Stephen,

 I have used the Export (Migrate) Collection option in DSpace which has 
generated a zip file with the requisite information. I assume I now upload 
this 
to the new server, unzip it an appropriate location and then run the dsrun 
command with the appropriate options. Could someone confirm and give me the 
specific switches/options for the dsrun in this case?

adding items from zip file:dspace import -a -e eperson -c collection -s 
sourcedir -z filename.zip -m mapfile

e.g. [dspace]/bin/dspace import -a -e y...@email.com -c 123456789/55 -s /tmp -z 
filename.zip -m mapfile

You don't need to unzip the import file first - the importer can do that for 
you.

 Also, is there options that can be used with the dsrun to export and import 
only the metadata but not bitstreams for a collection? I have tried using the 
Export Metadata option on the first server and and then the Import 
Metadata 
option on the second instance but that keeps failing with an unknown error.

Could you send a message with the complete output the command gives, and we'll 
see if we can help work out the error.

Thanks,


Stuart Lewis
Digital Development Manager
Te Tumu Herenga The University of Auckland Library
Auckland Mail Centre, Private Bag 92019, Auckland 1142, New Zealand
Ph: +64 (0)9 373 7599 x81928


  --
Free Software Download: Index, Search  Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev ___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] JSPUI metadata and iput customization

2010-12-10 Thread Btri Consulting
Hello Claudia,

Thanks for your response.

With regard to (a), is there any documentation you can point me to that might 
help me with this customization?

With regard to (b), I have already successfully customized and used the 
collection-specific input form. Where I have the problem is in editing the 
metadata for an item after it has been submitted. The Edit Item uses the 
default 
metadata form and not my customized input form. I wanted to know whether there 
was a way to get the Edit to use a customized form.


Regards
Stephen



From: Claudia Jürgen claudia.juer...@ub.tu-dortmund.de
To: dspace-tech@lists.sourceforge.net
Sent: Fri, December 10, 2010 5:41:53 AM
Subject: Re: [Dspace-tech] JSPUI metadata and iput customization

Hello Stephen,

a) full item display
in order to change the labels in the full item display, you got to 
customize:
[dspace-scr]/dspace-jspui/dspace-jspui-api/src/main/java/org/dspace/app/jsptag/ItemTag.java

renderFull()
Take a look at the render() method on how to use the i18n tags.

b) collection specific input form
this is configured in the input form itself
[dspace-src]/dspace/config/input-forms.xml
At the beginning of the file there is a section mapping forms to 
collections. If no form is set for a collection the default form is used.

  form-map
name-map collection-handle=default form-name=traditional /
  /form-map

here you can enter

name-map collection-handle=CollectionHandle form-name=FormName /
replace CollectionHandle and FormName with your settings.

Hope that helps

Claudia Jürgen


Am 08.12.2010 11:33, schrieb Btri Consulting:
 Hi,

 I am in the process of setting up a new repository with DSpace. I have 
 created 
a
 custom metadata entry form by editing input-forms.xml and it seems to work 
fine
 when submitting items. I have 2 problems however:

 (a) When a user tries to view the item (by selecting show full item record),
 it shows the DC field names as labels instead of the labels I have entered 
(e.g.
 dc.coverage.spatial when I wanted it to show Country).

 How can I get it to display the labels I want?

 (b) I notice that the input form is not available when I Edit the item. I just
 get a default metadata entry form. Based on what I've read, that seems to be 
the
 intended behaviour, but does anyone know of a workaround or customization to
 address this?

 I have spent a lot of time reading available documentation and googling these
 issues, but haven't found the solution. If there is some documentation I may
 have missed please let me know.

 Regards
 Stephen







 --
 What happens now with your Lotus Notes apps - do you make another costly
 upgrade, or settle for being marooned without product support? Time to move
 off Lotus Notes and onto the cloud with Force.com, apps are easier to build,
 use, and manage than apps on traditional platforms. Sign up for the Lotus
 Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d



 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech

-- 
Claudia Juergen
Universitaetsbibliothek Dortmund
Eldorado
0231/755-4043
https://eldorado.tu-dortmund.de/

--
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech



  --
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] JSPUI metadata and iput customization

2010-12-08 Thread Btri Consulting
Hi,

I am in the process of setting up a new repository with DSpace. I have created 
a 
custom metadata entry form by editing input-forms.xml and it seems to work fine 
when submitting items. I have 2 problems however:

(a) When a user tries to view the item (by selecting show full item record), 
it shows the DC field names as labels instead of the labels I have entered 
(e.g. 
dc.coverage.spatial when I wanted it to show Country).

How can I get it to display the labels I want?

(b) I notice that the input form is not available when I Edit the item. I just 
get a default metadata entry form. Based on what I've read, that seems to be 
the 
intended behaviour, but does anyone know of a workaround or customization to 
address this?

I have spent a lot of time reading available documentation and googling these 
issues, but haven't found the solution. If there is some documentation I may 
have missed please let me know.

Regards
Stephen



  --
What happens now with your Lotus Notes apps - do you make another costly 
upgrade, or settle for being marooned without product support? Time to move
off Lotus Notes and onto the cloud with Force.com, apps are easier to build,
use, and manage than apps on traditional platforms. Sign up for the Lotus 
Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Using URL instead

2010-07-19 Thread Btri Consulting
Dear DSpace team,

A response to an earlier question from us confirmed that DSpace can be 
configured to allow entries with metadata information only, but no file upload.

We would also like to know: Is it possible to configure DSpace to enter either 
a 
text string or a URL as part of an entry? This is to deal with situations where 
the file is not available for upload. It is either a physical document 
available 
at a location to be specified, or it can be accessed from a remote server via a 
URL.

What the client is aiming to do is to have DSpace function as a front-end to a 
combination of physical and digital document collections maintained by member 
organizations.

Regards
Stephen



  --
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Using Dspace with Digital and non-digital content simultaneously

2010-07-06 Thread Btri Consulting
Thank you Claudia. I will check it out.


Regards
Stephen



From: Claudia Jürgen claudia.juer...@ub.tu-dortmund.de
To: dspace-tech@lists.sourceforge.net
Sent: Tue, July 6, 2010 5:26:40 AM
Subject: Re: [Dspace-tech] Using Dspace with Digital and non-digital content 
simultaneously

Hello,

to allow items without bitstreams is configurable in 
[dspace-source]/dspace/config/dspace.cfg
see

# Whether or not we REQUIRE that a file be uploaded
# during the 'Upload' step in the submission process
# Defaults to true; If set to 'false', submitter has option to skip upload
#webui.submit.upload.required = true

In order to allow the submitter to skip the upload step user
webui.submit.upload.required = false


Hope that helps

Claudia Jürgen

Am 05.07.2010 20:40, schrieb Btri Consulting:
 Hello,

 We are considering using Dspace to
 implement an online library for a client that provides information on Disaster
 Management in the Caribbean. The client wants to provide library
 users with a single interface that allows them to search the catalog of
 available material. If the material is available in digital format then
 the user will see the catalog information and be able to download the
 digital content. If the content is available only in hard copy or
 physical format at the library location, then the catalog information
 will be displayed, but the user will see a message saying contact
 library for content.

 We have spent much time installing and
 testing Dspace, as well as reading available documents, but we have not
 been able to determine definitively whether it can handle this. Thus far it 
 seems that it can only handle entries that
 have a file attached.

 Has anyone tried to use Dspace in this
 manner? In general, what the client wants is to make things simple for
 users, so that all content can be accessed in the same way.

 Regards
 BTR Inc.







 --
 This SF.net email is sponsored by Sprint
 What will you do first with EVO, the first 4G phone?
 Visit sprint.com/first-- http://p.sf.net/sfu/sprint-com-first



 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech

-- 
Mit freundlichen Gruessen

Claudia Juergen
Universitaetsbibliothek Dortmund
Eldorado
0231/755-4043
https://eldorado.tu-dortmund.de/

--
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech



  --
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Using Dspace with Digital and non-digital content simultaneously

2010-07-05 Thread Btri Consulting
Hello,

We are considering using Dspace to 
implement an online library for a client that provides information on Disaster 
Management in the Caribbean. The client wants to provide library 
users with a single interface that allows them to search the catalog of 
available material. If the material is available in digital format then 
the user will see the catalog information and be able to download the 
digital content. If the content is available only in hard copy or 
physical format at the library location, then the catalog information 
will be displayed, but the user will see a message saying contact 
library for content.

We have spent much time installing and 
testing Dspace, as well as reading available documents, but we have not 
been able to determine definitively whether it can handle this. Thus far it 
seems that it can only handle entries that 
have a file attached.

Has anyone tried to use Dspace in this 
manner? In general, what the client wants is to make things simple for 
users, so that all content can be accessed in the same way.

Regards
BTR Inc.



  --
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech