Changeset d835116 for doc/theses/thierry_delisle_PhD/thesis/text/front.tex
- Timestamp:
- Sep 4, 2020, 11:40:42 AM (3 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 8ccb0d4
- Parents:
- 585d910
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/thierry_delisle_PhD/thesis/text/front.tex
r585d910 rd835116 10 10 % environment. 11 11 \begin{titlepage} 12 13 12 \begin{center} 13 \vspace*{1.0cm} 14 14 15 16 {\bf University of Waterloo E-Thesis Template for \LaTeX}15 \Huge 16 {\bf The \CFA Scheduler} 17 17 18 18 \vspace*{1.0cm} 19 19 20 21 20 \normalsize 21 by \\ 22 22 23 23 \vspace*{1.0cm} 24 24 25 26 Pat Neugraad\\25 \Large 26 Thierry Delisle \\ 27 27 28 28 \vspace*{3.0cm} 29 29 30 31 32 33 34 35 36 37 Zoology\\30 \normalsize 31 A thesis \\ 32 presented to the University of Waterloo \\ 33 in fulfillment of the \\ 34 thesis requirement for the degree of \\ 35 Doctor of Philosophy \\ 36 in \\ 37 Computer Science \\ 38 38 39 39 \vspace*{2.0cm} 40 40 41 Waterloo, Ontario, Canada, 2017\\41 Waterloo, Ontario, Canada, 2021 \\ 42 42 43 43 \vspace*{1.0cm} 44 44 45 \copyright\ Pat Neugraad 2017\\46 45 \copyright\ Thierry Delisle 2021 \\ 46 \end{center} 47 47 \end{titlepage} 48 48 … … 58 58 % Remove or comment out the lines below to remove this page 59 59 \begin{center}\textbf{Examining Committee Membership}\end{center} 60 \noindent 61 The following served on the Examining Committee for this thesis. The decision of the Examining Committee is by majority vote. 62 \bigskip 60 \noindent 61 The following served on the Examining Committee for this thesis. The decision of the Examining Committee is by majority vote. 62 \todo{External Examiners} 63 \bigskip 63 64 64 65 \noindent 65 66 \begin{tabbing} 66 Internal-External Member: \= \kill % using longest text to define tab length67 External Examiner: \> Bruce Bruce\\68 \> Professor, Dept. of Philosophy of Zoology, University of Wallamaloo\\67 Internal-External Member: \= \kill % using longest text to define tab length 68 External Examiner: \> TBD \\ 69 \> TBD \\ 69 70 \end{tabbing} 70 71 \bigskip 71 72 72 73 \noindent 73 74 \begin{tabbing} 74 Internal-External Member: \= \kill % using longest text to define tab length 75 Supervisor(s): \> Doris Johnson \\ 76 \> Professor, Dept. of Zoology, University of Waterloo \\ 77 \> Andrea Anaconda \\ 78 \> Professor Emeritus, Dept. of Zoology, University of Waterloo \\ 75 Internal-External Member: \= \kill % using longest text to define tab length 76 Supervisor(s): \> Peter Buhr \\ 77 \> Associate Professor, School of Computer Science \\ 78 \> University of Waterloo \\ 79 79 \end{tabbing} 80 80 \bigskip 81 81 82 \noindent 83 \begin{tabbing} 84 Internal-External Member: \= \kill % using longest text to define tab length 85 Internal Member: \> Pamela Python \\ 86 \> Professor, Dept. of Zoology, University of Waterloo \\ 82 \noindent 83 \begin{tabbing} 84 Internal-External Member: \= \kill % using longest text to define tab length 85 Internal Member: \> Trevor Brown \\ 86 \> Assistant Professor, School of Computer Science \\ 87 \> University of Waterloo \\ 88 \\ 89 Internal Member: \> Martin Karsten \\ 90 \> Associate Professor, School of Computer Science \\ 91 \> University of Waterloo \\ 87 92 \end{tabbing} 88 93 \bigskip 89 94 90 95 \noindent 91 96 \begin{tabbing} 92 Internal-External Member: \= \kill % using longest text to define tab length 93 Internal-External Member: \> Deepa Thotta \\ 94 \> Professor, Dept. of Philosophy, University of Waterloo \\ 97 Internal-External Member: \= \kill % using longest text to define tab length 98 Internal-External Member: \> TBD \\ 99 \> TBD \\ 100 \> University of Waterloo \\ 95 101 \end{tabbing} 96 \bigskip 97 98 \noindent 99 \begin{tabbing} 100 Internal-External Member: \= \kill % using longest text to define tab length 101 Other Member(s): \> Leeping Fang \\ 102 \> Professor, Dept. of Fine Art, University of Waterloo \\ 103 \end{tabbing} 102 \bigskip 104 103 105 104 \cleardoublepage … … 107 106 % D E C L A R A T I O N P A G E 108 107 % ------------------------------- 109 110 111 108 % The following is a sample Delaration Page as provided by the GSO 109 % December 13th, 2006. It is designed for an electronic thesis. 110 \noindent 112 111 I hereby declare that I am the sole author of this thesis. This is a true copy of the thesis, including any required final revisions, as accepted by my examiners. 113 112 114 113 \bigskip 115 114 116 115 \noindent 117 116 I understand that my thesis may be made electronically available to the public. 118 117 … … 147 146 \begin{center}\textbf{Acknowledgements}\end{center} 148 147 149 I would like to thank all the little people who made this thesis possible. 148 \todo{Acknowledgements} 150 149 \cleardoublepage 151 150 … … 153 152 % ------------------- 154 153 155 \begin{center}\textbf{Dedication}\end{center}154 % \begin{center}\textbf{Dedication}\end{center} 156 155 157 This is dedicated to the one I love.158 \cleardoublepage156 % This is dedicated to the one I love. 157 % \cleardoublepage 159 158 160 159 % T A B L E O F C O N T E N T S … … 181 180 % GLOSSARIES (Lists of definitions, abbreviations, symbols, etc. provided by the glossaries-extra package) 182 181 % ----------------------------- 183 \printglossar ies182 \printglossary[type=\acronymtype] 184 183 \cleardoublepage 185 184 \phantomsection % allows hyperref to link to the correct page 185 186 \listofcits 187 \listoftodos 188 186 189 187 190 % Change page numbering back to Arabic numerals
Note: See TracChangeset
for help on using the changeset viewer.