From b24a56f9d7f1c43a0b3db24bd5242972d29e5563 Mon Sep 17 00:00:00 2001 From: "Moritz Schubotz (physikerwelt)" <wiki@physikerwelt.de> Date: Wed, 13 Feb 2019 08:06:57 +0100 Subject: [PATCH] Fix bug in markdown generation --- docs/publist.html | 3 ++- gipp.bib | 1 + src/xsl/transform_md.xsl | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/publist.html b/docs/publist.html index 0da4646..aa36395 100644 --- a/docs/publist.html +++ b/docs/publist.html @@ -294,7 +294,8 @@ <em>Intelligent Computer Mathematics - International Conference, CICM 2014, Coimbra, Portugal, July 7-11, 2014. Proceedings</em> <br/> <a href="http://dx.doi.org/10.1007/978-3-319-08434-3_17" class="external">DOI: 10.1007/978-3-319-08434-3_17</a> - <a href="https://arxiv.org/pdf/1404.6179.pdf">Preprint</a> + <a href="https://arxiv.org/pdf/1404.6179.pdf">Preprint</a> + <a href="https://dblp.uni-trier.de/rec/bibtex/conf/mkm/SchubotzW14">Bibtex</a> </li> <li> <strong>Evaluation of Similarity-Measure Factors for Formulae Based on the NTCIR-11 Math Task</strong> diff --git a/gipp.bib b/gipp.bib index 0ba446a..e94d496 100644 --- a/gipp.bib +++ b/gipp.bib @@ -790,6 +790,7 @@ editor = {Watt, Stephen M. and Davenport, James H. and Sexton, Alan P. and Sojka, Petr and Urban, Josef}, publisher = {Springer}, url = {https://doi.org/10.1007/978-3-319-08434-3_17}, + biburl = {https://dblp.uni-trier.de/rec/bibtex/conf/mkm/SchubotzW14}, booktitle = {Intelligent Computer Mathematics - International Conference, {CICM} 2014, Coimbra, Portugal, July 7-11, 2014. Proceedings}, date = {2014}, doi = {10.1007/978-3-319-08434-3_17}, diff --git a/src/xsl/transform_md.xsl b/src/xsl/transform_md.xsl index 3220586..e353227 100644 --- a/src/xsl/transform_md.xsl +++ b/src/xsl/transform_md.xsl @@ -55,7 +55,7 @@ <xsl:if test="./bltx:userb"> <xsl:text> </xsl:text> <xsl:text>[Bibtex](</xsl:text> - <xsl:value-of select="./bltx:usera/text()"/> + <xsl:value-of select="./bltx:userb/text()"/> <xsl:text>)</xsl:text> </xsl:if> <xsl:text>
</xsl:text> -- GitLab