Yugoslavia at the 1920 Summer Olympics
Athletes from the Kingdom of Serbs, Croats and Slovenes competed at the 1920 Summer Olympics in Antwerp. Yugoslavia debuted at the Olympic Games participating in every edition of the Summer Olympics ever since. Eleven Yugoslav athletes participated in Belgium: only the football team – without the substitutes.
Yugoslavia at the 1920 Summer Olympics | |
---|---|
Flag of the Kingdom of Serbs, Croats and Slovenes | |
IOC code | YUG |
NOC | Yugoslav Olympic Committee |
in Antwerp | |
Competitors | 15 in 1 sport |
Medals |
|
Summer Olympics appearances (overview) | |
Other related appearances | |
Football
Yugoslavia competed in the Olympic football tournament for the first time. It lost both of its matches.
- Team roster
- Andrija Kojić
- Nikola Simić
- Dragutin Vrđuka
- Vjekoslav Župančić
- Jaroslav Šifer
- Stanko Tavčar
- Slavin Cindrić
- Rudolf Rupec
- Dragutin Vragović
- Artur Dubravčić
- Branimir Porobić
- Emil Perška
- Ivan Granec
- Jovan Ružić
- Josip Šolc
- First round
Czechoslovakia | 7–0 | |
---|---|---|
Vanik Janda Sedláček |
Report |
- Consolation first round
- Final rank
- 14th
gollark: No, skynet as in my websocket messaging server for CC.
gollark: ```rustuse std::collections::HashMap;use serde_cbor::Value;use chrono;use std::collections::HashSet;use actix::prelude::*;#[derive(Serialize, Deserialize, Debug, PartialEq, Eq, Hash, Clone)]#[serde(untagged)]pub enum Channel { Numeric(i64), Named(String)}#[derive(Serialize, Deserialize, Debug, Clone, Message)]pub struct RawMsg { pub channel: Channel, #[serde(flatten)] pub meta: HashMap<String, Value>, pub message: Value}#[derive(Serialize, Deserialize, Debug, Clone, Message)]pub struct Msg { pub channel: Channel, #[serde(flatten)] pub meta: HashMap<String, Value>, pub message: Value, pub timestamp: chrono::DateTime<chrono::Utc>}pub fn complete(raw: RawMsg) -> Msg { Msg { channel: raw.channel, meta: raw.meta, timestamp: chrono::Utc::now(), message: raw.message }}#[derive(Serialize, Deserialize, Debug)]#[serde(rename_all = "snake_case")]pub enum MessageFromClient { Open(Channel), Close(Channel), Message(RawMsg), Query}#[derive(Serialize)]#[serde(rename_all = "snake_case")]pub enum MessageToClient<'a> { Message(Msg), QueryResult { channels: &'a HashSet<Channel> }}```Skynet!
gollark: No, actually, HQ9+ is better.
gollark: And cratesio squatting.
gollark: I mean, unless you count the borrow checker being unable to properly distinguish between access to, I don't know, parts of a vector.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.