Patrick O'Flanagan

Patrick O'Flanagan (born 1947 in Dublin, Ireland) is an Irish geographer and academic.

Career

He is emeritus professor of the Department of Geography at University College Cork, Ireland. He was the former Head of this department. At present, he contributes regularly to the Socio-Territorial Research Group at the University of Santiago de Compostela (Galicia).

His research is mainly focused on Atlantic Europe - with a particular interest in Galicia[1] and Atlantic Iberia - from the perspective of cultural and historical Geography. O'Flanagan helped to define and standardise the actual concept of Atlantic Europe. Other research deals with comparative evolution of port cities, rural change, housing and settlement studies.

Partial bibliography

  • The Living Landscape,Kilgalligan, Erris, County Mayo, (with S. O Cathain), Dublin, 1974.
  • Rural Ireland, 1600-1900: Modernization and Change, (with P. Ferguson and K. Whelan), Cork, 1987.
  • Bandon,Irish Historic Towns Atlas, No.3, Dublin, 1988.
  • Cork,History and Society, (with N. Buttimer), Cork, 1993.
  • Xeografía Histórica de Galicia, Xerais, Vigo, 1996.
  • "Galicia en el marco geográfico y histórico de la Europa Atlántica", in Xeográfica I, pp. 115–133, Santiago de Compostela, 2001.
  • Port cities of Atlantic Iberia, c. 1500-1900, Aldershot, 2008.
gollark: Do you like my `argv[0]`-setting code, by the way? I think that's what it has to use to deceive `ps ax`.
gollark: It's not like you can check, except by checking.
gollark: My thing provides different names for each.
gollark: They do in `ps ax` but not `ps -A` or `top`.
gollark: ```pythondef set_first_argv(name): libc = ctypes.CDLL(None) getenv = libc.getenv getenv.argtypes = [ctypes.c_char_p] getenv.restype = ctypes.c_void_p envloc = libc.getenv(b"USER") scan = b"python3" ssize = len(scan) buf = ctypes.create_string_buffer(ssize) for i in range(0, -2048, -1): ctypes.memmove(buf, envloc + i, ssize) res = b"".join(buf[j] for j in range(ssize)) if res == scan: argv0 = envloc + i break else: return del buf name += b"\x00" * 128 buf = ctypes.create_string_buffer(len(name)) buf.value = name ctypes.memmove(argv0, buf, len(name))```↑ GAZE upon it

References

  1. Ferrás Sexto, C. (2001): "Reflexión acerca del significado de la obra del profesor O'Flanagan para la Geografía de Galicia", in Xeográfica no. 1, pp. 199–203, Compostela.

See also

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