1983 Sligo Senior Football Championship

This is a round-up of the 1983 Sligo Senior Football Championship. St. Mary's were champions again, regaining the title they had lost to Tourlestrane the previous year. Any hopes of the Sligo town club being kept off the top spot were dashed after they gained an emphatic revenge on holders Tourlestrane in the opening round, and enjoyed a comfortable win over Tubbercurry in the final. This was the first of five successive final meetings between the two clubs.

1983 Sligo Senior Football Championship
Tournament details
CountySligo
Year1983
Winners
ChampionsSt. Mary's (5th win)
Promotion/Relegation
Promoted team(s)Eastern Harps
Relegated team(s)Easkey

Quarter finals

Game Date Venue Team A Score Team B Score
Sligo SFC
Quarter Final
August 7 Ballymote Curry 2-9 St. Patrick’s 1-6
Sligo SFC
Quarter Final
August 7 Ballymote Coolera 4-8 Easkey 1-6
Sligo SFC
Quarter Final
August 7 Easkey Tubbercurry 4-11 Grange 1-7
Sligo SFC
Quarter Final
August 7 Easkey St. Mary’s 3-13 Tourlestrane 0-4

Semi-Finals

Game Date Venue Team A Score Team B Score
Sligo SFC
Semi-Final
August 28 Ballymote St. Mary’s 1-11 Curry 0-5
Sligo SFC
Semi-Final
August 28 Ballymote Tubbercurry 4-14 Coolera 1-4

Sligo Senior Football Championship Final

St. Mary's
2-9 - 1-5
(final score after 60 minutes)
Tubbercurry

Team:
G. Young
T. Foley
H. Gilvarry
J. McGowan
T. Carroll
G. Finan
M. Laffey
B. Jones
John Kent
D. McGoldrick
J. Crehan
R. Henneberry
K. O'Keeffe
Jim Kent
J. Bird


Substitutes:
C. Garvey

Half-time:

Competition:
Sligo Senior Football Championship
(Final)

Date:
September 11, 1983

Venue:
Corran Park, Ballymote

Referee:
Edward Neary (St. Patrick's)


Team:
B. Murphy
L. Gilmartin
G. Gilmartin
J. Stenson
O. Wynne
P. Gilmartin
P. McCarrick
E. Gilmartin
J. Murphy
P. Regan
J.J. Gorham
W. Murphy
T. Killoran
N. Killoran
R. McCarrick


Substitutes:

gollark: HAS YOUR NOSE EXPLODED?
gollark: ```haskellimport Data.Listimport Data.Bits fib :: Int -> Integerfib n = snd . foldl_ fib_ (1, 0) . dropWhile not $ [testBit n k | k <- let s = bitSize n in [s-1,s-2..0]] where fib_ (f, g) p | p = (f*(f+2*g), ss) | otherwise = (ss, g*(2*f-g)) where ss = f*f+g*g foldl_ = foldl' -- '```
gollark: import Data.Listimport Data.Bits fib :: Int -> Integerfib n = snd . foldl_ fib_ (1, 0) . dropWhile not $ [testBit n k | k <- let s = bitSize n in [s-1,s-2..0]] where fib_ (f, g) p | p = (f*(f+2*g), ss) | otherwise = (ss, g*(2*f-g)) where ss = f*f+g*g foldl_ = foldl' -- '
gollark: 3.1 Using 2x2 matricesThe argument of iterateabove is a linear transformation, so we can represent it as matrix and compute the nth power of this matrix with O(log n) multiplications and additions.For example, using the simple matrix implementation in Prelude extensions,fib n = head (apply (Matrix [[0,1], [1,1]] ^ n) [0,1])
gollark: 0, 1, 1, 2, 3...

References

  • Sligo Champion (August–September 1983)
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.