diff --git a/modules/bibformat/etc/format_templates/HD_EPFL_default.bft b/modules/bibformat/etc/format_templates/HD_EPFL_default.bft index a9c4430cb..c01925eef 100644 --- a/modules/bibformat/etc/format_templates/HD_EPFL_default.bft +++ b/modules/bibformat/etc/format_templates/HD_EPFL_default.bft @@ -1,92 +1,90 @@ EPFL HTML detailed - default Detailed format for article, review

- +

ReferenceRéférence

FulltextFulltext

Related materialDocuments pertinents

ContactsContacts

diff --git a/modules/bibformat/lib/elements/bfe_patent.py b/modules/bibformat/lib/elements/bfe_patent.py index 5e55aa96a..130cb166f 100644 --- a/modules/bibformat/lib/elements/bfe_patent.py +++ b/modules/bibformat/lib/elements/bfe_patent.py @@ -1,64 +1,66 @@ # -*- coding: utf-8 -*- """BibFormat element - Prints Patent Number""" def format(bfo, short="no"): """ Print Patent information. """ # don't show anything at the moment on html brief # it may a good idea to put an information like "published or granted" like : # if b1: # return "Granted/Published patent" # if a1: # return "Pending patent" if short != "no": return "" patents = bfo.fields('013') - template_output_patent_nr = '
  • Patent :
  • ' + template_output_patent_nr = '
  • Patent :
  • ' output = [] # get number with data linked patents_nr = [] patent_priority_dates = [] # parse if patents: outer_list = "