citation-page.cfg Question

31 views
Skip to first unread message

Cameron, Jacob

unread,
May 10, 2019, 1:55:18 PM5/10/19
to DSpace Technical Support

Hi Everyone,

 

Dspace 6.3, Windows Server 2016, Tomcat 9, PGSQL9.6

 

We made some adjustments, but some of the information is not displaying the way we want. 

 

e.g. https://hdl.handle.net/10133/

 

Is there a way to make the citation-page.cfg pull information from a specific field(s), so rather than dc.publisher, have it pull from just dc.publisher.department and same for dc.identifier, we don’t have the dc.identifier.citation to show, just the dc.identifier.uri.

 

Jake

--

Jake Cameron, BCS(UNB)

Systems Support Specialist III

Information Systems and Technical Services University of Lethbridge Library

Phone:(403)329-2756

This e-mail, including any and all attachments, is only for the use of the intended recipient(s) and may contain information that is confidential or privileged. If you are not the intended recipient, you are advised that any dissemination, copying or other use of this e-mail is prohibited. Please notify the sender of the error in communication by return e-mail and destroy all copies of this e-mail. Thank you.

 

Tim Donohue

unread,
May 13, 2019, 12:51:42 PM5/13/19
to Cameron, Jacob, DSpace Technical Support
Hi Jake,

The fields displayed on that citation page are configurable.  See the "citation-page.fields" setting described in the documentation at  https://wiki.duraspace.org/display/DSDOC6x/PDF+Citation+Cover+Page

- Tim

--
All messages to this mailing list should adhere to the DuraSpace Code of Conduct: https://duraspace.org/about/policies/code-of-conduct/
---
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...@googlegroups.com.
To post to this group, send email to dspac...@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
To view this discussion on the web visit https://groups.google.com/d/msgid/dspace-tech/YTOPR0101MB2316CDB685D2AA33827D386B840C0%40YTOPR0101MB2316.CANPRD01.PROD.OUTLOOK.COM.
For more options, visit https://groups.google.com/d/optout.


--
Tim Donohue
Technical Lead for DSpace & DSpaceDirect
DuraSpace.org | DSpace.org | DSpaceDirect.org

Cameron, Jacob

unread,
May 13, 2019, 12:54:56 PM5/13/19
to Tim Donohue, DSpace Technical Support

Hi Tim,

 

I have adjusted the citation-page.fields portion, but it’s wildcarding the entries, so dc.publisher.* instead of dc.publisher.department, and the same for dc.identifier, it’s pulling everything instead of just the sub category I have added.

 

 

--

Jake Cameron, BCS(UNB)

Systems Support Specialist III

Information Systems and Technical Services University of Lethbridge Library

Phone:(403)329-2756

This e-mail, including any and all attachments, is only for the use of the intended recipient(s) and may contain information that is confidential or privileged. If you are not the intended recipient, you are advised that any dissemination, copying or other use of this e-mail is prohibited. Please notify the sender of the error in communication by return e-mail and destroy all copies of this e-mail. Thank you.

 

Tim Donohue

unread,
May 13, 2019, 1:03:25 PM5/13/19
to Cameron, Jacob, DSpace Technical Support
Hi Jake,

DSpace should not be adapting or changing the fields that you are setting in "citation-page.fields".   Here's where the code reads those values, and if you look closely you'll see it doesn't modify them (unless they are not found, in which case it sets default values):

https://github.com/DSpace/DSpace/blob/dspace-6_x/dspace-api/src/main/java/org/dspace/disseminate/CitationDocumentServiceImpl.java#L178  

So, it sounds to me like the "citation-page.fields" setting has either not been updated in your local.cfg, or maybe your Tomcat needs a reboot to reload the proper values (i.e. maybe the old values have been cached in some way).  You also may want to look for errors reported in your logs (maybe there's something in your "citation-page.fields" setting that is throwing an error when it is loaded).

If none of that helps, we'd likely need more information on your setup and whether you've customized this code in any way.  It would seem odd that DSpace would be modifying your configurations to turn them into wildcard values.

Good luck,

Tim
Reply all
Reply to author
Forward
0 new messages