Ståle Dyrvik

Ståle Dyrvik (born 26 October 1943) is a Norwegian historian.

He graduated with the cand.philol. degree from the University of Bergen in 1971. From 1975 to 1988 he worked as an associate professor (førsteamanuensis) at the University of Bergen, and he became a professor there in 1988.

He is a member of the Norwegian Academy of Science and Letters.[1]

Ståle Dyrvik
Born (1943-10-26) 26 October 1943
NationalityNorwegian
OccupationHistorian

Selected bibliography

  • Norge under eneveldet: 1720-1800, 1976
  • Den lange fredstiden 1720-1784, 1978, volume 8 of Cappelens Norgeshistorie
  • Historisk demografi. Ei innføring i metodane, 1983
  • Mellom brødre 1780-1830, 1996, volume 7 of Aschehougs Norgeshistorie
  • Truede tvillingriker 1648-1720, 1998, volume 3 of Danmark-Norge 1380-1814
  • Den demografiske overgangen Utsyn & innsikt, 2003
  • Året 1814 Utsyn & innsikt, 2005
gollark: (more easily than the weird regex notation of recursive capture groups)
gollark: I'm sure it lets you define functions.
gollark: As planned.
gollark: Although I actually wrote the regex as```pythonWHITESPACE = r"[\t\n ]*"NUMBER = r"\-?(?:0|[1-9][0-9]*)(?:\.[0-9]+)?(?:[eE][+-]?[0-9]+)?"ARRAY = f"(?:\[{WHITESPACE}(?:|(?R)|(?R)(?:,{WHITESPACE}(?R){WHITESPACE})*){WHITESPACE}])"STRING = r'"(?:[^"\\\n]|\\["\\/bfnrt]|\\u[0-9a-fA-F]{4})*"'TERMINAL = f"(?:true|false|null|{NUMBER}|{STRING})"PAIR = f"(?:{WHITESPACE}{STRING}{WHITESPACE}:{WHITESPACE}(?R){WHITESPACE})"OBJECT = f"(?:{{(?:{WHITESPACE}|{PAIR}|(?:{PAIR}(?:,{PAIR})*))}})"VALUE = f"{WHITESPACE}(?:{ARRAY}|{OBJECT}|{TERMINAL}){WHITESPACE}"```which is much easier.
gollark: Regex is kind of like the APL of string pattern matching, in that it's very terse and expressive but incomprehensible.

References

  1. "Gruppe 1: Historie" (in Norwegian). Norwegian Academy of Science and Letters. Retrieved 26 October 2009.


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