Re: [Dspace-tech] authorizing access to metadata

2010-03-16 Thread Jamil Haddad
Hello Alice,

This would hide everything but the date, author, and title. But in fact 
I wanted to make the whole community, with it's collections, items, and 
metadata be viewable only by authorized users. I believe one shall make 
changes in the way the page makes a search by filtering results.

Regards,

Jamil

On 3/15/2010 8:19 PM, Platt, Alice wrote:
 Hi Jamil,

 I am able to do this in DSpace 1.5.2 in the XMLUI, after the item has been 
 added to DSpace:

 Go to item record
 Click Edit This Item
 Click the Authorizations button
 At the Item Level (the top level), click the READ link
 Select the group you wish to have access - for me it was Administrator
 Click OK

 Now if an anonymous user tries to click on the title in the collection, a 
 sign-in page appears instead of the item record. The title, author, date and 
 publisher are still available from the browsing list, however.

 Alice Platt
 Digital Initiatives Librarian
 Shapiro Library
 Southern New Hampshire University
 2500 North River Rd
 Manchester, NH 03106
 USA

 From: Jamil Haddadjamil.had...@lau.edu.lb
 Subject: [Dspace-tech] authorizing access to metadata
 To: Dspace-tech@lists.sourceforge.net
 Message-ID:0kz200k7e322r...@jesfe1.lau.edu.lb
 Content-Type: text/plain; charset=us-ascii

 Hello,



 I need to create a private community where even the metadata of the items in 
 this community shall not be displayed to unauthorized users. Is this possible 
 in dspace?



 Thanks in advance,



 Jamil

 Please consider the environment before printing this e-mail.


--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Require Code of Controlled Vocabulary Add-on

2010-03-16 Thread AMJAD USMAN

Hello everybody.

Can anyone help me by providing code for controlled Vocabulary Add-on.
I tried the link mentioned by its author, but they are not accessible.

Regards:
Amjad
  
_
Hotmail: Powerful Free email with security by Microsoft.
https://signup.live.com/signup.aspx?id=60969--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] New full page browse Index

2010-03-16 Thread Rajshekhar Pandey
Hello to all,

I want to add a new full page browse index.
I have added

webui.browse.index.5 = identifiercitation:item.identifiercitation

and tried dsrun org.dspace.browse.IndexBrowse -f -r
 gives in following exeption

Using DSpace installation in: F:\dspace
Exception in thread main org.dspace.browse.BrowseException: Browse Index confi
guration is not valid: webui.browse.index.5 = identifiercitation:item.identifier
citation
at org.dspace.browse.BrowseIndex.init(BrowseIndex.java:220)
at org.dspace.browse.BrowseIndex.getBrowseIndices(BrowseIndex.java:676)
at org.dspace.browse.IndexBrowse.init(IndexBrowse.java:149)
at org.dspace.browse.IndexBrowse.main(IndexBrowse.java:618)

How can I added new full page browse?
Thanks.
-- 
Regards,
Rajshekhar Pandey
Jr. Software Engineer
Webinito Networks.

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Regarding OAI PMH

2010-03-16 Thread Hardik Mishra
Hello Everyone

In Dspace 1.5.2 , We have built in module for OAI that i know. But when it
comes to implement i am little bit confused.

We want to harvest metadata from other repositories.

1.  I have enabled  OAI in our test repository

http://dspace.webinito.com/oai/request?verb=Identify
http://dspace.webinito.com/oai/request?verb=ListRecordsmetadataPrefix=oai_dc

I am getting available meta data in the form of xml.

Is it ok/enough ?

2 . Should we register as Data Provider or Service Provider ?

Some where i have seen an option like Browse By Source , i checked back in
the database in the table metadatafieldregistry
There is an option in element source but in scope note there is Do not
use; only for harvested metadata.

So, How to implement it ?


Best Regards
Hardik Mishra

Give a man a fish, and you feed him for a day. Teach a man to catch fish and
you feed him for a lifetime.
--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Regarding OAI PMH

2010-03-16 Thread Bram Luyten
Hardik,

the OAI repository explorer can help you to verify whether you fully comply
to the OAI-PMH standard:
http://re.cs.uct.ac.za/

(fill in 
http://dspace.webinito.com/oai/requesthttp://dspace.webinito.com/oai/request?verb=Identifyand
test the url)

best regards,

Bram Luyten

@mire - http://www.atmire.com

Technologielaan 9 - 3001 Heverlee - Belgium
533 2nd Street - Encinitas, CA 92024 - USA

http://www.togather.eu - Before getting together, get t...@ther


On Tue, Mar 16, 2010 at 9:37 AM, Hardik Mishra har...@webinito.com wrote:

 Hello Everyone

 In Dspace 1.5.2 , We have built in module for OAI that i know. But when it
 comes to implement i am little bit confused.

 We want to harvest metadata from other repositories.

 1.  I have enabled  OAI in our test repository

 http://dspace.webinito.com/oai/request?verb=Identify

 http://dspace.webinito.com/oai/request?verb=ListRecordsmetadataPrefix=oai_dc

 I am getting available meta data in the form of xml.

 Is it ok/enough ?

 2 . Should we register as Data Provider or Service Provider ?

 Some where i have seen an option like Browse By Source , i checked back
 in the database in the table metadatafieldregistry
 There is an option in element source but in scope note there is Do not
 use; only for harvested metadata.

 So, How to implement it ?


 Best Regards
 Hardik Mishra

 Give a man a fish, and you feed him for a day. Teach a man to catch fish
 and you feed him for a lifetime.


 --
 Download Intel#174; Parallel Studio Eval
 Try the new software tools for yourself. Speed compiling, find bugs
 proactively, and fine-tune applications for parallel performance.
 See why Intel Parallel Studio got high marks during beta.
 http://p.sf.net/sfu/intel-sw-dev
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech


--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] [Fwd: Re: Regarding registering a new user in dspace]

2010-03-16 Thread Daniel Francis
 Original Message 
Subject: Re: [Dspace-tech] Regarding registering a new user in dspace
From:Daniel Francis dan...@admin.udsm.ac.tz
Date:Tue, March 16, 2010 1:35 pm
To:  Bram Luyten bluy...@gmail.com
--


Hi all,

I am getting the following error message when trying to register a new
user in my dspace:

Internal System Error
The system has experienced an internal error. Please try to do what you
were doing again, and if the problem persists, please contact us so we can
fix the problem.

Leave a message for the UDSMDSPACE INSTITUTIONAL REPOSITORY administrators.

Go to the DSpace home page

And the following is the source code of the page:



















!DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd;
html
head
titleUDSMSPACE INSTITUTIONAL REPOSITORY: Internal System
Error/title
meta http-equiv=Content-Type content=text/html; charset=UTF-8 /
meta name=Generator content=DSpace /
link rel=stylesheet href=/jspui/styles.css.jsp
type=text/css /
link rel=stylesheet href=/jspui/print.css media=print
type=text/css /
link rel=shortcut icon href=/jspui/favicon.ico
type=image/x-icon/


script type=text/javascript src=/jspui/utils.js/script
/head



body



table class=pageBanner width=100% border=0 cellpadding=0
cellspacing=0


tr
td
a href=/jspui/img
src=/jspui/image/dspace-blue.jpg alt=DSpace
width=198 height=79 border=0//a/td
   td class=tagLine width=99%
a class=tagLineText target=_blank
href=http://www.dspace.org/;About DSpace
Software/a
/td
td nowrap=nowrap valign=middle
/td
/tr
tr class=stripe
td colspan=3nbsp;/td
/tr
/table










table class=centralPane width=100% border=0 cellpadding=3
cellspacing=1


tr valign=top



td class=navigationBar
























form method=get action=/jspui/simple-search


  table width=100% class=searchBox
tr
  td
table width=100% border=0 cellspacing=0 
  tr
td class=searchBoxLabellabel
for=tequerySearchnbsp;DSpace/label/td
  /tr
  tr
td class=searchBoxLabelSmall valign=middle nowrap=nowrap

  input type=text name=query id=tequery
size=8/input type=submit name=submit value=Go /
  br/a href=/jspui/advanced-searchAdvanced Search/a

/td
  /tr
/table
  /td
/tr
  /table
/form


table width=100% border=0 cellspacing=2 cellpadding=2
  tr class=navigationBarItem
td
  img alt= src=/jspui/image/arrow.gif width=16 height=16/
/td

td nowrap=nowrap class=navigationBarItem
  a href=/jspui/Home/a
/td
  /tr

  tr
td colspan=2nbsp;/td
  /tr

  tr
td nowrap=nowrap colspan=2 class=navigationBarSublabelBrowse/td
  /tr

  tr class=navigationBarItem
td
  img alt= src=/jspui/image/arrow.gif width=16 height=16/
/td
td nowrap=nowrap class=navigationBarItem
  a
href=/jspui/community-listCommunitiesbr/amp;nbsp;Collections/a
/td
  /tr





tr class=navigationBarItem
td
img alt= src=/jspui/image/arrow.gif width=16 
height=16/
/td
td nowrap=nowrap class=navigationBarItem
a href=/jspui/browse?type=dateissuedIssue Date/a
/td
/tr

tr class=navigationBarItem
td
img alt= src=/jspui/image/arrow.gif width=16 
height=16/
/td
td nowrap=nowrap class=navigationBarItem
a href=/jspui/browse?type=authorAuthor/a
/td
/tr

tr class=navigationBarItem
td
img alt= src=/jspui/image/arrow.gif width=16 
height=16/
/td
td nowrap=nowrap class=navigationBarItem
a href=/jspui/browse?type=titleTitle/a
/td
/tr

tr class=navigationBarItem
td
img alt= src=/jspui/image/arrow.gif width=16 
height=16/
/td
td nowrap=nowrap class=navigationBarItem
a href=/jspui/browse?type=subjectSubject/a
/td
/tr




  tr
td colspan=2nbsp;/td
  /tr

  tr
td nowrap=nowrap colspan=2 class=navigationBarSublabelSign on
to:/td
  /tr

  tr class=navigationBarItem
td
  img alt= src=/jspui/image/arrow.gif width=16 height=16/
/td
td nowrap=nowrap class=navigationBarItem
  a 

Re: [Dspace-tech] Regarding OAI PMH

2010-03-16 Thread keith . gilbertson
Hi. 

The feature for harvesting metadata into DSpace from other repositories via 
OAI-PMH is new in DSpace 1.6 and is configured on a per-collection basis. The 
DSpace 1.6 documentation has also been updated with an explanation of how to 
use the new feature. Let us know if you have any questions once you've tried 
it. 

DSpace 1.6 is available now. There are good details about some of the new 
features here: 
http://blog.stuartlewis.com/2010/02/10/dspace-1-6-what-will-be-in-it-for-me/ 

--keith 

- Original Message - 
From: Hardik Mishra har...@webinito.com 
To: General List dspace-gene...@lists.sourceforge.net, Tech List 
dspace-tech@lists.sourceforge.net 
Sent: Tuesday, March 16, 2010 4:37:56 AM GMT -05:00 US/Canada Eastern 
Subject: [Dspace-tech] Regarding OAI PMH 

Hello Everyone 

In Dspace 1.5.2 , We have built in module for OAI that i know. But when it 
comes to implement i am little bit confused. 

We want to harvest metadata from other repositories. 


--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] New full page browse Index

2010-03-16 Thread Rajshekhar Pandey
used
webui.browse.index.5 = identifiercitation:item:identifiercitation

gives same error after dsrun org.dspace.browse.IndexBrowse -f -r
Exception in thread main org.dspace.browse.BrowseException: Browse Index confi
guration is not valid: webui.browse.index.5 = identifiercitation:item:identifier
citation
at org.dspace.browse.BrowseIndex.init(BrowseIndex.java:220)
at org.dspace.browse.BrowseIndex.getBrowseIndices(BrowseIndex.java:676)
at org.dspace.browse.IndexBrowse.init(IndexBrowse.java:149)
at org.dspace.browse.IndexBrowse.main(IndexBrowse.java:618)
On Tue, Mar 16, 2010 at 1:10 PM, Rajshekhar Pandey
rajshek...@webinito.com wrote:
 Hello to all,

 I want to add a new full page browse index.
 I have added

 webui.browse.index.5 = identifiercitation:item.identifiercitation

 and tried dsrun org.dspace.browse.IndexBrowse -f -r
  gives in following exeption

 Using DSpace installation in: F:\dspace
 Exception in thread main org.dspace.browse.BrowseException: Browse Index 
 confi
 guration is not valid: webui.browse.index.5 = 
 identifiercitation:item.identifier
 citation
        at org.dspace.browse.BrowseIndex.init(BrowseIndex.java:220)
        at org.dspace.browse.BrowseIndex.getBrowseIndices(BrowseIndex.java:676)
        at org.dspace.browse.IndexBrowse.init(IndexBrowse.java:149)
        at org.dspace.browse.IndexBrowse.main(IndexBrowse.java:618)

 How can I added new full page browse?
 Thanks.
 --
 Regards,
 Rajshekhar Pandey
 Jr. Software Engineer
 Webinito Networks.




-- 
Regards,
Rajshekhar Pandey
Jr. Software Engineer
Webinito Networks.

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] EMail after submission completes

2010-03-16 Thread Rajshekhar Pandey
Hello to all,

I have enabled email alert to the administrator whenever there is new
Item submitted to the dspace.
I want to edit the email content to be sent.
I have edited the email file also in config/emails
But I cannot find the method after which the email code is called.
I have looked it in submit packages of jspui-api and dspace-api, but
cannot find it.
From where I get this?

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Language properties files

2010-03-16 Thread Mr Havercamp
We are updating the language properties files for our DSpace 1.6 
installation and are looking for the following translations;

- Russian
- Chinese (Simple)
- Arabic
- French
- Spanish

I've downloaded various versions from the DSpace Wiki but, except for 
Arabic, am struggling to find the original property files (i.e. those 
that have not had native2ascii run against them). We're not really 
worried about what version they belong to, just that there is a base 
from which we can work.

Any help would be much appreciated.

Regards


Hayden

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Localising CC License

2010-03-16 Thread Evans, Kevin
Hi,
 
We wish to localise the Creative Commons License in our XMLUI build (1.5.2),
but we don't have the source files installed:
 
http://wiki.dspace.org/index.php/LocaliseCreativeCommons
 
I've download the source for the specific package, and understand I will
need to edit the .java file and recompile the .jar
 
but...I'm a little reticent to do this...does anyone have a workaround?
 
Advise, as ever, gratefully received
 
Cheers
 
Kevin
 
 
Kevin Evans MA
Web Services Developer,
Integration and Webservices,
Room 901,
9th Floor, Laver Building,
University of Exeter
North Park Road,
Exeter,
EX4 4RN
01392 725573
07775027574
http://my.exeter.ac.uk http://my.exeter.ac.uk/ 
 
This email and any attachment may contain information that is confidential,
privileged, or subject to copyright, and which may be exempt from disclosure
under applicable legislation. It is intended for the addressee only. If you
received this message in error, please let me know and delete the email and
any attachments immediately. The University will not accept responsibility
for the accuracy/completeness of this e-mail and its attachments. The
University cannot guarantee that this message and any attachments are virus
free. Any views or opinions expressed in this message are my own and do not
necessarily represent those of the Universitydon't waste your life
reading this trash and get out and live.
 
attachment: Evans, Kevin.vcf

smime.p7s
Description: S/MIME cryptographic signature
--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Localising CC License

2010-03-16 Thread keith . gilbertson
Hello Kevin. I know this doesn't help you immediately, as you mentioned that 
you're running 1.5.2, but there's a new configuration parameter in the DSpace 
1.6 release that does what you need: 



# Should a jurisdiction be used? If so, which one? 
# See http://creativecommons.org/international/ for a list of possible codes 
# (e.g. nz = New Zealand, uk = England and Wales, jp = Japan) 
webui.submit.cc-jurisdiction = uk 




I thought it should be mentioned in case you're planning an upgrade soon 
anyway. 
--keith 





- Original Message - 
From: Kevin Evans kevin.ev...@exeter.ac.uk 
To: Dspace-Tech-List dspace-tech@lists.sourceforge.net 
Sent: Tuesday, March 16, 2010 10:16:23 AM GMT -05:00 US/Canada Eastern 
Subject: [Dspace-tech] Localising CC License 


Hi, 

We wish to localise the Creative Commons License in our XMLUI build (1.5.2), 
but we don't have the source files installed: 

http://wiki.dspace.org/index.php/LocaliseCreativeCommons 

I've download the source for the specific package, and understand I will need 
to edit the .java file and recompile the .jar 

but...I'm a little reticent to do this...does anyone have a workaround? 

Advise, as ever, gratefully received 

Cheers 

Kevin 


Kevin Evans MA 
Web Services Developer, 
Integration and Webservices, 
Room 901, 
9th Floor, Laver Building, 
University of Exeter 
North Park Road, 
Exeter, 
EX4 4RN 
01392 725573 
07775027574 
http://my.exeter.ac.uk 


This email and any attachment may contain information that is confidential, 
privileged, or subject to copyright, and which may be exempt from disclosure 
under applicable legislation. It is intended for the addressee only. If you 
received this message in error, please let me know and delete the email and any 
attachments immediately. The University will not accept responsibility for the 
accuracy/completeness of this e-mail and its attachments. The University cannot 
guarantee that this message and any attachments are virus free. Any views or 
opinions expressed in this message are my own and do not necessarily represent 
those of the Universitydon't waste your life reading this trash and get out 
and live. 

-- 
Download Intel® Parallel Studio Eval Try the new software tools for yourself. 
Speed compiling, find bugs proactively, and fine-tune applications for parallel 
performance. See why Intel Parallel Studio got high marks during beta. 
http://p.sf.net/sfu/intel-sw-dev 
___ DSpace-tech mailing list 
DSpace-tech@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/dspace-tech--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Language properties files

2010-03-16 Thread Mark Diggory
The correct place to work on these is here:

API/JSPUi
http://scm.dspace.org/svn/repo/modules/dspace-api-lang/trunk/src/main/resources/

XMLUI
http://scm.dspace.org/svn/repo/modules/dspace-xmlui-lang/trunk/src/main/webapp/i18n/

We would like to see these maintained in this svn rather than in a wiki
page.  It would be very helpful to other community members if you could
contribute your corrections back to the community.  You can either choose to
provide svn patches for these files for commit (just open a JIRA ticket in
the DSpace 1.x project for now) or if you wish to participate in the process
more regularly with each release we can arrange svn access for you to commit
updates.

Note, we will be organizing a release of lang now that we have 1.6.0 out the
door. Getting your changes into it will assure that you do not need to
maintain these files locally on your own.

Cheers,
Mark


On Tue, Mar 16, 2010 at 7:33 AM, Mr Havercamp mrhaverc...@gmail.com wrote:

 We are updating the language properties files for our DSpace 1.6
 installation and are looking for the following translations;

 - Russian
 - Chinese (Simple)
 - Arabic
 - French
 - Spanish

 I've downloaded various versions from the DSpace Wiki but, except for
 Arabic, am struggling to find the original property files (i.e. those
 that have not had native2ascii run against them). We're not really
 worried about what version they belong to, just that there is a base
 from which we can work.

 Any help would be much appreciated.

 Regards


 Hayden


 --
 Download Intel#174; Parallel Studio Eval
 Try the new software tools for yourself. Speed compiling, find bugs
 proactively, and fine-tune applications for parallel performance.
 See why Intel Parallel Studio got high marks during beta.
 http://p.sf.net/sfu/intel-sw-dev
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech




-- 
Mark R. Diggory
Head of U.S. Operations - @mire

http://www.atmire.com - Institutional Repository Solutions
http://www.togather.eu - Before getting together, get t...@ther
--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] authorizing access to metadata

2010-03-16 Thread Mark Diggory
Jamil,

As Alice has shown, you may restrict access to the Item View and the
Bitstream content within DSpace at this time, but DSpace does not support
restricting the search and browse results by permissions out of the box.
 @mire has done customizations in the past that restrict the return of
protected items in the search/browse results for our clients.

At this time we are also working on an open community project called
dspace-discovery that integrates Solr into DSpace, replacing the existing
Search and Browse implementation. One of the features proposed for Discovery
is the ability to administratively limit the search results by varied
criteria including the permissions groups of the user completing the search.
Getting requirements from the community in this area will assist us in the
development of the feature.  We welcome any feedback on this topic.

Sincerely,
Mark

On Mon, Mar 15, 2010 at 10:54 PM, Jamil Haddad jamil.had...@lau.edu.lbwrote:

 Hello Alice,

 This would hide everything but the date, author, and title. But in fact
 I wanted to make the whole community, with it's collections, items, and
 metadata be viewable only by authorized users. I believe one shall make
 changes in the way the page makes a search by filtering results.

 Regards,

 Jamil

 On 3/15/2010 8:19 PM, Platt, Alice wrote:
  Hi Jamil,
 
  I am able to do this in DSpace 1.5.2 in the XMLUI, after the item has
 been added to DSpace:
 
  Go to item record
  Click Edit This Item
  Click the Authorizations button
  At the Item Level (the top level), click the READ link
  Select the group you wish to have access - for me it was Administrator
  Click OK
 
  Now if an anonymous user tries to click on the title in the collection, a
 sign-in page appears instead of the item record. The title, author, date and
 publisher are still available from the browsing list, however.
 
  Alice Platt
  Digital Initiatives Librarian
  Shapiro Library
  Southern New Hampshire University
  2500 North River Rd
  Manchester, NH 03106
  USA
 
  From: Jamil Haddadjamil.had...@lau.edu.lb
  Subject: [Dspace-tech] authorizing access to metadata
  To: Dspace-tech@lists.sourceforge.net
  Message-ID:0kz200k7e322r...@jesfe1.lau.edu.lb
  Content-Type: text/plain; charset=us-ascii
 
  Hello,
 
 
 
  I need to create a private community where even the metadata of the items
 in this community shall not be displayed to unauthorized users. Is this
 possible in dspace?
 
 
 
  Thanks in advance,
 
 
 
  Jamil
 
  Please consider the environment before printing this e-mail.
 


 --
 Download Intel#174; Parallel Studio Eval
 Try the new software tools for yourself. Speed compiling, find bugs
 proactively, and fine-tune applications for parallel performance.
 See why Intel Parallel Studio got high marks during beta.
 http://p.sf.net/sfu/intel-sw-dev
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech




-- 
Mark R. Diggory
Head of U.S. Operations - @mire

http://www.atmire.com - Institutional Repository Solutions
http://www.togather.eu - Before getting together, get t...@ther
--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] DSpace 1.5.1 + My DSpace

2010-03-16 Thread Zico
Hi, i am using DSpace 1.5.1. It had been working fine for last few years.
But, suddenly, a problem occurred. Every link of my dspace is working fine;
but links under *Sign on to: *is not working. Say, if i click on Receive
Email Update... it goes to *http://localhost:8080/ * and it`s also true for
My DSpace and Edit Profile.

I cannot understand what may be the problem. Can you help me a little?

-- 
Best,
Zico
--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Search bugs: DSpace original installation v.s. Manakin : not working for Persian characters

2010-03-16 Thread Han, Yan
Hello,
I have Dspace 1.5.2 installed along with Manakin (/xmlui). There are bugs on 
the search.
In DSpace default setting, http://184.73.243.18:8080/jspui/ both “search” and 
“advanced search” do not work for Persian characters. For example,
Title “برخورد جهان اسلام با مسئله افغانستان
This seems to be something related to “post” and “get”.
However, In Manakin, http://184.73.243.18:8080/xmlui/
The simple search does not work, but advanced search works. 
(http://184.73.243.18:8080/xmlui/advanced-search )
It seems to me that changing the search code, and re-compiling the code is not 
a good way to solve this.

Does DSpace 1.6 fix this problem? If not, what is the way to fix this?

Thanks,
Yan
--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


[Dspace-tech] Linking parameter control inputs

2010-03-16 Thread Cihan Kadipasaoglu
Dear Sir/Madam,

Hello, I'm using dSpace in conjunction with Simulink (Matlab) to run a
dual-pump control system. We are running two continuous flow pumps in a
pulsatile manner. In order to do this, we've used two pulse generator in
Simulink to create two separate waveforms, one which dictates the voltage
for the left pump and one which dictates the voltage for the right pump. We
then use the controlboard on dSpace to control the various pulse-generator,
and hence pump, paramters.

This is our problem:

Two of our inputs are for the period of the pulse generators, one for each
pump. Unfortunately, if you change one period, the pulse-generator
immediately changes the settings, and the pulse waveforms go out of phase.
We want to be able to change one of the periods without causing this phase
shift.
What we had thought about was having a single input box on the controlboard
that would change both period inputs simultaneously, so that there is a
single input box controlling two different pulse-generator parameters.

Is this a possibility?

Regards,
Cihan
--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech


Re: [Dspace-tech] Dspace - preview content

2010-03-16 Thread iacj



  Hi All

  about displaying a preview of the items in DSpace check www.jobim.org/xmlui

  this is just javascripts and xsl, in xmlui.

  usually we have a pdf for download of the complete item and jpg of  
each page so it can be viewed faster. In some cases we use also  
amedia-extractor that extracts jpgs from the pages of a pdf. if  
someone wants to use it I can send the classes.


  Paulo Jobim

  - Mensagem de dietz...@osu.edu -
    Data: Mon, 15 Mar 2010 18:39:49 -0400
    De: Peter Dietz dietz...@osu.edu
Endereço para Resposta (Reply-To): Peter Dietz dietz...@osu.edu
Assunto: Re: [Dspace-tech] Dspace - preview content
      Para: konstantinos mpalasis kmpala...@gmail.com, Dspace Tech  
dspace-tech@lists.sourceforge.net



There are no published API's for doing fancy things with the Google Document
Viewer, such as display page 15.
All I know of is: ?url=

If there is a tool/filter that can convert each page of your PDF to a jpeg,
you could display those single page images as the bitstream. You wouldn't
need this displayer then, you could just show that image on the page. So
upon submission of a new pdf to dspace, it runs a script that processes the
file, and adds those images to a bundle.

What is the goal of showing single page? To let people link directly to a
page, or to have statistics of which pages are used most.



On Mon, Mar 15, 2010 at 6:06 PM, konstantinos mpalasis
kmpala...@gmail.comwrote:


Thank u Peter !

I have one more question. How can i create pagination in all items? let's
say all .pdf...in other words i don't want people to have the opportunity to
see the whole .pdf at once but to see it page by page (like this one -
http://thesis.ekt.gr/content/index.jsp?id=0049lang=enp=1  , in this case
.pdf has been corvented to .jpg). Is it possible that??

Thank u again for any input,

Costas--

On Mon, Mar 15, 2010 at 5:46 PM, Peter Dietz dietz...@osu.edu wrote:


To apply the code change, either manually make your code look like what I
write in the wiki, or use a patch I just uploaded.

In the spirit of RERO, here's the quick-and-dirty patch for jspui:
http://wiki.dspace.org/static_files/d/d4/DocumentPreviewJSPUI.patch

http://wiki.dspace.org/static_files/d/d4/DocumentPreviewJSPUI.patchand
from your [dspace-source] directory, you can patch it with:
patch -p0  /path/to/DocumentPreviewJSPUI.patch

Also, if you're running this on a development machine, that is not web
routable (private network) you'll need to change the Util.js to rewrite the
url to another server that is.

then of course the full rebuild, mvn, ant, restart...

I'll check out doing the same for XMLUI, there's no reason it wouldn't
work there, save for the fact that I'll still getting my sea-legs with
xmlui. i.e. easily understanding some query that matches the area I'm
customizing, as opposed to a file that is the area I'm customizing.

On Mon, Mar 15, 2010 at 5:57 AM, konstantinos mpalasis 
kmpala...@gmail.com wrote:


Hi Stuart,

that's exactly what i was looking for ! Thank you!

Can you help me with smth else?

From the page you send me -
http://peterpants.blogspot.com/2010/02/document-preview-in-dspace-using-google.html


i went to -
http://wiki.dspace.org/index.php/Document_Preview_with_Google_Docs_viewer


where it has the code and the instructions. My question is: how am i
patching ? i don't know the procedure!

Is it smth like that: patch -p0  /path/to/ ?

sorry,about the silly question..

Costas--



On Mon, Mar 15, 2010 at 10:42 AM, 
dspace-tech-requ...@lists.sourceforge.net wrote:


Send DSpace-tech mailing list submissions to

        dspace-tech@lists.sourceforge.net

To subscribe or unsubscribe via the World Wide Web, visit

        https://lists.sourceforge.net/lists/listinfo/dspace-tech
or, via email, send a message with subject or body 'help' to
        dspace-tech-requ...@lists.sourceforge.net

You can reach the person managing the list at
        dspace-tech-ow...@lists.sourceforge.net

When replying, please edit your Subject line so it is more specific
than Re: Contents of DSpace-tech digest...


Today's Topics:

   1. Re: Dspace - preview content (Stuart Lewis)
   2. Re: Append bitstream to existing item (Kostas Maistrelis)
   3. Dspace help (Kumara SS)
   4. Re: Dspace help (Hilton Gibson)
   5. Re: Dspace help (Oriol Oliv? Comadira. Biblioteca UdG)


--

Message: 1
Date: Mon, 15 Mar 2010 13:43:46 +1300
From: Stuart Lewis s.le...@auckland.ac.nz

Subject: Re: [Dspace-tech] Dspace - preview content
To: Konstantinos Mpalasis mpala...@uop.gr

Cc: dspace-tech@lists.sourceforge.net
        dspace-tech@lists.sourceforge.net
Message-ID: 6216e4d9-b012-4b4a-a33e-439ca5083...@auckland.ac.nz
Content-Type: text/plain; charset=us-ascii


Hi Costas,

 I'm working @ the University of Peloponnese in Greece and recently i
build Dspace. I want in XMLUI to have content preview besides   
the ability

of downloading the content. Is it