summaryrefslogtreecommitdiff
path: root/tmp
diff options
context:
space:
mode:
authorChris Sobczak <chris@sobczak.family>2026-08-01 22:25:35 -0700
committerChris Sobczak <chris@sobczak.family>2026-08-01 22:25:35 -0700
commit93b57a4a91338c7af658c17e026355532ad75925 (patch)
tree95a9a210a9948b9a4f97105b3629b0517d5d3d88 /tmp
parentf06b0495bed190894fbf2a9054f453eb65ecf384 (diff)
Draft tex
Diffstat (limited to 'tmp')
-rw-r--r--tmp/lit-review-template.tex64
-rw-r--r--tmp/references.bib2
2 files changed, 66 insertions, 0 deletions
diff --git a/tmp/lit-review-template.tex b/tmp/lit-review-template.tex
new file mode 100644
index 0000000..5fcd85f
--- /dev/null
+++ b/tmp/lit-review-template.tex
@@ -0,0 +1,64 @@
+\documentclass[11pt]{article}
+
+\usepackage{float}
+\usepackage{multicol}
+\usepackage{etoolbox}
+\usepackage{xcolor}
+\usepackage[
+ colorlinks=true,
+ linkcolor=purple,
+ urlcolor=blue,
+ citecolor=red
+]{hyperref}
+\usepackage[toc,acronym,automake]{glossaries}
+
+\makeglossaries
+
+% Bibliography
+\usepackage[authoryear]{natbib}
+\bibliographystyle{plain}
+
+\title{TITLE}
+\author{AUTHOR}
+
+\date{\today}
+\begin{document}
+
+\maketitle
+\tableofcontents
+\newpage
+
+\section{Topic one}
+\subsection{Paper one \cite{Shin_2014}}
+
+\newglossaryentry{mr}{
+ name={Mendelian randomization},
+ description={Using genetic variants as instruments to infer causal effects}
+}
+\newacronym{gdm}{GDM}{Genetically Determined Metabotype}
+
+Here is an example of learning new vocabulary such as \gls{mr} and defining it in the glossary.
+
+\subsection{Short title of paper \cite{Suhre_2011}}
+
+\section{Topic two}
+
+\newpage
+
+% Add youtube channels and database links here
+\section{Online resources}
+
+\begin{itemize}
+ \item \href{https://www.hmdb.ca/}{Human Metabolome Database}
+\end{itemize}
+
+\newpage
+
+% Automatically generated glossary and acronyms
+\printglossaries
+
+\newpage
+
+\bibliography{references}
+
+\end{document}
diff --git a/tmp/references.bib b/tmp/references.bib
new file mode 100644
index 0000000..268585f
--- /dev/null
+++ b/tmp/references.bib
@@ -0,0 +1,2 @@
+@article{Shin_2014, title={An atlas of genetic influences on human blood metabolites}, volume={46}, ISSN={1546-1718}, url={http://dx.doi.org/10.1038/ng.2982}, DOI={10.1038/ng.2982}, number={6}, journal={Nature Genetics}, publisher={Springer Science and Business Media LLC}, author={ and Shin, So-Youn and Fauman, Eric B and Petersen, Ann-Kristin and Krumsiek, Jan and Santos, Rita and Huang, Jie and Arnold, Matthias and Erte, Idil and Forgetta, Vincenzo and Yang, Tsun-Po and Walter, Klaudia and Menni, Cristina and Chen, Lu and Vasquez, Louella and Valdes, Ana M and Hyde, Craig L and Wang, Vicky and Ziemek, Daniel and Roberts, Phoebe and Xi, Li and Grundberg, Elin and Waldenberger, Melanie and Richards, J Brent and Mohney, Robert P and Milburn, Michael V and John, Sally L and Trimmer, Jeff and Theis, Fabian J and Overington, John P and Suhre, Karsten and Brosnan, M Julia and Gieger, Christian and Kastenmüller, Gabi and Spector, Tim D and Soranzo, Nicole}, year={2014}, month=May, pages={543–550} }
+@article{Suhre_2011, title={Human metabolic individuality in biomedical and pharmaceutical research}, volume={477}, ISSN={1476-4687}, url={http://dx.doi.org/10.1038/nature10354}, DOI={10.1038/nature10354}, number={7362}, journal={Nature}, publisher={Springer Science and Business Media LLC}, author={ and Suhre, Karsten and Shin, So-Youn and Petersen, Ann-Kristin and Mohney, Robert P. and Meredith, David and Wägele, Brigitte and Altmaier, Elisabeth and Deloukas, Panos and Erdmann, Jeanette and Grundberg, Elin and Hammond, Christopher J. and de Angelis, Martin Hrabé and Kastenmüller, Gabi and Köttgen, Anna and Kronenberg, Florian and Mangino, Massimo and Meisinger, Christa and Meitinger, Thomas and Mewes, Hans-Werner and Milburn, Michael V. and Prehn, Cornelia and Raffler, Johannes and Ried, Janina S. and Römisch-Margl, Werner and Samani, Nilesh J. and Small, Kerrin S. and -Erich Wichmann, H. and Zhai, Guangju and Illig, Thomas and Spector, Tim D. and Adamski, Jerzy and Soranzo, Nicole and Gieger, Christian}, year={2011}, month=Aug, pages={54–60} }