BREE Intern research paper template
Auteur
Maike Holthuijzen
Last Updated
il y a 5 ans
License
Creative Commons CC BY 4.0
Résumé
A simple research paper template for BREE interns
A simple research paper template for BREE interns
\documentclass[12pt]{article}
\usepackage[utf8]{inputenc}
\usepackage{lmodern}
\usepackage[left=1.5cm, right=1.5cm, top=1.5cm]{geometry}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{microtype}
\usepackage[dvips]{graphicx}
\usepackage{xcolor}
\usepackage{times}
\usepackage{gensymb}
\usepackage{cite}
\usepackage{amsmath, amssymb, amsthm}
\usepackage{siunitx}
\usepackage{underscore}
\usepackage{url}
\usepackage{float}
\usepackage{booktabs}
\usepackage[parfill]{parskip}
%\usepackage{cite} % takes care of citations
\usepackage[final]{hyperref} % adds hyper links inside the generated pdf file
\hypersetup{
colorlinks=true, % false: boxed links; true: colored links
linkcolor=blue, % color of internal links
citecolor=blue, % color of links to bibliography
filecolor=magenta, % color of file links
urlcolor=blue
}
\usepackage{minted}
\large
\title{BREE Research paper}
\begin{document}
\begin{titlepage}
\begin{center}
\line(1,0){300}\\
[0.65cm]
\huge{\bfseries BREE Research paper}\\
\line(1,0){300}\\
\textsc{\Large Your Name}\\
\textsc{\LARGE \today}\\
[5.5cm]
\end{center}
\end{titlepage}
\tableofcontents
\newpage
\section{Introduction}
Here is my introduction. I can add a reference here \cite{Figueredo:2009dg}.
\subsection{Objectives}
Here are my objectives.
\section{Methods}
\subsection{Data}
Data section. Describe the data and study area. Add figures too (Figure \ref{fig:hcnstations}).
\begin{figure}[H]
\centering
\includegraphics[scale=0.8]{images/HCNstations.png}
\caption{Global Historical Climate Network (HCN) weather stations in D3 study area.}
\label{fig:hcnstations}
\end{figure}
\subsection{Analyses}
\section{Results}
Describe your results and include appropriate plots. Do not include a discussion of your results.
\section{Discussion}
Discuss your results and compare your results to similar studies.
\section{Conclusion}
Include a short conclusion.
\section{Acknowledgements}
Thank anyone or any entities who helped you with your research.
\bibliography{sample}
\bibliographystyle{plain}
\end{document}