PDF PublicationList

From EPrints Documentation
Revision as of 10:43, 31 July 2015 by Pjw@repositoryservices.co.uk (talk | contribs) (PDF Publication List)
Jump to: navigation, search

Introduction

This is an export plugin developed for the University of St.Gallen


Adding a link to the PDF List

If MePrints is installed then an additional action will be added to the "homepage" action list that will display the pdf publication list.

This is provided by the EPrints::Plugin::Screen::User::ExportPdf plugin which can be customised to suit your needs

The list can also be added to the public MePrints profile page by editing the user profile citation (usually cfg/citations/user/profile.xml ) to add:

<epc:print expr="$item.get_publication_list_url()"/>

This works because the config file adds a get_publication_list_url ep script call for the User dataset (see run_get_publication_list_url in cfg/cfg.d/z_hsg_profile_pdf.pl).