BioBuilder
do?The idea of BioBuilder
is to let you create and share
your NIH/IES/NSF/PCORI formatted biosketch as a Word document,
formatted and populated easily within R Markdown.
Efficientcy. A biographical sketch (also referred to as biosketch) documents an individual’s qualifications and experience for a specific role in a project. For instance, NIH requires submission of a biosketch for each proposed senior/key personnel and other significant contributor on a grant application. I’ve genrated numerous biosketches for grant submissions and used lots of time searching for a template, updating a previous version (hoping I’ve located the most recent version) and just needed a simple solution that could easily update.
nih_template.docx
and
nih_template.Rmd
into your working directory.mydata.xlsx
).library(scholar, tidyverse, flextable, officer)
After confirming the libraries update the file directory.
myid <- "insert your Google Scholar ID" #------- Update with your Google Scholar ID
Follow Google Scholar???s instructions for obtaining an ID: A primer on creating and modifying your Google Scholar account can be found at: https://scholar.google.com/intl/en/scholar/citations.html.
C:/Users/mydata.xlsx #------ Update the location of the supporting files
That’s all the changes you need. Now you can update data in the supporting files and generate your biosketch by simply selecting the blue ‘Knit’ button at the top left of the console pane.
Of course you could put more stuff in the R Markdown template or improve the design, but this is the beauty of it, the data and tables are all modifyable.
New features may include reading the supporting files from a remote API (such as from orcid.org), streamlining code for efficiency, and other ideas that you come up with.