Re: [Dspace-tech] Embargo problems DSpace 4.0

2015-03-30 Thread Antony Corfield [awc]
Hi Andrea, thanks for your reply and possible solution, I suspected this was 
the case. Are you aware of the new release of rioxx metadata 
profilehttp://rioxx.net/v2-0-final/? I wonder if future DSpace releases will 
incorporate this with the advanced embargo functionality?

Many thanks,
Antony

On 25 Mar 2015, at 21:08, Andrea Schweer wrote:

Hi Antony,

On 26/03/15 05:24, Antony Corfield [awc] wrote:
I've configured DSpace 4.0 to use simple embargo 
functionalityhttps://wiki.duraspace.org/display/DSDOC4x/Embargo#Embargo-SimpleEmbargoSettings
 including submission forms and dspace.cfg below. Although the embargo is 
lifted on the correct date and seems to be working fine I can't see the 
dc.rights.embargoreason and dc.rights.embargodate in the full item metadata 
view or in the database. I can see the date in the policies for the item 
(attached).

It seems that the reason and date aren't being copied to these metadata fields. 
Prior to upgrade (from 1.8) this was working and any items that were embargoed 
prior to upgrade do have these metadata fields in the full item view and in the 
database.

Any help would be very much appreciated as we really need embargo details in 
the item metadata.

The simple embargo functionality doesn't use item metadata at all. All 
information is stored in the policies. So the behaviour you're asking for 
doesn't exist in that mechanism. The settings you quote in your e-mail don't 
apply when you use the simple embargo functionality.

If having the embargo information in the policies is not sufficient for your 
needs, your best bet is probably to add fields for the embargo date and reason 
to input-forms.xml, possibly on a new page if you want to keep them separated 
from the other item metadata.

cheers,
Andrea

 Embargo Settings 
# DC metadata field to hold the user-supplied embargo terms
#embargo.field.terms = SCHEMA.ELEMENT.QUALIFIER
#awc
embargo.field.terms = dc.rights.embargoreason

# DC metadata field to hold computed lift date of embargo
embargo.field.lift = dc.rights.embargodate

# string in terms field to indicate indefinite embargo
embargo.terms.open = forever

# implementation of embargo setter plugin - replace with local implementation 
if applicable
plugin.single.org.dspace.embargo.EmbargoSetter = 
org.dspace.embargo.DefaultEmbargoSetter

# implementation of embargo lifter plugin - - replace with local implementation 
if applicable
plugin.single.org.dspace.embargo.EmbargoLifter = 
org.dspace.embargo.DefaultEmbargoLifter



--
Dr Andrea Schweer
IRR Technical Specialist, ITS Information Systems
The University of Waikato, Hamilton, New Zealand

--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/___
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] NEWS: 7 reasons why frameworks are the new programming languages | CIO

2015-03-30 Thread Hilton Gibson
In the 1980s, the easiest way to start a nerd fight was to proclaim that
your favorite programming language was best. C, Pascal, Lisp, Fortran?
Programmers spent hours explaining exactly why their particular way of
crafting an if-then-else clause was superior to your way.

That was then. Today, battles involving syntax and structure are largely
over because the world has converged on a few simple standards.

http://www.cio.com/article/2902965/developer/7-reasons-why-frameworks-are-the-new-programming-languages.html
--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/___
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] NEWS: 7 reasons why frameworks are the new programming languages | CIO

2015-03-30 Thread Stuart Yeates
Are you suggesting a change of direction for DSpace?


cheers

stuart


--
I have a new phone number: 04 463 5692



From: Hilton Gibson hilton.gib...@gmail.com
Sent: Tuesday, 31 March 2015 6:51 a.m.
To: dspace-tech
Subject: [Dspace-tech] NEWS: 7 reasons why frameworks are the new programming 
languages | CIO

In the 1980s, the easiest way to start a nerd fight was to proclaim that your 
favorite programming language was best. C, Pascal, Lisp, Fortran? Programmers 
spent hours explaining exactly why their particular way of crafting an 
if-then-else clause was superior to your way.

That was then. Today, battles involving syntax and structure are largely over 
because the world has converged on a few simple standards.

http://www.cio.com/article/2902965/developer/7-reasons-why-frameworks-are-the-new-programming-languages.html
--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/___
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] Generate publicly accessible thumbnails of restricted content

2015-03-30 Thread Peter Dietz
Hi Euler,

In your config:  Word Text Extractor, ImageMagick Image
Thumbnail,
ImageMagick PDF Thumbnail

Is there an escape character at the end of ImageMagick Image Thumbnail?
i.e. , \

Did the PDF's get thumbnails generated by Image Magick?


Peter Dietz
Longsight
www.longsight.com
pe...@longsight.com
p: 740-599-5005 x809

On Mon, Mar 30, 2015 at 3:21 AM, euler esne...@seafdec.org.ph wrote:

 Dear All,

 I wonder if any of you have tried generating publicly accessible thumbnails
 of restricted content? I enabled the filter for ImageMagick and removed the
 JPEG Thumbnail from the plugin list.

 #Names of the enabled MediaFilter or FormatFilter plugins
 filter.plugins = PDF Text Extractor, HTML Text Extractor, \
  PowerPoint Text Extractor, \
  Word Text Extractor, ImageMagick Image Thumbnail,
 ImageMagick PDF Thumbnail

 #Publicly accessible thumbnails of restricted content.
 #List the MediaFilter name's that would get publicly accessible permissions
 #Any media filters not listed will instead inherit the permissions of the
 parent bitstream
 filter.org.dspace.app.mediafilter.publicPermission = JPEGFilter,
 XPDF2Thumbnail, ImageMagick PDF Thumbnail

 But when I run dspace filter-media -i 10862/2158 -p ImageMagick PDF
 Thumbnail -v -f, the thumbnail remained restricted. I'm excited to
 implement this because this would mean that I don't have to change the
 permissions of individual generated thumbnails of restricted content. Any
 advice would be appreciated.

 Thanks in advance,
 euler



 --
 View this message in context:
 http://dspace.2283337.n4.nabble.com/Generate-publicly-accessible-thumbnails-of-restricted-content-tp4677233.html
 Sent from the DSpace - Tech mailing list archive at Nabble.com.


 --
 Dive into the World of Parallel Programming The Go Parallel Website,
 sponsored
 by Intel and developed in partnership with Slashdot Media, is your hub for
 all
 things parallel software development, from weekly thought leadership blogs
 to
 news, videos, case studies, tutorials and more. Take a look and join the
 conversation now. http://goparallel.sourceforge.net/
 ___
 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

--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/___
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] Embargo problems DSpace 4.0

2015-03-30 Thread Andrea Schweer

  
  
Hi Antony,

On 31/03/15 02:28, Antony Corfield
  [awc] wrote:


  
  Hi Andrea, thanks for your reply and possible solution, I
  suspected this was the case. Are you aware of the new release of rioxx
metadata profile? I wonder if future DSpace releases will
  incorporate this with the advanced embargo functionality?

The RIOXX metadata guidelines document
(http://rioxx.net/guidelines/RIOXX_Metadata_Guidelines_v_3.0.pdf)
mentions this:

To  help  with  the  compliance  process, 
  a  plugin  for  EPrints  repositories  (versions  3.3.x)  and  an 
  add -­‐ on for  DSpace  repositories  (versions 3,  4  and  5)
  will  be  freely  available. The 
  RIOXX EPrints  plugin  is  currently  being  trialed  by  around 
  ten  early  adopters;  the  DSpace  plugin  will  be  developed 
  by  @Mire  and  is  scheduled  to  be  available  around  the 
  end  of  March 2015.

You might like to check with @mire whether this is still planned and
what distribution model they are planning for the plugin (eg paid
module vs potentially included in stock DSpace at some point).

cheers,
Andrea
-- 
Dr Andrea Schweer
IRR Technical Specialist, ITS Information Systems
The University of Waikato, Hamilton, New Zealand
  


--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/___
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] Javascript disabled on DSpace?

2015-03-30 Thread Borda, Susan
Hi-
I just installed Space 5.1 with Mirage 2 on a Centos 6.6 VirtualBox. When I go 
to my new DSpace page (localhost:8080/xmlui) I’m getting a message that says 
“Javascript has been disabled for your browser. Some features of this site may 
not work without it.”

Javascript is working on other sites just not this one.

Where do I enable javascript for Dspace, is it in one of the Mirage 2 or xmlui 
files?

Thanks,
susan
--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/___
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] Javascript disabled on DSpace?

2015-03-30 Thread Andrea Schweer

  
  
Hi Susan,

On 31/03/15 12:31, Borda, Susan wrote:


  
  I just installed Space 5.1 with Mirage 2 on a Centos 6.6
  VirtualBox. When I go to my new DSpace page (localhost:8080/xmlui)
  I’m getting a message that says “_javascript_ has been disabled for
  your browser. Some features of this site may not work without it.”
  
  
  _javascript_ is working on other sites just not this one.
  
  
  Where do I enable _javascript_ for Dspace, is it in one of the
Mirage 2 or xmlui files?


This is not a DSpace setting, it's something in your browser. It's a
little bit odd for this to happen in what is presumably pretty much
a fresh Centos install. Can you try with a different browser? Your
VM has access to the Internet, yes?

Did the maven step of the build process complain about anything?
Mirage 2 will sometimes tell you that the build was successful even
when it wasn't, so you'll need to keep an eye on the output while
maven is running.

If none of these things help, could you try to switch on the
developer tools for your browser, then force-reload the page to see
whether you get any error messages to pinpoint the problem? In
Firefox, you'll want to open the Web Console (try Ctrl-Shift-K). In
Chrome, it appears to be called _javascript_ console (try
Ctrl-Shift-J).

cheers,
Andrea

-- 
Dr Andrea Schweer
IRR Technical Specialist, ITS Information Systems
The University of Waikato, Hamilton, New Zealand
  


--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/___
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] Generate publicly accessible thumbnails of restricted content

2015-03-30 Thread euler
Hi Peter,

 Is there an escape character at the end of ImageMagick Image Thumbnail?
 i.e. , \
 
 Did the PDF's get thumbnails generated by Image Magick?

There is no escape character at the end of ImageMagick PDF Thumnail. I'm
sure that the PDF's thumbnail was generated by Image Magick because I
deleted first all the generated thumbnails. After running the media filter,
the thumbnail's permission is the same with its parent bitstream even though
I have this setting in my dspace.cfg:
filter.org.dspace.app.mediafilter.publicPermission = ImageMagick PDF
Thumbnail

Did I missed something?

Thanks in advance,
euler






--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Generate-publicly-accessible-thumbnails-of-restricted-content-tp4677233p4677247.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
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