Skip to content

Commit

Permalink
Update EPUB frontmatter
Browse files Browse the repository at this point in the history
  • Loading branch information
kthoden committed Jun 23, 2021
1 parent 021b0a6 commit 77f0333
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
8 changes: 4 additions & 4 deletions src/data/epub_files/epubintro-sources.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ Massimiliano Badino<br/>Facultat de Ciéncies, Universitat Autònoma de Barcelon
Robert G. Morrison<br/>Department of Religion, Bowdoin College
</p>


<p>e-ISBN [EPUB] epubisbn</p>
<p>First published year<br />
Edition Open Access<br />
https://www.edition-open-access.de<br />
<p>DOI pubdoi</p>
<p>First published year by Max-Planck-Gesellschaft zur Förderung der Wissenschaften<br />
Max Planck Institute for the History of Science<br/>
<a href="https://edition-open-sources.org/">https://edition-open-sources.org</a><br />
LicenseInformation
The Deutsche Nationalbibliothek lists this publication in the Deutsche Nationalbibliografie; detailed bibliographic data are available on the Internet at http://dnb.d-nb.de.</p>

Expand Down
7 changes: 3 additions & 4 deletions src/data/epub_files/epubintro.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,14 @@ Gereon Wolters, Zhang Baichun.</p>

<p>e-ISBN [EPUB] epubisbn</p>
<p>DOI pubdoi</p>
<p>First published year<br />
Edition Open Access<br />
https://www.edition-open-access.de<br />
<p>First published year by Max-Planck-Gesellschaft zur Förderung der Wissenschaften<br />
Max Planck Research Library for the History and Development of Knowledge: <a href="https://www.mprl-series.mpg.de/">https://www.mprl-series.mpg.de</a><br />
LicenseInformation
The Deutsche Nationalbibliothek lists this publication in the Deutsche Nationalbibliografie; detailed bibliographic data are available on the Internet at http://dnb.d-nb.de.</p>

AdditionalInformation

<p>Max Planck Research Library for the History and Development of Knowledge<br />
series number</p>
mprlseries number</p>

</body></html>
2 changes: 1 addition & 1 deletion src/imxml2epub.py
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ def add_css_snippet(css_snippet, css_file):
strIntroHTML = re.sub("author", strAuthorString, strIntroHTML)
strIntroHTML = re.sub("TITLE", strTitleString, strIntroHTML)
strIntroHTML = re.sub("year", cfgPublication.get("Technical", "PublicationYear"), strIntroHTML)
strIntroHTML = re.sub("series", publication_series, strIntroHTML)
strIntroHTML = re.sub("mprlseries", publication_series, strIntroHTML)
strIntroHTML = re.sub("number", publication_number, strIntroHTML)
strIntroHTML = re.sub("epubisbn", publication_isbn, strIntroHTML)
strIntroHTML = re.sub("pubdoi", publication_doi, strIntroHTML)
Expand Down

0 comments on commit 77f0333

Please sign in to comment.