Olimpíada de xadrez de 1931

Multi tool use
IV Olimpíada de xadrez Praga 1931
|
Dados
|
Países participantes
|
19[1]
|
Entidade responsável
|
FIDE
|
Primeira edição
|
1927
|
País anfitrião
|
Tchecoslováquia
|
Atletas
|
93[1]
|
Duração
|
11 de julho - 26 de julho[1]
|
◄◄ Hamburgo 1930  Folkestone 1933 ►►
|
A Olimpíada de xadrez de 1931 foi a quarta Olimpíada de Xadrez organizada pela FIDE, realizada em Praga entre os dias 11 e 26 de julho[1], conjuntamente a terceira edição do Campeonato Mundial Feminino de Xadrez. A equipe dos Estados Unidos (Isaac Kashdan, Frank James Marshall, Arthur William Dake, Israel Horowitz e Herman Steiner)[2] conquistou a medalha de ouro, seguidos da Polônia (Akiba Rubinstein, Savielly Tartakower, Dawid Przepiórka, Kazimierz Makarczyk e Paulin Frydman)[3] e Tchecoslováquia (Salo Flohr, Karl Gilg, Josef Rejfíř, Karel Opočenský e Karel Skalička)[4][5]
Quadro de medalhas |
Tabuleiro
|
Ouro
|
Prata
|
Bronze
|
1º |
FRA Alexander Alekhine
|
GER Efim Bogoljubow
|
USA Isaac Kashdan
|
2º |
SWE Gösta Stoltz
POL Savielly Tartakower
|
|
HUN Lajos Steiner
|
3º |
LAT Vladimirs Petrovs |
ENG George Alan Thomas
|
TCH Josef Rejfíř
|
4º |
AUT Albert Becker |
YUG Vasja Pirc
|
GER Kurt Richter
|
res |
TCH Karel Skalička
|
USA Herman Steiner
|
LAT Volfgangs Hasenfuss
|
Referências
↑ abcd «4th Chess Olympiad: Prague 1931» (em inglês). OlimpBase. Consultado em 25 de novembro de 2010
↑ «4th Chess Olympiad: Prague 1931 (USA)» (em inglês). OlimpBase. Consultado em 4 de outubro de 2012
↑ «4th Chess Olympiad: Prague 1931 (Poland)» (em inglês). OlimpBase. Consultado em 4 de outubro de 2012
↑ «4th Chess Olympiad: Prague 1931 (Czechoslovakia)» (em inglês). OlimpBase. Consultado em 4 de outubro de 2012
↑ Sunnucks (1976), p.338
Bibliografia |
SUNNUCKS, Anne (1976). The Encyclopaedia of Chess (em inglês) 2.ª ed. Inglaterra: St Martin Press. ISBN 0709146973
 |
Este artigo sobre enxadrismo é um esboço. Você pode ajudar a Wikipédia expandindo-o.
|
Olimpíadas de xadrez |
Olimpíada de Xadrez |
Londres 1927 ·
Haia 1928 ·
Hamburgo 1930 ·
Praga 1931 ·
Folkestone 1933 ·
Varsóvia 1935 ·
Estocolmo 1937 ·
Buenos Aires 1939 ·
Dubrovnik 1950 ·
Helsinki 1952 ·
Amsterdã 1954 ·
Moscou 1956 ·
Munique 1958 ·
Leipzig 1960 ·
Varna 1962 ·
Tel-Aviv 1964 ·
Havana 1966 ·
Lugano 1968 ·
Siegen 1970 ·
Skopje 1972 ·
Nice 1974 ·
Haifa 1976 ·
Buenos Aires 1978 ·
Valeta 1980 ·
Lucerna 1982 ·
Salônica 1984 ·
Dubai 1986 ·
Salônica 1988 ·
Novi Sad 1990 ·
Manila 1992 ·
Moscou 1994 ·
Yerevan 1996 ·
Elista 1998 ·
Istambul 2000 ·
Bled 2002 ·
Calvia 2004 ·
Turim 2006 ·
Dresden 2008 ·
Khanty-Mansiysk 2010 ·
Istambul 2012 ·
Tromsø 2014 ·
Baku 2016
|
Olimpíada de xadrez para mulheres |
Emmen 1957 ·
Split 1963 ·
Oberhausen 1966 ·
Lublin 1969 ·
Skopje 1972 ·
Medelin 1974
|
Ver também: Olimpíada de Xadrez para Deficientes Visuais
|
J5W6kxwqh 7IFE9nr,Y0UJTK V
Popular posts from this blog
0
I found a lot of questions abount appendices and ToC. Many users want appendices to be grouped in an Appendix part, however some problems arise with ToC, hyperref, PDF viewer bookmarks, and so on. There are different solutions which require extra packages, command patching and other extra code, however none of them satisfies me. I almost found an easy way to accomplish a good result, where appendices are added to bookmarks in the right way and hyperref links point to the right page. However, the number of the "Appendix" part page is wrong (it's the number of appendix A). Is there any EASY way to fix that? This is a MWE: documentclass{book} usepackage[nottoc,notlot,notlof]{tocbibind} usepackage{hyperref} begin{document} frontmatter tableofcontents mainmatter part{First} chapter{...
1
In the sklearn.model_selection.cross_val_predict page it is stated: Generate cross-validated estimates for each input data point. It is not appropriate to pass these predictions into an evaluation metric. Can someone explain what does it mean? If this gives estimate of Y (y prediction) for every Y (true Y), why can't I calculate metrics such as RMSE or coefficient of determination using these results?
python scikit-learn cross-validation
share | improve this question
edited Nov 28 '18 at 17:52
desertnaut
20.3k 7 43 79
...
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
0
I have written a function using curl to generate the token. I check whether the token exists; if not, then I execute the function, otherwise I skip this function and proceed to next. But I am not sure that it will work if a token is expired. Is there any command to identify the expired token and generates the new one by calling this function? #!/bin/ksh export V_TOKEN="gen_token_${V_DATE}.txt" #### Calling function to generate the token function callPOST { curl -X POST -H 'Content-Type: application/x-www-form-url' -d 'grant_type=password&username=usr01&password=pwd...