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.qmd | |
Create basic templates and utility scripts
Diffstat (limited to 'lit-review-template.qmd')
| -rw-r--r-- | lit-review-template.qmd | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/lit-review-template.qmd b/lit-review-template.qmd new file mode 100644 index 0000000..3329a3d --- /dev/null +++ b/lit-review-template.qmd @@ -0,0 +1,52 @@ +--- +title: "TEMPLATE_FIELD" +author: "TEMPLATE_FIELD" +date: now +date-format: "DD MMMM YYYY - HH:mm" +format: + pdf: + toc: false + number-sections: true + fig-caption: yes + highlight-style: "zenburn" + include-in-header: + - text: | + \usepackage{etoolbox} + + \AtEndPreamble{\hypersetup{colorlinks=true,linkcolor=blue,urlcolor=blue,citecolor=red}} + extra-dependencies: + - float + - multicol + +bibliography: references.bib +link-citations: true +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 |
