-
Notifications
You must be signed in to change notification settings - Fork 2
/
VTK4IE.tex
83 lines (65 loc) · 2.39 KB
/
VTK4IE.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
\documentclass{vgtc} % final (conference style)
%\documentclass[review]{vgtc} % review
%\documentclass[widereview]{vgtc} % wide-spaced review
%\documentclass[preprint]{vgtc} % preprint
%\documentclass[electronic]{vgtc} % electronic version
\usepackage{mathptmx}
\usepackage{graphicx}
\usepackage{times}
\usepackage{paralist}
%% Add commands for adding author comments:
\newcommand{\wrs}[1]{\textbf{\textcolor[rgb]{0,0,1}{WRS: #1}}}
\newcommand{\pwo}[1]{\textbf{\textcolor[rgb]{0,1,0}{PWO: #1}}}
%%\newcommand{\bill}[1]{}
%% This turns references into clickable hyperlinks.
\usepackage[bookmarks,backref=true,linkcolor=black]{hyperref} %,colorlinks
\hypersetup{
pdfauthor = {},
pdftitle = {},
pdfsubject = {},
pdfkeywords = {},
colorlinks=true,
linkcolor= black,
citecolor= black,
pageanchor=true,
urlcolor = black,
plainpages = false,
linktocpage
}
\usepackage[all]{nowidow}
%% If you are submitting a paper to a conference for review with a double
%% blind reviewing process, please replace the value ``0'' below with your
%% OnlineID. Otherwise, you may safely leave it at ``0''.
\onlineid{308}
%% declare the category of your paper, only shown in review mode
\vgtccategory{Research}
%% allow for this line if you want the electronic option to work properly
\vgtcinsertpkg
%% In preprint mode you may define your own headline.
%\preprinttext{To appear in an IEEE VGTC sponsored conference.}
\input{title.tex}
\input{abstract.tex}
%% Uncomment below to include a teaser figure.
\teaser{
\centering
\includegraphics[width=17cm]{images/CAVEVolumeViz.jpg}
\caption{A Vrui based mixed contour and volume rendering of 256x256x256 aneurism data enabled by the Visualization Toolkit (VTK) in Idaho National Laboratory's Center for Advanced Energy Studies four-sided CAVE\texttrademark.}
\label{fig:CAVEVolumeViz}
}
%% Uncomment below to disable the manuscript note
%\renewcommand{\manuscriptnotetxt}{}
%% Copyright space is enabled by default as required by guidelines.
%% It is disabled by the 'review' option or via the following command:
% \nocopyrightspace
\begin{document}
\firstsection{Introduction}
\maketitle
\input{introduction.tex}
\input{relatedwork.tex}
\input{approach.tex}
\input{results.tex}
\input{conclusion.tex}
\input{acknowledgements.tex}
\bibliographystyle{abbrv}
\bibliography{VTK4IE}
\end{document}