-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathschedule.tex
More file actions
80 lines (65 loc) · 2.88 KB
/
schedule.tex
File metadata and controls
80 lines (65 loc) · 2.88 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
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
\documentclass[letterpaper,11pt]{article}
\usepackage[margin=1in]{geometry}
\usepackage{amsfonts}
\usepackage{amsthm}
\usepackage{booktabs}
\usepackage{longtable}
\usepackage{mathtools}
\usepackage{pdflscape}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{libertine}
\usepackage[libertine]{newtxmath}
\usepackage[scaled=0.83]{beramono}
%\usepackage[charter]{mathdesign}
%\usepackage[scaled]{beramono,berasans}
\usepackage{eucal}
\usepackage{microtype}
\frenchspacing
\begin{document}
\pagenumbering{gobble}
\begin{landscape}
\newcommand\coffeebreak{\emph{coffee break}}
\newcommand\groupwork{group work}
\newcommand\lunch{\emph{lunch}}
\renewcommand{\arraystretch}{1.35}
\begin{center}
{\Large Stacks Project Workshop \\
Schedule}
{\large July 31--August 4, 2017} \\
\vspace{10pt}
\begin{tabular}{rccccccc}
\toprule
& Monday & Tuesday & Wednesday & Thursday & Friday & location \\
\midrule
09:00--09:30 & registration & \coffeebreak & \coffeebreak & \coffeebreak & \coffeebreak & East Hall Common Room\\
09:30--10:30 & welcome & \textbf{Taelman} & \textbf{Javanpeykar} & \textbf{Fedorchuk} & \textbf{Lurie} & East Hall Room 1360 \\
10:30--11:00 & \coffeebreak & \coffeebreak & \coffeebreak & \coffeebreak & \coffeebreak & East Hall Common Room \\
11:00--12:30 & \groupwork & \groupwork & \groupwork & \groupwork & \groupwork & Modern Languages Building \\
12:30--14:00 & \lunch & \lunch & \lunch & \lunch & \lunch \\
14:00--15:30 & \groupwork & \groupwork & \groupwork & \groupwork & \groupwork & Modern Languages Building \\
15:30--16:00 & \coffeebreak & \coffeebreak & \coffeebreak & \coffeebreak & \coffeebreak & East Hall Common Room \\\medskip
16:00--17:00 & \textbf{Mathew} & \textbf{Talpo} & \textbf{Krashen} & brainstorm & presentations & East Hall Room 1360 \\\smallskip
17:15--18:00 & & how to contribute? & infrastructure & & & East Hall Room 1360 \\
18:00--\ldots & & \parbox{3cm}{\centering cross-referencing, \\ typos and pizza} & \parbox{3cm}{\centering cross-referencing, \\ hackathon and sandwiches} & & & East Hall Common Room \\
\bottomrule
\end{tabular}
\end{center}
\vspace{10pt}
\begin{center}
\parbox{3in}{\centering
{\large rooms for group work}
\begin{tabular}{cc}
Mentor & Room \\
\midrule
Bhargav Bhatt & B111 \\
Brian Conrad & B115A \\
Johan de Jong & B122 \\
Matthew Emerton & B124 \\
Max Lieblich & B134 \\
Davesh Maulik & B135
\end{tabular}
}
\end{center}
\end{landscape}
\end{document}