Re: [Dspace-tech] Adding new bitstreams to existing items: which assetstore do they get added to?

2013-11-11 Thread Mark H. Wood
On Sun, Nov 10, 2013 at 07:20:03PM +, Anton Angelo wrote:
 I’m running Dspace 1.7 on Linux 2.6.32
 
 I have a number of existing items (geology theses) I am adding new bitstreams 
 to (higher resolution maps).  The items have been added over the life of the 
 repository, and a scattered through the 4 or 5 assetstore directories we 
 have.  We tend to create a new one at 15Gb or so.
 
 When I add these bitstreams, do they go into the same assetstores as the 
 original items, or into the current assetstore?

It appears that a new Bitstream always stores its content into the
current assetstore.

 Will actively managing assetstore size still be an admin task in dspace 4?

There has been no change in this area.  In what other way do you think
it should work?

-- 
Mark H. Wood, Lead System Programmer   mw...@iupui.edu
Machines should not be friendly.  Machines should be obedient.


signature.asc
Description: Digital signature
--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most 
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231iu=/4140/ostg.clktrk___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] [SPAM] Re: DSpace LDAP authentication problem

2013-11-11 Thread rlseaton
I was having the same problem with the null string appearing and  helix84's
fix
https://raw.github.com/helix84/DSpace/88b9d8fe78bb990d777c315abb31dcd823a5a208/dspace-api/src/main/java/org/dspace/authenticate/LDAPAuthentication.java
  
worked in 3.2.

However, I wanted to let you know that the way the conditionals are set up
in the  fixed LDAPAuthentication.java
https://raw.github.com/helix84/DSpace/88b9d8fe78bb990d777c315abb31dcd823a5a208/dspace-api/src/main/java/org/dspace/authenticate/LDAPAuthentication.java
  
file makes it so that LDAP authentication never uses the email_field
specified in authentication-ldap.cfg if it's available.

I simply replaced this (~line 255):


with this:


And that fixed the problem.

Now when new users are auto-registered via LDAP, if the email string isn't
empty it will correctly use it instead of replacing it with only the netid.



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/DSpace-LDAP-authentication-problem-tp4665853p4668861.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most 
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231iu=/4140/ostg.clktrk
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] DSpace and Google Scholar

2013-11-11 Thread Calloni, Rodrigo
Thanks again Tim and Peter.

For us is a huge challenge keep up-to-date with DSpace due to all 
customizations that implementation team applied to our DSpace. It became costly 
and a very length process to update our DSpace. We updated from 1.6 to 1.8 this 
year and we already knew this wasn't going to bring us to up-to-date, but we 
were recommended to go 1.8 instead of 3.0

One of my goals is to bring back our DSpace to a more un-customized version in 
next years. I hope we can achieve this soon to be able to take advantages of 
new developments.

Best regards
Rodrigo

-Original Message-
From: Tim Donohue [mailto:tdono...@duraspace.org] 
Sent: Wednesday, November 06, 2013 11:26 AM
To: Peter Dietz; Calloni, Rodrigo
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] DSpace and Google Scholar

Just to add a few notes to Peter's detailed examples...

On 11/6/2013 10:07 AM, Peter Dietz wrote:
 I would say DSpace is doing a good job of producing Scholar tags
 (highwire) for the most part. There are some edge cases, as mentioned 
 above by others, that other systems could be doing a better job. I 
 don't know enough about (EPrints / BePress) scholar support to weigh 
 in. There is a config setting 
 https://github.com/DSpace/DSpace/blob/master/dspace/config/crosswalks/
 google-metadata.properties that you will NEED to modify to map your 
 custom metadata profile, to Google Scholar (highwire) metadata fields.

 Citing specific examples, DSpace out-of-the-box, only supports mapping 
 to the citation_pdf_url, when you only have one bitstream, and it is a 
 PDF, in the ORIGINAL bundle. In any other circumstance, it will punt, 
 and not add a citation_pdf_url.

 The reason for that is if you have multiple PDF's, DSpace doesn't have 
 enough information to know which one is the best PDF that contains 
 your article. Or, in other cases, people use multiple bundles to store 
 their content. Or, you have multiple formats available, such as word, 
 text/latex, and again, DSpace can't say which one is the best. So, if 
 you are deviating from the simple use-case, then you'll need to 
 customize the logic for determining the citation_pdf_url, likely 
 altering some Java code to do so.

There's a proposed fix/change for this citation_pdf_url logic (which was 
requested by Google Scholar folks) for the upcoming DSpace 4.0...see comments 
in:
https://jira.duraspace.org/browse/DS-1483

(So this may be improved in DSpace 4.0...it's a proposed bug fix we are looking 
into right now.)

 Another example of things that Scholar doesn't like is the 
 dc.date.issued being set to the date submitted (i.e. today's date, if 
 you just submitted). So, if that article you just submitted was 
 actually published elsewhere a few months ago, but the version you 
 submit to your IR has today's date, then scholar has conflicting 
 information about the Date of that article, and doesn't think of them 
 as multiple versions/sources of the same content. DSpace 4.0 has some 
 changes regarding that, as it tries not to add date.issued of today, 
 for anything that you mark as previously published.

As Peter mentions, this is already improved in the upcoming DSpace 4.0 release. 
 For details see the most recent comments on:
https://jira.duraspace.org/browse/DS-1481

So, these are two great examples of where Google Scholar has talked with us 
about possible improvements to DSpace (based on issues Google has run
into) and we've taken that feedback and made fixes/improvements in the next 
release of DSpace.

It also is a great example of why it's important to stay up-to-date with DSpace 
releases, if you want the latest and greatest Google Scholar improvements. We 
are constantly tweaking DSpace for better Search Engine Optimization (and based 
on feedback directly from Google and others). 
So, if you are on an older version of DSpace, it often is not as optimized as 
more recent versions.

- Tim
--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most 
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231iu=/4140/ostg.clktrk
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


Re: [Dspace-tech] DSpace and Google Scholar

2013-11-11 Thread Calloni, Rodrigo
Thanks for the article Bram.

I will share it around. We hope our repository can reach such a success as 
Baylor U, having 89% or more of our contents in GS and other available tools.

It will be a challenge as we just moved to 1.8 and we are missing all nice 
developments of more recent DSpace versions.

Best regards
Rodrigo

From: bluy...@gmail.com [mailto:bluy...@gmail.com] On Behalf Of Bram Luyten
Sent: Thursday, November 07, 2013 8:36 AM
To: Calloni, Rodrigo
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] DSpace and Google Scholar

Hi Rodrigo,

although it's not super recent anymore, here's an interesting piece of research 
on the subject:
http://www.emeraldinsight.com/journals.htm?articleid=17020806show=abstract

Just adding one (poorly taken) screenshot from the paper in here, a table 
ordering repositories with their indexing ratio: amount of items in the 
repository vs amount of items actually included in Google Scholar.

Although this can not lead to direct conclusions, note that the top repository, 
with an 89% coverage, was actually a DSpace. To me, this just highlights that 
there's much more to it than merely the choice of platforms.

rgds

Bram

[Inline image 1]


--
[logo]

Bram Luyten @mire
2888 Loker Avenue East, Suite 315, Carlsbad, CA. 92010
Esperantolaan 4, Heverlee 3001, Belgium
www.atmire.comhttp://atmire.com/website/?q=servicesutm_source=emailfooterutm_medium=emailutm_campaign=braml


On Mon, Nov 4, 2013 at 4:23 PM, Calloni, Rodrigo 
rcall...@iadb.orgmailto:rcall...@iadb.org wrote:
Hello

We are using DSpace 1.8 XMLUI.

I am in contact with someone at Google Scholar who mentioned that EPrints and 
BEPRess's Digital Commons are better integrated with Scholar than DSpace.

I wonder if you are aware of this and what these 2 other IR solutions are doing 
to bet better acceptable platforms for Scholar. Is it the UI?

Thanks in advance
Rodrigo

--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231iu=/4140/ostg.clktrk
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.netmailto:DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

inline: image001.jpg--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most 
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231iu=/4140/ostg.clktrk___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Login banner for xmlui? (DSpace 3.2)

2013-11-11 Thread Andrew Reid

  Hi again all --

  Any help with this?  

  To review, I posted a request in mid-September for a login 
banner, and got a nice reply from helix84 suggesting the template
solution below.  But, the template doesn't work -- it does present
the banner text on the LDAP log-in page, but it causes the Sign in
button to apparently hang -- with a bad username/password combination,
you don't even get an error, it just doesn't do anything.  

  I can't find any sensible errors, but I'd be happy to follow up on 
any diagnostic suggestions.

  I have done a bit more experimentation, I have duplicated the
problem on a stock Mirage template (the previous one had some
customizations, which I thought were irrelevant, but wanted to 
be sure). 

  I have also learned that the problem is apparently unrelated to
the content of the banner text, I can produce the problem even with
just the template skeleton, with no div tags or text.

  At this point, I'm stumped. A fix for this, or alternative
banner strategies, would be most welcome!

-- A.

  
On Tue, Nov 05, 2013 at 08:32:44PM -0500, Andrew Reid wrote:
 
   Hi again all --
 
   I've finally gotten to this, and it correctly inserts my text into
 the right page, but it seems to have the side-effect of breaking
 the LDAP log-ins -- when you hit the go button, it just hangs, with
 no obvious errors anywhere, even if you put obviously-wrong data into
 the username and password fields. 
 
   It's highly reproducible, pulling the few lines of xsl restores
 functionality immediately.
 
   I figure it's got to be bad placement of the div in the page, 
 viewing the HTML source shows that it looks like it's inside some
 form elements -- not in the form /form group, but within the
 fields.
 
   I am not wise in the ways of XSL -- can I do a better job
 protecting my text somehow?  And/or can someone provide a match rule
 that places the content differently on the page?  
 
   Thanks in advance.
 
   -- A.
 
 
 On Wed, Sep 25, 2013 at 09:28:48AM +0200, helix84 wrote:
  Hi Andrew,
  
  put this into your themes's xsl:
  
  
  xsl:template name=disable_front-page-search 
  match=dri:div[@id='aspect.eperson.LDAPLogin.div.login']
  xsl:apply-templates /
  divYour stuff goes here/div
  /xsl:template
  
  
  
  Regards,
  ~~helix84
  
  Compulsory reading: DSpace Mailing List Etiquette
  https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
  
 
 -- 
 Dr. Andrew C. E. Reid
 Physical Scientist, Computer Operations Administrator
 Center for Theoretical and Computational Materials Science
 National Institute of Standards and Technology, Mail Stop 8555
 Gaithersburg MD 20899 USA
 andrew.r...@nist.gov
 
 --
 November Webinars for C, C++, Fortran Developers
 Accelerate application performance with scalable programming models. Explore
 techniques for threading, error checking, porting, and tuning. Get the most 
 from the latest Intel processors and coprocessors. See abstracts and register
 http://pubads.g.doubleclick.net/gampad/clk?id=60136231iu=/4140/ostg.clktrk
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette: 
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

-- 
Dr. Andrew C. E. Reid
Physical Scientist, Computer Operations Administrator
Center for Theoretical and Computational Materials Science
National Institute of Standards and Technology, Mail Stop 8555
Gaithersburg MD 20899 USA
andrew.r...@nist.gov

--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most 
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231iu=/4140/ostg.clktrk
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


[Dspace-tech] How to set Bitstream level authorization policy into DSpace

2013-11-11 Thread Bhavesh Patel
Dear All,

We need some help regarding authorization policy into DSpace

We have one collection and we want only selected group can able to see the
Bitstream (full access) and other can only see the Metadata of that Item.

So How Can we set that Policy for that group ?

Also provide some information that Suppose in future we want to set
Community Level,Collection level policy then what we have to do ?

Thanks,
Bhavesh Patel


Never leave till tomorrow which you can do today

*Please consider the environment before printing this e-mail.*
--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most 
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231iu=/4140/ostg.clktrk___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] How to show display value in sidebar facets?

2013-11-11 Thread Nemiz, Elvi
Dear All,

This might be a trivial question but I can't figure out how to show the
display value in sidebar facets. For example, in my input forms, I have the
display value of Book chapter and the stored value as bookSection in
dc.type. In case you might ask why I'm using the stored value
bookSection, this is to make our repository more zotero-friendly. I don't
know if this is related to this issue:
https://jira.duraspace.org/browse/DS-1225, all I want is to show the
display value in sidebar facets instead of the stored value which is kind
of not very 'pleasing' to the eyes. Hope someone have a workaround for
this. I am using dspace 3.2 with discovery enabled.

Thanks in advance and regards,
Elvi
--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most 
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231iu=/4140/ostg.clktrk___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] embargo feature enable in jspui

2013-11-11 Thread Sunita Barve
We need to know how to configure embargo in jspui instead of xmlui in
dspace 3.2. We wish to stick to jspui interface and would like to
enable embargo from jspui.

Can someone help to suggest step by step configuration.

reg

Sunita

--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most 
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231iu=/4140/ostg.clktrk
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette