HEC Paris & Polytechnique - DSB - Research paper
Autor
Antoine Mellerio
Last Updated
hace un año
License
Creative Commons CC BY 4.0
Resumen
Template for the research paper of the Data Science for Business Master of HEC Paris and Polytechnique.
Template for the research paper of the Data Science for Business Master of HEC Paris and Polytechnique.
% Turabian Formatting for Research Papers Template, 2018/08/06
%
% Developed using the turabian-formatting package (2018/08/01), available through CTAN: http://www.ctan.org/pkg/turabian-formatting
%
% Additional document class formatting options:
%
% raggedright: ragged right formatting without hyphenations
% authordate: support for the author-date citation style
% endnotes: support for endnotes
\documentclass{turabian-researchpaper}
\usepackage[utf8]{inputenc}
\usepackage{csquotes, ellipsis}
% For align package
\usepackage{amsmath}
\usepackage{graphicx} % Required for inserting images
\graphicspath{{/images}}
% Specify paper size with geometry package
\usepackage[pass, letterpaper]{geometry}
% For citations, use the biblatex-chicago package
\usepackage{biblatex-chicago}
\addbibresource{works-cited.bib}
% Information for title page
\begin{document}
\input{titlepage}
\begin{center}
{\normalsize \textbf{Executive summary}}
\end{center}
Executive summary blabla, \\
ref: \emph{A Manual for Writers of Research Papers, Theses, and Dissertations} (9th edition).
\newpage
\begin{center}
{\normalsize \textbf{Preface and acknowledgements}}
\end{center}
Acknowledgements blabla
\newpage
\tableofcontents
\newpage
\section{An Interesting Section}
Great thoughts that further your argument. This includes lots of strong evidence presented throughout several paragraphs, each accompanied by necessary citations.
\begin{quotation}
\noindent Here is a block quotation---a passage from a text you found insightful and wanted to share with others. Maybe it is from a journal article, website, or book. Irrespective, it should support the argument being made.\footnote{A citation for the quoted material.}
\end{quotation}
Maybe a sentence or two that bring the argument and evidence together.\autocite[34]{example_source}
\section{Another Insightful Section}
More ideas that really make this a great paper. Maybe a footnote or two.\footnote{Some peripheral thoughts that belong in a note.}
\section{Conclusions}
At this point, you've changed everything (including your marks!). Time to wrap up!
\clearpage
\printbibliography
\end{document}