sportdb 1.9.16 → 1.10.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/HISTORY.md +2 -19
- data/Manifest.txt +1 -137
- data/README.md +2 -21
- data/Rakefile +14 -25
- data/lib/sportdb.rb +9 -260
- data/lib/sportdb/cli/main.rb +5 -14
- data/lib/sportdb/cli/opts.rb +2 -0
- data/lib/sportdb/cli/version.rb +26 -0
- metadata +10 -278
- data/.gemtest +0 -0
- data/config/fixtures/de.yml +0 -46
- data/config/fixtures/en.yml +0 -54
- data/config/fixtures/es.yml +0 -48
- data/config/fixtures/fr.yml +0 -53
- data/config/fixtures/it.yml +0 -55
- data/config/fixtures/pt.yml +0 -46
- data/config/fixtures/ro.yml +0 -55
- data/data/seasons.txt +0 -74
- data/data/setups/all.txt +0 -5
- data/lib/sportdb/calc.rb +0 -279
- data/lib/sportdb/deleter.rb +0 -52
- data/lib/sportdb/finders/date.rb +0 -374
- data/lib/sportdb/finders/goals.rb +0 -260
- data/lib/sportdb/finders/scores.rb +0 -122
- data/lib/sportdb/lang.rb +0 -216
- data/lib/sportdb/matcher.rb +0 -31
- data/lib/sportdb/models/assoc.rb +0 -106
- data/lib/sportdb/models/assoc_assoc.rb +0 -15
- data/lib/sportdb/models/badge.rb +0 -14
- data/lib/sportdb/models/event.rb +0 -65
- data/lib/sportdb/models/event_ground.rb +0 -15
- data/lib/sportdb/models/event_team.rb +0 -16
- data/lib/sportdb/models/forward.rb +0 -55
- data/lib/sportdb/models/game.rb +0 -244
- data/lib/sportdb/models/goal.rb +0 -15
- data/lib/sportdb/models/ground.rb +0 -100
- data/lib/sportdb/models/group.rb +0 -23
- data/lib/sportdb/models/group_team.rb +0 -14
- data/lib/sportdb/models/league.rb +0 -83
- data/lib/sportdb/models/person.rb +0 -21
- data/lib/sportdb/models/roster.rb +0 -18
- data/lib/sportdb/models/round.rb +0 -22
- data/lib/sportdb/models/season.rb +0 -14
- data/lib/sportdb/models/stats/alltime_standing.rb +0 -44
- data/lib/sportdb/models/stats/alltime_standing_entry.rb +0 -23
- data/lib/sportdb/models/stats/event_standing.rb +0 -55
- data/lib/sportdb/models/stats/event_standing_entry.rb +0 -21
- data/lib/sportdb/models/stats/group_standing.rb +0 -50
- data/lib/sportdb/models/stats/group_standing_entry.rb +0 -22
- data/lib/sportdb/models/team.rb +0 -119
- data/lib/sportdb/models/team_comp.rb +0 -64
- data/lib/sportdb/models/utils.rb +0 -78
- data/lib/sportdb/models/world/city.rb +0 -21
- data/lib/sportdb/models/world/continent.rb +0 -20
- data/lib/sportdb/models/world/country.rb +0 -19
- data/lib/sportdb/models/world/region.rb +0 -19
- data/lib/sportdb/patterns.rb +0 -38
- data/lib/sportdb/reader.rb +0 -130
- data/lib/sportdb/reader_file.rb +0 -123
- data/lib/sportdb/reader_zip.rb +0 -165
- data/lib/sportdb/readers/assoc.rb +0 -54
- data/lib/sportdb/readers/event.rb +0 -200
- data/lib/sportdb/readers/game.rb +0 -877
- data/lib/sportdb/readers/ground.rb +0 -53
- data/lib/sportdb/readers/league.rb +0 -54
- data/lib/sportdb/readers/season.rb +0 -83
- data/lib/sportdb/readers/squad_club.rb +0 -201
- data/lib/sportdb/readers/squad_national_team.rb +0 -173
- data/lib/sportdb/readers/team.rb +0 -53
- data/lib/sportdb/schema.rb +0 -373
- data/lib/sportdb/standings.rb +0 -178
- data/lib/sportdb/stats.rb +0 -27
- data/lib/sportdb/utils.rb +0 -89
- data/lib/sportdb/utils_date.rb +0 -26
- data/lib/sportdb/utils_goals.rb +0 -20
- data/lib/sportdb/utils_group.rb +0 -63
- data/lib/sportdb/utils_map.rb +0 -44
- data/lib/sportdb/utils_round.rb +0 -165
- data/lib/sportdb/utils_scores.rb +0 -17
- data/lib/sportdb/utils_teams.rb +0 -43
- data/lib/sportdb/version.rb +0 -22
- data/test/data/at-austria/2013_14/bl.txt +0 -227
- data/test/data/at-austria/2013_14/bl.yml +0 -30
- data/test/data/at-austria/2013_14/bl_ii.txt +0 -154
- data/test/data/at-austria/2013_14/el.txt +0 -4
- data/test/data/at-austria/2013_14/el.yml +0 -25
- data/test/data/at-austria/2013_14/squads/austria.txt +0 -40
- data/test/data/at-austria/2013_14/squads/salzburg.txt +0 -35
- data/test/data/at-austria/leagues.txt +0 -11
- data/test/data/at-austria/teams.txt +0 -75
- data/test/data/at-austria/teams_2.txt +0 -34
- data/test/data/national-teams/assocs.txt +0 -231
- data/test/data/national-teams/europe/assocs.txt +0 -13
- data/test/data/national-teams/europe/teams.txt +0 -13
- data/test/data/national-teams/north-america/assocs.txt +0 -10
- data/test/data/national-teams/north-america/teams.txt +0 -7
- data/test/data/national-teams/teams.txt +0 -19
- data/test/data/players/europe/at-austria/players.txt +0 -45
- data/test/data/players/europe/de-deutschland/players.txt +0 -41
- data/test/data/players/south-america/br-brazil/players.txt +0 -51
- data/test/data/world-cup/1930/cup.txt +0 -71
- data/test/data/world-cup/1930/cup.yml +0 -23
- data/test/data/world-cup/1930/cup_goals.txt +0 -47
- data/test/data/world-cup/1930/cup_goals.yml +0 -23
- data/test/data/world-cup/1954/cup.txt +0 -90
- data/test/data/world-cup/1954/cup.yml +0 -30
- data/test/data/world-cup/1962/cup.txt +0 -86
- data/test/data/world-cup/1962/cup.yml +0 -32
- data/test/data/world-cup/1974/cup.yml +0 -35
- data/test/data/world-cup/1974/cup_finals.txt +0 -14
- data/test/data/world-cup/1974/cup_i.txt +0 -55
- data/test/data/world-cup/1974/cup_ii.txt +0 -34
- data/test/data/world-cup/2014/cup.txt +0 -5
- data/test/data/world-cup/2014/cup.yml +0 -54
- data/test/data/world-cup/2014/squads/br-brazil.txt +0 -46
- data/test/data/world-cup/2014/squads/de-deutschland.txt +0 -8
- data/test/data/world-cup/2014/squads/jp-japan.txt +0 -30
- data/test/data/world-cup/2014/squads/uy-uruguay.txt +0 -32
- data/test/data/world-cup/leagues.txt +0 -5
- data/test/data/world-cup/seasons_1930.txt +0 -4
- data/test/data/world-cup/seasons_1954.txt +0 -4
- data/test/data/world-cup/seasons_1962.txt +0 -4
- data/test/data/world-cup/seasons_1974.txt +0 -5
- data/test/data/world-cup/teams_1930.txt +0 -26
- data/test/data/world-cup/teams_1954.txt +0 -30
- data/test/data/world-cup/teams_1962.txt +0 -29
- data/test/data/world-cup/teams_1974.txt +0 -29
- data/test/helper.rb +0 -120
- data/test/test_assoc_reader.rb +0 -201
- data/test/test_changes.rb +0 -74
- data/test/test_cursor.rb +0 -50
- data/test/test_date.rb +0 -100
- data/test/test_goals.rb +0 -109
- data/test/test_lang.rb +0 -130
- data/test/test_load.rb +0 -61
- data/test/test_reader.rb +0 -88
- data/test/test_reader_from_string.rb +0 -65
- data/test/test_round_auto.rb +0 -370
- data/test/test_round_def.rb +0 -109
- data/test/test_round_header.rb +0 -183
- data/test/test_scores.rb +0 -70
- data/test/test_squad_club_reader.rb +0 -76
- data/test/test_squad_national_team_reader.rb +0 -116
- data/test/test_standings.rb +0 -279
- data/test/test_standings_ii.rb +0 -46
- data/test/test_utils.rb +0 -124
- data/test/test_winner.rb +0 -95
@@ -1,30 +0,0 @@
|
|
1
|
-
##################################################
|
2
|
-
# World Cup 1954 Switzerland, 16 June - 4 July
|
3
|
-
|
4
|
-
league: world
|
5
|
-
season: 1954
|
6
|
-
start_at: 1954-06-16
|
7
|
-
|
8
|
-
# 16 Teams
|
9
|
-
|
10
|
-
teams:
|
11
|
-
## Asia
|
12
|
-
- kor # Korea Republic
|
13
|
-
## Europe
|
14
|
-
- aut # Austria
|
15
|
-
- bel # Belgium
|
16
|
-
- tch # Czechoslovakia
|
17
|
-
- eng # England
|
18
|
-
- fra # France
|
19
|
-
- frg # West Germany
|
20
|
-
- hun # Hungary
|
21
|
-
- ita # Italy
|
22
|
-
- sco # Scotland
|
23
|
-
- sui # Switzerland
|
24
|
-
- tur # Turkey
|
25
|
-
- yug # Yugoslavia
|
26
|
-
## North and Central America
|
27
|
-
- mex # Mexico
|
28
|
-
## South America
|
29
|
-
- bra # Brazil
|
30
|
-
- uru # Uruguay
|
@@ -1,86 +0,0 @@
|
|
1
|
-
###########################################
|
2
|
-
# World Cup 1962 Chile, 30 May - 17 June
|
3
|
-
|
4
|
-
|
5
|
-
Group 1 | Soviet Union Yugoslavia Uruguay Colombia
|
6
|
-
Group 2 | West Germany Chile Italy Switzerland
|
7
|
-
Group 3 | Brazil Czechoslovakia Mexico Spain
|
8
|
-
Group 4 | Hungary England Argentina Bulgaria
|
9
|
-
|
10
|
-
|
11
|
-
Group 1:
|
12
|
-
|
13
|
-
### note: try out of order e.g. 3 June before 30 May etc.
|
14
|
-
## should work for auto-add matchdays (order should not matter - get sorted and auto-assigned at the end)
|
15
|
-
|
16
|
-
(17) 6 June Soviet Union 2-1 Uruguay @ Estadio Carlos Dittborn, Arica
|
17
|
-
(21) 7 June Yugoslavia 5-0 Colombia @ Estadio Carlos Dittborn, Arica
|
18
|
-
|
19
|
-
(9) 2 June Yugoslavia 3-1 Uruguay @ Estadio Carlos Dittborn, Arica
|
20
|
-
(13) 3 June Soviet Union 4-4 Colombia @ Estadio Carlos Dittborn, Arica
|
21
|
-
|
22
|
-
(1) 30 May Uruguay 2-1 Colombia @ Estadio Carlos Dittborn, Arica
|
23
|
-
(5) 31 May Soviet Union 2-0 Yugoslavia @ Estadio Carlos Dittborn, Arica
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
Group 2:
|
28
|
-
|
29
|
-
(2) 30 May Chile 3-1 Switzerland @ Estadio Nacional, Santiago
|
30
|
-
(6) 31 May West Germany 0-0 Italy @ Estadio Nacional, Santiago
|
31
|
-
|
32
|
-
(10) 2 June Chile 2-0 Italy @ Estadio Nacional, Santiago
|
33
|
-
(14) 3 June West Germany 2-1 Switzerland @ Estadio Nacional, Santiago
|
34
|
-
|
35
|
-
(18) 6 June West Germany 2-0 Chile @ Estadio Nacional, Santiago
|
36
|
-
(22) 7 June Italy 3-0 Switzerland @ Estadio Nacional, Santiago
|
37
|
-
|
38
|
-
|
39
|
-
Group 3:
|
40
|
-
|
41
|
-
(19) 6 June Brazil 2-1 Spain @ Estadio Sausalito, Viña del Mar
|
42
|
-
(23) 7 June Mexico 3-1 Czechoslovakia @ Estadio Sausalito, Viña del Mar
|
43
|
-
|
44
|
-
(11) 2 June Brazil 0-0 Czechoslovakia @ Estadio Sausalito, Viña del Mar
|
45
|
-
(15) 3 June Spain 1-0 Mexico @ Estadio Sausalito, Viña del Mar
|
46
|
-
|
47
|
-
(3) 30 May Brazil 2-0 Mexico @ Estadio Sausalito, Viña del Mar
|
48
|
-
(7) 31 May Czechoslovakia 1-0 Spain @ Estadio Sausalito, Viña del Mar
|
49
|
-
|
50
|
-
|
51
|
-
Group 4:
|
52
|
-
|
53
|
-
(12) 2 June England 3-1 Argentina @ Estadio El Teniente, Rancagua
|
54
|
-
(16) 3 June Hungary 6-1 Bulgaria @ Estadio El Teniente, Rancagua
|
55
|
-
|
56
|
-
(20) 6 June Hungary 0-0 Argentina @ Estadio El Teniente, Rancagua
|
57
|
-
(24) 7 June England 0-0 Bulgaria @ Estadio El Teniente, Rancagua
|
58
|
-
|
59
|
-
(4) 30 May Argentina 1-0 Bulgaria @ Estadio El Teniente, Rancagua
|
60
|
-
(8) 31 May Hungary 2-1 England @ Estadio El Teniente, Rancagua
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
Quarter-finals
|
65
|
-
|
66
|
-
(25) 10 June Chile 2-1 Soviet Union @ Estadio Carlos Dittborn, Arica
|
67
|
-
(26) 10 June Yugoslavia 1-0 West Germany @ Estadio Nacional, Santiago
|
68
|
-
(27) 10 June Brazil 3-1 England @ Estadio Sausalito, Viña del Mar
|
69
|
-
(28) 10 June Czechoslovakia 1-0 Hungary @ Estadio El Teniente, Rancagua
|
70
|
-
|
71
|
-
|
72
|
-
Semi-finals
|
73
|
-
|
74
|
-
(29) 13 June Brazil 4-2 Chile @ Estadio Nacional, Santiago
|
75
|
-
(30) 13 June Czechoslovakia 3-1 Yugoslavia @ Estadio Sausalito, Viña del Mar
|
76
|
-
|
77
|
-
|
78
|
-
Third place match
|
79
|
-
|
80
|
-
(31) 16 June Chile 1-0 Yugoslavia @ Estadio Nacional, Santiago
|
81
|
-
|
82
|
-
|
83
|
-
Final
|
84
|
-
|
85
|
-
(32) 17 June Brazil 3-1 Czechoslovakia @ Estadio Nacional, Santiago
|
86
|
-
|
@@ -1,32 +0,0 @@
|
|
1
|
-
###########################################
|
2
|
-
# World Cup 1962 Chile, 30 May - 17 June
|
3
|
-
|
4
|
-
league: world
|
5
|
-
season: 1962
|
6
|
-
start_at: 1962-05-30
|
7
|
-
|
8
|
-
##
|
9
|
-
# fix: add edition: or num: e.g. num: 7 or edition: 7
|
10
|
-
|
11
|
-
# 16 Teams
|
12
|
-
teams:
|
13
|
-
## Europe
|
14
|
-
- bul # Bulgaria
|
15
|
-
- tch # Czechoslovakia
|
16
|
-
- eng # England
|
17
|
-
- frg # West Germany
|
18
|
-
- hun # Hungary
|
19
|
-
- ita # Italy
|
20
|
-
- urs # Soviet Union
|
21
|
-
- esp # Spain
|
22
|
-
- sui # Switzerland
|
23
|
-
- yug # Yugoslavia
|
24
|
-
## North and Central America
|
25
|
-
- mex # Mexico
|
26
|
-
## South America
|
27
|
-
- arg # Argentina
|
28
|
-
- bra # Brazil
|
29
|
-
- chi # Chile
|
30
|
-
- col # Colombia
|
31
|
-
- uru # Uruguay
|
32
|
-
|
@@ -1,35 +0,0 @@
|
|
1
|
-
##################################################
|
2
|
-
# World Cup 1974 West Germany, 13 June - 7 July
|
3
|
-
|
4
|
-
league: world
|
5
|
-
season: 1974
|
6
|
-
start_at: 1974-06-13
|
7
|
-
|
8
|
-
fixtures:
|
9
|
-
- cup_i
|
10
|
-
- cup_ii
|
11
|
-
- cup_finals
|
12
|
-
|
13
|
-
# 16 Teams
|
14
|
-
teams:
|
15
|
-
# -- Africa
|
16
|
-
- zai # Zaire
|
17
|
-
# -- Asia
|
18
|
-
- aus # Australia
|
19
|
-
# -- Europe
|
20
|
-
- bul # Bulgaria
|
21
|
-
- frg # West Germany
|
22
|
-
- gdr # East Germany
|
23
|
-
- ita # Italy
|
24
|
-
- ned # Netherlands
|
25
|
-
- pol # Poland
|
26
|
-
- sco # Scotland
|
27
|
-
- swe # Sweden
|
28
|
-
- yug # Yugoslavia
|
29
|
-
# -- North and Central America
|
30
|
-
- hai # Haiti
|
31
|
-
# -- South America
|
32
|
-
- arg # Argentina
|
33
|
-
- bra # Brazil
|
34
|
-
- chi # Chile
|
35
|
-
- uru # Uruguay
|
@@ -1,14 +0,0 @@
|
|
1
|
-
##################################################
|
2
|
-
# World Cup 1974 West Germany, 13 June - 7 July
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
Match for third place
|
7
|
-
|
8
|
-
# fix: use Muenchen not Munich
|
9
|
-
(37) 6 July Brazil 0-1 Poland @ Olympiastadion, Munich
|
10
|
-
|
11
|
-
Final
|
12
|
-
|
13
|
-
(38) 7 July Netherlands 1-2 West Germany @ Olympiastadion, Munich
|
14
|
-
|
@@ -1,55 +0,0 @@
|
|
1
|
-
##################################################
|
2
|
-
# World Cup 1974 West Germany, 13 June - 7 July
|
3
|
-
|
4
|
-
Group 1 | East Germany West Germany Chile Australia
|
5
|
-
Group 2 | Yugoslavia Brazil Scotland Zaire
|
6
|
-
Group 3 | Netherlands Sweden Bulgaria Uruguay
|
7
|
-
Group 4 | Poland Argentina Italy Haiti
|
8
|
-
|
9
|
-
|
10
|
-
Group 1:
|
11
|
-
|
12
|
-
(1) 14 June West Germany 1-0 Chile @ Olympiastadion, West Berlin
|
13
|
-
(2) 14 June East Germany 2-0 Australia @ Volksparkstadion, Hamburg
|
14
|
-
|
15
|
-
(9) 18 June Chile 1-1 East Germany @ Olympiastadion, West Berlin
|
16
|
-
(10) 18 June Australia 0-3 West Germany @ Volksparkstadion, Hamburg
|
17
|
-
|
18
|
-
(17) 22 June Australia 0-0 Chile @ Olympiastadion, West Berlin
|
19
|
-
(18) 22 June East Germany 1-0 West Germany @ Volksparkstadion, Hamburg
|
20
|
-
|
21
|
-
|
22
|
-
Group 2:
|
23
|
-
|
24
|
-
(3) 13 June Brazil 0-0 Yugoslavia @ Waldstadion, Frankfurt
|
25
|
-
(4) 14 June Zaire 0-2 Scotland @ Westfalenstadion, Dortmund
|
26
|
-
|
27
|
-
(11) 18 June Yugoslavia 9-0 Zaire @ Parkstadion, Gelsenkirchen
|
28
|
-
(12) 18 June Scotland 0-0 Brazil @ Waldstadion, Frankfurt
|
29
|
-
|
30
|
-
(19) 22 June Scotland 1-1 Yugoslavia @ Waldstadion, Frankfurt
|
31
|
-
(20) 22 June Zaire 0-3 Brazil @ Parkstadion, Gelsenkirchen
|
32
|
-
|
33
|
-
|
34
|
-
Group 3:
|
35
|
-
|
36
|
-
(5) 15 June Uruguay 0-2 Netherlands @ Niedersachsenstadion, Hanover
|
37
|
-
(6) 15 June Sweden 0-0 Bulgaria @ Rheinstadion, Düsseldorf
|
38
|
-
|
39
|
-
(13) 19 June Netherlands 0-0 Sweden @ Westfalenstadion, Dortmund
|
40
|
-
(14) 19 June Uruguay 1-1 Bulgaria @ Niedersachsenstadion, Hanover
|
41
|
-
|
42
|
-
(21) 23 June Netherlands 4-1 Bulgaria @ Westfalenstadion, Dortmund
|
43
|
-
(22) 23 June Sweden 3-0 Uruguay @ Rheinstadion, Düsseldorf
|
44
|
-
|
45
|
-
|
46
|
-
Group 4:
|
47
|
-
|
48
|
-
(7) 15 June Italy 3-1 Haiti @ Olympiastadion, Munich
|
49
|
-
(8) 15 June Poland 3-2 Argentina @ Neckarstadion, Stuttgart
|
50
|
-
|
51
|
-
(15) 19 June Haiti 0-7 Poland @ Olympiastadion, Munich
|
52
|
-
(16) 19 June Argentina 1-1 Italy @ Neckarstadion, Stuttgart
|
53
|
-
|
54
|
-
(23) 23 June Argentina 4-1 Haiti @ Olympiastadion, Munich
|
55
|
-
(24) 23 June Poland 2-1 Italy @ Neckarstadion, Stuttgart
|
@@ -1,34 +0,0 @@
|
|
1
|
-
##################################################
|
2
|
-
# World Cup 1974 West Germany, 13 June - 7 July
|
3
|
-
|
4
|
-
|
5
|
-
#### Second Round
|
6
|
-
## todo/fix: add stage/add stage key to rounds
|
7
|
-
#
|
8
|
-
# Group A -> I
|
9
|
-
# Group B -> J - fix: use Group A,B etc.
|
10
|
-
|
11
|
-
Group I | Netherlands Brazil East Germany Argentina
|
12
|
-
Group J | West Germany Poland Sweden Yugoslavia
|
13
|
-
|
14
|
-
Group I:
|
15
|
-
|
16
|
-
(25) 26 June Brazil 1-0 East Germany @ Niedersachsenstadion, Hanover
|
17
|
-
(26) 26 June Netherlands 4-0 Argentina @ Parkstadion, Gelsenkirchen
|
18
|
-
|
19
|
-
(29) 30 June East Germany 0-2 Netherlands @ Parkstadion, Gelsenkirchen
|
20
|
-
(30) 30 June Argentina 1-2 Brazil @ Niedersachsenstadion, Hanover
|
21
|
-
|
22
|
-
(33) 3 July Argentina 1-1 East Germany @ Parkstadion, Gelsenkirchen
|
23
|
-
(34) 3 July Netherlands 2-0 Brazil @ Westfalenstadion, Dortmund
|
24
|
-
|
25
|
-
Group J:
|
26
|
-
|
27
|
-
(27) 26 June Yugoslavia 0-2 West Germany @ Rheinstadion, Düsseldorf
|
28
|
-
(28) 26 June Sweden 0-1 Poland @ Neckarstadion, Stuttgart
|
29
|
-
|
30
|
-
(31) 30 June West Germany 4-2 Sweden @ Rheinstadion, Düsseldorf
|
31
|
-
(32) 30 June Poland 2-1 Yugoslavia @ Waldstadion, Frankfurt
|
32
|
-
|
33
|
-
(35) 3 July Poland 0-1 West Germany @ Waldstadion, Frankfurt
|
34
|
-
(36) 3 July Sweden 2-1 Yugoslavia @ Rheinstadion, Düsseldorf
|
@@ -1,54 +0,0 @@
|
|
1
|
-
##################################
|
2
|
-
# World Cup 2014 Brazil
|
3
|
-
|
4
|
-
league: world
|
5
|
-
season: 2014
|
6
|
-
start_at: 2014-06-12
|
7
|
-
|
8
|
-
|
9
|
-
######
|
10
|
-
# 32 Teams
|
11
|
-
#
|
12
|
-
# Europe (UEFA): 13 places
|
13
|
-
# Africa (CAF): 5 places
|
14
|
-
# Asia (AFC): 4 places
|
15
|
-
# South America (CONMEBOL) 5 places (+ Brazil qualified automatically as host nation for a total of 5 or 6 places)
|
16
|
-
# North, Central American and Caribbean (CONCACAF): 4 places
|
17
|
-
# Oceania (OFC): 0
|
18
|
-
#
|
19
|
-
# see en.wikipedia.org/wiki/2014_FIFA_World_Cup_qualification
|
20
|
-
|
21
|
-
# teams:
|
22
|
-
#- nga # Nigeria -- Africa (5)
|
23
|
-
#- civ # Côte d'Ivoire
|
24
|
-
#- cmr # Cameroon
|
25
|
-
#- gha # Ghana
|
26
|
-
#- alg # Algeria
|
27
|
-
#- aus # Australia -- Asia (4) includes Australia
|
28
|
-
#- irn # Iran
|
29
|
-
#- jpn # Japan
|
30
|
-
#- kor # South Korea
|
31
|
-
#- crc # Costa Rica -- North, Central American and Caribbean (4)
|
32
|
-
#- usa # United States
|
33
|
-
#- hon # Honduras
|
34
|
-
#- mex # Mexico
|
35
|
-
#- bra # Brazil -- South America (5+1)
|
36
|
-
#- arg # Argentina
|
37
|
-
#- col # Colombia
|
38
|
-
#- chi # Chile
|
39
|
-
#- ecu # Ecuador
|
40
|
-
#- uru # Uruguay
|
41
|
-
#- bel # Belgium -- Europe (13)
|
42
|
-
#- ger # Germany
|
43
|
-
#- ita # Italy
|
44
|
-
#- ned # Netherlands
|
45
|
-
#- sui # Switzerland
|
46
|
-
#- bih # Bosnia and Herzegovina
|
47
|
-
#- rus # Russia
|
48
|
-
#- esp # Spain
|
49
|
-
#- eng # England
|
50
|
-
#- gre # Greece
|
51
|
-
#- cro # Croatia
|
52
|
-
#- por # Portugal
|
53
|
-
#- fra # France
|
54
|
-
|
@@ -1,46 +0,0 @@
|
|
1
|
-
##############################
|
2
|
-
# Brazil - World Cup 2014
|
3
|
-
#
|
4
|
-
# Coaching Staff
|
5
|
-
# - Head Coach: Luiz Felipe Scolari
|
6
|
-
|
7
|
-
|
8
|
-
####################
|
9
|
-
# GK / Goal Keepers
|
10
|
-
|
11
|
-
Jefferson ## Botafogo
|
12
|
-
Julio César ## Toronto F.C
|
13
|
-
Victor ## Atlético-MG
|
14
|
-
|
15
|
-
####################
|
16
|
-
# DF / Defenders
|
17
|
-
|
18
|
-
Dante (Bayern de Munique)
|
19
|
-
David Luiz (Chelsea)
|
20
|
-
Henrique (Napoli)
|
21
|
-
Thiago Silva (Paris Saint-Germain)
|
22
|
-
Daniel Alves (Barcelona)
|
23
|
-
Maicon (Roma)
|
24
|
-
Marcelo (Real Madrid)
|
25
|
-
Maxwell (PSG)
|
26
|
-
|
27
|
-
####################
|
28
|
-
# MF / Midfielders
|
29
|
-
|
30
|
-
Fernandinho (Manchester City)
|
31
|
-
Hernanes (Inter de Milão)
|
32
|
-
Luiz Gustavo (Wolfsburg)
|
33
|
-
Oscar (Chelsea)
|
34
|
-
Paulinho (Tottenham)
|
35
|
-
Ramires (Chelsea)
|
36
|
-
Willian (Chelsea)
|
37
|
-
|
38
|
-
####################
|
39
|
-
# FW / Forwards
|
40
|
-
|
41
|
-
Bernard (Shakhtar)
|
42
|
-
Fred (Fluminense)
|
43
|
-
Hulk (Zenit)
|
44
|
-
Jô (Atlético-MG)
|
45
|
-
Neymar (Barcelona)
|
46
|
-
|
@@ -1,30 +0,0 @@
|
|
1
|
-
#######
|
2
|
-
# note: players NOT in players database; will get auto-created for testing
|
3
|
-
#
|
4
|
-
|
5
|
-
(1) GK Eiji Kawashima ## 56, Standard Liège (BEL)
|
6
|
-
(12) GK Shusaku Nishikawa ## 12, Urawa Red Diamonds (JPN)
|
7
|
-
(23) GK Shūichi Gonda ## 2, F.C. Tokyo (JPN)
|
8
|
-
|
9
|
-
(2) DF Atsuto Uchida ## 67, Schalke 04 (GER)
|
10
|
-
(3) DF Gōtoku Sakai ## 12, VfB Stuttgart (GER)
|
11
|
-
(5) DF Yuto Nagatomo ## 69, Internazionale (ITA)
|
12
|
-
(6) DF Masato Morishige ## 9, F.C. Tokyo (JPN)
|
13
|
-
(15) DF Yasuyuki Konno ## 80, Gamba Osaka (JPN)
|
14
|
-
(19) DF Masahiko Inoha ## 21, Jubilo Iwata (JPN)
|
15
|
-
(21) DF Hiroki Sakai ## 17, Hannover 96 (GER)
|
16
|
-
(22) DF Maya Yoshida ## 40, Southampton (ENG)
|
17
|
-
|
18
|
-
(4) MF Keisuke Honda ## 55, Milan (ITA)
|
19
|
-
(7) MF Yasuhito Endō ## 143, Gamba Osaka (JPN)
|
20
|
-
(8) MF Hiroshi Kiyotake ## 25, 1. FC Nürnberg (GER)
|
21
|
-
(10) MF Shinji Kagawa ## 56, Manchester United (ENG)
|
22
|
-
(14) MF Toshihiro Aoyama ## 5, Sanfrecce Hiroshima (JPN)
|
23
|
-
(16) MF Hotaru Yamaguchi ## 11, Cerezo Osaka (JPN)
|
24
|
-
(17) MF Makoto Hasebe ## 78, 1. FC Nürnberg (GER)
|
25
|
-
|
26
|
-
(9) FW Shinji Okazaki ## 75, Mainz 05 (GER)
|
27
|
-
(11) FW Yoichiro Kakitani ## 11, Cerezo Osaka (JPN)
|
28
|
-
(13) FW Yoshito Ōkubo ## 56, Kawasaki Frontale (JPN)
|
29
|
-
(18) FW Yuya Osako ## 8, 1860 München (GER)
|
30
|
-
(20) FW Manabu Saitō ## 4, Yokohama F. Marinos (JPN)
|
@@ -1,32 +0,0 @@
|
|
1
|
-
#######
|
2
|
-
# note: try without (w/o) jersey number e.g. use - instead of (1) (12) etc.
|
3
|
-
# - players NOT in players database; will get auto-created for testing
|
4
|
-
|
5
|
-
|
6
|
-
- GK Fernando Muslera ## 57, Galatasaray (TUR)
|
7
|
-
- GK Rodrigo Muñoz ## 0, Libertad (PAR)
|
8
|
-
- GK Martín Silva ## 4, Vasco da Gama (BRA)
|
9
|
-
|
10
|
-
- DF Diego Lugano ## 93, West Bromwich Albion (ENG)
|
11
|
-
- DF Diego Godín ## 76, Atlético Madrid (ESP)
|
12
|
-
- DF Sebastián Coates ## 14, Nacional (URU)
|
13
|
-
- DF Jorge Fucile ## 41, Porto (POR)
|
14
|
-
- DF Maxi Pereira ## 89, Benfica (POR)
|
15
|
-
- DF José María Giménez ## 5, Atlético Madrid (ESP)
|
16
|
-
- DF Martín Cáceres ## 56, Juventus (ITA)
|
17
|
-
|
18
|
-
- MF Walter Gargano ## 62, Parma (ITA)
|
19
|
-
- MF Álvaro Pereira ## 56, São Paulo (BRA)
|
20
|
-
- MF Cristian Rodríguez ## 72, Atlético Madrid (ESP)
|
21
|
-
- MF Nicolás Lodeiro ## 26, Botafogo (BRA)
|
22
|
-
- MF Diego Pérez ## 89, Bologna (ITA)
|
23
|
-
- MF Egidio Arévalo Ríos ## 54, Morelia (MEX)
|
24
|
-
- MF Gastón Ramírez ## 28, Southampton (ENG)
|
25
|
-
- MF Álvaro González ## 42, Lazio (ITA)
|
26
|
-
|
27
|
-
- FW Abel Hernández ## 12, Palermo (ITA)
|
28
|
-
- FW Luis Suárez ## 77, Liverpool (ENG)
|
29
|
-
- FW Diego Forlán ## 109, Cerezo Osaka (JPN)
|
30
|
-
- FW Christian Stuani ## 9, Espanyol (ESP)
|
31
|
-
- FW Edinson Cavani ## 61, Paris Saint-Germain (FRA)
|
32
|
-
|