Difference between revisions of "PDF PublicationList"

From EPrints Documentation
Jump to: navigation, search
(PDF Publication List)
(Adding a link to the PDF List)
Line 13: Line 13:
  
 
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).
 
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).
 +
 +
== configuration ==
 +
 +
The elements displayed in the pdf and all the parameters that control the look of the pdf are contained in the config file cfg/cfg.d/z_hsg_profile_pdf.pl
 +
 +
Here you can change the logo, the fonts and font sizes and colours and the categories used to group the publications.
 +
 +
If you wish to change more details such as the user citation, then it will be necessary to edit the plugin that generates the pdf file (EPrints::Plugin::Export::UserPDF).

Revision as of 10:53, 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).

configuration

The elements displayed in the pdf and all the parameters that control the look of the pdf are contained in the config file cfg/cfg.d/z_hsg_profile_pdf.pl

Here you can change the logo, the fonts and font sizes and colours and the categories used to group the publications.

If you wish to change more details such as the user citation, then it will be necessary to edit the plugin that generates the pdf file (EPrints::Plugin::Export::UserPDF).