Deinner Quiñones

Deinner Alexander Quiñones Quiñones (born August 16, 1995), is a Colombian professional footballer who plays as a Midfielder for Atlético Nacional.[1]

Deinner Quiñones
Personal information
Full name Deinner Alexander Quiñones Quiñones
Date of birth (1995-08-16) 16 August 1995
Place of birth Tumaco, Colombia
Height 1.71 m (5 ft 7 12 in)
Playing position(s) Midfielder
Club information
Current team
Atlético Nacional
Number 23
Senior career*
Years Team Apps (Gls)
2013 Universitario Popayán 13 (1)
2013–2017 Deportes Quindío 91 (11)
2016Deportes Tolima (loan) 31 (1)
2018Jaguares de Córdoba (loan) 14 (0)
2018– Independiente Medellín 1 (0)
2019Santos Laguna (loan) 17 (1)
2020–Atlético Nacional (loan) 6 (0)
* Senior club appearances and goals counted for the domestic league only and correct as of 19:18, 4 June 2020 (UTC)

Career statistics

As of 7 March 2019[2]
Appearances and goals by club, season and competition
ClubSeasonLeagueCupLeague CupOtherTotal
DivisionAppsGoalsAppsGoalsAppsGoalsAppsGoalsAppsGoals
Universitario Popayán 2013 Categoría Primera B 131730000204
Deportes Quindío 2013 Categoría Primera A 80200000100
2014 Categoría Primera B 29171002[lower-alpha 1]0362
2015 207200000227
2017 343100000353
Total 9111121002010512
Deportes Tolima (loan) 2016 Categoría Primera A 311700000381
Jaguares de Córdoba (loan) 2018 Categoría Primera A 14000002[lower-alpha 2]0160
Independiente Medellín 2018 Categoría Primera A 1000000010
Santos Laguna (loan) 2018–19 Liga MX 11110003[lower-alpha 3]0151
Career totals 16114274007019518
  1. Appearance(s) in the Play-offs 1/2
  2. Appearance(s) in the Copa Sudamericana
  3. Appearance(s) in the CONCACAF Champions League
gollark: Heavpoot is to be declared SCP-3125-A with immediate effect.
gollark: My tape download program now supports downloading big files without splitting them, via range requests, assuming they're served from a server which supports it: https://pastebin.com/LW9RFpmY (do `web2tape https://url.whatever range`)
gollark: Here is a similar thing for JSON. Note that it delegates out to an external JSON library for string escaping.```luafunction safe_json_serialize(x, prev) local t = type(x) if t == "number" then if x ~= x or x <= -math.huge or x >= math.huge then return tostring(x) end return string.format("%.14g", x) elseif t == "string" then return json.encode(x) elseif t == "table" then prev = prev or {} local as_array = true local max = 0 for k in pairs(x) do if type(k) ~= "number" then as_array = false break end if k > max then max = k end end if as_array then for i = 1, max do if x[i] == nil then as_array = false break end end end if as_array then local res = {} for i, v in ipairs(x) do table.insert(res, safe_json_serialize(v)) end return "["..table.concat(res, ",").."]" else local res = {} for k, v in pairs(x) do table.insert(res, json.encode(tostring(k)) .. ":" .. safe_json_serialize(v)) end return "{"..table.concat(res, ",").."}" end elseif t == "boolean" then return tostring(x) elseif x == nil then return "null" else return json.encode(tostring(x)) endend```
gollark: My tape shuffler thing from a while ago got changed round a bit. Apparently there's some demand for it, so I've improved the metadata format and written some documentation for it, and made the encoder work better by using file metadata instead of filenames and running tasks in parallel so it's much faster. The slightly updated code and docs are here: https://pastebin.com/SPyr8jrh. There are also people working on alternative playback/encoding software for the format for some reason.
gollark: Are you less utilitarian with your names than <@125217743170568192> but don't really want to name your cool shiny robot with the sort of names used by *foolish organic lifeforms*? Care somewhat about storage space and have HTTP enabled to download name lists? Try OC Robot Name Thing! It uses the OpenComputers robot name list for your... CC computer? https://pastebin.com/PgqwZkn5

References

  1. "Deinner Alexander Quiñones Quiñones". ligabancomer.mx. Retrieved 26 August 2018.
  2. Deinner Quiñónes at Soccerway


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