St. Joseph’s College, Colombo won the Singer U19 division 1 schools two-day cricket championship 2017/18 beating Trinity College on first-innings in the final which ended at Colts Grounds on Wednesday.
St. Joseph’s dominate first day’s play
St. Joseph’s College, Colombo dominated first day’s..
St. Joseph’s led by batting all-rounder Jehan Daniel posted a reasonable score of 300 in their first innings on day one after opting to bat first and then bundled out the Trinity batting lineup for just 173 runs on day two as the game ended at around 2.45pm local time.
On the final day, Trinity College resumed play on 35 for 1 and needed a herculean task on a turning surface to topple the Josephians. 15-year old left-arm spinner Dunith Wellalage broke the solid 2nd wicket stand between Jeff Weerasinghe and Pubudu Bandara when he cleaned up the former for 24 in the first over of his spell.
Rookie seamer Lakshan Gamage took his second wicket of the match when he trapped left-handed opening batsman Pubudu Bandara in the 18th over to restrict Trinity to 55 for 3.
The responsibility of leading the Trinitians to a victory was upon skipper Hasitha Boyagoda’s shoulders. Boyagoda was tested heavily by the left-arm spin of Wellalage and the pace of Gamage but the Sri Lanka U19 cap played some delightful strokes, collecting 3 fours and 2 sixes during his 34-ball 35.
Watch Replay – St. Joseph’s College vs Trinity College – Singer U19 Two-Day Tournament – Final
Wellalage eventually won the battle when he trapped Boyagoda plumb in front in the 29th over as half of the Trinity batting lineup was back in the pavilion with the score on 102.
Vice-Captain Trevon Percivel, Wicket-keeper batsman Ashan Lokukatiya and Thisaru Dilshan tried their best to save the game for the boys from Kandy but Wellalage and Gamage ripped through the Trinity lower order sharing 7 wickets amongst them as Trinity innings ended in the 69th over.
St. Joseph’s College captain Jehan Daniel was adjudged the Man of the Match for his excellent 142-ball 86 on day one.
St. Joseph’s College last won the All Island Schools Best Team title in 2007 under Rajeewa Weerasinghe’s leadership and the All Island Schools Limited Overs championship in 2011 under Roscoe Thattil’s captaincy.
“We are delighted to win the U19 all-island schools cricket championship this season and as a captain, it is a huge privilege to lead this well-balanced outfit. I was disappointed to have missed out on a century but nevertheless we won because of our team work. “Daniel said exclusively to ThePapare.com after lifting the trophy.
// var socket=io('http://localhost:8080'); var socket=io('http://202.124.184.250:8080');
jQuery( document ).ready(function() { console.log( "ready" ); var prev_bat_team = 0;
socket.on('message',function (message) { message = JSON.parse(message); console.log(message); if( message.data.cric.commentary){ jQuery('#cmt_wrap').prepend('
'+message.data.cric.commentary.event+'
'+message.data.cric.commentary.comment+'
'); } if(message.data.cric.match){ console.log(message.data.cric.match.teams_1_inn2_r[0]); function ove(balls) { var overs = 0; if(balls %6 == 0){ overs = balls/6; }else{ overs = parseInt(balls/6)+"."+(+balls - +parseInt(balls/6)*6); } console.log(overs); return overs; }
if(!message.data.cric.match.teams_1_inn2_r[0]){
jQuery('#score_1_'+message.data.cric.match.teams_1_r[0]['id']).html(message.data.cric.match.teams_1_r[0]['score'] + " / " + message.data.cric.match.teams_1_r[0]['wkts']); jQuery('#over_1_'+message.data.cric.match.teams_1_r[0]['id']).html("("+ove(message.data.cric.match.teams_1_r[0]['balls'])+" overs)"); }else { jQuery('#score_1_'+message.data.cric.match.teams_1_r[0]['id']).html(message.data.cric.match.teams_1_r[0]['score'] + " / " + message.data.cric.match.teams_1_r[0]['wkts']+" & "+message.data.cric.match.teams_1_inn2_r[0]['score']+" / "+message.data.cric.match.teams_1_inn2_r[0]['wkts']); jQuery('#over_1_'+message.data.cric.match.teams_1_r[0]['id']).html("("+ove(message.data.cric.match.teams_1_inn2_r[0]['balls'])+" overs)"); } if(!message.data.cric.match.teams_2_inn2_r[0]){
jQuery('#score_2_'+message.data.cric.match.teams_2_r[0]['id']).html(message.data.cric.match.teams_2_r[0]['score'] + " / " + message.data.cric.match.teams_2_r[0]['wkts']); jQuery('#over_2_'+message.data.cric.match.teams_2_r[0]['id']).html("("+ove(message.data.cric.match.teams_2_r[0]['balls'])+" overs)"); }else { jQuery('#score_2_'+message.data.cric.match.teams_2_r[0]['id']).html(message.data.cric.match.teams_2_r[0]['score'] + " / " + message.data.cric.match.teams_2_r[0]['wkts']+" & "+message.data.cric.match.teams_2_inn2_r[0]['score']+" / "+message.data.cric.match.teams_2_inn2_r[0]['wkts']); jQuery('#over_2_'+message.data.cric.match.teams_2_r[0]['id']).html("("+ove(message.data.cric.match.teams_2_inn2_r[0]['balls'])+" overs)"); }
if(message.data.cric.match.teams_1_r[0]['extras']!=null){ jQuery('#extras_1_r_'+message.data.cric.match.teams_1_r[0]['id']).html("("+ove(message.data.cric.match.teams_1_r[0]['extras'])); } if(message.data.cric.match.teams_2_r[0]['extras']!=null){ jQuery('#extras_2_r_'+message.data.cric.match.teams_1_r[0]['id']).html("("+ove(message.data.cric.match.teams_2_r[0]['extras'])); } if(message.data.cric.match.teams_1_inn2_r[0]['extras']!=null){ jQuery('#extras_1_r_2_'+message.data.cric.match.teams_1_inn2_r[0]['id']).html("("+ove(message.data.cric.match.teams_1_inn2_r[0]['extras'])); } if(message.data.cric.match.teams_2_inn2_r[0]['extras']!=null){ jQuery('#extras_1_r_2_'+message.data.cric.match.teams_2_inn2_r[0]['id']).html("("+ove(message.data.cric.match.teams_2_inn2_r[0]['extras'])); }
//extras_1_r_2_ // if(prev_bat_team != message.data.cric.team_id){ jQuery('#widget_wrapper').load(document.URL + ' #widget_wrapper'); // } // prev_bat_team = message.data.cric.team_id // }
}); });
Full Scorecard
St. Joseph's College
300/10 & 0/0
(0 overs)
Result
Trinity College
173/10 & 0/0
(0 overs)
ST.joseph won on 1st innings
St. Joseph's College’s 1st Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Y.Rupasinghe | lbw by Thisaru Dilshan | 2 | 3 | |||
N.Sumanasinghe | c Trevon Percivel b Hasitha Boyagoda | 28 | 54 | |||
R.Kelly | st Ashan Lokukatiya b Hasitha Boyagoda | 39 | 45 | |||
D.Jayakody | lbw by Kavishka Senadeera | 25 | 50 | |||
J.Daniel | c Ruvin Peiris b Vimukthi Nethumal | 86 | 142 | |||
D.Perera | c Pubuthu Bandara b Kavishka Senadeera | 1 | 16 | |||
D.Wellalage | c Ashan Lokukatiya b Abishek Anandakumar | 42 | 75 | |||
S.Ravindu | c Hasitha Boyagoda b Thisaru Dilshan | 20 | 37 | |||
L.Gamage | not out | 35 | 50 | |||
M.Wickramage | c Ashan Lokukatiya b Ruvin Peiris | 6 | 23 | |||
A.Daniel | b Thisaru Dilshan | 1 | 4 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
T.Dilshan | 12.5 | 1 | 43 | 3 | 3.44 |
T.Percivel | 5 | 0 | 25 | 0 | 5.00 |
R.Pieris | 11 | 1 | 47 | 1 | 4.27 |
H.Boyagoda | 10 | 0 | 42 | 2 | 4.20 |
V.Nethumal | 24 | 7 | 53 | 1 | 2.21 |
K.Senadeera | 11 | 0 | 58 | 2 | 5.27 |
A.Anandakumar | 9 | 0 | 22 | 1 | 2.44 |
Trinity College’s 1st Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
H.Jayasooriya | c Sachintha Ravindu b Lakshan Gamage | 7 | 8 | |||
P.Bandara | lbw by Lakshan Gamage | 18 | 39 | |||
J.Weerasinghe | b Dunnith Wellalage | 24 | 50 | |||
H.Boyagoda | lbw by Dunnith Wellalage | 35 | 34 | |||
A.Anandakumar | c Lakshan Gamage b Ashen Daniel | 9 | 27 | |||
T.Percivel | b Miranga Wickramage | 11 | 67 | |||
A.Lokukatiya | b Jehan Daniel | 21 | 100 | |||
T.Dilshan | c Miranga Wickramage b Lakshan Gamage | 29 | 39 | |||
R.Pieris | not out | 5 | 29 | |||
K.Senadeera | c Sachintha Ravindu b Dunnith Wellalage | 4 | 21 | |||
V.Nethumal | b Dunnith Wellalage | 0 | 3 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
L.Gamage | 13 | 3 | 42 | 3 | 3.23 |
J.Daniel | 10 | 1 | 30 | 1 | 3.00 |
A.Daniel | 16 | 5 | 36 | 1 | 2.25 |
N.Sumanasinghe | 1 | 0 | 8 | 0 | 8.00 |
D.Wellalage | 20 | 8 | 40 | 4 | 2.00 |
M.Wickramage | 9 | 5 | 10 | 1 | 1.11 |
St. Joseph's College’s 2nd Innings
Batting | R | B |
---|
Bowling | O | M | R | W | E |
---|
Trinity College’s 2nd Innings
Batting | R | B |
---|
Bowling | O | M | R | W | E |
---|