diff options
| author | Chris Sobczak <chris@sobczak.family> | 2026-05-05 12:42:45 -0700 |
|---|---|---|
| committer | Chris Sobczak <chris@sobczak.family> | 2026-05-05 12:42:45 -0700 |
| commit | ec4862ab8d47440c5a73bee32fdb0d642159fb88 (patch) | |
| tree | 0381f9345df9f1104c270c3bc823c1c43cb6357f /lit-review-template.rmd | |
Create basic templates and utility scripts
Diffstat (limited to 'lit-review-template.rmd')
| -rw-r--r-- | lit-review-template.rmd | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/lit-review-template.rmd b/lit-review-template.rmd new file mode 100644 index 0000000..3ad65f3 --- /dev/null +++ b/lit-review-template.rmd @@ -0,0 +1,46 @@ +--- +title: "TEMPLATE_FIELD" +author: "TEMPLATE_FIELD" +date: "`r format(Sys.time(), '%d %B %Y - %H:%M')`" +output: + pdf_document: + toc: false + number_sections: true + fig_caption: yes + highlight: "zenburn" + extra_dependencies: ['float','multicol'] +bibliography: references.bib +link-citations: true +header-includes: + - \usepackage{etoolbox} + - \AtEndPreamble{\hypersetup{colorlinks=true,linkcolor=blue,urlcolor=blue,citecolor=red}} +editor_options: + markdown: + wrap: 72 +--- + +\tableofcontents +\newpage + +<!-- If you have a number of topics, subdivide them in sections and organize papers under them --> +# Topic one + +## Paper one [@Shin_2014] + +## Paper two [@Suhre_2011] + +# Topic two + +\newpage + +<!-- Add youtube channels and databse links here --> +# Online resources + +\newpage + +<!-- For listing and defining new vocabulary --> +# Glossary + +\newpage + +# References |
