Re: [Dspace-tech] [Dspace-devel] Adding new buttons, metadata fields in UI

2007-08-16 Thread James Rutherford
On Wed, Aug 15, 2007 at 10:08:02PM +0530, Kamineni, Kiran wrote:
 I was wondering what the best way to add new buttons in the UI (Display
 Full Item Details page) and also to add additional fields in the
 metadata for an Item.

Which page do you want to add the buttons to? If you wanted to add
buttons *on* the full details page, you should look at display-item.jsp.
You might also want to look at ItemTag.java (in the jsptags package). Of
course if any form processing is to be done, then you'll need to look at
the appropriate servlet, etc.

cheers,

Jim

-- 
James Rutherford  |  Hewlett-Packard Limited registered Office:
Research Engineer |  Cain Road,
HP Labs   |  Bracknell,
Bristol, UK   |  Berks
+44 117 312 7066  |  RG12 1HN.
[EMAIL PROTECTED]   |  Registered No: 690597 England

The contents of this message and any attachments to it are confidential and
may be legally privileged. If you have received this message in error, you
should delete it from your system immediately and advise the sender. To any
recipient of this message within HP, unless otherwise stated you should
consider this message and attachments as HP CONFIDENTIAL.

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Different metadata for different collections/communities

2007-08-16 Thread Mika Stenberg
What are the possibilities to customize different metadata-sets on each 
collection / community on dspace? Should I just create different web 
submit forms for each?

-Mika

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] DSpace and Z39.50

2007-08-16 Thread LeVan,Ralph
The word test in that URL is in the position where the database name occurs.  
If you want to search DSpace, replace test with DSpace.

Here's a search in your database:
http://otto.terkko.helsinki.fi:8080/SRW/search/DSpace?query=dc.creator%20=%20Aalto,%20AnumaximumRecords=1


Ralph

-Original Message-
From: Mika Stenberg [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 15, 2007 3:36 AM
To: LeVan,Ralph
Cc: Peter Cliff; dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] DSpace and Z39.50

I tried this one but have hard time making it work. The installation 
seems to be succesful, but I cant figure out how to make queries to my 
own Dspace database?

The test query is built like this:
http://otto.terkko.helsinki.fi:8080/SRW/search/test?query=cancermaximumRecords=1

So how should I change it to search my Dspace instance? Removing the 
test part results to error.

Thanks,
Mika


 OCLC provides an SRW/U interface to DSpace.  See
 http://www.oclc.org/research/software/srw/
 
 Ralph
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Peter
 Cliff
 Sent: Tuesday, August 14, 2007 10:47 AM
 To: dspace-tech@lists.sourceforge.net
 Subject: [Dspace-tech] DSpace and Z39.50
 
 Hello!
 
 I've been trawling through the DSpace mailing list archives and also the
 
 documentation, and while I've found a few references - notably an email 
 stating that there was a task to add Z39.50 and SRU to DSpace in 2003 - 
 I've not found any concrete evidence that would suggest DSpace supports 
 either protocol.
 
 Am I right in thinking that DSpace does not ship with a Z39.50 and/or 
 SRU (or even SRW) interface?
 
 I realise adding one would be pretty straight forward for an 
 implementor, either by indexing the output of an OAI-PMH request for 
 everything (using, say, IndexData's Zebra) or using the DSpace search 
 API and something like JZKit 
 (http://developer.k-int.com/projects.php?page=dspace for example).
 
 Thanks,
 
 Pete Cliff
 Research Officer, Repositories Support Project,
 UKOLN, University of Bath
 
 
 
 
 
 -
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a browser.
 Download your FREE copy of Splunk now   http://get.splunk.com/
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 
 -
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a browser.
 Download your FREE copy of Splunk now   http://get.splunk.com/
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 


-- 
Mika Stenberg
IT-asiantuntija

Terveystieteiden Keskuskirjasto
Lääketieteellinen tdk
PL 61 (Haartmaninkatu 4)
Helsingin Yliopisto
00290 Helsinki

puh. +358-9-191 26807

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Overriding the Approving of a submission

2007-08-16 Thread George Kozak
Hi...

I am having a problem with one of my collections.  Approvers in the 
Workflow are getting an error that they are not authorized to approve 
a submission after they do an approval.  I still haven't figured out 
why this is happening.  It is only in this one collection.

However, my most immediate question is this: Can I override the 
process and force an approval on this submission (as the Admin)?  Is 
this something I can do in PostGreSQL?


***
George Kozak
Digital Library Specialist
Library Systems
501 Olin Library
Cornell University
607-255-8924
***
[EMAIL PROTECTED]  


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] DSpace and Z39.50

2007-08-16 Thread LeVan,Ralph
I tried a search for the author Siikamäki and got a bad result back.  My 
guess is that you haven't set the URIEncoding in your tomcat.  See this page 
for information on how to do that:
http://confluence.atlassian.com/display/DOC/Configuring+Tomcat's+URI+encoding

Ralph

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of LeVan,Ralph
Sent: Thursday, August 16, 2007 9:30 AM
To: Mika Stenberg
Cc: dspace-tech@lists.sourceforge.net; Peter Cliff
Subject: Re: [Dspace-tech] DSpace and Z39.50

The word test in that URL is in the position where the database name occurs.  
If you want to search DSpace, replace test with DSpace.

Here's a search in your database:
http://otto.terkko.helsinki.fi:8080/SRW/search/DSpace?query=dc.creator%20=%20Aalto,%20AnumaximumRecords=1


Ralph

-Original Message-
From: Mika Stenberg [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 15, 2007 3:36 AM
To: LeVan,Ralph
Cc: Peter Cliff; dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] DSpace and Z39.50

I tried this one but have hard time making it work. The installation 
seems to be succesful, but I cant figure out how to make queries to my 
own Dspace database?

The test query is built like this:
http://otto.terkko.helsinki.fi:8080/SRW/search/test?query=cancermaximumRecords=1

So how should I change it to search my Dspace instance? Removing the 
test part results to error.

Thanks,
Mika


 OCLC provides an SRW/U interface to DSpace.  See
 http://www.oclc.org/research/software/srw/
 
 Ralph
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Peter
 Cliff
 Sent: Tuesday, August 14, 2007 10:47 AM
 To: dspace-tech@lists.sourceforge.net
 Subject: [Dspace-tech] DSpace and Z39.50
 
 Hello!
 
 I've been trawling through the DSpace mailing list archives and also the
 
 documentation, and while I've found a few references - notably an email 
 stating that there was a task to add Z39.50 and SRU to DSpace in 2003 - 
 I've not found any concrete evidence that would suggest DSpace supports 
 either protocol.
 
 Am I right in thinking that DSpace does not ship with a Z39.50 and/or 
 SRU (or even SRW) interface?
 
 I realise adding one would be pretty straight forward for an 
 implementor, either by indexing the output of an OAI-PMH request for 
 everything (using, say, IndexData's Zebra) or using the DSpace search 
 API and something like JZKit 
 (http://developer.k-int.com/projects.php?page=dspace for example).
 
 Thanks,
 
 Pete Cliff
 Research Officer, Repositories Support Project,
 UKOLN, University of Bath
 
 
 
 
 
 -
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a browser.
 Download your FREE copy of Splunk now   http://get.splunk.com/
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 
 -
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a browser.
 Download your FREE copy of Splunk now   http://get.splunk.com/
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 


-- 
Mika Stenberg
IT-asiantuntija

Terveystieteiden Keskuskirjasto
Lääketieteellinen tdk
PL 61 (Haartmaninkatu 4)
Helsingin Yliopisto
00290 Helsinki

puh. +358-9-191 26807

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Statistics on how many time a particular item is viewed/ downloaded

2007-08-16 Thread asim naseem
Hello
   
  I am initerested in Dspace statistics, i already have the default statistics 
generated by statistics script like(stat-initital,stat-monthly etc) but i am 
more interested in how many times a particular item is viewed or downloaded 
   
  can anyone tell me how can i get theses kind of statistics(at least a 
starting point to work on this)
   
  Waiting for a reply
   
  Thanks  Regards
   
  ASIM
  Dspace System Admin
  Wichita State University,KS,USA
   
   
   

   
-
Shape Yahoo! in your own image.  Join our Network Research Panel today!-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Making thumbnails/previews of tiff images

2007-08-16 Thread Jennifer . Whalan

I have some TIFF images in our dspace repository which we would like to have
thumbnails and previews of. I added TIFF to the media filter input files in
dspace.cfg but when running media filter I get this error.

ERROR filtering, skipping bitstream #412010 java.lang.NullPointerException
java.lang.NullPointerException
at
org.dspace.app.mediafilter.JPEGFilter.getDestinationStream(JPEGFilter.java:108)
at
org.dspace.app.mediafilter.MediaFilter.processBitstream(MediaFilter.java:155)
at
org.dspace.app.mediafilter.MediaFilterManager.filterBitstream(MediaFilterManager.java:327)
at
org.dspace.app.mediafilter.MediaFilterManager.filterItem(MediaFilterManager.java:296)
at
org.dspace.app.mediafilter.MediaFilterManager.applyFiltersItem(MediaFilterManager.java:266)
at
org.dspace.app.mediafilter.MediaFilterManager.main(MediaFilterManager.java:205)
ERROR filtering, skipping bitstream #412010 java.lang.NullPointerException
java.lang.NullPointerException
at
org.dspace.app.mediafilter.BrandedPreviewJPEGFilter.getDestinationStream(BrandedPreviewJPEGFilter.java:119)
at
org.dspace.app.mediafilter.MediaFilter.processBitstream(MediaFilter.java:155)
at
org.dspace.app.mediafilter.MediaFilterManager.filterBitstream(MediaFilterManager.java:327)
at
org.dspace.app.mediafilter.MediaFilterManager.filterItem(MediaFilterManager.java:296)
at
org.dspace.app.mediafilter.MediaFilterManager.applyFiltersItem(MediaFilterManager.java:266)
at
org.dspace.app.mediafilter.MediaFilterManager.main(MediaFilterManager.java:205)

I did find this -http://www.uvm.edu/~waw/blog/?p=27  after googling around a
bit, but I only got so far as downloading and installing the Java Advanced
Imagine Tools, got a bit stuck after that. Does anyone know of any other way
that I would be able to do this. Looking at the blog, it's trying to create tif
files, but all I want to do is read them, and then create a jpg. Any
suggestions?


Jennifer Whalan
Northern Territory Library


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech