From: W. Trevor King Date: Sat, 16 Apr 2011 16:14:46 +0000 (-0400) Subject: Add dependency notes (bibutils and bibclean) for entrez.py. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7606653a6a54da1c795528e206408bf50fdf2d97;p=blog.git Add dependency notes (bibutils and bibclean) for entrez.py. --- diff --git a/posts/entrez.mdwn b/posts/entrez.mdwn index b174029..9dd00c5 100644 --- a/posts/entrez.mdwn +++ b/posts/entrez.mdwn @@ -49,11 +49,16 @@ versions of [pybliographer][]. language = "eng", } +The BibTeX conversion uses [bibutils][] and [bibclean][] for the +medline-to-BibTeX conversion. + [PubMed]: http://www.ncbi.nlm.nih.gov/pubmed/ [SOAP]: http://en.wikipedia.org/wiki/SOAP [Suds]: https://fedorahosted.org/suds/ [eSOAP]: http://eutils.ncbi.nlm.nih.gov/entrez/eutils/soap/v2.0/DOC/esoap_help.html [pybliographer]: http://pybliographer.org/ +[bibutils]: http://www.scripps.edu/~cdputnam/software/bibutils +[bibclean]: http://ftp.math.utah.edu/pub/bibclean/ [[!tag tags/programming]] [[!tag tags/python]]