#273: INSPIRE formatting changes ------------------------+----------------------------- Reporter: tbrooks | Owner: Type: defect | Status: new Priority: minor | Milestone: Component: BibFormat | Version: Resolution: | Keywords: INSPIRE formats ------------------------+-----------------------------
Comment (by tbrooks): I've addressed issues a) and c) in my branch 273-format-fix in my public INSPIRE repo. I've addressed issue #3 from the original ticket. Numbers 1 and 2 are already closed. Thus this ticket should be closed when this branch is merged. Issue b) is probably in BAI, I believe, since the errors look like they are coming from a BAI format: [tbrooks@pcudssw1508 bibformat]$ grep PRIMARY format_templates/* format_templates/AID_HTML_very_brief.bft:<BFE_DATE /><BFE_PRIMARY_REPORT_NUMBER format_templates/Picture_HTML_brief.bft:<BFE_PRIMARY_REPORT_NUMBER prefix="<br/><i>Picture number</i>: " /> format_templates/Poetry_HTML_brief.bft:<BFE_PRIMARY_REPORT_NUMBER [tbrooks@pcudssw1508 bibformat]$ grep ADDITIONAL format_templates/* format_templates/AID_HTML_very_brief.bft:<BFE_ADDITIONAL_REPORT_NUMBERS format_templates/Poetry_HTML_brief.bft:<BFE_ADDITIONAL_REPORT_NUMBERS Note that: [tbrooks@pcudssw1508 bibformat_elements]$ ls *report* bfe_additional_report_numbers.py bfe_additional_report_numbers.pyc bfe_INSPIRE_report.py bfe_INSPIRE_report.pyc bfe_report_numbers.py bfe_report_numbers.pyc So additional report numbers is a default Invenio format, and primary report numbers is a missing format, called by Poetry_HTML_Brief and AID_HTML_very_brief. I could look at the addl rept number problem, but I'll let Henning and/or Sam have a look first, since they may know better what AID_HTML_very_brief is supposed to be doing with report numbers. If that isn't easy to resolve kick it back to me and I'll invent something to quell the errors. I have not addressed Tibor's comment:3 in my patch, and I will comment on that on the inspire-dev list. -- Ticket URL: <http://invenio-software.org/ticket/273#comment:5> Invenio <http://invenio-software.org>