-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbatting.html
186 lines (158 loc) · 8.61 KB
/
batting.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
<!DOCTYPE html>
<html>
<head>
<title>
</title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://fonts.googleapis.com/css?family=Nanum+Brush+Script|Shadows+Into+Light+Two" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Josefin+Slab" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Covered+By+Your+Grace|Josefin+Slab" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Puritan" rel="stylesheet">
<link href="./stylesheets.css" type="text/css" rel="stylesheet">
</head>
<body>
<div class='header_with_image_nav' id="myHeader">
<p class="team_name"> gradient<span class="style_s">S</span></p>
<div class="nav">
<ul class="nav_list">
<li><a href="./bowling.html">Bowling</a></li>
<li><a href="#" style="color:orange; font-weight:bolder;">Batting</a></li>
<li><a href="./team.html">Team</a></li>
<li><a href="./index.html">Home</a></li>
</ul>
</div>
<img class="ipl_logo" src="./Indian_Premier_League.png">
</div>
<div class="content_batting">
<div class="team_details">
<div>
<p style="font-size:23px; font-weight:bold; font-family: 'Covered By Your Grace', cursive; color:white;">Strike rate verse total runs scored</p>
<p style="font-weight:bold; font-family:'Puritan', sans-serif; color:orange;">This plots the overall score vs strike rate till 2017. Select a portion to zoom-in the points. For <button>Code</button></p>
<iframe width="700" height="600" frameborder="0" scrolling="no" src="https://plot.ly/~venuchalla/49.embed"></iframe>
<div class="team_cards_strike_rate">
<div style="display:inline-block; width:200px; height:280px; padding:10px;">
<img src="./suresh_raina.png" height="200px" width="200px">
<div style="background-color:rgba(0,0,0,0.5); border-radius:8px; padding:10px; color:white; text-align:center;">
<label for="">Matches: 157</label><br>
<label for=""> Runs: 4548</label><br>
<label for=""> Strick: 135</label>
</div>
</div>
<div style="display:inline-block; width:200px; height:280px; padding:10px;"><img src="./kholi.png" height="200px" width="200px">
<div style="background-color:rgba(0,0,0,0.5); border-radius:8px; padding:10px; color:white; text-align:center;">
<label for="">Matches: 141</label><br>
<label for=""> Runs: 4423</label><br>
<label for=""> Strick: 126.59</label>
</div>
</div>
<div style="display:inline-block;width:200px; height:280px; padding:10px;"><img src="./abde.png" height="200px" width="200px">
<div style="background-color:rgba(0,0,0,0.5); border-radius:8px; padding:10px; color:white; text-align:center;">
<label for="">Matches: 118</label><br>
<label for=""> Runs: 3486</label><br>
<label for=""> Strick: 145.13</label>
</div>
</div>
<div style="display:inline-block;width:200px; height:280px; padding:10px;"><img src="./gayle.png" height="200px" width="200px">
<div style="background-color:rgba(0,0,0,0.5); border-radius:8px; padding:10px; color:white; text-align:center;">
<label for="">Matches: 100</label><br>
<label for=""> Runs: 3651</label><br>
<label for=""> Strick: 144.19</label>
</div>
</div>
</div>
</div>
</div>
<div class="">
<div class="team_cards">
<p class="graph_heading">
Sixes of each player
</p>
<p class="graph_content_explanation">
The graph plot the total number of sixes hit untill 2017 over the number of matches the player played. We can see Gayle hit many sixes with matches less than remaining top players like Kohli and Raina.
Also we can see even though Gambir having played good number of matches hit very less sixes
</p>
<button type="button" name="Code">Code</button>
</div>
<iframe width="700" height="500" frameborder="0" scrolling="no" src="https://plot.ly/~VenuGopalShetty/31.embed"></iframe>
</div>
<div class="">
<div class="team_cards">
<p class="graph_heading">
Runs and Boundries trends
</p>
<p class="graph_content_explanation">
We can see all got a good trend in each year but there is huge change in singles in year 2012 and again came to normal trend we can observe this in the graph.
</p>
<button type="button" name="Code">Code</button>
</div>
<iframe width="700" height="500" frameborder="0" scrolling="no" src="https://plot.ly/~VenuGopalShetty/33.embed"></iframe>
</div>
<div class="">
<iframe width="700" height="500" frameborder="0" scrolling="no" src="https://plot.ly/~VenuGopalShetty/35.embed"></iframe>
<div class="team_cards">
<p class="graph_heading">
200 Plus traget chase
</p>
<p class="graph_content_explanation">
Plot say in past matches untill 2017 when the teams gave a target more than 200 in 1<sup>st</sup> innings 87% they own the match. As we all know that chasing more than 200 target is very difficult in IPL.
</p>
<button type="button" name="Code">Code</button>
</div>
</div>
<div class="">
<div class="team_cards">
<p class="graph_heading">
Player of match in seasons.
</p>
<p class="graph_content_explanation">
Table shows in each season which player got 5 and more player of match titles.
</p>
<button type="button" name="Code">Code</button>
</div>
<table style="display:inline-block;margin:100px;" id="player_of_match">
<tr><th>Season</th><th>Player of match</th><th>Count</th></tr>
<tr><td>2008</td><td>Shaun Marsh</td><td>5</td></tr>
<tr><td>2011</td><td>Chris Gayle</td><td><b>6</b></td></tr>
<tr><td>2012</td><td>Chris Gayle</td><td>5</td></tr>
<tr><td>2013</td><td>Michael Hussey</td><td>5</td></tr>
<tr><td>2016</td><td>Virat Kohli</td><td>5</td></tr>
</table>
</div>
<div class="">
<iframe width="700" height="500" frameborder="0" scrolling="no" src="https://plot.ly/~VenuGopalShetty/37.embed"></iframe>
<div class="team_cards">
<p class="graph_heading">
Orange cap Winners
</p>
<p class="graph_content_explanation">
We can see Gayle and Warner won the cap in two seasons. Kohli scored very high runs in 2016.
</p>
<button type="button" name="Code">Code</button>
</div>
</div>
<div class="">
<div class="team_cards">
<p class="graph_heading">
Distribution of runs in each over (1<sup>st</sup> innings)
</p>
<p class="graph_content_explanation">
Graph shows the distribution of score in each over. We can see in last overs the distribution is high(Upper limit of the score is 26) compared to the remaining overs
</p>
<button type="button" name="Code">Code</button>
</div>
<iframe width="700" height="500" frameborder="0" scrolling="no" src="https://plot.ly/~VenuGopalShetty/39.embed"></iframe>
</div>
<div class="">
<iframe width="700" height="500" frameborder="0" scrolling="no" src="https://plot.ly/~VenuGopalShetty/41.embed"></iframe>
<div class="team_cards">
<p class="graph_heading">
Distribution of runs in each over (2<sup>nd</sup> innings)
</p>
<p class="graph_content_explanation">
When compared to 1<sup>st</sup> innings there is lot of stress in lost overs so the upper limit is also less compared to 1<sup>st</sup> innings. Also scores in all overs doesn't exceed much in 2<sup>nd</sup> innings.
</p>
<button type="button" name="Code">Code</button>
</div>
</div>
</div>