Jens Bircherod

Jens Bircherod (3 February 1664โ€“25 January 1720) was a Danish theologian and priest. He served as a Bishop of the Diocese of Christianssand from 1705 until his death in 1720.[1]

Right Reverend

Jens Bircherod
Bishop
ChurchChurch of Norway
DioceseDiocese of Christianssand
Personal details
Born(1664-02-03)3 February 1664
Copenhagen, Denmark
Died25 January 1720(1720-01-25) (aged 55)
Christianssand, Norway
NationalityDanish
DenominationChristian
OccupationPriest

Personal life

Jens Bircherod was born on 3 February 1664 in Copenhagen, Denmark. His parents were the priest Jens Jensen Bircherod and his first wife. He was married to Elen Dorthea Lemvig.[1]

Education and career

He received a private education in Copenhagen finishing in 1679. In 1680, he received his baccalaureate degree. He then went on to travel to some foreign universities, returning home in 1688 and graduated with a magister's degree. In 1689, he was hired as the parish priest for Gladsaxe. In 1705, he was appointed to be the Bishop of the Diocese of Christianssand. He held that post until his death on 25 January 1720 in Christianssand, Norway.[1]

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()```Expanded version.
gollark: But the exec is *important*.
gollark: What?
gollark: Look, vertical and consists of blocks, just like a blockchain.
gollark: ๐Ÿ‡ง ๐Ÿ‡ฑ ๐Ÿ‡ด ๐Ÿ‡จ ๐Ÿ‡ฐ ๐Ÿ‡จ ๐Ÿ‡ญ ๐Ÿ‡ฆ ๐Ÿ‡ฎ ๐Ÿ‡ณ

References

  1. Thrap, Daniel, ed. (1887โ€“1905). "Bircherod, Jens". Dansk biografisk Lexikon (in Danish). II. Kjรธbenhavn: Gyldendalske boghandels forlag. Retrieved 2017-05-20.
Religious titles
Preceded by
Ludvig Stoud
Bishop of Christianssand
1705โ€“1720
Succeeded by
Christopher Nyrop
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.