Hi Oliver,
you can configure the BibTeX mapping in DSpace-CRIS here:
https://github.com/Cineca/DSpace/blob/dspace-5_x_x-cris/dspace/config/crosswalks/bibtex.template

the export can be (probably, not tested!) enabled for anonymous users changing here
https://github.com/Cineca/DSpace/blob/dspace-5_x_x-cris/dspace-cris/jspui-webapp/src/main/webapp/dspace-cris/jdyna/custom/dspaceitems.jsp#L225

you should remove the isLoggedIn check
if(exportBiblioEnabled)

as the email functionality is reserved to loggedin user you should also change
https://github.com/Cineca/DSpace/blob/dspace-5_x_x-cris/dspace-cris/jspui-webapp/src/main/webapp/dspace-cris/jdyna/custom/dspaceitems.jsp#L248
<% if(isLoggedIn) { %>
<label class="checkbox-inline">
<input type="checkbox" id="<%= info.getType() %>email" name="email" value="true"/><fmt:message key="exportcitation.option.email" />
        </label>
<% } %>

Hope this help,
Andrea

Il 25/05/2016 16:35, Oliver Goldschmidt ha scritto:
Hello DSpacers,

I know, that there have been a couple of approaches to integrate a good BibTeX-export into DSpace. For instance, there are some tickets dealing with that issue: https://jira.duraspace.org/browse/DS-1224, https://jira.duraspace.org/browse/DS-1493 and https://jira.duraspace.org/browse/DS-2471. Obviously none of these approaches has got it into the DSpace distribution yet. Nevertheless I know some DSpace instances offering a BibTeX export for users, obviously using different ways to do that. I also know, that DSpace CRIS has something to export into BibTeX, but I am not very pleased about the quality of data and its obviously only working, when a user has logged in (which is not acceptable for our use case)... As DS-1493 also has not been continued I'd like to ask again, if there is any way on DSpace 5.x or 6 to get DSpace records as BibTeX for anonymous users in a good (or at least configurable) data quality?

TIA,
Oliver
--
You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to dspace-tech+unsubscr...@googlegroups.com <mailto:dspace-tech+unsubscr...@googlegroups.com>. To post to this group, send email to dspace-tech@googlegroups.com <mailto:dspace-tech@googlegroups.com>.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


--
Andrea Bollini
International Business Development, Deputy Leader
Open Source & Open Standards Strategy, Head
Cineca

Via dei Tizii, 6
00185 Roma, Italy
tel. +39 06 44 486 087 - mob. +39 348 82 77 525
http://www.cineca.it

--
You received this message because you are subscribed to the Google Groups "DSpace 
Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.

Reply via email to