97 lines
2.2 KiB
TeX
97 lines
2.2 KiB
TeX
\documentclass[a4paper,11pt,twoside]{thesis}
|
|
|
|
\usepackage[british]{babel}
|
|
\usepackage{csquotes}
|
|
\usepackage{debug}
|
|
\usepackage{sciencestuff}
|
|
|
|
\author{Riccardo Finotello}
|
|
\title{Topics on Theoretical and Computational Aspects of String Theory and Their Phenomenological Implications}
|
|
\advisor{Igor Pesando}
|
|
\institution{Universit\`{a} degli Studi di Torino}
|
|
\school{Scuola di Dottorato}
|
|
\specialisation{Dottorato in Fisica ed Astrofisica}
|
|
\logo{img/unito}
|
|
|
|
\addbibresource{thesis.bib}
|
|
|
|
%---- additional commands
|
|
\newcommand{\sm}{\textsc{sm}\xspace}
|
|
\newcommand{\eom}{\textsc{e.o.m.}\xspace}
|
|
\newcommand{\cft}{\textsc{cft}\xspace}
|
|
|
|
%---- derivatives
|
|
\newcommand{\pd}{\ensuremath{\partial}}
|
|
\newcommand{\bpd}{\ensuremath{\overline{\partial}}}
|
|
|
|
%---- operators
|
|
\newcommand{\bT}{\ensuremath{\overline{T}}}
|
|
|
|
%---- coordinates
|
|
\newcommand{\dX}{\ensuremath{\dot{X}}}
|
|
\newcommand{\pX}{\ensuremath{X'}}
|
|
\newcommand{\bxi}{\ensuremath{\overline{\xi}}}
|
|
\newcommand{\bchi}{\ensuremath{\overline{\chi}}}
|
|
\newcommand{\bz}{\ensuremath{\overline{z}}}
|
|
\newcommand{\bw}{\ensuremath{\overline{w}}}
|
|
\newcommand{\bomega}{\ensuremath{\overline{\omega}}}
|
|
|
|
|
|
%---- BEGIN DOCUMENT
|
|
|
|
\begin{document}
|
|
|
|
%---- TITLE
|
|
\maketitlepage{}
|
|
\cleardoubleplainpage{}
|
|
|
|
%---- FRONTESPICE
|
|
\makefrontespice{}
|
|
\cleardoubleplainpage{}
|
|
|
|
%---- ABSTRACT
|
|
\begin{abstractpage}
|
|
\input{sec/abstract.tex}
|
|
\end{abstractpage}
|
|
\cleardoubleplainpage{}
|
|
|
|
%---- ACKNOWLEDGENTS
|
|
\begin{acknowledgmentspage}
|
|
\input{sec/acknowledgments.tex}
|
|
\end{acknowledgmentspage}
|
|
\cleardoubleplainpage{}
|
|
|
|
%---- TOC AND OUTLINE
|
|
\plaintoc{}
|
|
\outline{Outline}
|
|
\input{sec/outline.tex}
|
|
|
|
%---- PARTICLE PHYSICS
|
|
\thesispart{Conformal Symmetry and Geometry of the Wordlsheet}
|
|
\section{Introduction}
|
|
\input{sec/part1/introduction.tex}
|
|
\section{D-branes Intersecting at Angles}
|
|
\input{sec/part1/dbranes.tex}
|
|
\section{Fermions With Boundary Defects}
|
|
\input{sec/part1/fermions.tex}
|
|
|
|
%---- COSMOLOGY
|
|
\thesispart{Cosmology and Time Dependent Divergences}
|
|
\section{Introduction}
|
|
\input{sec/part2/introduction.tex}
|
|
|
|
%---- DEEP LEARNING
|
|
\thesispart{Deep Learning the Geometry of String Theory}
|
|
\section{Introduction}
|
|
\input{sec/part3/introduction.tex}
|
|
|
|
%---- APPENDIX
|
|
\appendix
|
|
|
|
%---- BIBLIOGRAPHY
|
|
\printbibliography[heading=bibintoc]
|
|
|
|
\end{document}
|
|
|
|
% vim: ft=tex
|