-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcover.tex
147 lines (129 loc) · 6 KB
/
cover.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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
% -*-latex-*-
%
% For questions, comments, concerns or complaints:
% thesis@mit.edu
%
%
% $Log: cover.tex,v $
% Revision 1.8 2008/05/13 15:02:15 jdreed
% Degree month is June, not May. Added note about prevdegrees.
% Arthur Smith's title updated
%
% Revision 1.7 2001/02/08 18:53:16 boojum
% changed some \newpages to \cleardoublepages
%
% Revision 1.6 1999/10/21 14:49:31 boojum
% changed comment referring to documentstyle
%
% Revision 1.5 1999/10/21 14:39:04 boojum
% *** empty log message ***
%
% Revision 1.4 1997/04/18 17:54:10 othomas
% added page numbers on abstract and cover, and made 1 abstract
% page the default rather than 2. (anne hunter tells me this
% is the new institute standard.)
%
% Revision 1.4 1997/04/18 17:54:10 othomas
% added page numbers on abstract and cover, and made 1 abstract
% page the default rather than 2. (anne hunter tells me this
% is the new institute standard.)
%
% Revision 1.3 93/05/17 17:06:29 starflt
% Added acknowledgements section (suggested by tompalka)
%
% Revision 1.2 92/04/22 13:13:13 epeisach
% Fixes for 1991 course 6 requirements
% Phrase "and to grant others the right to do so" has been added to
% permission clause
% Second copy of abstract is not counted as separate pages so numbering works
% out
%
% Revision 1.1 92/04/22 13:08:20 epeisach
% NOTE:
% These templates make an effort to conform to the MIT Thesis specifications,
% however the specifications can change. We recommend that you verify the
% layout of your title page with your thesis advisor and/or the MIT
% Libraries before printing your final copy.
\title{Visualizations for Mental Health Topic Models}
\author{Ge (Jackie) Chen}
% If you wish to list your previous degrees on the cover page, use the
% previous degrees command:
% \prevdegrees{A.A., Harvard University (1985)}
% You can use the \\ command to list multiple previous degrees
% \prevdegrees{B.S., University of California (1978) \\
% S.M., Massachusetts Institute of Technology (1981)}
\department{Department of Electrical Engineering and Computer Science}
% If the thesis is for two degrees simultaneously, list them both
% separated by \and like this:
% \degree{Doctor of Philosophy \and Master of Science}
\degree{Master of Engineering in Electrical Engineering and Computer Science}
% As of the 2007-08 academic year, valid degree months are September,
% February, or June. The default is June.
\degreemonth{June}
\degreeyear{2014}
\thesisdate{May 9, 2014}
%% By default, the thesis will be copyrighted to MIT. If you need to copyright
%% the thesis to yourself, just specify the `vi' documentclass option. If for
%% some reason you want to exactly specify the copyright notice text, you can
%% use the \copyrightnoticetext command.
%\copyrightnoticetext{\copyright IBM, 1990. Do not open till Xmas.}
% If there is more than one supervisor, use the \supervisor command
% once for each.
\supervisor{Henry A. Lieberman}{Principal Research Scientist}
% This is the department committee chairman, not the thesis committee
% chairman. You should replace this with your Department's Committee
% Chairman.
\chairman{Prof. Albert R. Meyer}{Chairman, Masters of Engineering Thesis Committee}
% Make the titlepage based on the above information. If you need
% something special and can't use the standard form, you can specify
% the exact text of the titlepage yourself. Put it in a titlepage
% environment and leave blank lines where you want vertical space.
% The spaces will be adjusted to fill the entire page. The dotted
% lines for the signatures are made with the \signature command.
\maketitle
% The abstractpage environment sets up everything on the page except
% the text itself. The title and other header material are put at the
% top of the page, and the supervisors are listed at the bottom. A
% new page is begun both before and after. Of course, an abstract may
% be more than one page itself. If you need more control over the
% format of the page, you can use the abstract environment, which puts
% the word "Abstract" at the beginning and single spaces its text.
%% You can either \input (*not* \include) your abstract file, or you can put
%% the text of the abstract directly between the \begin{abstractpage} and
%% \end{abstractpage} commands.
% First copy: start a new page, and save the page number.
\cleardoublepage
% Uncomment the next line if you do NOT want a page number on your
% abstract and acknowledgments pages.
% \pagestyle{empty}
\setcounter{savepage}{\thepage}
\begin{abstractpage}
\input{abstract}
\end{abstractpage}
% Additional copy: start a new page, and reset the page number. This way,
% the second copy of the abstract is not counted as separate pages.
% Uncomment the next 6 lines if you need two copies of the abstract
% page.
% \setcounter{page}{\thesavepage}
% \begin{abstractpage}
% \input{abstract}
% \end{abstractpage}
\cleardoublepage
\section*{Acknowledgments}
I would like to thank Dr. Henry Lieberman for giving me the chance to work on
this joint project as his Research Assistant. The various brainstorming sessions we
went through as a group helped guide the direction of the research and structured
our approach to the problem. Your ideas allowed us to see the project context in new
ways.
I want to thank Karthik Dinakar for being such a great research partner and
friend. From your guidance on the project to your constant willingness to help me
with whatever I needed, you really made my job much easier and more enjoyable. I
am glad all of the project details and timeline plans worked out for us. Thank you
for your wise personal advice as well.
Finally, I would like to thank everyone at Crisis Text Line and Boston Samaritans
who was involved with the project. I really appreciate the time you took to speak
with us, give us suggestions, let us watch you work, and evaluate our system. Your
passionate enthusiasm for our work gives us confidence in this research area and drives
us to create better interfaces.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% -*-latex-*-