Dear members,
It is strange that the Item View (item-vew.xsl) of Mirage (Dspace 4.x)
doesnot included code to display the Citation information and Type. A
bibliogrphic record is incomple without "Citation and Document Type".
Anyone has included these fields kindly send me the code or item-view.xsl.

Thanks to Murrary, Geororgy who shared the code to include the Citation
information in "item-list.xsl" and saving the time as well as duplication
of effort.

I am a librarian who is working on DSpace with basic IT knowledge. Hope
members won't mind with such querries and requests.

Regards
Satya

On Fri, Jun 26, 2015 at 1:18 AM, Murray, Gregory <gregory.mur...@ptsem.edu>
wrote:

> Hello Satya,
>
> I haven't looked into your question #1 below, but regarding question #2, I
> was thinking of doing the same thing. I'm new to DSpace customization, but
> I am getting the desired result by going into my theme's directory and
> editing lib/xsl/aspect/artifactbrowser/item-list.xsl -- and in place of the
> xsl:if element that starts like this:
>
> <xsl:if test="dim:field[@element='date' and @qualifier='issued'] or
> dim:field[@element='publisher']">
>
> I am substituting this:
>
> <xsl:if test="dim:field[@qualifier='citation']">
>   <xsl:text>(</xsl:text>
>   <xsl:value-of select="dim:field[@qualifier='citation']"/>
>   <xsl:text>)</xsl:text>
> </xsl:if>
>
> I hope this helps,
> Greg
>
>
> On Jun 25, 2015, at 7:32 AM, Satya wrote:
>
> > Dear members,
> >
> > 1. I want to change the default browse list in the navigation sidebar of
> XMLUI.
> >
> > Default "Browse" list has a link to "Communities & Collections" page. We
> want to change the link to "[baseURL]/handle/2264/1" as we have only one
> community. Kindly guide where to change to reflect in whole site.
> >
> > 2. Recently additions or browse of records (Title/Author/Date Issues)
> shows the item in the following way:
> >
> > Title
> > Authors (Publisher)
> > Snippet of Abstract
> >
> > I want to replace the PUBLISHER in bracket to CITATION. Which are the
> placse to do these customization?
> > --
> > Regards
> >
> > Satya Ranjan Sahu
> > CSIR-National Institute of Oceanography
> > Goa, India - 403004
>
>
------------------------------------------------------------------------------
Monitor 25 network devices or servers for free with OpManager!
OpManager is web-based network management software that monitors 
network devices and physical & virtual servers, alerts via email & sms 
for fault. Monitor 25 devices for free with no restriction. Download now
http://ad.doubleclick.net/ddm/clk/292181274;119417398;o
_______________________________________________
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

Reply via email to