Difference between revisions of "PDF PublicationList"
(Created page with '== PDF Publication List == This is an export plugin developed for the University of St.Gallen') |
(→PDF Publication List) |
||
Line 1: | Line 1: | ||
− | == | + | == Introduction == |
This is an export plugin developed for the University of St.Gallen | 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). |
Revision as of 10:43, 31 July 2015
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).