Vasily Ruzhentsev

Vasily Ermolaevich Ruzhentsev (Russian: Василий Ермолаевич Руженцев, April 4, 1899 - October 12, 1978) was a Russian paleontologist, malacologist and geologist. From 1937 to 1978 he worked at the Paleontological Institute of Russian Academy of Sciences. He had 117 publications of which 17 were monographs. From 1966 to 1978 he was editor in chief of the Transactions of the Paleontological Institute.

Vasily E. Ruzhentsev
Born(1899-04-04)April 4, 1899
DiedOctober 12, 1978(1978-10-12) (aged 79)
CitizenshipSoviet
Known forAmmonite research
AwardsLenin Prize (1967)
Scientific career
Fieldspaleontology, malacology

Sources


gollark: OH NOSEGMENTATION VIOLATIONDEPLOY BEES
gollark: It's not actually finished yet, either.
gollark: ```rust let parser = Parser::new_ext(md, options).map(|ev| match ev { Event::Text(txt) => { match &*txt { "[" => { // wikilink has opened, two consecutive [ if was_bracket { in_wikilink = true; was_bracket = false; } else { was_bracket = true; } Event::Text("".into()) }, "]" => { // wikilink has closed, two consecutive ] if in_wikilink && was_bracket { was_bracket = false; return Event::Html("<a href='/bees'>commit</a>".into()); } if in_wikilink { was_bracket = true; } Event::Text("".into()) }, _ => { let w = was_bracket; was_bracket = false; if w { return Event::Text(format!("bracket!{}", &*txt).into()); } was_bracket = false; if in_wikilink { wlbuf.push_str(&*txt); Event::Text("".into()) } else { Event::Text(txt) } } } }, _ => ev });```
gollark: <:bees:724389994663247974> this is convoluted.
gollark: `let w = was_bracket;` you.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.