-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshared_settings.tex
More file actions
41 lines (31 loc) · 2.24 KB
/
shared_settings.tex
File metadata and controls
41 lines (31 loc) · 2.24 KB
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
% Settings for content and cover
%\RequirePackage{relsize} % change font size relative to current size
% Book info
\def\BOOKTITLE{Improving Censorship-Resistance, Privacy, and Scalability of the Bitcoin Ecosystem}
\def\BOOKTITLEPLAINTEXT{Improving censorship-resistance, privacy, and scalability of the Bitcoin Ecosystem} % for spine and PDF info
\def\KEYWORDS{bitcoin, cryptocurrency, blockchains} % for PDF info % keywords from papers
\def\DISCOSERIESNUMBER{41} % check e.g. list of PhD students in Roger's CV: https://disco.ethz.ch/members/wroger/CV.pdf
\def\TIKSERIESNUMBER{205} % from Beat
\def\DISSNUMBER{28779} % on official invitation for doctoral examination
\def\ACCEPTYEAR{2023} % year of the department conference after the defense (https://ethz.ch/services/de/news-und-veranstaltungen/akademischer-kalender/termine-pro-departement.html)
\def\COEXAMINERONE{Prof.\ Dr.\ Andrew Miller}
\def\COEXAMINERTWO{Prof.\ Dr.\ Majid Khabbazian}
% Personal details
\def\AUTHOR{Tejaswi Nadahalli} % include middle names
\def\LASTNAME{Nadahalli} % for spine
\def\MASTERDEGREE{M-Tech in Information Technology, IIT-Bombay, India} % according to diploma / degree certificate
\def\BIRTHDATE{19.11.1979}
\def\CITIZENSHIP{India} % Swiss citizens: place of origin, according to birth certificate. Foreign citizens: nationality
% Back cover content
\def\backcoverabstract{
The thesis covers certain attacks and possible solutions w.r.to privacy, censorship resistance, and scalability of the Bitcoin ecosystem. The thesis presents novel transaction constructions that enable these solutions. It also presents an attack on certain DeFi protocols that rely on on-chain oracles. These attacks show that designing such systems in expressive smart contract platforms is inherently challenging.
}
\def\abouttheauthor{
Tejaswi Nadahalli performed his doctoral studies in the Distributed Computing Group at ETH Zurich under the supervision of Prof.\ Dr.\ Roger Wattenhofer, attaining the Ph.D.\ degree (Doctor of Sciences) in 2023.
}
% Book format
\newlength{\PAGEWIDTH} % \def would just store the string, not a number, which makes it unsuitable for computations (e.g. 2\PAGEWIDTH)
\newlength{\PAGEHEIGHT}
% Amazon standard format
\setlength{\PAGEWIDTH}{6in}
\setlength{\PAGEHEIGHT}{9in}