-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththesis.tex
118 lines (98 loc) · 3.19 KB
/
thesis.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
\documentclass[a4paper,12pt]{memoir}
\usepackage{times}
\usepackage[utf8x]{inputenc}
\usepackage[english,catalan]{babel}
\usepackage[T1]{fontenc}
\usepackage[breaklinks, colorlinks, linkcolor=black, citecolor=black, urlcolor=blue, filecolor=black]{hyperref}
\usepackage{natbib}
\usepackage{graphicx}
\usepackage{subfig}
\usepackage{lscape}
\usepackage{float}
\usepackage{amssymb,amsmath}
\usepackage{multirow}
\usepackage{rotating}
% for stargazer tables from R
\usepackage{dcolumn}
\usepackage{booktabs}
\usepackage{fancyvrb}
\usepackage{color}
%\usepackage{colortbl}
\usepackage{listings}
%\usepackage{listings,bera}
\definecolor{keywords}{RGB}{128,148,182}
%\definecolor{comments}{RGB}{60,179,113}
\definecolor{comments}{RGB}{0,0,139}
\lstset{language=Python,
numbers=left,
showstringspaces=false,
numberstyle=\tiny,
%frame=leftline,
numbersep=4.5pt,
keywordstyle=\color{keywords}\bfseries,
commentstyle=\color{comments}\emph
}
% Mida aconsellada pel manual de memoir per mida A4
\settrimmedsize{297mm}{210mm}{*}
\setlength{\trimtop}{0pt}
\setlength{\trimedge}{\stockwidth}
\addtolength{\trimedge}{-\paperwidth}
\settypeblocksize{634pt}{448.13pt}{*}
\setulmargins{4cm}{*}{*}
\setlrmargins{*}{*}{1.5}
\setmarginnotes{17pt}{51pt}{\onelineskip}
\setheadfoot{\onelineskip}{2\onelineskip}
\setheaderspaces{*}{2\onelineskip}{*}
\checkandfixthelayout
% Capçaleres i peus de pàgina
%\pagestyle{headings}
\pagestyle{ruled}
% Tipus de títols per als capítols
\chapterstyle{ell}
\hypersetup{
pdftitle={The Structural Dimension of Cooperation},%
pdfauthor={Jordi Torrents},%
pdfcreator={Jordi Torrents},%
pdfproducer=LaTeX,%
pdfsubject={Sociology PhD Thesis},%
pdfkeywords={Cooperation, Networks, Small World, Structural Cohesion, Cohesive Small World, Free Software, FOSS}%
}
\title{\Huge {The Structural Dimension of Cooperation}\\ \Large{Cooperation Networks as Cohesive Small Worlds}}
\author{Jordi Torrents Vivó \\[email protected]}
\date{\today}
\begin{document}
\frontmatter
\input{frontmatter/titlepage.tex}
\input{frontmatter/dedication.tex}
\input{frontmatter/abstract.tex}
\input{frontmatter/acknowledgements.tex}
\setcounter{tocdepth}{3}
\tableofcontents
\newpage
\listoffigures
\newpage
\listoftables
\newpage
\mainmatter
\part{Introduction}
\input{chapters/chapter_intro.tex}
\part{Theory and Methods}
\input{chapters/chapter_structural_cohesion.tex}
\input{chapters/chapter_collaborative_communities.tex}
\part{Empirical analysis}
\input{chapters/chapter_historical_outline.tex}
\input{chapters/chapter_cohesive_small_worlds.tex}
\input{chapters/chapter_connectivity_hierarchies_and_contributions.tex}
\part{Conclusion and Future Work}
\input{chapters/chapter_conclusion.tex}
\part{Appendices}
\appendix
%\gdef\thechapter{Appendix \Alph{chapter}}
\input{appendices/appendix_small_world.tex}
\input{appendices/appendix_cohesive_groups.tex}
\input{appendices/appendix_support_tables.tex}
\input{appendices/appendix_publications.tex}
\backmatter
\bibliographystyle{chicago}
\bibliography{thesis}
\end{document}