Skip to content

Commit

Permalink
Update codebook
Browse files Browse the repository at this point in the history
  • Loading branch information
jfjelstul committed Jan 17, 2023
1 parent 0023bf4 commit ce600e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified codebook/pdf/world-cup-codebook.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions codebook/pdf/world-cup-codebook.tex
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@
\item[\code{match\_id}] \code{text}\hspace{5pt}The unique ID number for the match. References \code{match\_id} in the \code{matches} dataset.
\item[\code{match\_name}] \code{text}\hspace{5pt}The name of the match.
\item[\code{match\_date}] \code{date}\hspace{5pt}The date of the match in the format \code{YYYY-MM-DD}.
\item[\code{match\_stage}] \code{enum}\hspace{5pt}The stage of the tournament in which the match occurred. The possible values are: \code{first round}, \code{second round}, \code{group stage}, \code{round of sixteen}, \code{quarter-finals}, \code{semi-finals}, \code{third place match}, \code{final}. Note that not all values are applicable to all tournaments.
\item[\code{stage\_name}] \code{enum}\hspace{5pt}The stage of the tournament in which the match occurred. The possible values are: \code{first round}, \code{second round}, \code{group stage}, \code{round of sixteen}, \code{quarter-finals}, \code{semi-finals}, \code{third place match}, \code{final}. Note that not all values are applicable to all tournaments.
\item[\code{group\_name}] \code{text}\hspace{5pt}The name of the group.
\item[\code{team\_id}] \code{text}\hspace{5pt}The unique ID number for the team of the manager. References \code{team\_id} in the \code{teams} dataset.
\item[\code{team\_name}] \code{text}\hspace{5pt}The name of the team of the manager.
Expand Down Expand Up @@ -680,7 +680,7 @@
\item[\code{match\_id}] \code{text}\hspace{5pt}The unique ID number for the match. References \code{match\_id} in the \code{matches} dataset.
\item[\code{match\_name}] \code{text}\hspace{5pt}The name of the match.
\item[\code{match\_date}] \code{date}\hspace{5pt}The date of the match in the format \code{YYYY-MM-DD}.
\item[\code{match\_stage}] \code{enum}\hspace{5pt}The stage of the tournament in which the match occurred. The possible values are: \code{first round}, \code{second round}, \code{group stage}, \code{round of sixteen}, \code{quarter-finals}, \code{semi-finals}, \code{third place match}, \code{final}. Note that not all values are applicable to all tournaments.
\item[\code{stage\_name}] \code{enum}\hspace{5pt}The stage of the tournament in which the match occurred. The possible values are: \code{first round}, \code{second round}, \code{group stage}, \code{round of sixteen}, \code{quarter-finals}, \code{semi-finals}, \code{third place match}, \code{final}. Note that not all values are applicable to all tournaments.
\item[\code{group\_name}] \code{text}\hspace{5pt}The name of the group.
\item[\code{referee\_id}] \code{text}\hspace{5pt}The unique ID number for the referee. References \code{referee\_id} in the \code{referees} dataset.
\item[\code{family\_name}] \code{text}\hspace{5pt}The family name of the referee.
Expand Down

0 comments on commit ce600e6

Please sign in to comment.