You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The program individuates and extracts every element that has been tagged as a bibliographic entry (<bibl>), except when it is a child of the <figure> element.
When the reference contains a DOI it is encoded as follows:
On the other hand, when <bibl> does not contain a DOI it is converted into a <unstructured_citation> element:
<citation key="ref5">
<unstructured_citation>Bentham, Jeremy, ‘An Introduction to the Principles of Morals and Legislation’, in Utilitarianism and Other Essays, ed. by Alan Ryan (London: Penguin Books, 2004).</unstructured_citation>
</citation>
The element <unstructured_citation> has been chosen over <structured_citation> because the task of inferring structured information from text formatting is excessively error-prone. As recommended by CrossRef, all formatting is removed from the unstructured citation and any URL that is not a DOI is ignored.
This XSL transformation can be run in conjunction with the conversion tools hosted at https://github.com/OpenBookPublishers/XML-last, after the conversion has been completed and the result has been validated.