-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapx-gap-variants.tex
156 lines (155 loc) · 3.27 KB
/
apx-gap-variants.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
% !TEX TS-program = xelatex
% !TEX encoding = UTF-8 Unicode
\documentclass[gap.tex]{subfiles}
\begin{document}
There have been minor changes to GAP most years but only a few major variations
in how the final score is put together, see Table~\ref{tab:gap-variants}.
\begin{table}[!ht]
\begin{tabularx}{\textwidth}{|X|l|c|c|c|c|c|}
\hline
\multirow{2}{*}{\textbf{Aspect of Competing Flights being Assessed}}
& \multirow{2}{*}{\textbf{Points}}
& \multicolumn{2}{c|}{\textbf{2016}}
& \multirow{2}{*}{\textbf{Oz}}
& \multirow{2}{*}{\textbf{2002}}
& \multirow{2}{*}{\textbf{2000}}
\\
\cline{3-4}
&
& \textbf{HG}
& \textbf{PG}
&
&
&
\\
\hline
How far can you fly?
& Distance
& $\checkmark$
& $\checkmark$
& $\checkmark$
& $\checkmark$
& $\checkmark$
\\
\hline
How fast can you fly?
& Time
& $\checkmark$
& $\checkmark$
& $\checkmark$
& $\checkmark$
& $\checkmark$
\\
\hline
\multirow{2}{*}{Are you leading out from the gaggle?}
& Leading
& $\checkmark$
& $\checkmark$
&
& $\checkmark$
&
\\
\cline{2-7}
& Departure
&
&
&
&
& $\checkmark$
\\
\hline
\multirow{2}{*}{Can you get to goal before the next pilot?}
& Arrival Position
& $\checkmark$
&
&
& $\checkmark$
& $\checkmark$
\\
\cline{2-7}
& Arrival Time
&
&
& $\checkmark$
&
&
\\
\hline
\end{tabularx}
\caption{Points used by variants of GAP}
\label{tab:gap-variants}
\end{table}
FS scoring formulas\footnote{Only the latest scoring formulas are distributed
with FS. Older ones are still available for download separately in an extra
scoring formula pack except for GAP 2000, 2002 and Oz GAP 2005 but these can be
configured from GAP 2008.} for hang gliding (GAP) and paragliding (PWCA) have
changed most years, see Table~\ref{tab:fs-gap-versions}.
\begin{table}[!ht]
\centering
\begin{tabularx}{0.25\textwidth}{Xcc}
\hline
\textbf{Year}
& \textbf{GAP}
& \textbf{PWCA}
\\
\hline
2000
& *
&
\\
\hline
2002
& *
&
\\
\hline
2007
&
& $\checkmark$
\\
\hline
2008
& $\checkmark$
& $\checkmark$
\\
\hline
2009
&
& $\checkmark$
\\
\hline
2011
& $\checkmark$
& $\checkmark$
\\
\hline
2012
&
& $\checkmark$
\\
\hline
2013
& $\checkmark$
& $\checkmark$
\\
\hline
2014
& $\checkmark$
& $\checkmark$
\\
\hline
2015
& $\checkmark$
& $\checkmark$
\\
\hline
2016
& $\checkmark$
& $\checkmark$
\\
\hline
\end{tabularx}
\caption{The scoring formulas of FS}
\label{tab:fs-gap-versions}
\end{table}
\end{document}