forked from worldbank/dime-data-handbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manuscript.tex
118 lines (82 loc) · 3.77 KB
/
manuscript.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
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Tufte-Style Book (Minimal Template)
% LaTeX Template
% Version 1.0 (5/1/13)
%
% This template has been downloaded from:
% http://www.LaTeXTemplates.com
%
% License:
% CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)
%
% IMPORTANT NOTE:
% In addition to running BibTeX to compile the reference list from the .bib
% file, you will need to run MakeIndex to compile the index at the end of the
% document.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{chapters/preamble.tex}
%----------------------------------------------------------------------------------------
% INTRODUCTION
%----------------------------------------------------------------------------------------
\cleardoublepage
\chapter{Introduction: Data for development impact} % The asterisk leaves out this chapter from the table of contents
\input{chapters/introduction.tex}
%----------------------------------------------------------------------------------------
% CHAPTER 1
%----------------------------------------------------------------------------------------
\chapter{Handling data ethically}
\label{ch:1}
\input{chapters/handling-data.tex}
%----------------------------------------------------------------------------------------
% CHAPTER 2
%----------------------------------------------------------------------------------------
\chapter{Planning data work before going to field}
\label{ch:2}
\input{chapters/planning-data-work.tex}
%----------------------------------------------------------------------------------------
% CHAPTER 3
%----------------------------------------------------------------------------------------
\chapter{Designing research for causal inference}
\label{ch:3}
\input{chapters/research-design.tex}
%----------------------------------------------------------------------------------------
% CHAPTER 4
%----------------------------------------------------------------------------------------
\chapter{Sampling, randomization, and power}
\label{ch:4}
\input{chapters/sampling-randomization-power.tex}
%----------------------------------------------------------------------------------------
% CHAPTER 5
%----------------------------------------------------------------------------------------
\chapter{Collecting primary data}
\label{ch:5}
\input{chapters/data-collection.tex}
%----------------------------------------------------------------------------------------
% CHAPTER 6
%----------------------------------------------------------------------------------------
\chapter{Analyzing survey data}
\label{ch:6}
\input{chapters/data-analysis.tex}
%----------------------------------------------------------------------------------------
% CHAPTER 7
%----------------------------------------------------------------------------------------
\chapter{Publishing collaborative research}
\label{ch:7}
\input{chapters/publication.tex}
%----------------------------------------------------------------------------------------
% APPENDIX : Stata Style Guide
%----------------------------------------------------------------------------------------
\chapter{Appendix: The DIME Analytics Stata style guide}
\label{ap:1}
\input{appendix/stata-guide.tex}
%----------------------------------------------------------------------------------------
\backmatter
%----------------------------------------------------------------------------------------
% BIBLIOGRAPHY
%----------------------------------------------------------------------------------------
\bibliography{bibliography} % Use the bibliography.bib file for the bibliography
\bibliographystyle{apalike} % Use the plainnat style of referencing
%----------------------------------------------------------------------------------------
\printindex % Print the index at the very end of the document
\end{document}