Previous changeset 54:2c90cd2ee27b (2014-08-06) Next changeset 56:bbfc8bf96469 (2014-08-06) |
Commit message:
fix citation macros |
modified:
macros.xml |
b |
diff -r 2c90cd2ee27b -r 0d6a5d49354c macros.xml --- a/macros.xml Wed Aug 06 14:54:37 2014 -0400 +++ b/macros.xml Wed Aug 06 15:09:05 2014 -0400 |
b |
@@ -119,16 +119,23 @@ checked="true" help="Output zero count bins" /> </xml> - <xml name="software-citation" type="doi">10.6084/m9.figshare.979190</xml> - <xml name="diginorm-citation" type="bibtex">@misc{diginorm, + <xml name="software-citation"> + <citation type="doi">10.6084/m9.figshare.979190</citation> + </xml> + <xml name="diginorm-citation"> + <citation type="bibtex">@misc{diginorm, Author = {Brown, C Titus and Howe, Adina and Zhang, Qingpeng and Pyrkosz, Alexis B and Brom, Timothy H}, Title = {A Reference-Free Algorithm for Computational Normalization of Shotgun Sequencing Data}, Year = {2012}, Eprint = {arXiv:1203.4802}, -}</xml> - <xml name="graph-citation" type="doi">10.1073/pnas.1121464109</xml> - <xml name="counting-citation" type="doi">10.1371/journal.pone.0101271</xml> +}</citation></xml> + <xml name="graph-citation"> + <citation type="doi">10.1073/pnas.1121464109</citation> + </xml> + <xml name="counting-citation"> + <citation type="doi">10.1371/journal.pone.0101271</citation> + </xml> </macros> |