G.D. Sourense

Grupo Desportivo Sourense is a Portuguese football club based in Soure. Founded in 1947, it currently competes in the Coimbra FA Division of Honour, holding home games at Campo António Coelho Rodrigues, with a 1,500 capacity.

Sourense
Full nameGrupo Desportivo Sourense
Nickname(s)Canarinhos
Founded9 December 1947 (72 years)
GroundCampo António Coelho Rodrigues
Capacity1,000
ChairmanAntónio José Gonçalves
ManagerRafael Silva
LeagueCampeonato de Portugal
2016/17Coimbra FA, 1st (promoted)

Recent Seasons

The Campo Dr. António Coelho Rodrigues stadium.
Season Division Place Taça de Portugal Coimbra FA Cup
2000/01 Third Division 2nd Third Round
2001/02 Second Division 17th Third Round
2002/03 Third Division 6th First Round
2003/04 Third Division 5th Fourth Round
2004/05 Third Division 5th First Round
2005/06 Third Division 4th First Round
2006/07 Third Division 6th Third Round
2007/08 Third Division 6th Second Round
2008/09 Third Division 9th Second Round
2009/10 Third Division 5th First Round
2010/11 Third Division 5th Second Round
2011/12 Third Division 3rd Second Round
2012/13 Third Division 1st Second Round
2013/14 Campeonato Nacional de Seniores 4th Second Round
2014/15 Campeonato Nacional de Seniores 10th Third Round
2015/16 Coimbra FA Division of Honour 2nd Quarterfinals
2016/17 Coimbra FA Division of Honour 1st First Round
2017/18 Campeonato de Portugal First Round

Honours

Coaches

Supporters Groups

  • Fúria Negra – since 2006
gollark: Yes, which is quite limiting vs OpenCL, which is basically the same but cross-platform.
gollark: I'm fairly sure it only runs on NvIDIa GPus.
gollark: is probably better since it's not nVidia-specific.
gollark: ***OpenCL***
gollark: I wanted a hyperapp-like state management thing with no view for skynet (it's a long story...) so I made this, because Javascript microlibraries are trendy.```javascriptconst R = require("ramda")module.exports = (initialState, actions, context = {}, expose) => { let state = initialState const wired = R.map(action => (...args) => { const result = action(...args)(state, actions, context) if (typeof result === "object") { state = R.merge(state, result) } }, actions) if ("init" in wired) { wired.init() } if (expose) { return R.pick(expose, wired) } else { return wired }}```
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.