Jonathan Dunn-Rankin

Jonathan Dunn-Rankin (November 30, 1930 – December 12, 2014) was an American actor, television journalist and gay activist.

Jonathan Dunn-Rankin
BornNovember 30, 1930
DiedDecember 12, 2014 (aged 84)
San Diego, California, U.S.
Alma materRollins College
Columbia University Graduate School of Journalism
Partner(s)David Ramos

Early life

Jonathan Dunn-Rankin was born on November 30, 1930 in New Jersey.[1][2] He graduated from Rollins College after serving in the US Army in France, and he earned a master's degree from the Columbia University Graduate School of Journalism in 1958.[1][2]

Career

Dunn-Rankin first interned at CBS News in New York City.[2] He later worked as a television journalist in Florida, Cleveland, Ohio and Phoenix, Arizona.[2] From 1965 to 1977, he worked for KFMB-TV, a television station based in San Diego.[1] Dunn-Rankin also became a stage actor at the Old Globe Theatre in San Diego.[1]

Dunn-Rankin was "a founder of the San Diego Democratic Club, a leader of the Gay Academic Union and an early supporter of Lambda Archives".[3] He was also the chairman of the Diversionary Theatre, an LGBT theater in San Diego.[1]

Personal life and death

Dunn-Rankin had a partner, David Ramos, and resided in San Diego.[1] He died on December 12, 2014.[1]

gollark: Hold on, I can probably make a much nicer one.
gollark: It's kind of bad.
gollark: ```python#!/bin/env python3chars = [chr(n) for n in range(126)]firstchar = chars[0]lastchar = chars[len(chars) - 1]def increment_char(character): return chr(ord(character) + 1)def old_increment_string(string_to_increment): reversed_string = list(reversed(string_to_increment)) # Reverse the string for easier work. for rindex, char in enumerate(reversed_string): if char == lastchar: # If we can't increment this char further, try the next ones. reversed_string[rindex] = firstchar # Set the current char back to the first one. reversed_string[rindex + 1] = increment_char(reversed_string[rindex + 1]) # Increment the next one along. else: # We only want to increment ONE char, unless we need to "carry". reversed_string[rindex] = increment_char(reversed_string[rindex]) break return ''.join(list(reversed(reversed_string)))def increment_string(to_increment): reversed_string = list(to_increment) # Reverse the string for easier work. for rindex, char in enumerate(reversed_string): if char == lastchar: # If we can't increment this char further, try the next ones. reversed_string[rindex] = firstchar # Set the current char back to the first one. reversed_string[rindex + 1] = increment_char(reversed_string[rindex + 1]) # Increment the next one along. else: # We only want to increment ONE char, unless we need to "carry". reversed_string[rindex] = increment_char(reversed_string[rindex]) break return ''.join(list(reversed_string))def string_generator(): length = 0 while 1: length += 1 string = chars[0] * length while True: try: string = increment_string(string) except IndexError: # Incrementing has gone out of the char array, move onto next length break yield string```
gollark: Except it enumerates all possible ASCII strings instead.
gollark: I made that!

References

  1. Hebert, James (December 12, 2014). "Actor-journalist Dunn-Rankin dies at 84". The San Diego Union-Tribune. Retrieved December 2, 2017.
  2. "REMEMBERING JONATHAN DUNN-RANKIN". The National Academy of Television Arts and Sciences. 2014-12-29. Retrieved December 2, 2017.
  3. Meyer, Walter G. (March 20, 2015). "Telling our stories: Other archival news". Gay San Diego. Retrieved December 2, 2017.



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