EPrints Technical Mailing List Archive

Message: #00397


< Previous (by date) | Next (by date) > | < Previous (in thread) | Next (in thread) > | Messages - Most Recent First | Threads - Most Recent First

[EP-tech] Re: Adding Corporate Creators to Summary page


On Wed, 2012-04-11 at 16:54 +0300, Ігор Ростиславович wrote:
> Hello. How can I add Corporate Creators to show it on item summary
> page?
> --
> Ihor

Hi,

The summary page is generated by cfg.d/eprint_render.pl, which includes
citations/eprint/summary_page.xml.

To add it as a table item add "corp_creators" to the
summary_page_metadata:

$c->{summary_page_metadata} = [qw/
    corp_creators
    commentary
    note
    keywords
    subjects
    divisions
    sword_depositor
    userid
    datestamp
    lastmod
/];


-- 
All the best,
Tim

Attachment: signature.asc
Description: This is a digitally signed message part