Erik Josephson

Erik Semmy Josephson (7 March 1864 - 17 November 1929) was a Swedish architect. [1][2]

Erik Josephson

Biography

Josephson was born in Stockholm, Sweden. He was the son of wholesaler August Abraham Josephson (1822-67) and Augusta Hortensia Jacobsson (1836-1915). Josephson was of Jewish descent.[3] [4]

He graduated from the Royal Institute of Technology in Stockholm in 1885 and from the Royal Swedish Academy of Fine Arts in 1888. After his studies, he worked at the Swedish National Property Agency (Overintendentsämbetet). Through his state owned work employer he got the opportunity to draw, create and be the architect of about 40 barracks facilities for the armed forces around Sweden between 1891 and 1922.[5]

He also worked with his own architect firm on the side. During late 1890s and early 1900s, he became known as an industry architect and specialist in bank buildings. He designed only banks in Stockholm. Amongst his most important work was Skandinaviska Bankens palats and Handelsbanken.[6] He was one of the less publicly known architects in Stockholm. He was a style historic architect, also called an eclectic architect. He was categorized as a builder architect with an eye for the present time.[7]

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. "Josephson, Erik (1864-1929)". KulturNav. Retrieved April 1, 2019.
  2. Tradition och identifikation : reflexioner kring svensk militärarkitektur Mats Ahnlund, libris=8588042
  3. Carine Lundberg. "Erik S Josephson". Svenskt biografiskt lexikon. Retrieved April 1, 2019.
  4. "Josephson, släkt". Svenskt biografiskt lexikon. Retrieved April 1, 2019.
  5. Magnus Isaeus' och Erik Josephsons byggnadsverk i Stockholm 1879-1927, Anne-Mari Neovius, libris=10599253
  6. Sveriges privata Centralbanks och Skandinaviska Kreditaktiebolagets nybyggnader, Erik Lallerstedt, 1918, libris=8863748
  7. Erik Josephson : en epok i svensk kasernarkitektur, 1971, Ejnar Berg, libris=1220579

Other sources

Berg, Ejnar (1971) Erik Josephson : en epok i svensk kasernarkitektur (Stockholm: Ejnar Berg) Berg, Ejnar (1975) Erik Josephson och svensk kasernarkitektur (Stockholm: Militärhistoriska förlaget)

Media related to Erik Josephson at Wikimedia Commons

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