Alexandra Föderl-Schmid

Alexandra Föderl-Schmid (born 30 January 1971)[1] is an Austrian journalist and the first female editor of Der Standard.

Föderl-Schmid in November 2014

Biography

Born in Haslach an der Mühl, Upper Austria, Föderl-Schmid studied at the University of Salzburg,[2] followed by a doctorate in Communications Studies, also from the University of Salzburg.[3]

Föderl-Schmid began at Austrian newspaper Der Standard in 1990 and was the newspaper's Germany correspondent and Brussels-based European Union correspondent.[4]

She served as editor-in-chief of Der Standard from 2007 until 2017.[4]

Her other activities include:

Awards and honors

  • 2005 – Austrian Press Agency Alfred Geiringer Fellowship, Reuters Institute
gollark: ?
gollark: Unless it had good macros.
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

References


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.