Pranas Dovydaitis

Pranas Dovydaitis (pronunciation ; 2 December 1886 4 November 1942) was a Lithuanian politician, Prime Minister of Lithuania, teacher, encyclopedist, editor, and professor.

Pranas Dovydaitis
Prime Minister of Lithuania
In office
12 March 1919  12 April 1919
PresidentAntanas Smetona
Preceded byMykolas Sleževičius
Succeeded byMykolas Sleževičius
Personal details
Born(1886-12-02)2 December 1886
Runkiai, Suwałki Governorate, Congress Poland
Died4 November 1942(1942-11-04) (aged 55)
Sverdlovsk, Russian SFSR
Political partyLithuanian Christian Democratic Party
Alma materVeiveriai Teachers' Seminary
Moscow State University

Biography

Pranas Dovydaitis was born in Marijampolė County, Runkiai and attended Veiveriai Teachers' Seminary, later studied in the University of Moscow. In 1913 he became an editor of a newspaper Viltis in Vilnius. It was closed in 1915 and Dovydaitis went to Kaunas where he started to participate actively in its academic circles and from 1922 to 1940 was a professor in the University of Lithuania (now - Vytautas Magnus University). The range of topics of his articles was quite wide - religious science, philosophy and natural science, but in all his articles some synoptical-historical interest could be found. The topics of primitive man and culture were one of his priorities. He was a Signatory of the Act of Independence of Lithuania. After the Soviet occupation of Lithuania Dovydaitis was arrested in 1941 with his family and sent to one of the Soviet Gulag camps in the northern Ural. His remains have not yet been found. Dovydaitis was a member and one of the founders of the Catholic youth and student organization Ateitis in Lithuania which is now a full member of Fimcap.

Family

Pranas Dovydaitis was the eldest of 15 children in his family. His wife - Marcelė Bucevičiūtė-Dovydaitienė. They had three sons and two daughters.

gollark: It's in unsafe™ C, so you could make a mistake and doom all mankind.
gollark: Well, it's generic, obviously safer, and appears to involve less weird pointer meddling.
gollark: And 🦀Safe Rust™🦀.
gollark: See, this is much nicer.
gollark: ```rustpub struct List<T> { head: Link<T>,}type Link<T> = Option<Box<Node<T>>>;struct Node<T> { elem: T, next: Link<T>,}impl<T> List<T> { pub fn new() -> Self { List { head: None } } pub fn push(&mut self, elem: T) { let new_node = Box::new(Node { elem: elem, next: self.head.take(), }); self.head = Some(new_node); } pub fn pop(&mut self) -> Option<T> { self.head.take().map(|node| { self.head = node.next; node.elem }) }}impl<T> Drop for List<T> { fn drop(&mut self) { let mut cur_link = self.head.take(); while let Some(mut boxed_node) = cur_link { cur_link = boxed_node.next.take(); } }}```

References

    • "Dovydaitis, Pranas". Encyclopedia Lituanica II: 101-103. (1970-1978). Ed. Simas Sužiedėlis. Boston, Massachusetts: Juozas Kapočius. LCC 74-114275.
    • "Žemaičių Krikšto Pėdsakais", 2013, Lietuvių Katalikų Mokslo Akademija, UDK 23/28(474.5)(091)(036)
    Preceded by
    Mykolas Sleževičius
    Prime Minister of Lithuania
    12 March 1919 12 April 1919
    Succeeded by
    Mykolas Sleževičius
    This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.