Difference between revisions of "Institutions.tsv"
From PC2wiki
(initial skel) |
m (added file format) |
||
Line 2: | Line 2: | ||
A CCS standard TSV file that contains institution information | A CCS standard TSV file that contains institution information | ||
+ | ==File Format== | ||
− | + | A text file consisting of a version line and one line for each team in the contest. Each line has tab separated fields as defined below. | |
− | + | The first line has the following format | |
+ | {| class="wikitable" | ||
+ | ! Field | ||
+ | ! Description | ||
+ | ! Example | ||
+ | ! Type | ||
+ | |- | ||
+ | | 1 || Label || File_Version|| fixed string (always same value) | ||
+ | |- | ||
+ | | 2 || Version number || 1 || integer | ||
+ | |} | ||
− | the code | + | |
− | + | Then follow several lines with the following format (one per team). | |
− | + | {| class="wikitable" | |
+ | ! Field | ||
+ | ! Description | ||
+ | ! Example | ||
+ | ! Type | ||
+ | |- | ||
+ | | 1 || Institution code || 22 || string | ||
+ | |- | ||
+ | | 2 || Institution name ||University of Virginia || string | ||
+ | |- | ||
+ | | 3 || Institution short name || U Virginia || string | ||
+ | |} | ||
+ | |||
+ | ==See Also== | ||
+ | |||
+ | ** [[CCS]] |
Revision as of 12:31, 2 May 2016
A CCS standard TSV file that contains institution information
File Format
A text file consisting of a version line and one line for each team in the contest. Each line has tab separated fields as defined below.
The first line has the following format
Field | Description | Example | Type |
---|---|---|---|
1 | Label | File_Version | fixed string (always same value) |
2 | Version number | 1 | integer |
Then follow several lines with the following format (one per team).
Field | Description | Example | Type |
---|---|---|---|
1 | Institution code | 22 | string |
2 | Institution name | University of Virginia | string |
3 | Institution short name | U Virginia | string |