Hello,
Thank you for your efforts! This is the first citation nbextension that I have managed to get working!
However just a a glitch I've noticed plus and added suggestion:
- When I download the file as a html, the link back to the reference in the webpage no longer works.
For example I found that when the reference box is generated:
<a name="cite-Langmead_Fast_2012"/><sup>[^](#ref-1) </sup>Langmead, Ben and Salzberg, Steven L. 2012. _Fast gapped-read alignment with Bowtie 2_.
should be replaced with:
<a name="cite-Langmead_Fast_2012"/><a href="#ref-1"><sup>[^]</sup></a> Langmead, Ben and Salzberg, Steven L. 2012. Fast gapped-read alignment with Bowtie 2_.
- As a suggestion I think it would be really cool if one could pull out a url or doi from the bibtex file and then convert the previous line to:
<a name="cite-Langmead_Fast_2012"/><a href="#ref-1"><sup>[^]</sup></a> <a href="http://dx.doi.org/10.1038/nmeth.1923"> Langmead, Ben and Salzberg, Steven L. 2012. Fast gapped-read alignment with Bowtie 2_. </a>
which would allow one to then click on the article that has been referenced in the notebook.
Thank you again,
Alexis.
Hello,
Thank you for your efforts! This is the first citation nbextension that I have managed to get working!
However just a a glitch I've noticed plus and added suggestion:
For example I found that when the reference box is generated:
<a name="cite-Langmead_Fast_2012"/><sup>[^](#ref-1) </sup>Langmead, Ben and Salzberg, Steven L. 2012. _Fast gapped-read alignment with Bowtie 2_.should be replaced with:
<a name="cite-Langmead_Fast_2012"/><a href="#ref-1"><sup>[^]</sup></a> Langmead, Ben and Salzberg, Steven L. 2012. Fast gapped-read alignment with Bowtie 2_.<a name="cite-Langmead_Fast_2012"/><a href="#ref-1"><sup>[^]</sup></a> <a href="http://dx.doi.org/10.1038/nmeth.1923"> Langmead, Ben and Salzberg, Steven L. 2012. Fast gapped-read alignment with Bowtie 2_. </a>which would allow one to then click on the article that has been referenced in the notebook.
Thank you again,
Alexis.