Solco Walle Tromp

Solco Walle Tromp (9, March 1909 - 17, March 1983) was a Dutch geologist and biometeorologist.

Tromp was from 1947 to 1950 Professor of geology at Cairo University. He co-founded the International Society of Biometeorology and published pioneering writings on biometeorology.[1]

Tromp took a deep interest in dowsing and radiesthesia. He conducted experiments and came to the conclusion that dowsing is a real phenomenon due to activity of electromagnetic fields. His views on dowsing were criticized by the scientific community and have been described by critics as an example of pseudoscience.[2][3]

Publications

  • The Religion of the Modern Scientist: Neo-Materialism (1947)
  • Psychical Physics: A Scientific Analysis of Dowsing Radiesthesia and Kindred Divining Phenomena (1949)
  • Medical Biometeorology: Weather, Climate, and the Living Organism (1963)
  • Pathological Biometeorology (1977)
gollark: Dwarf Fortress!
gollark: We need some sort of Rust-based RPG, because Rust is good, all Hail Rust Rust Rust, Rust Rust, Rust... Rust.
gollark: ```rustuse wasm_bindgen::prelude::*;#[derive(Default)]pub struct Counter { value: i32,}pub enum Message { Increment, Decrement, Reset,}impl draco::App for Counter { type Message = Message; fn update(&mut self, _: &draco::Mailbox<Message>, message: Self::Message) { use self::Message::*; match message { Increment => self.value += 1, Decrement => self.value -= 1, Reset => self.value = 0, } } fn render(&self) -> draco::Node<Self::Message> { use draco::html as h; h::div() .push(h::button().push("-").on("click", |_| Message::Decrement)) .push(self.value) .push(h::button().push("+").on("click", |_| Message::Increment)) .push(h::button().push("Reset").on("click", |_| Message::Reset)) .into() }}#[wasm_bindgen]pub fn start() { draco::start( Counter::default(), draco::select("main").expect("main").into(), );}pub fn main() {}```RUSTRUSTRUSTRUST
gollark: General ignorethisU Role Playing System.
gollark: Gurp gurp.

References

  1. Krasnow, Shelley; Plasterk, K. J. (1984). In memoriam Dr. Solco Walle Tromp 9 March 1909–17 March 1983. International Journal of Biometeorology. Volume 28, Issue 4, pp. 257-260.
  2. Williams, William F. (2000). Encyclopedia of Pseudoscience: From Alien Abductions to Zone Therapy. Facts on File Inc. p. 294. ISBN 1-57958-207-9
  3. Gardner, Martin. (2012 edition, originally published in 1957). Fads and Fallacies in the Name of Science. Dover Publications. pp. 103-106. ISBN 0-486-20394-8
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.