José Garrido (footballer)

José António Rocha Garrido (born 11 July 1960) is a Portuguese former footballer who played as a centre-back, and manager.

José Garrido
Personal information
Full name José António Rocha Garrido
Date of birth (1960-07-11) 11 July 1960
Place of birth Luanda, Angola
Height 1.87 m (6 ft 1 12 in)
Playing position(s) Centre-back
Youth career
1975 ASA
1975–1976 Amadores Caminha
1976–1977 Braga
1977–1978 Monção
Senior career*
Years Team Apps (Gls)
1978–1982 Monção
1982–1986 Gil Vicente
1986–1988 Chaves 52 (2)
1988–1989 Benfica 12 (1)
1989–1993 Boavista 74 (3)
1993–1994 Famalicão 21 (1)
1994–1996 Aves 51 (0)
National team
Portugal U23 1 (0)
Teams managed
1997 Tirsense
1998 Aves
2001 Freamunde
2001–2003 Lousada
2003 Penafiel
2003–2004 Vizela
2004–2005 Sabah
2005 Sabah
2006–2007 Kazma
2007–2008 Qadsia
2008–2010 Al-Riffa
2011 Penafiel
2012 Dhofar Club
2012–2014 Al-Nasr
2014–2015 Al-Riffa
2016 Gabon
* Senior club appearances and goals counted for the domestic league only

Managerial career

Garrido's early managerial career was spent in the lower leagues of Portuguese football. In May 2003 he took over at F.C. Penafiel, three points above relegation from Segunda Liga, for the final four games before beginning a contract at third-tier F.C. Vizela.[1] Following a year there, he moved abroad to Sabah FA of Malaysia in November 2004,[2] and Kuwaiti duo Kazma SC and Qadsia SC. In 2010, he won the Bahraini King's Cup for Riffa SC, ending a 12-year drought in that competition.[3]

In January 2011, Garrido was back in his own country for the first time in seven years to take the helm again at Penafiel.[4] On 6 March he was dismissed and replaced by Jorge Regadas.[5]

Garrido went back to the Middle East, managing Dhofar Club (Oman), Al-Nasr SC (Kuwait) and a second spell at Riffa. He was appointed manager of the Gabon national football team in November 2016, after the dismissal of compatriot Jorge Costa.[6] In the same month, he too was dismissed and replaced by José Antonio Camacho; he sued the Gabonese Football Federation for wrongful dismissal at the Court of Arbitration for Sport and received $514,000 compensation.[7]

gollark: Enterprise-level, fully deterministic execution of random code. Totally secure!
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()```
gollark: Which do you think is slower: the execution or generation of strings?
gollark: ```pythonimport itertoolschars = [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 sfor x in generate(): try: print(exec(x)) except Exception as e: print(f"{e} from {x}")```
gollark: I should multithread this!

References

  1. "José Garrido aceita experiência inédita" [José Garrido accepts unprecedented experience]. Record (in Portuguese). 7 May 2003. Retrieved 28 June 2020.
  2. Abdullah, Rizal (23 November 2004). "Sabah not worried about taking on the high-flying Canaries". The Star. Retrieved 28 June 2020.
  3. "José Garrido leva o Al-Riffa ao sucesso" [José Garrido takes Al-Riffa to victory]. Record (in Portuguese). Rádio e Televisão de Portugal. 25 September 2010. Retrieved 28 June 2020.
  4. "José António Garrido sucede a Lázaro Oliveira" [José António Garrido succeeds Lázaro Oliveira]. Record (in Portuguese). 17 January 2011. Retrieved 28 June 2020.
  5. "Garrido deixa Penafiel" [Garrido leaves Penafiel]. Record (in Portuguese). 6 March 2011. Retrieved 28 June 2020.
  6. "Jorge Costa viré !" [Jorge Costa sacked!] (in French). Gaboneco. 3 November 2016. Retrieved 3 November 2016.
  7. Nabiswa, Collins (25 March 2020). "Gabon ordered to pay former coach Garrido $500,000". Futaa. Retrieved 28 June 2020.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.