PhD

The LaTeX sources of my Ph.D. thesis
git clone https://esimon.eu/repos/PhD.git
Log | Files | Refs | README | LICENSE

chapter.tex (1232B)


      1 \chapter{Graph-Based Aggregate Modeling}
      2 \label{chap:graph}
      3 \begin{translatedepigraph}
      4 		{Henri Poincaré}
      5 		{\em Thermodyna\-mique}
      6 		{\cite*{thermodynamique}}
      7 		{It is the simple hypotheses of which one must be most wary; because these are the ones that have the most chances of passing unnoticed.}
      8 	C'est même des hypothèses simples qu'il faut le plus se défier, parce que ce sont celles qui ont le plus de chances de passer inaperçues.
      9 \end{translatedepigraph}
     10 \begin{epigraph}
     11 		{Tim Berners-Lee}
     12 		{\citetitle{weaving_the_web}}
     13 		{\cite*{weaving_the_web}}
     14 	In an extreme view, the world can be seen as only connections, nothing else.
     15 	We think of a dictionary as the repository of meaning, but it defines words only in terms of other words.
     16 	I liked the idea that a piece of information is really defined only by what it's related to, and how it's related.
     17 	There really is little else to meaning.
     18 	The structure is everything.
     19 \end{epigraph}
     20 \input{mainmatter/graph/introduction.tex}
     21 \input{mainmatter/graph/encoding.tex}
     22 \input{mainmatter/graph/analysis.tex}
     23 \input{mainmatter/graph/related work.tex}
     24 \input{mainmatter/graph/approach.tex}
     25 \input{mainmatter/graph/experiments.tex}
     26 \input{mainmatter/graph/conclusion.tex}