diff --git a/Current_CV.pdf b/Current_CV.pdf index 7fb2b7e..d7458ff 100644 Binary files a/Current_CV.pdf and b/Current_CV.pdf differ diff --git a/Modern_CV.pdf b/Modern_CV.pdf index 7fb2b7e..d7458ff 100644 Binary files a/Modern_CV.pdf and b/Modern_CV.pdf differ diff --git a/Modern_CV.tex b/Modern_CV.tex index b602693..8289756 100644 --- a/Modern_CV.tex +++ b/Modern_CV.tex @@ -160,7 +160,7 @@ \section{Working Groups} \begin{refsection}[books.bib] \nocite{*} -\printbibliography[title={Books}, prenote=sharedauth] +\printbibliography[title={Books}] \end{refsection} diff --git a/books.bib b/books.bib index 1b4690a..bb5fcb6 100644 --- a/books.bib +++ b/books.bib @@ -1,4 +1,4 @@ -@book{braithwaite_steal_2012, +@book{biostatmethods, title = {Methods in Biostatistics with {R}: A Rigorous and Practical Treatment of Biostatistics Foundations using {R}}, url = {https://leanpub.com/biostatmethods}, diff --git a/makefile b/makefile index d33e3bf..0b5b873 100644 --- a/makefile +++ b/makefile @@ -16,6 +16,7 @@ ${fname}.pdf: ${fname}.tex education.tex \ convert_bibtex.R \ submitted.bib \ preparation.bib \ + books.bib \ citations.bib if [ -e ${fname}.aux ]; \ then \ @@ -27,6 +28,7 @@ ${fname}.pdf: ${fname}.tex education.tex \ bibtex ${fname} bibtex ${fname}1-blx bibtex ${fname}2-blx + bibtex ${fname}3-blx if [ -e ${fname}3-blx.bbl ]; \ then \ bibtex ${fname}3-blx; \