-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmain.tex
More file actions
55 lines (41 loc) · 1.28 KB
/
main.tex
File metadata and controls
55 lines (41 loc) · 1.28 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
\documentclass[a4paper,12pt]{article}
\usepackage[paperwidth=8.5in, paperheight=11in]{geometry}
\usepackage[font=small,labelfont=bf]{caption}
\usepackage[utf8]{inputenc}
\usepackage{tabularx}
\usepackage{fancyhdr}
\usepackage{float}
\usepackage{graphicx}
\usepackage{wasysym}
\usepackage[normalem]{ulem}
\usepackage{hyperref}
\pdfpagewidth 8.5in
\pdfpageheight 11in
\topmargin 0in
\headheight 0in
\headsep 0in
\textheight 9.0in
\textwidth 6.5in
\oddsidemargin 0in
\evensidemargin 0in
\footskip 20 pt
\setlength{\parindent}{0pt}
\setlength{\parskip}{10pt}
\pagestyle{fancy}
\fancyhf{}
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}
\useunder{\uline}{\ul}{}
\begin{document}
\begin{centering}
{ \Large Visual Peer Review Rubric}
{Created by: Alon Friedman and Paul Rosen}
\end{centering}
When citing this rubric, please cite: Alon Friedman and Paul Rosen. ``Leveraging Peer Review in Visualization Education: A Proposal for a New Model''. In Pedagogy of Data Visualization, 2017.
This product is released under the GNU GENERAL PUBLIC LICENSE, V3. Please see \url{https://www.gnu.org/licenses/gpl-3.0.en.html} for more information on what that means.
\input{sec_algorithm}
\input{sec_interaction}
\input{sec_visual}
\input{sec_design}
\input{sec_narrative}
\end{document}