blob: c812faee2d64fbf8a54ac879f167a7d431dc86db (
plain)
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
|
%% Formatting %%
\newdimen\gap\gap=.5in
\newcount\cols\cols=4
\newdimen\vskp\vskp=4.3in
\newdimen\botmarg\botmarg=1in
\pdfpagewidth=48in
\newdimen\width\width=\pdfpagewidth
\pdfpageheight=36in\vsize=\pdfpageheight
\voffset=\vskp\advance\voffset by -1in
\advance\vsize by -\vskp\advance\vsize by -\botmarg
\catcode`\@11
\input fmt/font.h
\input fmt/multicol.h
\input fmt/com.h
\fboxsep=0pt
\input poster2/palette.h
%% pictures
\def\pic#1#2{\pdfximage width #1{#2}\pdfrefximage\pdflastximage}
\def\picture#1#2#3{\vbox{\pic{#3}{#1}\hsize=#3\caption{#2}}}
\def\picturetop#1#2#3{\vtop{\pic{#3}{#1}\hsize=#3\caption{#2}}}
\def\section#1{{%
\leftskip0pt\rightskip\leftskip\noindent\colorbox{section}{%
\vbox{%
\vskip5pt%
\centerline{\head\color{sectiontext}#1}%
\vskip10pt%
}%
}%
\par
}\noindent}%\bigbreak
\def\incl#1#2{\penalty-500\section{#1}\input #2\bigbreak}
\catcode`\@13
%% particularly hairy \makeheadline code
\def\makeheadline{\vbox to 0pt{\vskip -\vskp
\hbox to 0pt{%
\hskip-1in\widthline{%
\vbox to \vskp{}\the\headline
}
\hss}
\vss}
\nointerlineskip}
\def\bf{\fam\bffam\bftext}
\def\it{\fam\itfam\ittext}
\def\rm{\fam0\rmtext}
\font\title=cmss10 at 72pt
\font\sub=cmss10 at 48pt
\font\head=cmb10 at 24pt
\font\etrm=cmr10 at 18pt
\font\etbf=cmb10 at 18pt
\font\etit=cmmi10 at 18pt
\def\text{\let\bftext\etbf\let\ittext\etit\let\rmtext\etrm\rm}
\textfont1=\etit
\textfont0=\etrm
\font\sytext=cmsy10 at 18pt
\textfont2=\sytext
\font\syscr=cmsy8 at 12pt
\scriptfont2=\syscr
\font\sysscr=cmsy5 at 8pt
\scriptscriptfont2=\sysscr
\parindent=.5in
\spacing=110
\text
\nopagenumbers
\pagecolor{page}
\leftskip=12pt\rightskip=\leftskip
\emergencystretch=.15in
%% Document %%
\headline={%
\vbox to \vskp{\vskip1in%
\color{title}
\fullcenter{%
\title Antlion Herding Patterns with Interrupted
Communication Pathways}%
\vskip.5in
\fullcenter{\sub Holden Rohrer and Radeen Dixon}%
\vfil}\hskip1in%
}
\incl{Research Question and Hypothesis}{src/hypo2.i}
\incl{Abstract}{src/abstr2.i}
\image poster2/img1.i
\incl{Background Information}{src/research2.i}
%\image poster2/img2.i
\incl{Materials}{src/mats2.i}
\image poster2/img3.i
\incl{Methods}{src/methods2.i}
\incl{Voronoi Diagrams}{poster2/voronoi.i}
\incl{Results}{poster2/results.i}
\incl{Variables}{src/vars2.i}
\image poster2/img4.i
%\incl{Experiment Notes}{src/notes2.i}
\image poster2/img5.i
{\spacing105\incl{Data Analysis}{src/analysis2.i}}
\incl{Conclusion}{src/conc.i}
\supereject\end
|