The second ODI between Sri Lanka Women and the Indian Women’s team was worked off at the Galle International stadium this morning (13th September), with the Indian Women’s team currently leading the three match series 1-0.
Indian Skipper Mithali Raj opted to bat first after winning the toss. In form batsmen Smriti Mandhana carried her excellent form from the previous match scoring 13 runs including 3 fours before Udeshika Prabodhani picked up the crucial wicket of Mandhana in the first ball of the fourth over. Sripali Weerakkody joined the party as she dismissed opening batsmen Punam Raut to leave India in a troublesome situation with Captain Mithali Raj and Harmanpreet Kaur on the crease at 18 for the loss of 2 by the 6th over.
Sri Lanka handed thrashing in 1st Women’s Championship ODI against India
Sri Lanka’s 1st Women’s Championship ODI against India lasted exactly 55 overs in total
At the end of the first power play India was at 30 for the loss of 2 wickets going steadily at 3 runs per over. Weerakkody was stupendous with her line and length, enough to frustrate Kaur to push one back into her hands as the Indian innings took another twist at 36 for the loss of 3 by the 12th over.
Deepti Sharma walked in when India were in a desperate need of a partnership. Captain Raj and Sharma looked to rebuild the Indian innings. Captain Raj and Sharma looked to rebuild the Indian innings posting a 30 run partnership before Sharma chipped one back into the hands of Inoka Ranaweera. Mithali Raj once again was stranded in need of a dependable partner to take India to a competitive score.
Playing just her second Women’s One Day International, wicketkeeper batsman Taniya Bhatia together with the help of skipper Raj took India past the 100 run mark in the 32nd over. Bhatiya and Raj put on a much needed 76 run partnership as Mithali bought up her 51st ODI half century. India was back in the game with an improved run rate. Veteran spinner Shashikala Siriwardene showcased her experience by picking up Mithali Raj shortly after for 51. With half the side back in the pavilion Sri Lanka looked to restrict India to a minimal score.
Photos: Sri Lanka – India Women’s Cricket Series 2018 | Media Briefing
ThePapare.com | Hiran Weerakkody | 08/09/2018 Editing and re-using images without permission
Taniya Bhatiya took over the reins from Raj scoring her maiden ODI fifty off 52 balls. Bhatiya was joined by Dayalan Hemalatha another Indian player who was playing just her second ODI. Bhatiya was in some impeccable form before she was dismissed for a valiant 68. A quick fire 35 by Hemalatha helped India reached 219 for the loss of 9 wickets.
Chasing a score of 220 Sri Lanka lost Prasadani Weerakkody early in the 4th over of the innings. Nipuni Hansika was involved in an unwanted run out the very same over as the Lankans were in a spot of bother at 21 for the loss of 2. Skipper Attapattu was Sri Lanka’s anchor as the rest of the Lankan top 3 failed to impress with the bat once again.
All-rounder Shashikala Siriwardene and Attapattu kept the scoreboard ticking with the occasional boundary taking Sri Lanka to 76 for the loss of 3 by the halfway mark, with the Lankans still requiring another 144 runs in 24 overs to level the series. With the asking rate increasing Attapattu switched gears to she bought up her 13th ODI half century. Siriwardene was exceptional with the bat playing crucial supporting role.
A mix between Attapattu and Siriwardene broke an important 89 run partnership as India had another sniff in the game. Siriwardene fell a run short of what would have been her 4th ODI fifty. Soon after the nerves got the better of Attapattu as Sri Lanka stumbled to 135 for 5 with 85 more runs need in 12 overs. Sripali Weerakkody’s power hitting came in handy but she was the third victim in Sri Lanka’s running woes.
The game took another twist in the 44th over as Nilakshi Silva smashed two massive sixes off Poonam Yadav’s bowling, as Sri Lanka were right back in the game. With so many twists and turn in the match this was Sri Lanka’s final chance to victory.
The Sri Lankan tail was exposed to some brilliant bowling by Mansi Jonsi as Sri Lanka fell 7 runs short of the total.
Sri Lanka women will play the Indian women in the final ODI on the 16th of September in Katunayake.
// 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
India Women
219/10
(50 overs)
Result
Sri Lanka Women
213/10
(48.2 overs)
India Women won by 6 runs
India Women’s Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Punam Raut | b S Weerakody | 3 | 15 | |||
Smriti Mandhana | c M Surangika b U Prabodhani | 14 | 14 | |||
Mithali Raj | c P Weerakody b S Siriwardana | 52 | 121 | |||
Harmanpreet Kaur | c & b S Weerakody | 7 | 12 | |||
Deepti Sharma | c & b I.Ranaweera | 12 | 23 | |||
Taniya Bhatia | c P Weerakody b U Prabodhani | 68 | 66 | |||
Dayalan Hemalatha | c U Prabodhini b C Athapaththu | 35 | 31 | |||
Shikha Pandey | st P Weerakody b C Athapaththu | 15 | 14 | |||
Mansi Joshi | (runout) C Athapaththu | 2 | 2 | |||
Poonam Yadav | st P Weerakody b C Athapaththu | 1 | 2 | |||
Rajeshwari Gayakwad | not out | 0 | 0 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Udeshika Prabodhani | 9 | 1 | 45 | 2 | 5.00 |
Sripali Weerakkody | 9 | 1 | 36 | 2 | 4.00 |
Nilakshi de Silva | 3 | 0 | 8 | 0 | 2.67 |
Inoka Ranaweera | 7 | 0 | 40 | 1 | 5.71 |
Shashikala Siriwardene | 10 | 0 | 28 | 1 | 2.80 |
Sugandika Kumari | 4 | 0 | 15 | 0 | 3.75 |
Chamari Athapaththu | 8 | 0 | 42 | 3 | 5.25 |
Sri Lanka Women’s Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Prasadani Weerakkody | c R Gayakwad b M.Joshi | 11 | 15 | |||
Chamari Athapaththu | c M.Joshi b S Pandey | 57 | 95 | |||
Nipuni Hansika | (runout) R Gayakwad | 0 | 1 | |||
Dilani Manodara | lbw by R.Gayakwad | 3 | 13 | |||
Shashikala Siriwardana | (runout) S Pandey | 49 | 91 | |||
Anushka Sanjeewani | b R.Gayakwad | 7 | 13 | |||
Sripali Weerakkody | (runout) P.Yadav | 17 | 14 | |||
Nilakshi de Silva | c T.Bhatia b M.Joshi | 31 | 19 | |||
Suganthika Kumari | not out | 3 | 6 | |||
Inoka Ranaweera | st T.Bhatia b D Sharma | 1 | 2 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Mansi Joshi | 9 | 0 | 51 | 2 | 5.67 |
Shikha Pandey | 5 | 0 | 19 | 1 | 3.80 |
Deepthi Sharma | 8.1 | 1 | 20 | 1 | 2.47 |
Rajeshwari Gayakwad | 9 | 1 | 37 | 2 | 4.11 |
Poonam Yadav | 10 | 2 | 41 | 2 | 4.10 |
Dayalan Hemalatha | 3 | 0 | 19 | 0 | 6.33 |
Harmanpreet Kaur | 4 | 0 | 23 | 0 | 5.75 |