-
Notifications
You must be signed in to change notification settings - Fork 0
/
proceedings_chi2021.tex
235 lines (201 loc) · 8.16 KB
/
proceedings_chi2021.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
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
\documentclass{sigchi}
% Use this section to set the ACM copyright statement (e.g. for
% preprints). Consult the conference website for the camera-ready
% copyright statement.
% Copyright
\CopyrightYear{2020}
%\setcopyright{acmcopyright}
\setcopyright{acmlicensed}
%\setcopyright{rightsretained}
%\setcopyright{usgov}
%\setcopyright{usgovmixed}
%\setcopyright{cagov}
%\setcopyright{cagovmixed}
% DOI
\doi{https://doi.org/10.1145/3313831.XXXXXXX}
% ISBN
\isbn{978-1-4503-6708-0/20/04}
%Conference
\conferenceinfo{UIST'20,}{October 20--23, 2020, Minneapolis, MN, USA}
%Price
\acmPrice{\$15.00}
% Use this command to override the default ACM copyright statement
% (e.g. for preprints). Consult the conference website for the
% camera-ready copyright statement.
%% HOW TO OVERRIDE THE DEFAULT COPYRIGHT STRIP --
%% Please note you need to make sure the copy for your specific
%% license is used here!
% \toappear{
% Permission to make digital or hard copies of all or part of this work
% for personal or classroom use is granted without fee provided that
% copies are not made or distributed for profit or commercial advantage
% and that copies bear this notice and the full citation on the first
% page. Copyrights for components of this work owned by others than ACM
% must be honored. Abstracting with credit is permitted. To copy
% otherwise, or republish, to post on servers or to redistribute to
% lists, requires prior specific permission and/or a fee. Request
% permissions from \href{mailto:[email protected]}{[email protected]}. \\
% \emph{UIST '20}, October 20--23, 2020, Minneapolis, MN, USA \\
% ACM xxx-x-xxxx-xxxx-x/xx/xx\ldots \$15.00 \\
% DOI: \url{http://dx.doi.org/xx.xxxx/xxxxxxx.xxxxxxx}
% }
% Arabic page numbers for submission. Remove this line to eliminate
% page numbers for the camera ready copy
\pagenumbering{arabic}
% Load basic packages
\usepackage{balance} % to better equalize the last page
\usepackage{graphics} % for EPS, load graphicx instead
\usepackage[T1]{fontenc} % for umlauts and other diaeresis
\usepackage{txfonts}
\usepackage{mathptmx}
\usepackage[pdflang={en-US},pdftex]{hyperref}
\usepackage{color}
\usepackage{booktabs}
\usepackage{textcomp}
% Some optional stuff you might like/need.
\usepackage{microtype} % Improved Tracking and Kerning
% \usepackage[all]{hypcap} % Fixes bug in hyperref caption linking
\usepackage{ccicons} % Cite your images correctly!
% \usepackage[utf8]{inputenc} % for a UTF8 editor only
% If you want to use todo notes, marginpars etc. during creation of
% your draft document, you have to enable the "chi_draft" option for
% the document class. To do this, change the very first line to:
% "\documentclass[chi_draft]{sigchi}". You can then place todo notes
% by using the "\todo{...}" command. Make sure to disable the draft
% option again before submitting your final document.
\usepackage{todonotes}
% Paper metadata (use plain text, for PDF inclusion and later
% re-using, if desired). Use \emtpyauthor when submitting for review
% so you remain anonymous.
\def\plaintitle{Exposing Movement Correlates of Presence Experience in Virtual Reality using Parametric Maps}
%: Spatially resolving User Behavior and Experience
% ParaMaps: statistical parametric maps to accentuate effects of presence experience with high spatial resolution in VR
% Presence impacts spatial exploration behavior in large scale VR
% Predicting experienced presence by individual differences and body movement in large scale VR
% ParaMaps: statistical parametric maps to accentuate effects of presence experience with high spatial resolution in VR
\def\plainauthor{First Author, Second Author, Third Author,
Fourth Author, Fifth Author, Sixth Author}
\def\emptyauthor{}
\def\plainkeywords{Authors' choice; of terms; separated; by
semicolons; include commas, within terms only; this section is required.}
\def\plaingeneralterms{Documentation, Standardization}
% llt: Define a global style for URLs, rather that the default one
\makeatletter
\def\url@leostyle{%
\@ifundefined{selectfont}{
\def\UrlFont{\sf}
}{
\def\UrlFont{\small\bf\ttfamily}
}}
\makeatother
\urlstyle{leo}
% To make various LaTeX processors do the right thing with page size.
\def\pprw{8.5in}
\def\pprh{11in}
\special{papersize=\pprw,\pprh}
\setlength{\paperwidth}{\pprw}
\setlength{\paperheight}{\pprh}
\setlength{\pdfpagewidth}{\pprw}
\setlength{\pdfpageheight}{\pprh}
% Make sure hyperref comes last of your loaded packages, to give it a
% fighting chance of not being over-written, since its job is to
% redefine many LaTeX commands.
\definecolor{linkColor}{RGB}{6,125,233}
\hypersetup{%
pdftitle={\plaintitle},
% Use \plainauthor for final version.
% pdfauthor={\plainauthor},
pdfauthor={\emptyauthor},
pdfkeywords={\plainkeywords},
pdfdisplaydoctitle=true, % For Accessibility
bookmarksnumbered,
pdfstartview={FitH},
colorlinks,
citecolor=black,
filecolor=black,
linkcolor=black,
urlcolor=linkColor,
breaklinks=true,
hypertexnames=false
}
% create a shortcut to typeset table headings
% \newcommand\tabhead[1]{\small\textbf{#1}}
% End of preamble. Here it comes the document.
\begin{document}
\title{\plaintitle}
\numberofauthors{3}
\author{%
\alignauthor{Leave Authors Anonymous\\
\affaddr{for Submission}\\
\affaddr{City, Country}\\
\email{e-mail address}}\\
\alignauthor{Leave Authors Anonymous\\
\affaddr{for Submission}\\
\affaddr{City, Country}\\
\email{e-mail address}}\\
}
\maketitle
\input{chapters/0_abstract}
%\begin{abstract}
%UPDATED---\today. This sample paper describes the formatting
%requirements for SIGCHI conference proceedings, and offers
%recommendations on writing for the worldwide SIGCHI
%readership. Please review this document even if you have submitted
%to SIGCHI conferences before, as some format details have changed
%relative to previous years. Abstracts should be about 150 words and
%are required.
%\end{abstract}
% ACM Classfication
\begin{CCSXML}
<ccs2012>
<concept>
<concept_id>10003120.10003121.10003122.10003334</concept_id>
<concept_desc>Human-centered computing~User studies</concept_desc>
<concept_significance>500</concept_significance>
</concept>
<concept>
<concept_id>10003120.10003121.10003124.10010866</concept_id>
<concept_desc>Human-centered computing~Virtual reality</concept_desc>
<concept_significance>300</concept_significance>
</concept>
<concept>
<concept_id>10003120.10003121.10011748</concept_id>
<concept_desc>Human-centered computing~Empirical studies in HCI</concept_desc>
<concept_significance>100</concept_significance>
</concept>
</ccs2012>
\end{CCSXML}
\ccsdesc[500]{Human-centered computing~User studies}
\ccsdesc[300]{Human-centered computing~Virtual reality}
\ccsdesc[100]{Human-centered computing~Empirical studies in HCI}
% Author Keywords
\keywords{Virtual reality; Motion capture; Statistical parametric mapping; Presence;}
% Print the classficiation codes
\printccsdesc
Please use the 2012 Classifiers and see this link to embed them in the text: \url{https://dl.acm.org/ccs/ccs_flat.cfm}
% 1 Introduction
\input{chapters/1_introduction/intro_teaser.tex}
% 2 Zooming in (main point) / 3 Related Work
\input{chapters/2_movement_behavior_in_detail/paramaps}
% 4 User Study
\input{chapters/3_user_study/1_general}
\input{chapters/3_user_study/2_detailed}
\input{chapters/3_user_study/3_broad}
% 5 Results
\input{chapters/4_results/0_intro}
\input{chapters/4_results/1_detailed.tex}
\input{chapters/4_results/2_broad.tex}
% 6 Discussion
\input{chapters/5_discussion/1_contribution}
%\section{Acknowledgments}
%We thank Jonna Jürs, Nora Moser for assisting with the data collection, Timotheus Berg for reviewing the methods section and Sezen Akman for fruitful discussions throughout.
%Authors 1 \& 2 gratefully acknowledge the grant \#01GQ1511 awarded to Author 2 from the German Federal Ministry of Education and Research (BMBF; Bundesministerium für Bildung und Forschung).
% REFERENCES FORMAT
% References must be the same font size as other body text.
\bibliographystyle{SIGCHI-Reference-Format}
\bibliography{bibliography}
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% End: