Deportivo Zitácuaro

The Club Deportivo de Fútbol Zitácuaro, commonly known as Zitácuaro, is a Mexican football club based in Zitácuaro. The club was founded in 1995, and currently plays in the Serie B of Liga Premier.[1]

Zitácuaro
Full nameClub Deportivo de Fútbol Zitácuaro
Nickname(s)Los Potros (The Colts)
Founded1995 (1995)
GroundEstadio Ignacio López Rayón,
Zitácuaro, Michoacán, Mexico
Capacity10,000
OwnerClub Deportivo Histeria
ChairmanIgnacio Orihuela
ManagerJosé Raúl Montes
LeagueLiga Premier - Serie A
Apertura 20179th, Group 2

Players

Current squad

As of January 31, 2020[2]

Note: Flags indicate national team as defined under FIFA eligibility rules. Players may hold more than one non-FIFA nationality.

No. Pos. Nation Player
1 GK  MEX Jorge Barrera
5 DF  MEX Cristian Sánchez
7 MF  MEX Juan Sánchez
8 FW  MEX Roberto Pérez
9 FW  USA Edwin Romero
10 MF  MEX Héctor Ortegón
11 MF  MEX Saúl Rodríguez
12 GK  MEX Marco Marín
13 DF  MEX Edgar García
14 DF  MEX Jesús Moreno
15 MF  MEX Omar Reyna
16 DF  MEX Víctor Rodríguez
17 MF  MEX Daniel Nájera
18 DF  MEX Harool Vega
19 MF  MEX José Rosado
20 MF  MEX Matteos Madeiros
21 DF  MEX Fernando Ortíz
22 DF  MEX Alain de la Cruz
25 DF  MEX Ramiro Torres
No. Pos. Nation Player
26 DF  MEX Omar Lomelí
27 MF  MEX David Ayala
28 MF  MEX Arath Chávez
29 GK  MEX Jonatan Mendoza
30 MF  MEX Eric García
31 FW  MEX Christian Valdovinos
32 DF  MEX Adrián Valdovinos
33 MF  MEX Mauricio Morales
34 FW  MEX Alfonso Ochoa
35 MF  MEX José Alberto Ochoa
36 FW  MEX Víctor Manuel Jaramillo
37 DF  MEX Ricardo Cruz
GK  MEX Brandon Villarreal
MF  MEX César Cruz
MF  MEX Juan Manuel Flores
MF  MEX Yovany Iglesias
MF  MEX Víctor Peniche
MF  MEX Emmanuel Villafaña
gollark: Here is a copy of the code I don't understand from the old version:```lualocal function descend(intermediateFn, terminalFn, i) local pattern = patterns[i] if pattern then intermediateFn(pattern) local pqty = pattern.qty -- Qty keys must be removed from the pattern for collation -- Otherwise, it shows up as a number stuck in the items needed table, which is bad. pattern.qty = nil local needs = util.collate(pattern) pattern.qty = pqty local has = {} for slot, item in pairs(pattern) do if util.satisfied(needs, has) then break end if patterns[item] then descend(intermediateFn, terminalFn, item) has[item] = (has[item] or 0) + (patterns[item].count or 1) end end else terminalFn(i) endendlocal function cost(i) local items = {} descend(function() end, function(i) table.insert(items, i) end, i) return util.collate(items)endlocal function tasks(i) local t = {} descend(function(pat) table.insert(t, pat) end, function() end, i) return tend```
gollark: Also, implementing whatever is done internally for finding free space to transfer to is hard!
gollark: I'm unlikely to have stupidly large autocrafting trees.
gollark: As long as it doesn't take more than a second it fits within my performance goals.
gollark: RandomTwentyLineAlgorithmIWrote.

References

  1. "Equipo - Deportivo Zitácuaro". Segunda División de México. Archived from the original on August 14, 2014. Retrieved February 27, 2016.
  2. "Club Deportivo de Fútbol Zitácuaro". Liga Premier FMF. Retrieved 6 February 2020.


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