-
Notifications
You must be signed in to change notification settings - Fork 11
/
ireland.html
28 lines (23 loc) · 2.92 KB
/
ireland.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
<html>
<head>
<title>Irish Panel Show Gender Breakdown</title>
<script type="text/javascript" src="common.js"></script>
<link rel="stylesheet" media="all" href="style.css" type="text/css"/>
<!--#include virtual="head.txt" -->
</head>
<body>
<!--#include virtual="nav.txt" -->
<div class="page">
<h1>Irish Panel Show Gender Breakdown</h1>
<div style="float:right;margin-top:-0.5em;">Key: <span class="male"> male </span> <span class="female"> female </span> <span class="other"> other/diverse </span></div>
<p>By <a href="https://mastodon.me.uk/@slowe">@[email protected]</a>. <strong>Stats last updated 25 April 2016</strong></p> <p>My <a href="index.html">original list</a> looks at UK panel shows.</p>
<table class="main">
<tr><th width="35%">Comedy panel shows</th><th width="20%">All appearances</th><th width="20%">Guest appearances</th><th>Total<br />appearances</th><th>Episodes</th><th>Score<br />/10</th></tr>
<tr><td><a href="shows/gondolas.html">Don't Feed The Gondolas (RTÉ/Network 2)</a></td><td><div class="bar"><div class="male" title="87.6% male" style="width:87.6%">87.6%</div><div class="female" title="12.4% female" style="width:12.4%">12.4%</div></div></div></div></td><td><div class="bar"><div class="male" title="69.4% male" style="width:69.4%">69.4%</div><div class="female" title="30.6% female" style="width:30.6%">30.6%</div></div></td><td>121</td><td>24</td><td>4</td></tr><tr><td><a href="shows/eureka.html">Eureka! The Big Bang Query (RTÉ2)</a></td><td><div class="bar"><div class="male" title="68.3% male" style="width:68.3%">68.3%</div><div class="female" title="31.7% female" style="width:31.7%">31.7%</div></div></div></div></td><td><div class="bar"><div class="male" title="69.6% male" style="width:69.6%">69.6%</div><div class="female" title="30.4% female" style="width:30.4%">30.4%</div></div></td><td>41</td><td>6</td><td>6</td></tr><tr><td><a href="shows/the-panel.html">The Panel (Network 2/RTÉ Two/RTÉ One)</a></td><td><div class="bar"><div class="male" title="66.7% male" style="width:66.7%">66.7%</div><div class="female" title="33.3% female" style="width:33.3%">33.3%</div></div></div></div></td><td><div class="bar"><div class="male" title="57.1% male" style="width:57.1%">57.1%</div><div class="female" title="42.9% female" style="width:42.9%">42.9%</div></div></td><td>9</td><td>2</td><td>8</td></tr><tr class="lastrow"><td>Comedy total</td><td><div class="bar"><div class="male" title="81.9% male" style="width:81.9%">81.9%</div><div class="female" title="18.1% female" style="width:18.1%">18.1%</div></div></td><td><div class="bar"><div class="male" title="68.4% male" style="width:68.4%">68.4%</div><div class="female" title="31.6% female" style="width:31.6%">31.6%</div></div></td><td>171</td><td>32</td><td></td></tr>
<tr><th>Other panel shows</th><th></th><th></th><th></th><th></th><th></th></tr>
</table>
<ol class="shows">
</ol>
</div>
</body>
</html>