Re: [dspace-tech] Re: Hiding communities/collections from unauthenticated users.

2019-02-15 Thread Terry Brady
In XMLUI, I have suppressed the display of a specific collection from all users. An easy way to detect authentication in XMLUI is to set the following global variable. Perhaps these checks could be combined. Terry On Fri, Feb 15, 2019 at 8:14 AM Shaun donovan wrote: > Hi all. > >

Re: [dspace-tech] Re: Hiding communities/collections from unauthenticated users.

2019-02-15 Thread Shaun donovan
Hi all. Please note that this is done on DSpace 5.8 using Mirage. This is the JQuery code: (function ($) {     $(document).ready(function(){     if($("a[href$='/login']").size() != 0){

Re: [dspace-tech] Re: DOI DATACITE schema 4.1

2019-02-15 Thread Claudia Jürgen
P. S. best try the check first this one: http://elea.unisa.it/xmlui/handle/10556/2854?show=full this seems not to have dc.identifier.doi which is necessary for registration or update So try [dspace]/bin/dspace dsrun org.dspace.content.crosswalk.XSLTDisseminationCrosswalk DataCite 10556/2854

Re: [dspace-tech] Re: DOI DATACITE schema 4.1

2019-02-15 Thread Claudia Jürgen
Hello Massimiliano, we are running DSpace 5.x with DataCite 4.1 (heavily relying on our own metadata and thus not yet backported to DSpace). Prior to this we had DataCite 3.1 with no problems. You can test your crosswalk by crosswalking an item with: [dspace]/bin/dspace dsrun