Ebbe Schwartz
Ebbe Schwartz (3 May 1901 – 19 October 1964) was a Danish football administrator.
Ebbe Schwartz | |
---|---|
1st President of UEFA | |
In office 22 June 1954 – 17 April 1962 | |
Preceded by | Office created |
Succeeded by | Gustav Wiederkehr |
Personal details | |
Born | Frederiksberg, Denmark | 3 May 1901
Died | 19 October 1964 63) Honolulu, Hawaii, United States | (aged
Nationality | Danish |
Occupation | Football administrator |
Career
- From 1950 until 1964 he was president of the Danish Football Association (the DBU).[1]
- He served as UEFA President (1954–1962).[2][3]
- From 1962 until 1964 he was a member of the executive committee and vice-president of the world football federation FIFA.[2]
gollark: I personally think that while less complexity is good, switching to sugarless lisp would be bad.
gollark: ```haskelltype PasteCapture a = Capture "username" Text :> Capture "pasteName" Text :> atype GetPasteAPI = PasteCapture (Get '[JSON] SanitizedPaste) :<|> "raw" :> PasteCapture (Get '[PlainText] Text)type RequiresAuth a = BasicAuth "pastecan" (Entity User) :> atype UpdatePasteAPI = RequiresAuth ( PasteCapture (Delete '[PlainText] NoContent) :<|> PasteCapture (ReqBody '[JSON] SanitizedPaste :> Put '[PlainText] NoContent))type AccountsAPI = "account" :> ( ReqBody '[JSON] User :> Post '[JSON] Bool :<|> RequiresAuth (Delete '[JSON] NoContent))type API = UpdatePasteAPI :<|> GetPasteAPI :<|> AccountsAPI```I defined the API as types. It was nice.
gollark: https://osmarks.tk/git/osmarks/pastecan
gollark: We're on the Haskell Discussion discord, what did you *expect*?
gollark: I wrote a Pastebin clone (though only the backend) in Haskell, it was fine.
References
- "DBU's formænd" (in Danish). Danish Football Association Funen. Retrieved 23 September 2016.
- "About UEFA - Past presidents". UEFA. Retrieved 23 September 2016.
- Manzenreiter, Wolfram (2013). Governance, Citizenship and the New European Football Championships: The European Spectacle. Routledge. p. 18. ISBN 9781317988779.
External links
- Ebbe Schwartz - Kendtes gravsted
- Past presidents UEFA.com
- W. Pyta, N. Havemann European Football and Collective Memory
Preceded by Office created |
President of UEFA 1954–1962 |
Succeeded by Gustav Wiederkehr |
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.