Harald Herborg Nielsen

Harald Herborg Nielsen (January 25, 1903 – January 8, 1973) was an American physicist.

Biography

He was born in Menominee, Michigan to Knud Nielsen and Maren Sorensen, immigrant parents who had moved to the United States from Denmark. He was the brother of Alvin H. Nielsen.[1]

His college education was attained at the University of Michigan, where he earned a Ph.D. He then spent a year at the Bohr's Institute in Copenhagen as a Scandinavian-American Fellow. In 1930 he joined the Ohio State University, where he remained until his retirement.

Much of his work at OSU involved the infrared spectra of molecules; particularly with regard to their vibrational-rotational energies. He performed pioneering design work with high-resolution spectrographs, and made major theoretical contributions on molecular spectra.

From 1946 until 1967 he was chairman of the physics department.[2] He held a Guggenheim Fellowship at Cambridge University from 1949 to 1950, served as science attaché for the U.S. Embassy in Stockholm from 1952 to 1953, and was a Fulbright Lecturer, University of Paris from 1958 to 1959. He also served as editor of the Journal of Molecular Spectroscopy.

He died on January 8, 1973 in Columbus, Ohio.

Awards and honors

gollark: Should I make the random code thinger random instead?
gollark: My code is `O(lots)`.
gollark: Even gets around the evil Global Interpreter Lock for maximum performance.
gollark: Enterprise-level, fully deterministic execution of random code. Totally secure!
gollark: ```pythonimport itertoolsimport multiprocessing as mchars = [chr(x) for x in range(32, 126)]chars.extend(["\t", "\n"])def generate_for_length(length): return map(lambda chars: "".join(chars),itertools.combinations(chars, length))def generate(): for i in itertools.count(): for s in generate_for_length(i): yield sif __name__ == "__main__": def start(func): proc = m.Process(target=func) proc.start() io_queue = m.Queue(maxsize=128) def printer(): while True: print(io_queue.get()) code_queue = m.Queue(maxsize=128) def generator(): for x in generate(): code_queue.put(x) def executor(): while True: code = code_queue.get() result = None try: result = repr(exec(code)) except Exception as e: result = repr(e) if result != None: io_queue.put(code + ": " + result) start(generator) for _ in range(4): start(executor) printer()```

References

  1. "Dr. Alvin Nielsen Phi Kappa Phi Lecturer at U-T". Kingsport Times. May 2, 1962. p. 2. Retrieved January 17, 2015 via Newspapers.com.
  2. "Group Overlooks OSE to Allow Hundreds to Talk". The Sandusky Register. October 30, 1951. p. 3. Retrieved January 17, 2015 via Newspapers.com.

Further reading

  • Williams, Dudley (1973). "Harald Herborg Nielsen" (PDF). Journal of the Optical Society of America. 63 (5): 638. Retrieved 2007-09-04.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.