Help:Biblio extension
From NMR Wiki
Contents |
Synopsis
Source code is available here under GPL license. This extension was produced by merging code of biblio and bibtex extensions, so with this version of <biblio> references can be retrieved from the pubmed database by the pmid values and bibtex source which can be obtained from Google Scholar and other places.
ExampleThis example uses two sources of references: pubmed database and bibtex code. Click "view source" or "edit" in this example section to see code. Lorem ipsum dolor sit amet [1, 2], consectetuer adipiscing elit[3]. Ut accumsan ante eget tortor ultricies dapibus. Nullam congue porttitor enim[1]. ReferencesError fetching PMID 18077333: Error fetching PMID 18303929:
|
Example sourceThis example uses two sources of references: pubmed database and bibtex code. Click "view source" or "edit" in this example section to see code. Lorem ipsum dolor sit amet <cite>groves1,groves2</cite>, consectetuer adipiscing elit<cite>chirp</cite>. Ut accumsan ante eget tortor ultricies dapibus. Nullam congue porttitor enim<cite>groves1</cite>. ===References=== <biblio> #groves2 pmid=18077333 #groves1 pmid=18303929 #chirp bibtex=@article{fu1995bdn, title={Broadband decoupling in NMR with frequency-modulated ‘chirp’ pulses}, author={Fu, R. and Bodenhausen, G.}, journal={Chemical Physics Letters}, volume={245}, number={4-5}, pages={415--420}, year={1995}, publisher={Elsevier}, url={http://dx.doi.org/doi:10.1016/0009-2614(95)01037-A} } </biblio> |