Roman Catholic Diocese of Garanhuns
The Roman Catholic Diocese of Garanhuns (Latin: Dioecesis Garanhunensis) is a diocese located in the city of Garanhuns in the Ecclesiastical province of Olinda e Recife in Brazil.
Diocese of Garanhuns Dioecesis Garanhunensis | |
---|---|
Location | |
Country | |
Ecclesiastical province | Olinda e Recife |
Statistics | |
Area | 8,734 km2 (3,372 sq mi) |
Population - Total - Catholics | (as of 2006) 612,000 551,000 (90.0%) |
Information | |
Rite | Latin Rite |
Established | 2 August 1918 (102 years ago) |
Cathedral | Catedral Santo Antônio |
Current leadership | |
Pope | Francis |
Bishop | Paulo Jackson Nóbrega de Sousa |
Metropolitan Archbishop | Fernando Antônio Saburido, O.S.B. |
Website | |
www.diocesegaranhuns.org |
History
- August 2, 1918: Established as Diocese of Garanhuns from the Metropolitan Archdiocese of Olinda e Recife
Bishops
- Bishops of Garanhuns (Roman rite), in reverse chronological order
- Bishop Paulo Jackson Nóbrega de Sousa (2015-05.20 - present)
- Bishop Fernando José Monteiro Guimarães, C.Ss.R. (2008.03.12 – 2014.08.06), appointed Bishop of Brazil, Military
- Bishop Irineu Roque Scherer (1998.04.15 – 2007.05.30), appointed Bishop of Joinville, Santa Catarina
- Bishop Tiago Postma (1974.06.20 – 1995.03.15)
- Bishop Milton Corrêa Pereira (1967.08.04 – 1973.04.25), appointed Coadjutor Archbishop of Manaus, Amazonas
- Bishop José Adelino Dantas (1958.05.03 – 1967.02.20), appointed Bishop of Ruy Barbosa (Rui Barbosa), Bahia
- Bishop Francisco Expedito Lopes (1954.08.24 – 1957.07.01)
- Bishop Juvéncio de Brito (1945.12.15 – 1954.01.31)
- Bishop Mário de Miranda Villas-Boas (1938.05.26 – 1944.09.10), appointed Archbishop of Belém do Pará
- Bishop Manoel Antônio de Paiva (1929.04.02 – 1937.05.19)
- Bishop João Tavares de Moura (1919.07.03 – 1928.07.20)
Other priest of this diocese who became bishop
- José Luiz Gomes de Vasconcelos, appointed Auxiliary Bishop of Fortaleza, Ceara
gollark: I doubt the second part is true.
gollark: People that have iPhones: buy sensible phones.
gollark: Yes; it's *very hard* to go around editing the FS API such that other stuff isn't affected.
gollark: ```pythonfrom requests_futures.sessions import FuturesSessionimport concurrent.futures as futuresimport randomtry: import cPickle as pickleexcept ImportError: import pickletry: words_to_synonyms = pickle.load(open(".wtscache")) synonyms_to_words = pickle.load(open(".stwcache"))except: words_to_synonyms = {} synonyms_to_words = {}def add_to_key(d, k, v): d[k] = d.get(k, set()).union(set(v))def add_synonyms(syns, word): for syn in syns: add_to_key(synonyms_to_words, syn, [word]) add_to_key(words_to_synonyms, word, syns)def concat(list_of_lists): return sum(list_of_lists, [])def add_words(words): s = FuturesSession(max_workers=100) future_to_word = {s.get("https://api.datamuse.com/words", params={"ml": word}): word for word in words} future_to_word.update({s.get("https://api.datamuse.com/words", params={"ml": word, "v": "enwiki"}): word for word in words}) for future in futures.as_completed(future_to_word): word = future_to_word[future] try: data = future.result().json() except Exception as exc: print(f"{exc} fetching {word}") else: add_synonyms([w["word"] for w in data], word)def getattr_hook(obj, key): results = list(synonyms_to_words.get(key, set()).union(words_to_synonyms.get(key, set()))) if len(results) > 0: return obj.__getattribute__(random.choice(results)) else: raise AttributeError(f"Attribute {key} not found.")def wrap(obj): add_words(dir(obj)) obj.__getattr__ = lambda key: getattr_hook(obj, key)wrap(__builtins__)raise __builtins__.quibble()```
gollark: table.deepcopy, table.shallowcopy, table.slice, table.filter, table.map
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.