cineworld_uk 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -20,7 +20,7 @@ module CineworldUk
20
20
  def initialize(id, name)
21
21
  @brand = 'Cineworld'
22
22
  @id = id.to_i
23
- @name = name.gsub('London - ','')
23
+ @name = name.gsub('London - ','').gsub(' - ', ': ')
24
24
  @slug = @name.downcase.gsub(/[^0-9a-z ]/,'').gsub(/\s+/, '-')
25
25
  @url = "http://www.cineworld.co.uk/cinemas/#{@id}/information"
26
26
  end
@@ -96,6 +96,16 @@ module CineworldUk
96
96
  end.compact.uniq
97
97
  end
98
98
 
99
+ # The name of the cinema including the brand
100
+ # @return [String]
101
+ # @example
102
+ # cinema = CineworldUk::Cinema.find(88)
103
+ # cinema.full_name
104
+ # #=> 'Cineworld Glasgow: IMAX at GSC'
105
+ def full_name
106
+ "#{brand} #{name}"
107
+ end
108
+
99
109
  # The locality (town) of the cinema
100
110
  # @return [String]
101
111
  # @example
@@ -1,6 +1,6 @@
1
1
  # Ruby interface for http://www.cineworld.co.uk
2
- # @version 1.0.2
2
+ # @version 1.0.3
3
3
  module CineworldUk
4
4
  # Gem version
5
- VERSION = "1.0.2"
5
+ VERSION = "1.0.3"
6
6
  end
@@ -0,0 +1,916 @@
1
+
2
+ <!DOCTYPE html>
3
+ <html lang="en">
4
+ <head>
5
+ <title>Glasgow - IMAX at GSC | Cineworld Cinemas</title>
6
+
7
+ <meta charset="UTF-8" />
8
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
9
+ <meta name="robots" content="index, follow" />
10
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
11
+
12
+ <link type="image/x-icon" rel="shortcut icon" href="/cw/assets/favicon.ico" />
13
+
14
+ <link type="text/css" rel="stylesheet" href="/cw/assets/css/bootstrap.packed.css" media="all" />
15
+ <link type="text/css" rel="stylesheet" href="/cw/assets/css/jquery.fancybox.packed.css" media="all" />
16
+ <link type="text/css" rel="stylesheet" href="/cw/assets/css/nivo.slider.packed.css" media="all" />
17
+ <link type="text/css" rel="stylesheet" href="/cw/assets/css/nivo.slider.default.packed.css" media="all" />
18
+ <link type="text/css" rel="stylesheet" href="/cw/assets/css/zebra.datepicker.packed.css" media="all" />
19
+ <link type="text/css" rel="stylesheet" href="/cw/assets/css/cineworld.typography.packed.css" media="all" />
20
+ <link type="text/css" rel="stylesheet" href="/cw/assets/css/cineworld.layout.packed.css" media="all" />
21
+ <link type="text/css" rel="stylesheet" href="/cw/assets/css/cineworld.print.packed.css" media="print" />
22
+ <!--[if IE]>
23
+ <link type="text/css" rel="stylesheet" href="/cw/assets/css/cineworld.ie.packed.css" media="all" />
24
+ <![endif]-->
25
+ <!--[if lt IE 8]>
26
+ <link type="text/css" rel="stylesheet" href="/cw/assets/css/cineworld.ie7.packed.css" media="all" />
27
+ <![endif]-->
28
+
29
+ <script type="text/javascript" src="/cw/assets/javascript/log4j.packed.js"></script>
30
+ <script type="text/javascript" src="/cw/assets/javascript/jquery.packed.js"></script>
31
+ <!--[if lt IE 8]>
32
+ <script type="text/javascript" src="/cw/assets/javascript/jquery.pseudo.packed.js"></script>
33
+ <![endif]-->
34
+
35
+ <script type="text/javascript">
36
+ var _gaq = _gaq || [];
37
+ _gaq.push(['_setAccount', 'UA-35708014-1']);
38
+ _gaq.push(['_setDomainName', 'cineworld.co.uk']);
39
+ _gaq.push(['_trackPageview']);
40
+
41
+ (function() {
42
+ var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
43
+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
44
+ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
45
+ })();
46
+ </script>
47
+
48
+
49
+
50
+ <meta name="Keywords" content="" />
51
+ <meta name="Description" content="Cineworld Glasgow - IMAX at GSC - Glasgow Science Centre, 50 Pacific Quay, Glasgow, G51 1EA - Glasgow - IMAX at GSC Cinema Listings - Book tickets online" />
52
+ <meta name="" content=""/>
53
+ <meta name="" content=""/>
54
+ <meta name="" content=""/>
55
+ <meta name="" content=""/>
56
+ <meta name="" content=""/>
57
+ <meta name="" content=""/>
58
+ <meta name="" content=""/>
59
+ <meta name="" content=""/>
60
+ <meta name="" content=""/>
61
+ <meta name="" content=""/>
62
+
63
+
64
+
65
+ <script type="text/javascript" src="http://ecn.dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=7.0"></script>
66
+
67
+ <link rel="canonical" href="http://www.cineworld.co.uk/cinemas/glasgow-science-centre/information" />
68
+
69
+ <script type="text/javascript">
70
+ $(document).ready(function() {
71
+ $('.pricing .accessible-tabs').bind('after.setup', function(event, tabs) {
72
+
73
+ // Select current day for pricing table after setup
74
+ $(tabs).find('.navigation .day-' + new Date().getDay()).trigger('click');
75
+ });
76
+ });
77
+ </script>
78
+
79
+
80
+
81
+
82
+ <!-- cinwebprweb11.901e.sys.carrenza.net -->
83
+
84
+ <!-- Start Visual Website Optimizer Asynchronous Code -->
85
+ <script type='text/javascript'>
86
+ var _vwo_code=(function(){
87
+ var account_id=46415,
88
+ settings_tolerance=2000,
89
+ library_tolerance=2500,
90
+ use_existing_jquery=false,
91
+ // DO NOT EDIT BELOW THIS LINE
92
+ f=false,d=document;return{use_existing_jquery:function(){return use_existing_jquery;},library_tolerance:function(){return library_tolerance;},finish:function(){if(!f){f=true;var a=d.getElementById('_vis_opt_path_hides');if(a)a.parentNode.removeChild(a);}},finished:function(){return f;},load:function(a){var b=d.createElement('script');b.src=a;b.type='text/javascript';b.innerText;b.onerror=function(){_vwo_code.finish();};d.getElementsByTagName('head')[0].appendChild(b);},init:function(){settings_timer=setTimeout('_vwo_code.finish()',settings_tolerance);this.load('//dev.visualwebsiteoptimizer.com/j.php?a='+account_id+'&u='+encodeURIComponent(d.URL)+'&r='+Math.random());var a=d.createElement('style'),b='body{opacity:0 !important;filter:alpha(opacity=0) !important;background:none !important;}',h=d.getElementsByTagName('head')[0];a.setAttribute('id','_vis_opt_path_hides');a.setAttribute('type','text/css');if(a.styleSheet)a.styleSheet.cssText=b;else a.appendChild(d.createTextNode(b));h.appendChild(a);return settings_timer;}};}());_vwo_settings_timer=_vwo_code.init();
93
+ </script>
94
+ <!-- End Visual Website Optimizer Asynchronous Code -->
95
+ </head>
96
+
97
+ <body class="cineworld gb cinema">
98
+ <div id="fb-root"></div>
99
+
100
+ <div id="wallpaper">
101
+
102
+ <div id="header" role="banner">
103
+ <div class="container">
104
+ <h1><a href="/">Cineworld Cinemas</a></h1>
105
+
106
+ <div class="account">
107
+ <span class="icon-logo-mycineworld ">mycineworld</span>
108
+ <p>
109
+ <a class="action secondary dark" data-type="login" href="/login?location=">Login</a>
110
+ <a class="action secondary dark" data-type="register" href="/register?location=&amp;source=mycineworld&amp;favouriteCinema=-1">Register</a>
111
+ <a class="action secondary dark" data-type="why" href="/mycineworld">Find out why?</a>
112
+ </p>
113
+ </div>
114
+ </div>
115
+ </div>
116
+
117
+ <div class="navigation" role="navigation">
118
+ <ul>
119
+ <li><a href="/">Home</a></li>
120
+ <li>
121
+ <a href="/whatson">What's On</a>
122
+ <ul>
123
+ <li><a href="/events">Bollywood &amp; Event Cinema</a></li>
124
+ <li><a href="/whatson/category/junior">Movies for Juniors</a></li>
125
+ </ul>
126
+ </li>
127
+ <li>
128
+ <a href="/cinemas">Our Cinemas</a>
129
+ </li>
130
+ <li>
131
+ <a href="/prices">Prices</a>
132
+ </li>
133
+ <li>
134
+ <a href="/explore">Explore Cineworld</a>
135
+ <ul>
136
+ <li><a href="/explore/reald">RealD 3D</a></li>
137
+ <li><a href="/explore/imax">IMAX</a></li>
138
+ <li><a href="/explore/dbox">D-BOX</a></li>
139
+ <li><a href="/blog">Cineworld Blog</a></li>
140
+ <li><a href="/competitions">Offers &amp; Competitions</a></li>
141
+
142
+ <li><a href="/bafta-awards-2014">BAFTA Awards 2014</a></li>
143
+ <li><a href="/take2">Take 2 Offer</a></li>
144
+ <li><a href="/starbucks">Starbucks at Cineworld</a></li>
145
+ </ul>
146
+ </li>
147
+ <li>
148
+ <a href="/unlimited">Unlimited Card</a>
149
+ <ul>
150
+ <li><a href="/unlimited/howitworks">How it works</a></li>
151
+ <li><a href="/unlimited/discounts">Unlimited discounts</a></li>
152
+ <li><a href="/unlimited/premium">Premium Unlimited</a></li>
153
+ <li><a href="https://www.unlimitedcineworld.com/uk/pages/Login.aspx">Apply for Unlimited</a></li>
154
+ </ul>
155
+ </li>
156
+ <li><a href="/giftcards">Gifts</a></li>
157
+ <li>
158
+ <form action="/search" method="get" class="search" role="search" data-ajax-action="/search/suggestions">
159
+ <label class="no-margin inline">
160
+ <span class="accessible-hide-html-self">Search</span>
161
+ <input accesskey="s" autocomplete="off" placeholder="Search" type="search" name="q" />
162
+ </label>
163
+ <ol class="results"></ol>
164
+ <button type="submit">Search</button>
165
+ </form>
166
+ </li>
167
+ </ul>
168
+ </div>
169
+
170
+ <div class="container blockable" role="main">
171
+
172
+ <!-- [SL] Site content layout -->
173
+ <div class="layout">
174
+ <div id="content" >
175
+ <div class="section dark gradient clearfix info" >
176
+ <div class="row">
177
+ <div class="span8">
178
+ <h1>Cineworld Glasgow - IMAX at GSC
179
+ <a id="changeCinema" class="action secondary dark" href="/cinemas?path=/cinemas/id/information">Change cinema</a>
180
+ </h1>
181
+
182
+ <h2>About Glasgow - IMAX at GSC</h2>
183
+ <p>The Cineworld IMAX at Glasgow Science Centre is the biggest screen in Scotland showing a range of blockbuster movies and educational documentaries</p>
184
+
185
+ <ul class="unstyled navigation">
186
+ <li><a class="icon-navigation-large-food-drink" href="#services">Summary of facilities</a></li>
187
+ <li><a class="icon-navigation-large-tickets" href="#prices">How much do tickets cost?</a></li>
188
+ <li><a class="icon-navigation-large-map" href="#directions">How do I get there?</a></li>
189
+ <li><a class="icon-navigation-large-hire" href="#hire">Hire this cinema</a></li>
190
+ </ul>
191
+ </div>
192
+
193
+ <div class="span4">
194
+ <h2>What's on at Glasgow - IMAX at GSC</h2>
195
+
196
+ <ul class="grid films clearfix">
197
+
198
+ <li>
199
+ <div class="poster">
200
+ <a href="/whatson/6557?cinema=88">
201
+ <div class="image"><img src="/cw/assets/images/whatson/film.placeholder.poster.jpg" data-original="/assets/media/films/6557_poster_large.jpg" alt="Poster for Film The Hobbit - The Desolation of Smaug" /></div>
202
+ </a>
203
+ </div>
204
+ <a href="/whatson/6557?cinema=88">The Hobbit - The Desolation of Smaug</a>
205
+ </li>
206
+
207
+ <li>
208
+ <div class="poster">
209
+ <a href="/whatson/6515?cinema=88">
210
+ <div class="image"><img src="/cw/assets/images/whatson/film.placeholder.poster.jpg" data-original="/assets/media/films/6515_poster_large.jpg" alt="Poster for Film Gravity" /></div>
211
+ </a>
212
+ </div>
213
+ <a href="/whatson/6515?cinema=88">Gravity</a>
214
+ </li>
215
+ </ul>
216
+
217
+ <p><a class="action primary" href="/whatson?cinema=88">See all films at Glasgow - IMAX at GSC</a></p>
218
+ </div>
219
+ </div>
220
+ </div>
221
+
222
+ <div class="section light clearfix " >
223
+ <h1 id="prices" class="ribbon overlap">How much do tickets cost?</h1>
224
+
225
+
226
+
227
+ <div class="pricing">
228
+ <div class="panel anonymous dark">
229
+ <h2>Register free with <span class="icon-logo-mycineworld">MyCineworld</span> and save 10% on the Standard ticket price every time you book online</h2>
230
+
231
+ <a class="action mycineworld" href="/register">Sign Up</a>
232
+ <a class="action mycineworld" href="/login">Login</a>
233
+ <a class="action facebook" href="/login/facebook/go?location=%2Fcinemas%2F88%2Finformation%3Ffbl%3Dtrue" data-type="connect" data-location="/cinemas/88/information?fbl=true">Connect with Facebook</a>
234
+ </div>
235
+ <div class="accessible-tabs" data-header="Choose the day of your performance">
236
+ <h2 class="day-0 action secondary">Sun</h2>
237
+ <div class="tab">
238
+ <table class="tickets">
239
+ <thead>
240
+ <tr><th class="transparent" colspan="2">&nbsp;</th><th class="dark border-left border-right" colspan="2"><span class="icon-logo-mycineworld">MyCineworld</span> Tickets</th><th class="border-right" colspan="2">Standard Tickets</th></tr>
241
+ <tr><th class="type border-top border-right border-left radius-top-left">Ticket Type</th><th class="border-top">Details</th><th class="dark border-left border-right">Before 3pm</th><th class="dark border-right">After 3pm</th><th class="border-right">Before 3pm</th><th class="border-right">After 3pm</th></tr>
242
+ </thead>
243
+ <tbody>
244
+ <tr>
245
+ <td class="border-left border-right "><strong>Adult</strong></td>
246
+ <td class="align-left ">Customers aged 18+, customers aged 15-17 pay 'Student' rate, ID may be required</td>
247
+ <td class="dark value border-left border-right ">&pound;11.00</td>
248
+ <td class="dark value border-right ">&pound;12.40</td>
249
+ <td class="value border-right ">&pound;12.20</td>
250
+ <td class="value border-right ">&pound;13.80</td>
251
+ </tr>
252
+ <tr>
253
+ <td class="border-left border-right "><strong>Child</strong></td>
254
+ <td class="align-left ">Child tickets are for customers aged 14 and under</td>
255
+ <td class="dark value border-left border-right ">&pound;9.90</td>
256
+ <td class="dark value border-right ">&pound;9.90</td>
257
+ <td class="value border-right ">&pound;11.00</td>
258
+ <td class="value border-right ">&pound;11.00</td>
259
+ </tr>
260
+ <tr>
261
+ <td class="border-left border-right "><strong>Student</strong></td>
262
+ <td class="align-left ">Valid student photo ID must be shown or full adult rate may be charged</td>
263
+ <td class="dark value border-left border-right ">&pound;9.90</td>
264
+ <td class="dark value border-right ">&pound;9.90</td>
265
+ <td class="value border-right ">&pound;11.00</td>
266
+ <td class="value border-right ">&pound;11.00</td>
267
+ </tr>
268
+ <tr>
269
+ <td class="border-left border-right "><strong>Senior</strong></td>
270
+ <td class="align-left ">Senior tickets are for customers aged 60+</td>
271
+ <td class="dark value border-left border-right ">&pound;9.90</td>
272
+ <td class="dark value border-right ">&pound;9.90</td>
273
+ <td class="value border-right ">&pound;11.00</td>
274
+ <td class="value border-right ">&pound;11.00</td>
275
+ </tr>
276
+ <tr>
277
+ <td class="border-left border-right "><strong>Family</strong></td>
278
+ <td class="align-left ">Discount applies if tickets for 2 adults &amp; 2 children or 1 adult &amp; 3 children exceed the family ticket cost</td>
279
+ <td class="dark value border-left border-right ">&pound;36.00</td>
280
+ <td class="dark value border-right ">&pound;39.94</td>
281
+ <td class="value border-right ">&pound;40.00</td>
282
+ <td class="value border-right ">&pound;44.60</td>
283
+ </tr>
284
+ <tr>
285
+ <td class="border-left border-right border-bottom radius-bottom-left"><strong>Educational Screening</strong></td>
286
+ <td class="align-left border-bottom">&nbsp;</td>
287
+ <td class="dark value border-left border-right border-bottom">&pound;4.95</td>
288
+ <td class="dark value border-right border-bottom">&pound;4.95</td>
289
+ <td class="value border-right border-bottom">&pound;5.50</td>
290
+ <td class="value border-right border-bottom radius-bottom-right">&pound;5.50</td>
291
+ </tr>
292
+ </tbody>
293
+ </table>
294
+ </div>
295
+ <h2 class="day-1 action secondary">Mon</h2>
296
+ <div class="tab">
297
+ <table class="tickets">
298
+ <thead>
299
+ <tr><th class="transparent" colspan="2">&nbsp;</th><th class="dark border-left border-right" colspan="2"><span class="icon-logo-mycineworld">MyCineworld</span> Tickets</th><th class="border-right" colspan="2">Standard Tickets</th></tr>
300
+ <tr><th class="type border-top border-right border-left radius-top-left">Ticket Type</th><th class="border-top">Details</th><th class="dark border-left border-right">Before 5pm</th><th class="dark border-right">After 5pm</th><th class="border-right">Before 5pm</th><th class="border-right">After 5pm</th></tr>
301
+ </thead>
302
+ <tbody>
303
+ <tr>
304
+ <td class="border-left border-right "><strong>Adult</strong></td>
305
+ <td class="align-left ">Customers aged 18+, customers aged 15-17 pay 'Student' rate, ID may be required</td>
306
+ <td class="dark value border-left border-right ">&pound;11.00</td>
307
+ <td class="dark value border-right ">&pound;12.40</td>
308
+ <td class="value border-right ">&pound;12.20</td>
309
+ <td class="value border-right ">&pound;13.80</td>
310
+ </tr>
311
+ <tr>
312
+ <td class="border-left border-right "><strong>Child</strong></td>
313
+ <td class="align-left ">Child tickets are for customers aged 14 and under</td>
314
+ <td class="dark value border-left border-right ">&pound;9.90</td>
315
+ <td class="dark value border-right ">&pound;9.90</td>
316
+ <td class="value border-right ">&pound;11.00</td>
317
+ <td class="value border-right ">&pound;11.00</td>
318
+ </tr>
319
+ <tr>
320
+ <td class="border-left border-right "><strong>Student</strong></td>
321
+ <td class="align-left ">Valid student photo ID must be shown or full adult rate may be charged</td>
322
+ <td class="dark value border-left border-right ">&pound;9.90</td>
323
+ <td class="dark value border-right ">&pound;9.90</td>
324
+ <td class="value border-right ">&pound;11.00</td>
325
+ <td class="value border-right ">&pound;11.00</td>
326
+ </tr>
327
+ <tr>
328
+ <td class="border-left border-right "><strong>Senior</strong></td>
329
+ <td class="align-left ">Senior tickets are for customers aged 60+</td>
330
+ <td class="dark value border-left border-right ">&pound;9.90</td>
331
+ <td class="dark value border-right ">&pound;9.90</td>
332
+ <td class="value border-right ">&pound;11.00</td>
333
+ <td class="value border-right ">&pound;11.00</td>
334
+ </tr>
335
+ <tr>
336
+ <td class="border-left border-right "><strong>Family</strong></td>
337
+ <td class="align-left ">Discount applies if tickets for 2 adults &amp; 2 children or 1 adult &amp; 3 children exceed the family ticket cost</td>
338
+ <td class="dark value border-left border-right ">&pound;36.00</td>
339
+ <td class="dark value border-right ">&pound;39.94</td>
340
+ <td class="value border-right ">&pound;40.00</td>
341
+ <td class="value border-right ">&pound;44.60</td>
342
+ </tr>
343
+ <tr>
344
+ <td class="border-left border-right border-bottom radius-bottom-left"><strong>Educational Screening</strong></td>
345
+ <td class="align-left border-bottom">&nbsp;</td>
346
+ <td class="dark value border-left border-right border-bottom">&pound;4.95</td>
347
+ <td class="dark value border-right border-bottom">&pound;4.95</td>
348
+ <td class="value border-right border-bottom">&pound;5.50</td>
349
+ <td class="value border-right border-bottom radius-bottom-right">&pound;5.50</td>
350
+ </tr>
351
+ </tbody>
352
+ </table>
353
+ </div>
354
+ <h2 class="day-2 action secondary">Tues</h2>
355
+ <div class="tab">
356
+ <table class="tickets">
357
+ <thead>
358
+ <tr><th class="transparent" colspan="2">&nbsp;</th><th class="dark border-left border-right" colspan="2"><span class="icon-logo-mycineworld">MyCineworld</span> Tickets</th><th class="border-right" colspan="2">Standard Tickets</th></tr>
359
+ <tr><th class="type border-top border-right border-left radius-top-left">Ticket Type</th><th class="border-top">Details</th><th class="dark border-left border-right">Before 5pm</th><th class="dark border-right">After 5pm</th><th class="border-right">Before 5pm</th><th class="border-right">After 5pm</th></tr>
360
+ </thead>
361
+ <tbody>
362
+ <tr>
363
+ <td class="border-left border-right "><strong>Adult</strong></td>
364
+ <td class="align-left ">Customers aged 18+, customers aged 15-17 pay 'Student' rate, ID may be required</td>
365
+ <td class="dark value border-left border-right ">&pound;11.00</td>
366
+ <td class="dark value border-right ">&pound;12.40</td>
367
+ <td class="value border-right ">&pound;12.20</td>
368
+ <td class="value border-right ">&pound;13.80</td>
369
+ </tr>
370
+ <tr>
371
+ <td class="border-left border-right "><strong>Child</strong></td>
372
+ <td class="align-left ">Child tickets are for customers aged 14 and under</td>
373
+ <td class="dark value border-left border-right ">&pound;9.90</td>
374
+ <td class="dark value border-right ">&pound;9.90</td>
375
+ <td class="value border-right ">&pound;11.00</td>
376
+ <td class="value border-right ">&pound;11.00</td>
377
+ </tr>
378
+ <tr>
379
+ <td class="border-left border-right "><strong>Student</strong></td>
380
+ <td class="align-left ">Valid student photo ID must be shown or full adult rate may be charged</td>
381
+ <td class="dark value border-left border-right ">&pound;9.90</td>
382
+ <td class="dark value border-right ">&pound;9.90</td>
383
+ <td class="value border-right ">&pound;11.00</td>
384
+ <td class="value border-right ">&pound;11.00</td>
385
+ </tr>
386
+ <tr>
387
+ <td class="border-left border-right "><strong>Senior</strong></td>
388
+ <td class="align-left ">Senior tickets are for customers aged 60+</td>
389
+ <td class="dark value border-left border-right ">&pound;9.90</td>
390
+ <td class="dark value border-right ">&pound;9.90</td>
391
+ <td class="value border-right ">&pound;11.00</td>
392
+ <td class="value border-right ">&pound;11.00</td>
393
+ </tr>
394
+ <tr>
395
+ <td class="border-left border-right "><strong>Family</strong></td>
396
+ <td class="align-left ">Discount applies if tickets for 2 adults &amp; 2 children or 1 adult &amp; 3 children exceed the family ticket cost</td>
397
+ <td class="dark value border-left border-right ">&pound;36.00</td>
398
+ <td class="dark value border-right ">&pound;39.94</td>
399
+ <td class="value border-right ">&pound;40.00</td>
400
+ <td class="value border-right ">&pound;44.60</td>
401
+ </tr>
402
+ <tr>
403
+ <td class="border-left border-right border-bottom radius-bottom-left"><strong>Educational Screening</strong></td>
404
+ <td class="align-left border-bottom">&nbsp;</td>
405
+ <td class="dark value border-left border-right border-bottom">&pound;4.95</td>
406
+ <td class="dark value border-right border-bottom">&pound;4.95</td>
407
+ <td class="value border-right border-bottom">&pound;5.50</td>
408
+ <td class="value border-right border-bottom radius-bottom-right">&pound;5.50</td>
409
+ </tr>
410
+ </tbody>
411
+ </table>
412
+ </div>
413
+ <h2 class="day-3 action secondary">Wed</h2>
414
+ <div class="tab">
415
+ <table class="tickets">
416
+ <thead>
417
+ <tr><th class="transparent" colspan="2">&nbsp;</th><th class="dark border-left border-right" colspan="2"><span class="icon-logo-mycineworld">MyCineworld</span> Tickets</th><th class="border-right" colspan="2">Standard Tickets</th></tr>
418
+ <tr><th class="type border-top border-right border-left radius-top-left">Ticket Type</th><th class="border-top">Details</th><th class="dark border-left border-right">Before 5pm</th><th class="dark border-right">After 5pm</th><th class="border-right">Before 5pm</th><th class="border-right">After 5pm</th></tr>
419
+ </thead>
420
+ <tbody>
421
+ <tr>
422
+ <td class="border-left border-right "><strong>Adult</strong></td>
423
+ <td class="align-left ">Customers aged 18+, customers aged 15-17 pay 'Student' rate, ID may be required</td>
424
+ <td class="dark value border-left border-right ">&pound;11.00</td>
425
+ <td class="dark value border-right ">&pound;12.40</td>
426
+ <td class="value border-right ">&pound;12.20</td>
427
+ <td class="value border-right ">&pound;13.80</td>
428
+ </tr>
429
+ <tr>
430
+ <td class="border-left border-right "><strong>Child</strong></td>
431
+ <td class="align-left ">Child tickets are for customers aged 14 and under</td>
432
+ <td class="dark value border-left border-right ">&pound;9.90</td>
433
+ <td class="dark value border-right ">&pound;9.90</td>
434
+ <td class="value border-right ">&pound;11.00</td>
435
+ <td class="value border-right ">&pound;11.00</td>
436
+ </tr>
437
+ <tr>
438
+ <td class="border-left border-right "><strong>Student</strong></td>
439
+ <td class="align-left ">Valid student photo ID must be shown or full adult rate may be charged</td>
440
+ <td class="dark value border-left border-right ">&pound;9.90</td>
441
+ <td class="dark value border-right ">&pound;9.90</td>
442
+ <td class="value border-right ">&pound;11.00</td>
443
+ <td class="value border-right ">&pound;11.00</td>
444
+ </tr>
445
+ <tr>
446
+ <td class="border-left border-right "><strong>Senior</strong></td>
447
+ <td class="align-left ">Senior tickets are for customers aged 60+</td>
448
+ <td class="dark value border-left border-right ">&pound;9.90</td>
449
+ <td class="dark value border-right ">&pound;9.90</td>
450
+ <td class="value border-right ">&pound;11.00</td>
451
+ <td class="value border-right ">&pound;11.00</td>
452
+ </tr>
453
+ <tr>
454
+ <td class="border-left border-right "><strong>Family</strong></td>
455
+ <td class="align-left ">Discount applies if tickets for 2 adults &amp; 2 children or 1 adult &amp; 3 children exceed the family ticket cost</td>
456
+ <td class="dark value border-left border-right ">&pound;36.00</td>
457
+ <td class="dark value border-right ">&pound;39.94</td>
458
+ <td class="value border-right ">&pound;40.00</td>
459
+ <td class="value border-right ">&pound;44.60</td>
460
+ </tr>
461
+ <tr>
462
+ <td class="border-left border-right border-bottom radius-bottom-left"><strong>Educational Screening</strong></td>
463
+ <td class="align-left border-bottom">&nbsp;</td>
464
+ <td class="dark value border-left border-right border-bottom">&pound;4.95</td>
465
+ <td class="dark value border-right border-bottom">&pound;4.95</td>
466
+ <td class="value border-right border-bottom">&pound;5.50</td>
467
+ <td class="value border-right border-bottom radius-bottom-right">&pound;5.50</td>
468
+ </tr>
469
+ </tbody>
470
+ </table>
471
+ </div>
472
+ <h2 class="day-4 action secondary">Thurs</h2>
473
+ <div class="tab">
474
+ <table class="tickets">
475
+ <thead>
476
+ <tr><th class="transparent" colspan="2">&nbsp;</th><th class="dark border-left border-right" colspan="2"><span class="icon-logo-mycineworld">MyCineworld</span> Tickets</th><th class="border-right" colspan="2">Standard Tickets</th></tr>
477
+ <tr><th class="type border-top border-right border-left radius-top-left">Ticket Type</th><th class="border-top">Details</th><th class="dark border-left border-right">Before 5pm</th><th class="dark border-right">After 5pm</th><th class="border-right">Before 5pm</th><th class="border-right">After 5pm</th></tr>
478
+ </thead>
479
+ <tbody>
480
+ <tr>
481
+ <td class="border-left border-right "><strong>Adult</strong></td>
482
+ <td class="align-left ">Customers aged 18+, customers aged 15-17 pay 'Student' rate, ID may be required</td>
483
+ <td class="dark value border-left border-right ">&pound;11.00</td>
484
+ <td class="dark value border-right ">&pound;12.40</td>
485
+ <td class="value border-right ">&pound;12.20</td>
486
+ <td class="value border-right ">&pound;13.80</td>
487
+ </tr>
488
+ <tr>
489
+ <td class="border-left border-right "><strong>Child</strong></td>
490
+ <td class="align-left ">Child tickets are for customers aged 14 and under</td>
491
+ <td class="dark value border-left border-right ">&pound;9.90</td>
492
+ <td class="dark value border-right ">&pound;9.90</td>
493
+ <td class="value border-right ">&pound;11.00</td>
494
+ <td class="value border-right ">&pound;11.00</td>
495
+ </tr>
496
+ <tr>
497
+ <td class="border-left border-right "><strong>Student</strong></td>
498
+ <td class="align-left ">Valid student photo ID must be shown or full adult rate may be charged</td>
499
+ <td class="dark value border-left border-right ">&pound;9.90</td>
500
+ <td class="dark value border-right ">&pound;9.90</td>
501
+ <td class="value border-right ">&pound;11.00</td>
502
+ <td class="value border-right ">&pound;11.00</td>
503
+ </tr>
504
+ <tr>
505
+ <td class="border-left border-right "><strong>Senior</strong></td>
506
+ <td class="align-left ">Senior tickets are for customers aged 60+</td>
507
+ <td class="dark value border-left border-right ">&pound;9.90</td>
508
+ <td class="dark value border-right ">&pound;9.90</td>
509
+ <td class="value border-right ">&pound;11.00</td>
510
+ <td class="value border-right ">&pound;11.00</td>
511
+ </tr>
512
+ <tr>
513
+ <td class="border-left border-right "><strong>Family</strong></td>
514
+ <td class="align-left ">Discount applies if tickets for 2 adults &amp; 2 children or 1 adult &amp; 3 children exceed the family ticket cost</td>
515
+ <td class="dark value border-left border-right ">&pound;36.00</td>
516
+ <td class="dark value border-right ">&pound;39.94</td>
517
+ <td class="value border-right ">&pound;40.00</td>
518
+ <td class="value border-right ">&pound;44.60</td>
519
+ </tr>
520
+ <tr>
521
+ <td class="border-left border-right border-bottom radius-bottom-left"><strong>Educational Screening</strong></td>
522
+ <td class="align-left border-bottom">&nbsp;</td>
523
+ <td class="dark value border-left border-right border-bottom">&pound;4.95</td>
524
+ <td class="dark value border-right border-bottom">&pound;4.95</td>
525
+ <td class="value border-right border-bottom">&pound;5.50</td>
526
+ <td class="value border-right border-bottom radius-bottom-right">&pound;5.50</td>
527
+ </tr>
528
+ </tbody>
529
+ </table>
530
+ </div>
531
+ <h2 class="day-5 action secondary">Fri</h2>
532
+ <div class="tab">
533
+ <table class="tickets">
534
+ <thead>
535
+ <tr><th class="transparent" colspan="2">&nbsp;</th><th class="dark border-left border-right" colspan="2"><span class="icon-logo-mycineworld">MyCineworld</span> Tickets</th><th class="border-right" colspan="2">Standard Tickets</th></tr>
536
+ <tr><th class="type border-top border-right border-left radius-top-left">Ticket Type</th><th class="border-top">Details</th><th class="dark border-left border-right">Before 3pm</th><th class="dark border-right">After 3pm</th><th class="border-right">Before 3pm</th><th class="border-right">After 3pm</th></tr>
537
+ </thead>
538
+ <tbody>
539
+ <tr>
540
+ <td class="border-left border-right "><strong>Adult</strong></td>
541
+ <td class="align-left ">Customers aged 18+, customers aged 15-17 pay 'Student' rate, ID may be required</td>
542
+ <td class="dark value border-left border-right ">&pound;11.00</td>
543
+ <td class="dark value border-right ">&pound;12.40</td>
544
+ <td class="value border-right ">&pound;12.20</td>
545
+ <td class="value border-right ">&pound;13.80</td>
546
+ </tr>
547
+ <tr>
548
+ <td class="border-left border-right "><strong>Child</strong></td>
549
+ <td class="align-left ">Child tickets are for customers aged 14 and under</td>
550
+ <td class="dark value border-left border-right ">&pound;9.90</td>
551
+ <td class="dark value border-right ">&pound;9.90</td>
552
+ <td class="value border-right ">&pound;11.00</td>
553
+ <td class="value border-right ">&pound;11.00</td>
554
+ </tr>
555
+ <tr>
556
+ <td class="border-left border-right "><strong>Student</strong></td>
557
+ <td class="align-left ">Valid student photo ID must be shown or full adult rate may be charged</td>
558
+ <td class="dark value border-left border-right ">&pound;9.90</td>
559
+ <td class="dark value border-right ">&pound;9.90</td>
560
+ <td class="value border-right ">&pound;11.00</td>
561
+ <td class="value border-right ">&pound;11.00</td>
562
+ </tr>
563
+ <tr>
564
+ <td class="border-left border-right "><strong>Senior</strong></td>
565
+ <td class="align-left ">Senior tickets are for customers aged 60+</td>
566
+ <td class="dark value border-left border-right ">&pound;9.90</td>
567
+ <td class="dark value border-right ">&pound;9.90</td>
568
+ <td class="value border-right ">&pound;11.00</td>
569
+ <td class="value border-right ">&pound;11.00</td>
570
+ </tr>
571
+ <tr>
572
+ <td class="border-left border-right "><strong>Family</strong></td>
573
+ <td class="align-left ">Discount applies if tickets for 2 adults &amp; 2 children or 1 adult &amp; 3 children exceed the family ticket cost</td>
574
+ <td class="dark value border-left border-right ">&pound;36.00</td>
575
+ <td class="dark value border-right ">&pound;39.94</td>
576
+ <td class="value border-right ">&pound;40.00</td>
577
+ <td class="value border-right ">&pound;44.60</td>
578
+ </tr>
579
+ <tr>
580
+ <td class="border-left border-right border-bottom radius-bottom-left"><strong>Educational Screening</strong></td>
581
+ <td class="align-left border-bottom">&nbsp;</td>
582
+ <td class="dark value border-left border-right border-bottom">&pound;4.95</td>
583
+ <td class="dark value border-right border-bottom">&pound;4.95</td>
584
+ <td class="value border-right border-bottom">&pound;5.50</td>
585
+ <td class="value border-right border-bottom radius-bottom-right">&pound;5.50</td>
586
+ </tr>
587
+ </tbody>
588
+ </table>
589
+ </div>
590
+ <h2 class="day-6 action secondary">Sat</h2>
591
+ <div class="tab">
592
+ <table class="tickets">
593
+ <thead>
594
+ <tr><th class="transparent" colspan="2">&nbsp;</th><th class="dark border-left border-right" colspan="2"><span class="icon-logo-mycineworld">MyCineworld</span> Tickets</th><th class="border-right" colspan="2">Standard Tickets</th></tr>
595
+ <tr><th class="type border-top border-right border-left radius-top-left">Ticket Type</th><th class="border-top">Details</th><th class="dark border-left border-right">Before 3pm</th><th class="dark border-right">After 3pm</th><th class="border-right">Before 3pm</th><th class="border-right">After 3pm</th></tr>
596
+ </thead>
597
+ <tbody>
598
+ <tr>
599
+ <td class="border-left border-right "><strong>Adult</strong></td>
600
+ <td class="align-left ">Customers aged 18+, customers aged 15-17 pay 'Student' rate, ID may be required</td>
601
+ <td class="dark value border-left border-right ">&pound;11.00</td>
602
+ <td class="dark value border-right ">&pound;12.40</td>
603
+ <td class="value border-right ">&pound;12.20</td>
604
+ <td class="value border-right ">&pound;13.80</td>
605
+ </tr>
606
+ <tr>
607
+ <td class="border-left border-right "><strong>Child</strong></td>
608
+ <td class="align-left ">Child tickets are for customers aged 14 and under</td>
609
+ <td class="dark value border-left border-right ">&pound;9.90</td>
610
+ <td class="dark value border-right ">&pound;9.90</td>
611
+ <td class="value border-right ">&pound;11.00</td>
612
+ <td class="value border-right ">&pound;11.00</td>
613
+ </tr>
614
+ <tr>
615
+ <td class="border-left border-right "><strong>Student</strong></td>
616
+ <td class="align-left ">Valid student photo ID must be shown or full adult rate may be charged</td>
617
+ <td class="dark value border-left border-right ">&pound;9.90</td>
618
+ <td class="dark value border-right ">&pound;9.90</td>
619
+ <td class="value border-right ">&pound;11.00</td>
620
+ <td class="value border-right ">&pound;11.00</td>
621
+ </tr>
622
+ <tr>
623
+ <td class="border-left border-right "><strong>Senior</strong></td>
624
+ <td class="align-left ">Senior tickets are for customers aged 60+</td>
625
+ <td class="dark value border-left border-right ">&pound;9.90</td>
626
+ <td class="dark value border-right ">&pound;9.90</td>
627
+ <td class="value border-right ">&pound;11.00</td>
628
+ <td class="value border-right ">&pound;11.00</td>
629
+ </tr>
630
+ <tr>
631
+ <td class="border-left border-right "><strong>Family</strong></td>
632
+ <td class="align-left ">Discount applies if tickets for 2 adults &amp; 2 children or 1 adult &amp; 3 children exceed the family ticket cost</td>
633
+ <td class="dark value border-left border-right ">&pound;36.00</td>
634
+ <td class="dark value border-right ">&pound;39.94</td>
635
+ <td class="value border-right ">&pound;40.00</td>
636
+ <td class="value border-right ">&pound;44.60</td>
637
+ </tr>
638
+ <tr>
639
+ <td class="border-left border-right border-bottom radius-bottom-left"><strong>Educational Screening</strong></td>
640
+ <td class="align-left border-bottom">&nbsp;</td>
641
+ <td class="dark value border-left border-right border-bottom">&pound;4.95</td>
642
+ <td class="dark value border-right border-bottom">&pound;4.95</td>
643
+ <td class="value border-right border-bottom">&pound;5.50</td>
644
+ <td class="value border-right border-bottom radius-bottom-right">&pound;5.50</td>
645
+ </tr>
646
+ </tbody>
647
+ </table>
648
+ </div>
649
+ </div>
650
+ <p class="message information"><strong>Please note:</strong> Weekend pricing applies on Bank Holidays. The cost of certain performances such as live events, theatre and opera etc may vary. Check your booking carefully before payment is made.</p>
651
+ <table class="extras">
652
+ <thead>
653
+ <tr><th class="transparent">&nbsp;</th><th class="dark border-left border-top border-right radius-top-left" colspan="1"><span class="icon-logo-mycineworld">MyCineworld</span> Price</th><th class="border-top border-right radius-top-right" colspan="1">Standard Price</th></tr>
654
+ <tr><th class="charge border-top border-left radius-top-left">Additional Charges</th><th class="dark border-left border-right">IMAX 2D/3D</th><th class="border-right">IMAX 2D/3D</th></tr>
655
+ </thead>
656
+ <tbody>
657
+ <tr>
658
+ <td class="border-left "><strong>Unlimited</strong></td>
659
+ <td class="dark value border-left border-right ">&pound;4.14</td>
660
+ <td class="value border-right ">&pound;4.60</td>
661
+ </tr>
662
+ <tr>
663
+ <td class="border-left border-bottom radius-bottom-left"><strong>Unlimited Premium</strong></td>
664
+ <td class="dark value border-left border-right border-bottom">&pound;4.14</td>
665
+ <td class="value border-right border-bottom radius-bottom-right">&pound;4.60</td>
666
+ </tr>
667
+ </tbody>
668
+ </table>
669
+ </div>
670
+
671
+
672
+ </div>
673
+
674
+ <div class="section light clearfix " >
675
+ <h1 id="services" class="ribbon">Summary of facilities</h1>
676
+
677
+ <ul class="unstyled clearfix services">
678
+ <li>
679
+ <h2>Screens and Ticketing</h2>
680
+ <ul class="unstyled">
681
+ <li class="icon-service-pre">Advance screenings</li>
682
+ <li class="icon-service-dig">Digital</li>
683
+ <li class="icon-service-thrd">3D</li>
684
+ <li class="icon-service-vh">Venue hire</li>
685
+ <li class="icon-service-eticket">E-ticketing</li>
686
+ <li class="icon-service-imax">IMAX Screen</li>
687
+ </ul>
688
+ </li>
689
+ <li>
690
+ <h2>Food and Drink</h2>
691
+ <ul class="unstyled">
692
+ <li class="icon-service-con">Concessions</li>
693
+ <li class="icon-service-stb">Starbucks</li>
694
+ </ul>
695
+ </li>
696
+ <li>
697
+ <h2>Accessibility</h2>
698
+ <ul class="unstyled">
699
+ <li class="icon-service-park">Parking</li>
700
+ <li class="icon-service-dba">Disabled access</li>
701
+ <li class="icon-service-dbp">Disabled parking</li>
702
+ <li class="icon-service-gdog">Guide dogs allowed</li>
703
+ </ul>
704
+ </li>
705
+ </ul>
706
+ </div>
707
+
708
+
709
+ <div class="section light clearfix " >
710
+ <h1 id="directions" class="ribbon">How do I get there?</h1>
711
+
712
+ <div class="row">
713
+ <div class="span6">
714
+ <h2>Details</h2>
715
+ <address class="marker">
716
+ <div class="pin primary small">1</div>
717
+ <strong>Cineworld Glasgow - IMAX at GSC</strong>
718
+ <br />Glasgow Science Centre, 50 Pacific Quay, Glasgow G51 1EA
719
+ <br />0871 200 2000
720
+ </address>
721
+
722
+ <div class="map interactive deferred" data-key="Aj8bhxskJR1S8CqbKYkL4SpvWzacmzzB2iTfZSwi-HFLHpPN6ISfu8wccbH6Rra4" data-width="458" data-height="400" data-coordinates="55.860201,-4.293809" data-zoom="15" data-nearby="0" >
723
+ <div id="bing-88" class="bing viewport" style="display: none;"></div>
724
+ </div>
725
+ </div>
726
+ <div class="span6">
727
+ <h3>Transport Information</h3>
728
+ <p>Got Sat Nav? Pop in our postcode: G51 1EA</p>
729
+ <h4>By Train</h4>
730
+ <p>Exhibition Centre is located on the Argyle Line with regular services running from Glasgow Central and Partick Stations. There is a covered walkway from the station to SECC, from where you walk past the Crowne Plaza Hotel and over the river to Glasgow Science Centre (5-10 mins.)<br />Travelling to us from North West England? Why not take the <a title="Trans Pennine Express (opens in new window)" href="http://www.tpexpress.co.uk/train-destinations/glasgow/overview/" target="_blank">Trans Pennine Express</a>!</p>
731
+ <h4>By Subway</h4>
732
+ <p>The nearest station is Cessnock. Exit the station and turn left, then turn right onto Brand Street and then left onto Lorne Street. Turn left onto Pacific Drive and the entrance to Glasgow Science Centre is at the roundabout. (10-15 mins.)</p>
733
+ <h4>By Bus</h4>
734
+ <p>First Bus No <a title="FirstBus Route 90" href="http://www.firstgroup.com/ukbus/glasgow/journey_planning/timetables/index.php?operator=10&amp;service=90&amp;page=1&amp;redirect=no" target="_blank">90</a> (Paisley Road West)<br />McGill's Bus <a title="McGill's Bus Route 23" href="http://www.mcgillsbuses.co.uk/mcgills-bus-timetables/23-glasgow-to-erskine.aspx" target="_blank">23</a> and <a title="McGill's Bus Route 26" href="http://www.mcgillsbuses.co.uk/mcgills-bus-timetables/26--x26-glasgow-to-nethercraigs.aspx" target="_blank">26</a> (Pacific Drive)<br /><a title="City Sightseeing website" href="http://citysightseeingglasgow.co.uk/" target="_blank">City Sightseeing </a>Tour Bus (Pacific Quay)</p>
735
+ <h4>By Car</h4>
736
+ <p>From the M8 (east or west) take junction 24 and follow brown tourist signs.</p>
737
+ <p>For those more familiar with Glasgow and travelling East along the M8, it is possible to leave at Junction 19, travel down the Broomielaw, cross at the Clyde Arc ('Squinty Bridge') and travel along Govan Road and into Pacific Quay.</p>
738
+ <p>From the M77 stay in the left hand lane (marked Tradeston/ Kinning Park) as the motorway merges with the M8. Take the next exit (junction 21) and follow brown tourist signs.</p>
739
+ <p>From the Clydeside Expressway take SECC (E) exit and then follow brown tourist signs.</p>
740
+ <h3>Parking</h3>
741
+ <p>Parking is available just outside the building in the Science Centre car park. It costs just &pound;3 a day or &pound;1 after 17:00.&nbsp;The &pound;1 parking tokens&nbsp;can be purchased from our concessions counter.</p>
742
+ <h3>Disabled Facilities</h3>
743
+ <p>All floors within the IMAX Theatre are accessible by lift, with disabled accessible toilets on the ground floor of the IMAX Theatre.</p>
744
+ <p>There is space for six wheelchairs within the IMAX Theatre.</p>
745
+ </div>
746
+ </div>
747
+
748
+ </div>
749
+
750
+
751
+ <div class="section light clearfix " >
752
+ <h1 id="hire" class="ribbon">Hire Cineworld Glasgow - IMAX at GSC</h1>
753
+
754
+ <div class="row hire">
755
+ <div class="span6">
756
+ <p>The Cineworld IMAX at Glasgow Science Centre is currently not available for venue hire. Please visit the pages for<a href="/venuehire/venues/28"> Cineworld Glasgow Renfrew street </a>and <a href="/venuehire/venues/27">Glasgow Parkhead </a>if you wish to hire a cinema.</p>
757
+ <a class="action secondary light" href="/venuehire/venues/88">Visit our venue hire website</a>
758
+ </div>
759
+ </div>
760
+ </div>
761
+ </div>
762
+
763
+ <!-- This comment replaces content that was removed due to user's cookie settings -->
764
+
765
+
766
+ <div id="footer" role="contentinfo">
767
+ <div class="section dark clearfix " >
768
+
769
+ <div class="row">
770
+
771
+ <hr class="highlight" />
772
+
773
+ <div class="span4">
774
+ <h3>Venue hire</h3>
775
+ <ul>
776
+ <li><a href="/venuehire">Find out more</a></li>
777
+ </ul>
778
+ </div>
779
+
780
+ <div class="span3">
781
+ <h3>My booking</h3>
782
+ <ul>
783
+ <li><a href="/checkbooking">Check my booking</a></li>
784
+ </ul>
785
+
786
+ <h3>Follow us</h3>
787
+ <ul class="social">
788
+ <li class="twitter"><a href="http://twitter.com/cineworld" target="_blank">Twitter</a></li>
789
+ <li class="facebook"><a href="http://www.facebook.com/cineworld" target="_blank">Facebook</a></li>
790
+ <li class="youtube"><a href="http://www.youtube.com/user/CineworldCinemas" target="_blank">YouTube</a></li>
791
+ </ul>
792
+ </div>
793
+
794
+ <div class="span5">
795
+ <h3>Around Cineworld</h3>
796
+ <ul>
797
+ <li><a href="/contact">Contact us</a></li>
798
+ <li><a href="/terms">Terms &amp; conditions</a></li>
799
+ <li><a href="/policy">Privacy policy</a></li>
800
+ <li><a href="/cw/assets/downloads/cineworld_nutritional_information.pdf">Nutritional information</a></li>
801
+ <li><a href="/cookies/settings">Cookie settings</a></li>
802
+ <li><a href="/faq">FAQs</a></li>
803
+ <li><a href="/careers">Careers</a></li>
804
+ <li><a href="/press">Press</a></li>
805
+ <li><a href="http://www.cineworldplc.com/" target="_blank">Cineworld Group PLC</a></li>
806
+ <li><a href="/accessibility">Accessibility</a></li>
807
+ </ul>
808
+
809
+ <h3>Cineworld apps</h3>
810
+ <ul>
811
+ <li><a href="http://itunes.apple.com/gb/app/cineworld/id377707014">iPhone app</a></li>
812
+ <li><a href="https://play.google.com/store/apps/details?id=com.cineworld">Android app</a></li>
813
+ <li><a href="http://itunes.apple.com/gb/app/cineworld-magazine/id508350271">iPad magazine</a></li>
814
+ </ul>
815
+ </div>
816
+
817
+ </div>
818
+
819
+
820
+ <div class="row">
821
+ <div class="span12 smallprint small">
822
+ <p>All rights reserved Cineworld Cinemas 2014 &copy;</p>
823
+ </div>
824
+ </div>
825
+
826
+ </div>
827
+ </div>
828
+ </div>
829
+ <!-- [SL] end -->
830
+ </div>
831
+ </div>
832
+
833
+ <div id="tooltip-template-performance-unavailable" class="tooltip-box performance unavailable">
834
+ <h3 data-field="title" class="default">This showtime is unavailable</h3>
835
+ <hr class="thin" />
836
+ <p data-field="explanation" class="default">Booking is unavailable for this showtime as it may have already started, finished or been sold out.</p>
837
+ </div>
838
+
839
+ <div class="notification cookie" style="display: none;">
840
+ <h1 class="">Cookies Notification</h1>
841
+ <div>
842
+ <p>This website uses cookies to provide you with a better experience.<br /><br />You can adjust your cookie settings at any time at the bottom of each page.&nbsp; If you do not adjust your settings, you are consenting to us issuing all cookies to you.<br /><br /></p>
843
+ <p>
844
+ <a href="/cookies/settings">Change settings</a><br />
845
+ <a href="/cookies/about" target="_blank">Find out more about Cookies</a>
846
+ </p>
847
+ <p>
848
+ <a class="action primary">Close</a>
849
+ </p>
850
+
851
+ <p>This notification will be automatically dismissed in <span class="remaining">15</span> seconds, <a class="dismiss">dismiss this countdown</a>.</p>
852
+ </div>
853
+ </div>
854
+
855
+ <script type="text/javascript" src="/cw/assets/javascript/jquery.blockui.packed.js"></script>
856
+ <script type="text/javascript" src="/cw/assets/javascript/jquery.lazyload.packed.js"></script>
857
+ <script type="text/javascript" src="/cw/assets/javascript/jquery.validate.packed.js"></script>
858
+ <script type="text/javascript" src="/cw/assets/javascript/jquery.form.packed.js"></script>
859
+ <script type="text/javascript" src="/cw/assets/javascript/jquery.tabs.packed.js"></script>
860
+ <script type="text/javascript" src="/cw/assets/javascript/jquery.masonry.packed.js"></script>
861
+ <script type="text/javascript" src="/cw/assets/javascript/jquery.fancybox.packed.js"></script>
862
+ <script type="text/javascript" src="/cw/assets/javascript/jquery.nivo.slider.packed.js"></script>
863
+ <script type="text/javascript" src="/cw/assets/javascript/zebra.datepicker.packed.js"></script>
864
+ <script type="text/javascript" src="/cw/assets/javascript/jwplayer.packed.js"></script>
865
+ <script type="text/javascript" src="/cw/assets/javascript/jquery.cineworld.quickbook.packed.js"></script>
866
+ <script type="text/javascript" src="/cw/assets/javascript/jquery.cineworld.core.packed.js"></script>
867
+ <script type="text/javascript" src="/cw/assets/javascript/jquery.cineworld.cookies.packed.js"></script>
868
+ <script type="text/javascript" src="/cw/assets/javascript/jquery.cineworld.mycineworld.packed.js"></script>
869
+ <script type="text/javascript" src="/cw/assets/javascript/jquery.cineworld.instant_search.packed.js"></script>
870
+ <script type="text/javascript" src="/cw/assets/javascript/jquery.cineworld.whatson.packed.js"></script>
871
+ <script type="text/javascript" src="/cw/assets/javascript/jquery.cineworld.tooltip.packed.js"></script>
872
+ <script type="text/javascript" src="/cw/assets/javascript/initialise.packed.js"></script>
873
+
874
+
875
+
876
+ <script type="text/javascript">
877
+ // WebTrends SmartSource Data Collector Tag v10.2.81
878
+ // Copyright (c) 2013 Webtrends Inc. All rights reserved.
879
+ // Tag Builder Version: 4.1.0.49
880
+ // Created: 2013.03.09
881
+ window.webtrendsAsyncInit=function(){
882
+ var dcs=new Webtrends.dcs().init({
883
+ dcsid:"dcskzgl9m000000w4dyp4senq_3i2w",
884
+ domain:"statse.webtrendslive.com",
885
+ timezone:0,
886
+ i18n:true,
887
+ adimpressions:true,
888
+ adsparam:"WT.ac",
889
+ offsite:true,
890
+ download:true,
891
+ downloadtypes:"xls,doc,pdf,txt,csv,zip,docx,xlsx,rar,gzip",
892
+ onsitedoms:"cineworld.co.uk",
893
+ fpcdom:"cineworld.co.uk"
894
+ }).track();
895
+ };
896
+ (function(){
897
+ var s=document.createElement("script"); s.async=true; s.src="/cw/assets/javascript/webtrends.packed.js";
898
+ var s2=document.getElementsByTagName("script")[0]; s2.parentNode.insertBefore(s,s2);
899
+ }());
900
+ </script>
901
+
902
+
903
+ <noscript>
904
+ <img alt="dcsimg" id="dcsimg" width="1" height="1" src="http://statse.webtrendslive.com/dcskzgl9m000000w4dyp4senq_3i2w/njs.gif?dcsuri=/nojavascript&amp;WT.js=No&amp;WT.tv=10.2.81&amp;dcssip=cineworld.co.uk&amp;" />
905
+ </noscript>
906
+
907
+ <script type="text/javascript">
908
+ //<![CDATA[
909
+ (function() {
910
+ var _analytics_scr = document.createElement('script');
911
+ _analytics_scr.type = 'text/javascript'; _analytics_scr.async = true; _analytics_scr.src = '/_Incapsula_Resource?SWJIYLWA=2977d8d74f63d7f8fedbea018b7a1d05&ns=1';
912
+ var _analytics_elem = document.getElementsByTagName('script')[0]; _analytics_elem.parentNode.insertBefore(_analytics_scr, _analytics_elem);
913
+ })();
914
+ // ]]>
915
+ </script></body>
916
+ </html>
@@ -61,6 +61,13 @@ describe CineworldUk::Cinema do
61
61
  cinema.name.must_equal 'The O2, Greenwich'
62
62
  cinema.slug.must_equal 'the-o2-greenwich'
63
63
  end
64
+
65
+ it 'removes " - " and replaces it with a colon ": "' do
66
+ cinema = CineworldUk::Cinema.new 88, 'Glasgow - IMAX at GSC'
67
+ cinema.id.must_equal 88
68
+ cinema.name.must_equal 'Glasgow: IMAX at GSC'
69
+ cinema.slug.must_equal 'glasgow-imax-at-gsc'
70
+ end
64
71
  end
65
72
 
66
73
  describe '#adr' do
@@ -273,6 +280,36 @@ describe CineworldUk::Cinema do
273
280
  end
274
281
  end
275
282
 
283
+ describe '#full_name' do
284
+ subject { cinema.full_name }
285
+
286
+ describe 'simple name (brighton)' do
287
+ let(:cinema) { CineworldUk::Cinema.new('3', 'Brighton') }
288
+
289
+ before do
290
+ body = File.read( File.join(File.dirname(__FILE__), '..', '..', 'fixtures', 'cinemas', 'brighton.html') )
291
+ stub_request(:get, 'http://www.cineworld.co.uk/cinemas/3/information').to_return( status: 200, body: body, headers: {} )
292
+ end
293
+
294
+ it 'returns the brand in the name' do
295
+ subject.must_equal 'Cineworld Brighton'
296
+ end
297
+ end
298
+
299
+ describe 'complex name (glasgow imax)' do
300
+ let(:cinema) { CineworldUk::Cinema.new('88', 'Glasgow - IMAX at GSC') }
301
+
302
+ before do
303
+ body = File.read( File.join(File.dirname(__FILE__), '..', '..', 'fixtures', 'cinemas', 'glasgow-imax-at-gsc.html') )
304
+ stub_request(:get, 'http://www.cineworld.co.uk/cinemas/88/information').to_return( status: 200, body: body, headers: {} )
305
+ end
306
+
307
+ it 'returns the brand in the name' do
308
+ subject.must_equal 'Cineworld Glasgow: IMAX at GSC'
309
+ end
310
+ end
311
+ end
312
+
276
313
  describe '#locality' do
277
314
  subject { cinema.locality }
278
315
 
metadata CHANGED
@@ -1,18 +1,20 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cineworld_uk
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
+ prerelease:
5
6
  platform: ruby
6
7
  authors:
7
8
  - Andy Croll
8
9
  autorequire:
9
10
  bindir: bin
10
11
  cert_chain: []
11
- date: 2014-01-02 00:00:00.000000000 Z
12
+ date: 2014-01-15 00:00:00.000000000 Z
12
13
  dependencies:
13
14
  - !ruby/object:Gem::Dependency
14
15
  name: bundler
15
16
  requirement: !ruby/object:Gem::Requirement
17
+ none: false
16
18
  requirements:
17
19
  - - ~>
18
20
  - !ruby/object:Gem::Version
@@ -20,6 +22,7 @@ dependencies:
20
22
  type: :development
21
23
  prerelease: false
22
24
  version_requirements: !ruby/object:Gem::Requirement
25
+ none: false
23
26
  requirements:
24
27
  - - ~>
25
28
  - !ruby/object:Gem::Version
@@ -27,6 +30,7 @@ dependencies:
27
30
  - !ruby/object:Gem::Dependency
28
31
  name: rake
29
32
  requirement: !ruby/object:Gem::Requirement
33
+ none: false
30
34
  requirements:
31
35
  - - ! '>='
32
36
  - !ruby/object:Gem::Version
@@ -34,6 +38,7 @@ dependencies:
34
38
  type: :development
35
39
  prerelease: false
36
40
  version_requirements: !ruby/object:Gem::Requirement
41
+ none: false
37
42
  requirements:
38
43
  - - ! '>='
39
44
  - !ruby/object:Gem::Version
@@ -41,6 +46,7 @@ dependencies:
41
46
  - !ruby/object:Gem::Dependency
42
47
  name: webmock
43
48
  requirement: !ruby/object:Gem::Requirement
49
+ none: false
44
50
  requirements:
45
51
  - - ! '>='
46
52
  - !ruby/object:Gem::Version
@@ -48,6 +54,7 @@ dependencies:
48
54
  type: :development
49
55
  prerelease: false
50
56
  version_requirements: !ruby/object:Gem::Requirement
57
+ none: false
51
58
  requirements:
52
59
  - - ! '>='
53
60
  - !ruby/object:Gem::Version
@@ -55,6 +62,7 @@ dependencies:
55
62
  - !ruby/object:Gem::Dependency
56
63
  name: httparty
57
64
  requirement: !ruby/object:Gem::Requirement
65
+ none: false
58
66
  requirements:
59
67
  - - ! '>='
60
68
  - !ruby/object:Gem::Version
@@ -62,6 +70,7 @@ dependencies:
62
70
  type: :runtime
63
71
  prerelease: false
64
72
  version_requirements: !ruby/object:Gem::Requirement
73
+ none: false
65
74
  requirements:
66
75
  - - ! '>='
67
76
  - !ruby/object:Gem::Version
@@ -69,6 +78,7 @@ dependencies:
69
78
  - !ruby/object:Gem::Dependency
70
79
  name: nokogiri
71
80
  requirement: !ruby/object:Gem::Requirement
81
+ none: false
72
82
  requirements:
73
83
  - - ! '>='
74
84
  - !ruby/object:Gem::Version
@@ -76,6 +86,7 @@ dependencies:
76
86
  type: :runtime
77
87
  prerelease: false
78
88
  version_requirements: !ruby/object:Gem::Requirement
89
+ none: false
79
90
  requirements:
80
91
  - - ! '>='
81
92
  - !ruby/object:Gem::Version
@@ -83,6 +94,7 @@ dependencies:
83
94
  - !ruby/object:Gem::Dependency
84
95
  name: tzinfo
85
96
  requirement: !ruby/object:Gem::Requirement
97
+ none: false
86
98
  requirements:
87
99
  - - ! '>='
88
100
  - !ruby/object:Gem::Version
@@ -90,6 +102,7 @@ dependencies:
90
102
  type: :runtime
91
103
  prerelease: false
92
104
  version_requirements: !ruby/object:Gem::Requirement
105
+ none: false
93
106
  requirements:
94
107
  - - ! '>='
95
108
  - !ruby/object:Gem::Version
@@ -97,6 +110,7 @@ dependencies:
97
110
  - !ruby/object:Gem::Dependency
98
111
  name: tzinfo-data
99
112
  requirement: !ruby/object:Gem::Requirement
113
+ none: false
100
114
  requirements:
101
115
  - - ! '>='
102
116
  - !ruby/object:Gem::Version
@@ -104,6 +118,7 @@ dependencies:
104
118
  type: :runtime
105
119
  prerelease: false
106
120
  version_requirements: !ruby/object:Gem::Requirement
121
+ none: false
107
122
  requirements:
108
123
  - - ! '>='
109
124
  - !ruby/object:Gem::Version
@@ -134,6 +149,7 @@ files:
134
149
  - test/fixtures/cinemas/bristol.html
135
150
  - test/fixtures/cinemas/bury-st-edmunds.html
136
151
  - test/fixtures/cinemas/chelsea.html
152
+ - test/fixtures/cinemas/glasgow-imax-at-gsc.html
137
153
  - test/fixtures/cinemas/the-o2-grenwich.html
138
154
  - test/fixtures/whatson/brighton.html
139
155
  - test/fixtures/whatson/brighton/autism-friendly-cloudy-2.html
@@ -164,26 +180,27 @@ files:
164
180
  homepage: https://github.com/andycroll/cineworld_uk
165
181
  licenses:
166
182
  - MIT
167
- metadata: {}
168
183
  post_install_message:
169
184
  rdoc_options: []
170
185
  require_paths:
171
186
  - lib
172
187
  required_ruby_version: !ruby/object:Gem::Requirement
188
+ none: false
173
189
  requirements:
174
190
  - - ! '>='
175
191
  - !ruby/object:Gem::Version
176
192
  version: '0'
177
193
  required_rubygems_version: !ruby/object:Gem::Requirement
194
+ none: false
178
195
  requirements:
179
196
  - - ! '>='
180
197
  - !ruby/object:Gem::Version
181
198
  version: '0'
182
199
  requirements: []
183
200
  rubyforge_project:
184
- rubygems_version: 2.1.10
201
+ rubygems_version: 1.8.23
185
202
  signing_key:
186
- specification_version: 4
203
+ specification_version: 3
187
204
  summary: Parses cinema and showing data from the cineworld.co.uk website
188
205
  test_files:
189
206
  - test/fixtures/cinemas.html
@@ -191,6 +208,7 @@ test_files:
191
208
  - test/fixtures/cinemas/bristol.html
192
209
  - test/fixtures/cinemas/bury-st-edmunds.html
193
210
  - test/fixtures/cinemas/chelsea.html
211
+ - test/fixtures/cinemas/glasgow-imax-at-gsc.html
194
212
  - test/fixtures/cinemas/the-o2-grenwich.html
195
213
  - test/fixtures/whatson/brighton.html
196
214
  - test/fixtures/whatson/brighton/autism-friendly-cloudy-2.html
@@ -218,4 +236,3 @@ test_files:
218
236
  - test/lib/cineworld_uk/screening_test.rb
219
237
  - test/lib/cineworld_uk/version_test.rb
220
238
  - test/test_helper.rb
221
- has_rdoc:
checksums.yaml DELETED
@@ -1,15 +0,0 @@
1
- ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- NTQyOWQ5NWNkY2ViOGY2YTVkMzRmMWJhYWIxYzkxNjNjMGU3NjI2ZA==
5
- data.tar.gz: !binary |-
6
- YjAxNjI2ZGZkZjNjNDg5YmM5YmZmZDg0ZTVlOTVkY2ExNjk1MWExNg==
7
- SHA512:
8
- metadata.gz: !binary |-
9
- MmQwMTIzZmYwYTMyZGEwNDNkOTk4NGQ3YzYwZDFkMzBhODQ3MjU2Yjk3YzNm
10
- NjhhZjg1YzNjOTFmMWQ1YTUyZGUxMTgwMGU3ZWNkMjViYjJjNDU3MGRmODI5
11
- MGExNjI5NjczN2I0YTk5N2IxOGUxOTczYmFjYTA0ZThjMjZhY2U=
12
- data.tar.gz: !binary |-
13
- NGE2OThjZWZhMmJlZmMxODI5ZWU3NWRjYTIwMzQ2OGNlYTBmY2NlZDRmYmFl
14
- MjBiMjc3MTExMjM1NzJhYzAwNzJlYTU3YmZhM2ZhOWRmNDZjZmFlMzA3NDMw
15
- NTAxYzU4ZDllNjY1YTU0M2E5YzUyNDg5MTJmYmVjMTQ2MDkwYmY=