This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Install the BeautifulSoup package | |
| # Edit all Author fields in RefWorks to contain the latex citation reference: | |
| # for example, "Clarke, T.J.W.C." should become "@!cite_ref!@Clarke, T.J.W.C." | |
| # Download the bibliography from RefWorks as an HTML file, using the | |
| # "Imperial College Vancouver" Output Style. | |
| # Run the script: refworks_to_tex.py <input> <output> | |
| # Import the tex file into latex where you want your bibliography to be | |
| # Cite entries using \cite{cite_ref} | |
| from bs4 import BeautifulSoup |