-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
637 lines (553 loc) · 55.7 KB
/
index.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
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
<!doctype html>
<html>
<head lang="en">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<link rel="shortcut icon" href="images/favicon.ico" type="image/vnd.microsoft.icon" />
<title>PERFORMS | Medical Imaging Assessment & Training Platform.</title>
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="images/favicon.ico">
<meta name="theme-color" content="#ffffff">
<meta name="description"
content="PERFORMS is an educational self assessment and training platform designed for medical professionals. The PERFORMS platform is for medical imaging professionals and the IMPROVE scheme is for technologists and advanced practitioner radiographers undergoing training. Our mobile apps and digital infrastructure are developed and maintained by enCircle Solutions Ltd."/>
<meta name="keywords"
content="PERFORMS, international, educational, self, assessment, training, accademic, research, breast, screening, radiology, radiologist, xray, tomosynthesis, UK, NHS, medical, imaging, applied, vision, research">
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<link rel="stylesheet" href="fancybox/jquery.fancybox-v=2.1.5.css" type="text/css" media="screen">
<link rel="stylesheet" href="font-awesome-4.7.0/css/font-awesome.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/style.css">
<!--[if IE 8]>
<link href="css/ie8-style.css" rel="stylesheet" type="text/css"/>
<![endif]-->
<link rel="stylesheet" href="css/star-rating.min.css" media="all" rel="stylesheet" type="text/css"/>
<link href='https://fonts.googleapis.com/css?family=Titillium+Web:400,600,300,200&subset=latin,latin-ext'
rel='stylesheet' type='text/css'>
<!-- <link rel="prefetch" href="images/zoom.png">
<script>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-444-1', 'auto');
ga('send', 'pageview');
-->
</script>
</head>
<body>
<ul class="social">
<li><a target="_blank" href="https://twitter.com/home?status@=PERFORMSINT%20http://performs.org.uk" class="tw"
alt="Tweet this page!"><i class="fa fa-twitter"></i></a></li>
<li><a target="_blank"
href="http://www.facebook.com/sharer.php?u=http://performs.org.uk&t=PERFORMS"
class="fb" alt="Share this page!"><i class="fa fa-facebook"></i></a></li>
<li><a target="_blank" href="http://plus.google.com/share?url=http://performs.org.uk" class="gp"
alt="Share this page!"><i class="fa fa-google-plus"></i></a></li>
<li><a target="_blank"
href="https://www.linkedin.com/shareArticle?mini=true&url=http://performs.org.uk&title=PERFORMS&summary=https://www.linkedin.com/company/performs-international.&source=performs.org.uk"
class="li" alt="Share this page!"><i class="fa fa-linkedin"></i></a></li>
<li><a target="_blank"
href="https://pinterest.com/pin/create/button/?url=http://performs.org.uk&media=http://performs.org.uk/images/logo.png&description=PERFORMS."
class="pt" alt="Share this page!"><i class="fa fa-pinterest"></i></a></li>
</ul>
<div class="navbar navbar-fixed-top" data-activeslide="1">
<div class="container">
<!-- .navbar-toggle is used as the toggle for collapsed navbar content -->
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-responsive-collapse">
<span class="fa fa-bar"></span>
<span class="fa fa-bar"></span>
<span class="fa fa-bar"></span>
</button>
<div class="nav-collapse collapse navbar-responsive-collapse">
<ul class="nav row">
<li data-slide="1" class="col-12 col-sm-2"><a id="menu-link-1" href="#slide-1" onmouseup="menu_focus(this,1);"
title="Home"><span class="fa fa-home"></span>
<span class="text">HOME</span></a></li>
<li data-slide="2" class="col-12 col-sm-2"><a id="menu-link-2" href="#slide-2" onmouseup="menu_focus(this,2);"
title="PERFORMS UK"><span
class="fa fa-user-md"></span> <span class="text">NHS</span></a></li>
<li data-slide="3" class="col-12 col-sm-2"><a id="menu-link-3" href="#slide-3" onmouseup="menu_focus(this,3);"
title="PERFORMS International"><span
class="fa fa-globe"></span> <span class="text">INTERNATIONAL</span></a></li>
<li data-slide="5" class="col-12 col-sm-2"><a id="menu-link-5" href="#slide-5" onmouseup="menu_focus(this,5);"
title="About"><span
class="fa fa-info-circle"></span> <span class="text">ABOUT PERFORMS</span></a></li>
<li data-slide="6" class="col-12 col-sm-2"><a id="menu-link-6" href="#slide-6" onmouseup="menu_focus(this,6);"
title="PUBLICATIONS"><span
class="fa fa-book"></span> <span class="text">PUBLICATIONS</span></a></li>
<li data-slide="4" class="col-12 col-sm-2"><a id="menu-link-4" href="#slide-4" onmouseup="menu_focus(this,4);"
title="Contact Us"><span
class="fa fa-envelope"></span> <span class="text">CONTACT US</span></a></li>
</ul>
<div class="row">
<div class="col-sm-2 active-menu"></div>
</div>
</div><!-- /.nav-collapse -->
</div><!-- /.container -->
</div><!-- /.navbar -->
<!-- === Arrows === -->
<!--div id="arrows">
<div id="arrow-up" class="disabled"></div>
<div id="arrow-down"></div>
<div id="arrow-left" class="disabled visible-lg"></div>
<div id="arrow-right" class="disabled visible-lg"></div>
</div--><!-- /.arrows -->
<!-- === MAIN === -->
<section class="slide story" id="slide-1" data-slide="1" data-speed="3" data-type="background">
<div class="container">
<div id="home-row-1" class="row clearfix">
<div class="col-12">
<h1 class="font-thin"><strong>PERFORMS</strong> is an <span class="font-semibold">educational self assessment</span> and <span
class="font-semibold">training platform </span> designed for <span
class="font-semibold">medical professionals.</span></h1>
<br>
<br>
</div><!-- /col-12 -->
</div><!-- /row -->
<div id="home-row-2" class="row clearfix">
<div class="col-12 col-sm-4">
<div class="home-hover navigation-slide with-hover-text" data-slide="2">
<span class="fa fa-user-md fa-5x" style="display: block;color: rgba(255, 0, 255, 0.5);"></span><br/><span class="hover-text font-light"
style="color: black"><strong>NHS (UK Participants)...</strong></span></div>
</div>
<div class="col-12 col-sm-4">
<div class="home-hover navigation-slide with-hover-text" data-slide="3">
<span class="fa fa-globe fa-5x" style="display: block; color: #8c001a;"></span><br/><span class="hover-text font-light" style="color: black"><strong>PERFORMS International...</strong></span>
</div>
</div>
<div class="col-12 col-sm-4">
<div class="home-hover navigation-slide with-hover-text" data-slide="4">
<span class="fa fa-envelope fa-5x" style="display: block; color: #289296;"></span><br/><span class="hover-text font-light" style="color: black"><strong>Tell us what you think...</strong></span>
</div>
</div>
</div><!-- /row -->
</div><!-- /container -->
</section><!-- /slide1 -->
<!-- === Slide 2 === -->
<section class="slide story" id="slide-2" data-slide="2" data-speed="3" data-type="background">
<div class="container">
<!-- <div class="row title-row">
<div class="col-12 font-thin">Xxxxxx x x xx<span class="font-semibold">xxxxxx</span> and <span class="font-semibold"> xxxxxxx xxxxxx </span> for <span class="font-semibold"> xxxx xxxxxx </span> xxxxxxxx.
</div>
</div> /row -->
<!--<div class="row line-row">
<div class="hr"> </div>
</div> /row -->
<div id="function">
<div class="row content-row">
<div class="col-12 col-lg-4 col-sm-4">
<p><i class="fa fa-tablet fa-5x"></i></p>
<h2 class="font-thin"><span class="font-semibold">PERFORMS Schemes</span>
</h2>
<h4 class="font-thin">
<p>Once registered on our system, participants can now simply log on to one of our applications and report when convenient over a period of many weeks.</p><p>The applications are hosted on our servers at Loughborough, and participating centres simply require a compatible web browser either on their workstation or on a portable machine placed immediately next to the workstation.</p></h4>
</div><!-- /col12 -->
<div class="col-12 col-lg-4 col-sm-4">
<p><i class="fa fa-question-circle fa-5x"></i></p>
<h2 class="font-thin"><span
class="font-semibold">IMPROVE Training</span></h2>
<h4 class="font-thin">
<p>IMPROVE is a variant on the PERFORMS approach and runs as a test of an individual’s screening skills. It employs a number of difficult screening cases.</p>
<p>Individuals sit the test at some point early in their training and then again some time later. There is a criterion pass mark on sensitivity and specificity which they need to reach in order to be successful in the test on the second occasion.</p></h4>
</div><!-- /col12 -->
<div class="col-12 col-lg-4 col-sm-4">
<p><i class="fa fa-database fa-5x"></i></p>
<h2 class="font-thin"><span class="font-semibold">Analysis & Reporting</span>.
</h2>
<h4 class="font-thin">
<p>Having read the set of cases each participant receives immediate graphical feedback from the reporting software concerning how their decisions agree with those of an expert panel of radiologists and also on how well they identified early and difficult signs of abnormalities.</p>
<p>Once everyone in the UK has taken part then all participants receive detailed and anonymous data such as outliers in a number of dimensions.
</p>
</h4>
</div><!-- /col12 -->
</div><!-- /row -->
<div class="row content-row">
<div class="col-sm-12">
<button type="button" class="btn btn-lg btn-success">Access PERFORMS UK</button>
</div>
</div>
</div>
</div><!-- /container -->
</section>
<!-- === SLide 3 -->
<section class="slide story" id="slide-3" data-slide="3">
<div class="container">
<!-- <div class="row title-row">
<div class="col-12 font-thin">Xxxxxx x x xx<span class="font-semibold">xxxxxx</span> and <span class="font-semibold"> xxxxxxx xxxxxx </span> for <span class="font-semibold"> xxxx xxxxxx </span> xxxxxxxx.
</div>
</div> /row -->
<!--<div class="row line-row">
<div class="hr"> </div>
</div> /row -->
<div id="international">
<div class="row content-row">
<div class="col-12 col-lg-4 col-sm-4">
<p><i class="fa fa-globe fa-5x"></i></p>
<h2 class="font-thin"><span class="font-semibold">PERFORMS International</span>
</h2>
<h4 class="font-thin">
<p>The internationally available version of PERFORMS has been customised specifically for individuals or groups of medical professionals who wish to develop their screening skills from anywhere in the World.</p><p>The cases provided are of varying difficulty, focusing on the challenging aspects of breast screening.</p></h4>
</div><!-- /col12 -->
<div class="col-12 col-lg-4 col-sm-4">
<p><i class="fa fa-user-md fa-5x"></i></p>
<h2 class="font-thin"><span
class="font-semibold">Expert Opinions</span></h2>
<h4 class="font-thin">
<p>Each case is reviewed by a number of expert radiologists prior to being included in a Scheme. The final pathology is recorded and provided to the participant once all cases in the scheme have been read.</p>
<p>Only the most educationally rewarding cases are included in the PERFORMS International schemes. This ensures you get the most from taking part.</p></h4>
</div><!-- /col12 -->
<div class="col-12 col-lg-4 col-sm-4">
<p><i class="fa fa-users fa-5x"></i></p>
<h2 class="font-thin"><span class="font-semibold">Peer Group Analysis</span>.
</h2>
<h4 class="font-thin">
<p>Once you have taken part in the scheme and completed all cases, you will receive immediate results confirming which cases were assessed correctly and which ones are incorrect.</p>
<p>You will then receive a follow-up report which shows how you compare to your peers, i.e. people from around the World having in similar roles and level of experience.
</p>
</h4>
</div><!-- /col12 -->
</div><!-- /row -->
<div class="row content-row">
<div class="col-sm-12">
<button type="button" class="btn btn-lg btn-success">Access PERFORMS International</button>
</div>
</div>
</div>
</div><!-- /container -->
</section>
<!-- /slide3 -->
<!-- === Slide 5 === -->
<section class="slide story" id="slide-5" data-slide="5">
<div class="container">
<h3>ABOUT PERFORMS</h3>
<div class="row" id="about">
<div class="col-sm-6">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus et pellentesque felis, nec bibendum tellus. Duis luctus lorem vel nulla cursus pulvinar. Sed vitae libero ut lectus ultrices ornare vel vitae velit. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam egestas ligula sed diam dictum, eu faucibus sapien facilisis. Duis mauris lectus, malesuada vel turpis ac, condimentum semper lectus. Proin libero tellus, vehicula vel tristique id, fringilla eget urna.
</p>
<p>
Proin pellentesque gravida mi non accumsan. Interdum et malesuada fames ac ante ipsum primis in faucibus. Curabitur odio odio, faucibus tempus vulputate a, aliquam non neque. Etiam eu lorem tempor, condimentum purus eu, ornare enim. Fusce auctor ultrices viverra. Cras malesuada faucibus vestibulum. Donec quis mauris sit amet odio fermentum elementum eu sit amet odio. Curabitur mauris sapien, congue a pretium nec, porttitor nec magna. Aliquam et tempus erat. Etiam ac varius erat. Nulla eros turpis, tempus in neque imperdiet, ultrices dignissim lacus.
</p>
<p>
Donec quam nibh, lobortis vel quam vitae, hendrerit facilisis est. Curabitur sollicitudin tortor et bibendum egestas. Donec eget lacus libero. Ut sed est efficitur, mattis eros eget, mattis dolor. Duis iaculis dapibus mauris, nec efficitur sem luctus ut. Pellentesque fringilla posuere tortor in consectetur. Aliquam euismod venenatis magna. Phasellus egestas velit eu orci placerat sodales. Ut et scelerisque augue, quis eleifend purus. Duis et mauris vulputate, ullamcorper eros quis, dignissim diam. Aenean sollicitudin risus at vehicula egestas. Proin eu tempor est.
</p>
</div>
<div class="col-sm-6">
<p>IDonec porta condimentum leo, at molestie nisl aliquam vel. Vestibulum auctor nunc sagittis nibh dapibus, vel rhoncus turpis luctus. Proin varius ligula tellus, sed hendrerit lectus dapibus eget. Ut id eleifend augue. Maecenas eros nibh, consequat sit amet dapibus id, dignissim non mi. Suspendisse semper pretium quam a tincidunt. Praesent maximus euismod ipsum vel sodales. Sed posuere, ex in placerat molestie, ipsum mi tincidunt mauris, eu porttitor turpis mauris id dui. Nam non augue lacus. Morbi a tortor mauris. Aliquam ac commodo ante. Etiam elementum non dui porttitor finibus.
</p>
<p>
Morbi magna velit, fringilla eu maximus a, efficitur at risus. Aenean porta dui diam, at ultricies magna consequat porttitor. Fusce volutpat justo eu libero aliquet, id molestie urna suscipit. Nulla vel viverra purus. Fusce eu quam tempor, egestas sapien eu, dictum eros. Curabitur interdum, velit et laoreet volutpat, lacus orci rhoncus velit, sit amet feugiat ligula risus eu est. Ut molestie posuere eros id rutrum. Interdum et malesuada fames ac ante ipsum primis in faucibus. In justo elit, hendrerit eu diam tincidunt, sagittis pulvinar libero.
</p>
<p>
Etiam eu lorem tempor, condimentum purus eu, ornare enim. Fusce auctor ultrices viverra. Cras malesuada faucibus vestibulum. Donec quis mauris sit amet odio fermentum elementum eu sit amet odio. Curabitur mauris sapien, congue a pretium nec, porttitor nec magna. Aliquam et tempus erat. Etiam ac varius erat. Nulla eros turpis, tempus in neque imperdiet, ultrices dignissim lacus.</p>
</div>
</div>
</div>
</section>
<!-- /slide5 -->
<!-- === Slide 6 === -->
<section class="slide story" id="slide-6" data-slide="6">
<div class="container">
<p>We play an active role in the international research community and are are keen to disseminate information relating to our work in PERFORMS and associated activities.</p>
<div class="row" id="publications">
<div class="col-sm-12">
<div>
<h3>Key publications which summarise the PERFORMS scheme</h3>
<div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even" property="content:encoded">
<p>Gale A.G.: Maintaining quality in the UK breast screening program (keynote conference address) In D.J. Manning & C. Abbey (Eds.) SPIE Medical Imaging 2010: Image Perception, Observer Performance, and Technology Assessment (2010)</p>
<p> </p>
<p>Gale A.G. & Scott H.: Measuring Radiology Performance in Breast Screening. In M.Michell (ed.) Contemporary Issues in Cancer Imaging – Breast Cancer, Cambridge UP, Cambridge, (2010)</p>
<p> </p>
<p>Gale A.G.: PERFORMS – a self assessment scheme for radiologists in breast screening. In Seminars in Breast Disease: Improving and monitoring mammographic interpretative skills, 2003, 6(3), 148-152 </p>
<p> </p>
<h3>Publications by year</h3>
<div>
<p><a href="#2013" id="2013link">2013</a>, <a href="#2012">2012</a>, <a href="#2011">2011</a>, <a href="#2010">2010</a>, <a href="#2009">2009</a>, <a href="#2008">2008</a>, <a href="#2007">2007</a>, <a href="#2006">2006</a>, <a href="#2005">2005</a>, <a href="#2004">2004</a>, <a href="#2003">2003</a>, <a href="#2002">2002</a>, <a href="#2001">2001</a>, <a href="#2000">2000</a>, <a href="#1999">1999</a>, <a href="#1998">1998</a>, <a href="#1997">1997</a>, <a href="#1996">1996</a>, <a href="#1995">1995</a>, <a href="#1994">1994</a>, <a href="#1993">1993</a>, <a href="#1992">1992</a>, <a href="#1991">1991</a>, <a href="#1990">1990</a>, <a href="#1989">1989</a>, <a href="#1988">1988</a>, <a href="#1987">1987</a>, <a href="#1986">1986</a>, <a href="#1985">1985</a>, <a href="#1984">1984</a></p>
</div>
<div>
<p><strong><a id="2013" name="2013"></a>2013</strong></p>
<p>Chen Y., Gale A.G., Evanoff M.: Does routine breast screening practice over-ride display quality in reporting enriched test sets? In C.K. Abbey & C.R. Mello-Thoms (eds.) SPIE Medical Imaging 2013: Image Perception, Observer Performance, and Technology Assessment. 2013.</p>
<p>Dong L., Chen Y., Gale A.G.: Breast screening: understanding case difficulty and the nature of errors. In C.K. Abbey & C.R. Mello-Thoms (eds.) SPIE Medical Imaging 2013: Image Perception, Observer Performance, and Technology Assessment. 2013.</p>
<p><strong><a id="2012" name="2012"></a>2012</strong></p>
<p>Chen Y., Gale A.G., Evanoff M.: Performance differences across the Atlantic when UK and USA radiologists read the same set of test screening cases. ? In C.K. Abbey & C.R. Mello-Thoms (eds.) SPIE Medical Imaging 2012: Image Perception, Observer Performance, and Technology Assessment. 2012</p>
<p>Dong L., Chen Y., Gale A.G. & Chakraborty D.P.: A potential method to identify poor breast screening performance? In C.K. Abbey & C.R. Mello-Thoms (eds.) SPIE Medical Imaging 2012: Image Perception, Observer Performance, and Technology Assessment. 2012</p>
<p>Chen Y., Gale A.G.: A large scale study of the effects of introducing digital mammography into the UK. European Conference on Radiology 2012.</p>
<p>Gale A.G. & Chen Y.: Radiological Informatics in Breast Screening: towards improved radiologists’ performance. In Chen Q., Huan J., Xu Y., Zhang T., Wang L. (eds.) IEEE 5th International Conference on Bio-Medical Engineering and Informatics (BMEI 2012)</p>
<p><strong><a id="2011" name="2011"></a>2011</strong></p>
<p>Darker I.T., Chen Y., Gale A.G.: Health professionals' agreement on density judgements and successful abnormality identification within the UK Breast Screening Programme. In D.J. Manning & C. K. Abbey (eds.). SPIE Medical Imaging 2011: Image Perception, Observer Performance, and Technology Assessment. 2011</p>
<p>Chen Y., Gale A.G., Turnbull A. James J.: Is image manipulation necessary to interpret digital mammographic images efficiently? In D.J. Manning & C. K. Abbey (eds.). SPIE Medical Imaging 2011: Image Perception, Observer Performance, and Technology Assessment. 2011</p>
<p>Gale A.G. & Chen Y.: Radiological Informatics in Breast Screening: towards improved radiologists’ performance. Proceedings of the 5th International Conference on Biomedical Engineering and Informatics, IEEE, 2011</p>
<p>Chen Y., James J., Turnbull A., Scott H., Gale A.G.: Breast screening: the use of non-clinical displays for mammographic interpretation training. European Conference on Radiology 2011.</p>
<p>Chen Y., Gale A.G., Evanoff M.G. & Zakir U.: Cross-Atlantic Differences in Reading the Same Breast Screening Cases. Breast Cancer Res. 2011; 13(Suppl 1): P27.</p>
<p>Dong L., Chen Y., Gale A.G.: Early identification of substandard breast screening performers. Breast Cancer Research 2011, 13 (Suppl 1):P13</p>
<p><strong><a id="2010" name="2010"></a>2010</strong></p>
<p>Darker I.T., Gale A.G., Chen Y.: Variability in film reader estimates of breast density in the PERFORMS scheme, Breast Cancer Research 2010, 12 Suppl 3):P42</p>
<p>Chen Y., James J., Evans A., Turnbull A., Gale A.G.: An investigation of workstation image manipulation usage when examining FFDM images. Breast Cancer Research 2010, 12 (Suppl 3):P9</p>
<p>Gale A.G. & Scott H.: Measuring Radiology Performance in Breast Screening. In M. Michell (ed.) Contemporary Issues in Cancer Imaging – Breast Cancer, Cambridge UP, Cambridge</p>
<p>Chen Y. & Gale A.G.: Using Eye Gaze in Intelligent Interactive Imaging Training. In Proceedings of the International Workshop on Eye Gaze in Intelligent Human Machine Interaction, International conference on Intelligent User Interfaces, Hong Kong.</p>
<p>Gale A.G.: Maintaining quality in the UK breast screening program (keynote conference address) In D.J. Manning & C. Abbey (Eds.) SPIE Medical Imaging 2010: Image Perception, Observer Performance, and Technology Assessment</p>
<p>Chen Y., Scott H.J. & Gale A.G.: Breast Screening: visual search as an aid for digital mammographic interpretation training, In D.J. Manning & C. Abbey (Eds.) SPIE Medical Imaging 2010: Image Perception, Observer Performance, and Technology Assessment</p>
<p>Scott H.J. & Gale A.G.: Mammographic feature type and reader variability by occupation: an ROC study, In D.J. Manning & C. Abbey (Eds.) SPIE Medical Imaging 2010: Image Perception, Observer Performance, and Technology Assessment</p>
<p>Chen Y., James J., Turnbull A., Scott H. & Gale A.G.: Is image manipulation necessary in digital mammographic interpretation? In Proceedings of the European Conference on Radiology</p>
<p>Chen Y., & Gale A.G.: Mammographic interpretation training: how could low cost display devices help? InDigital Mammography. J. Marti, A. Oliver, J. Freixenet, & R. Marti (eds). Springer.</p>
<p>Chen Y., Gale A.G.: Intelligent Computing Applications based on Eye Gaze: their role in Medical Image Interpretation. Edited proceedings of the Sixth International Conference on Intelligent Computing (Springer), Changsha, China.</p>
<p>Chen Y., Evans A., James J., Turnbull A.& Gale A.: The effects of image manipulation on digital mammographic interpretation, Symposium Mammographicum, British J. Radiology online.</p>
<p>Gale A.G. & Chen Y.: The new digital PERFORMS Self Assessment Scheme, Symposium Mammographicum, British J. Radiology online.</p>
<p><strong><a id="2009" name="2009"></a>2009</strong><br />Scott H.J., Evans A., Gale A.G., Murphy A. & Reed J.: The relationship between real life breast screening and an annual self assessment scheme. In B. Sahiner & D.J. Manning (Eds.) SPIE Medical Imaging 2009: Image Perception, Observer Performance, and Technology Assessment, Vol 7263, ppE1–E9 </p>
<p>Chen, Y.; Gale A.G.; Scott HJ.: Mammographic interpretation training in the UK: current difficulties and future outlook. In B. Sahiner & D.J. Manning (Eds.) SPIE Medical Imaging 2009: Image Perception, Observer Performance, and Technology Assessment, Vol 7263, pp C1 – C10 </p>
<p>Yap M.H. & Gale A.G.: Individualised Grid-enabled Mammographic Training System. In K.M. Siddiqui & B.J. Liu ( Eds.); Medical Imaging 2009: Advanced PACS-based Imaging Informatics and Therapeutic Applications, 72640V. </p>
<p>Gale A.G., Visualisation and perception, European Radiology, 2009, 19(1), S115</p>
<p>Gale, AG (2009). Animating the inanimate: visual inspection from the medical to the security domains. In: P D Bust (ed), Contemporary Ergonomics, Proceedings of the Ergonomics Society Annual Conference, 347-353, Taylor and Francis (London). </p>
<p>Chen Y., Gale A.G., Scott H., Wang X.Y., Liu H.H. & Xie A.M.: Delivering mammographic interpretation training in China: can low-cost computer displays help? BJR Congress Series -Proceedings of the UK Radiological Congress 2009, p106. </p>
<p>Scott H. & Gale A.G.: Which film reading behaviours are most optimum for best performance? A study of those who perform best and least well on the PERFORMS self assessment scheme. BJR Congress Series -Proceedings of the UK Radiological Congress 2009, p56 </p>
<p>Gale, A. G. & Scott, H.J., “Reducing Medical Errors in Breast Cancer Screening” In HCI International 2009- posters. Proceedings of the 13th International Conference on Human-Computer Interaction, pp. 668-671. Berlin Heidelberg: Lecture Notes in Computer Science Series of Springer.</p>
<p>Chen Y, Gale A, Scott H, Evans A, James J. Computer-Based Learning to Improve Breast Cancer Detection Skills. In Jacko J.A. (Ed.). Proceedings of the 13th International Conference on Human-Computer Interaction. Part IV: Interacting in Various Application Domains; Springer; 2009, pp 49-57.</p>
<p>Chen Y., Gale A.G. & Scott H.J.: Breast screening: a vision supported healthcare training. In Proceedings of the 17th World Congress on Ergonomics: IEA 2009.</p>
<p>Chen Y., James J., Gale A.G.: How important is mammographic image manipulation when examining digital screening cases? Breast Cancer Research 2009, 11(Suppl 2):P7 </p>
<p>Scott H.J. & Gale A.G.: Breast screening unit size and performance on self-assessment (PERFORMS). Breast Cancer Research 2009, 11(Suppl 2):P13</p>
<p>Chen Y., Gale A.G., Evans A.: The feasibility of vision-supported computer-based training in digital mammography. Breast Cancer Research 2009, 11(Suppl 2):P29</p>
<p><strong><a id="2008" name="2008"></a>2008</strong><br />Gale, A. G. & Scott, H.J.: Patient Safety in Radiology: An Example from Breast Screening. In Proceedings of Improving Patient Safety 2008 Conference, Hignett S., Norris B., Catchpole K., Hutchinson A. & Tapley S. (Eds.), IPS2008 Improving Patient Safety 2008 'From Safe Design to Safe Practice', Ergonomics Society, Loughborough, 2008, pp. 345-349.</p>
<p>Yap M, Gale A.G. & Scott HJ.: Generic Infrastructure for Medical Informatics (GIMI): the Development of a Mammographic Training System. In Krupinski E. (ed.) Digital Mammography, Springer, Berlin. 2008</p>
<p>Scott H.J., Gale A.G. & Hill S.: How are false negative cases perceived by mammographers? Which abnormalities are misinterpreted and which go undetected? In D. Manning and B Sahiner (Eds.). Image Perception, Observer Performance, and Technology Assessment. Proceedings of SPIE 6917:13, 1-11, 2008 </p>
<p>Yan Chen, Alastair Gale, Hazel Scott: “Mammographic interpretation training: how useful is handheld technology?” ? In D. Manning and B Sahiner (Eds.). Image Perception, Observer Performance, and Technology Assessment. Proceedings of SPIE 6917;12, 1-10, 2008 </p>
<p>Yan Chen, Alastair Gale, Hazel Scott: The possibility of 3W (Whatever required, Whenever, Wherever) Mammographic Interpretation Training. BJR Congress Series -Proceedings of the UK Radiological Congress 2008, p63. (edited conf proceedings)</p>
<p>Chen Y., Gale A.G. & Scott H.: Anytime, Anywhere Mammographic Interpretation Training. In P.D. Bust (Ed.) Contemporary Ergonomics 2008. Taylor & Francis, London, 2008. </p>
<p>Scott H.J. & Gale A.G.: What makes a good mammographer? Looking at the homogeneity of those groups who perform best and least well on the PERFORMS self assessment scheme. Breast Cancer Research Vol 10, S19, 2008.</p>
<p>Chen Y, Scott H.J. Mammographic interpretation training: what exactly do film-readers want? Breast Cancer Research Vol 10, S22, 2008.</p>
<p><strong><a id="2007" name="2007"></a>2007</strong><br />Scott H.J. & Gale A.G.: How much is enough: factors affecting the optimal interpretation of breast screening mammograms. In Image Perception, Observer Performance, and Technology Assessment. Y Jiang and B Sahiner (Eds.) Proceedings of SPIE 2007</p>
<p>Chambers S. & Gale A.G.: The role of perception in ultrasound image interpretation. . In P.D. Bust (Ed.) Contemporary Ergonomics 2007. Taylor & Francis, London, 2007.</p>
<p><strong><a id="2006" name="2006"></a>2006</strong><br />Scott H.J., and Gale A.G. Does mammographic practice affect film reading style – Breast Screening vs. Symptomatic Radiologists? In Image Perception, Observer Performance, and Technology Assessment. MP. Eckstein and Y Jiang (Eds.) Proceedings of SPIE 2006</p>
<p>Gale A.G. & Scott H.J.: Keeping abreast of the times. In P.D. Bust (Ed.) Contemporary Ergonomics 2006. Taylor & Francis, London, 2006.</p>
<p>Scott H.J. & Gale A.G.: Breast screening: PERFORMS identifies key mammographic training needs. British Journal of Radiology, 2006, 79: S127-S133</p>
<p>Scott H.J. & Gale A.G.: Symptomatic and screening film readers – a difference in reading style? Breast Cancer Research 2006, 8(1), S4</p>
<p>Gale A.G. & Chambers S.: Breast ultrasound training scheme. Breast Cancer Research 2006, 8(1), S13</p>
<p><strong><a id="2005" name="2005"></a>2005</strong><br />Scott H.J., and Gale A.G.: Breast screening: when is a difficult case truly difficult and for whom? In Image Perception, Observer Performance, and Technology Assessment. MP. Eckstein and Y Jiang (eds.) Proceedings of SPIE, Vol. 5749, 2005</p>
<p>Hatton J.W., Wooding D.S., Gale A.G. & Scott H.J.: Prompting in computer aided detection – a novel approach. In: Proceedings of the Seventh International Workshop on Digital Mammography. E. Pisano (Ed.)</p>
<p><strong><a id="2004" name="2004"></a>2004</strong><br />Scott H.J., Gale A.G., & Wooding D.S. : Breast Screening Technologists: does real-life case volume affect performance? In: Image Perception, Observer Performance, and Technology Assessment, D.P. Chakraborty & M.P. Eckstein (eds.) Proceedings of SPIE Vol. 5372, 2004</p>
<p>Scott H.J., Gale A.G., & Wooding D.S.: European Breast Screening Performance: does case volume matter? In: Image Perception, Observer Performance, and Technology Assessment, D.P. Chakraborty & M.P. Eckstein (eds.) Proceedings of SPIE Vol. 5372, 2004.</p>
<p>Hatton J.W., Wooding D.S., Gale A.G. & Scott H.J.: The Effect of Novel Prompts upon Radiologists’ Visual Search of Mammograms. In: Image Perception, Observer Performance, and Technology Assessment, D.P. Chakraborty & M.P. Eckstein (eds.) Proceedings of SPIE Vol. 5372, 2004</p>
<p>Gale A.G., Scott H. & Wooding D.S.: Breast Screening: Experience Versus Expertise. In P.T. McCabe (Ed.) Contemporary Ergonomics 2004 CRC Press, London, 2004 </p>
<p><strong><a id="2003" name="2003"></a>2003</strong><br />Hatton J.W., Wooding D.S., Gale A.G. & Purdy K.J.: The CAD interface in breast screening: effect of image scale and detail upon transcription accuracy. In Lemke H.U., Vannier M.W., Farman A.G., Doi K. & Reiber J.H.C. (Eds.) Computer Assisted Radiology and Surgery, Elsevier, Amsterdam,1392, 2003.</p>
<p>Hatton J., Wooding, D.S. & Gale A.G. Accuracy of transcribing locations on mammograms: implications for the user interface for recording and assessing breast screening decisions. . In Medical Imaging 2003: image perception and performance. In Krupinski E. (ed.) Proceedings of SPIE Medical Imaging conference Vol. 5034, 2003.</p>
<p>Gale A.G.: PERFORMS – a self assessment scheme for radiologists in breast screening. In Seminars in Breast Disease: Improving and monitoring mammographic interpretative skills, 2003, 6(3), 148-152 </p>
<p><strong><a id="2002" name="2002"></a>2002</strong></p>
<p>Esserman L., Cowley H., Eberle C., Kirkpatrick A., Chang S., Berbaum K., & Gale A.G.: Improving the Accuracy of Mammography: Volume and Outcome Relationships. Journal of the National Cancer Institute, 2002, Vol. 94, No. 5, 369-375, March 6</p>
<p>Hatton J., Wooding D.S., Purdy K.J., Bateman S.M., Gale A.G. and Cowley H.C..: Recording breast screening decisions: human factors and new technology. Breast Cancer Res 2002, 4(Suppl. 1):37 </p>
<p><strong><a id="2001" name="2001"></a>2001</strong><br />Gale A.G., Mugglestone M.D., Cowley H.C. & Wooding D.S.: Human factors considerations for CAD implementation in breast screening. In Yaffe M.J. (Ed.) Digital mammography IWDM 2000. Medical Physics Publishing, Madison, USA. 2001.</p>
<p><strong><a id="2000" name="2000"></a>2000</strong></p>
<p><strong><a id="1999" name="1999"></a>1999</strong><br />Cowley, H C and Gale, A G.: Breast cancer screening: comparison of radiologists performance in a self-assessment scheme and in actual breast screening. In Medical Imaging 1999: Image and Performance, E.A. Krupinski (ed), Proceedings of SPIE Vol. 3663. 1999.</p>
<p><strong><a id="1998" name="1998"></a>1998</strong><br />Cowley H.C. & Gale A.G.: Non-radiologists and CAD systems in breast cancer screening. In: N Karssemeijer, M Thijssen, J Hendriks & L van Eerning (Eds.). Digital Mammography; Nijmegan 1998. Kluwer Academic Publishers, 1998.</p>
<p>Mugglestone M.D. & Gale A.G.: CAD implementation: implications from real life visual search of screening cases. In: N Karssemeijer, M Thijssen, J Hendriks & L van Eerning (Eds.). Digital Mammography; Nijmegan 1998. Kluwer academic publishers, 1998.</p>
<p>Mugglestone M.D. & Gale A G.. 1998. How do radiologists interpret mammographic images? British Journal of Radiology</p>
<p>Carr,D., Mugglestone M.D & Gale A.G., 1998. The role of visual search in the interpretation of diagnostic images. British Journal of Radiology</p>
<p><strong><a id="1997" name="1997"></a>1997</strong><br />Mugglestone M D, Gale A G, Wilson A R M Perceptual processes involved in mammographic film interpretation, In Kundel H. (Ed.) Medical Imaging 1997: Image Perception. SPIE Vol. 3036, 1997.</p>
<p>Cowley H.C. & Gale A.G.: Time of Day Effects on Mammographic Film Reading Performance. In Kundel H. (Ed.) Medical Imaging 1997: Image Perception. SPIE Vol. 3036, 1997.</p>
<p>Gale A.G.: Human response to visual stimuli. In Hendee W. & Wells P. (Eds.) Perception of Visual Information - second edition, ( New York) Springer Verlag, 1997.</p>
<p>Gale A.G.: Ergonomics of screening. Scan, 1997</p>
<p><strong><a id="1996" name="1996"></a>1996</strong><br />Gale, A.G. and Cowley, H.C.: Analysis of breast screening results. In: Doi, M L Giger, R M Nishikawa & R.A. Scmidt (Eds.), Digital Mammography ’96. K Elsevier, Amsterdam, 1996.</p>
<p>Mugglestone, M.D., Lomax, R. Gale, A.G. and Wilson, A.R.M.: The effect of prompting on the human observer. In: K Doi, M L Giger, R M Nishikawa & R.A. Scmidt (Eds.) Digital Mammography ’96., Elsevier, Amsterdam, 1996.</p>
<p>Cowley H.C., & Gale A.G.: Approaches to computer assisted training in mammographic screening. In: K Doi, M L Giger, R M Nishikawa & R.A. Scmidt (Eds.). Digital Mammography ’96. Elsevier, Amsterdam, 1996.</p>
<p>Whatmough P., Gale A.G., and Wilson A.R.M.: Do radiologists agree on the importance of mammographic features? In: K Doi, M L Giger, R M Nishikawa & R.A. Scmidt (Eds.), Digital Mammography ’96. Elsevier, Amsterdam, 1996.</p>
<p>Cowley H. and Gale A.G.: minimising human error in the detection of breast cancer. In: S A Robertson (Ed) Contemporary Ergonomics 1996. Taylor and Francis, London, 1996.</p>
<p>Cowley H.C., Gale A.G. and Wilson A.R.M.: Mammographic training sets for improving breast cancer detection. In H.L.Kundel (Ed.) Medical Imaging 1996: Image Perception, Proc. SPIE 2712. 1996.</p>
<p>Whatmough P., Gale A.G. and Wilson A.R.M.: Computer Assisted Education and Inter-Disciplinary Breast Cancer Diagnosis. In Yongmin Kim (Ed.) Medical Imaging 1996: Image Display, Proc. SPIE 2707. 1996.</p>
<p>Lee L., Cowley H.C., Gale A.G. and Wilson A.R.M.: Can radiographers double read screening mammograms? British Journal of Radiology, 1996, 69 (supplement), 297.</p>
<p>Wass K., Gale A.G. and Cowley H.C.: The use of hand held technology for the collection of mammographic information. British Journal of Radiology, 1996, 69 (supplement), 293.</p>
<p>Carr D., Gale A.G. and Mugglestone M.D.: Can radiographers interpret medical images effectively? British Journal of Radiology, 1996, 69 (supplement), 283.</p>
<p>Worthington B.S. and Gale A.G.: Evidence for a global rather than feature by feature image appraisal in a radiological task. British Journal of Radiology, 1996, 69 (supplement), 255.</p>
<p>Mugglestone M.D., Lomax R.,Gale A.G. and Wilson A.R.M.: Searching for breast cancer: the effect of prompting. British Journal of Radiology, 1996, 69 (supplement), 194.</p>
<p>Whatmough P., Gale A.G. and Wilson A.R.M.: Radiological agreement: a key factor in expert system development for mammography. British Journal of Radiology, 1966, 69 (supplement), 193.</p>
<p><strong><a id="1995" name="1995"></a>1995</strong><br />Whatmough P, Gale AG, & Wilson A R M.: Computer Assisted Education and Breast Cancer Diagnosis In Lemke, H.U., Imamura, K., Jaffe, C.C. & Vannier, M.W. (Eds.) Computer Assisted Radiology, Berlin, Springer-Verlag. 1995.</p>
<p>Mugglestone M D, Gale A G, & Wilson A R M.: Knowledge elicitation for mammographic expert systems. In Lemke, H.U., Imamura, K., Jaffe, C.C. & Vannier, M.W. (Eds.) Computer Assisted Radiology 1995, Berlin, Springer-Verlag.</p>
<p>Mugglestone M D , Gale A G, Cowley H C, Wilson A R M. Diagnostic performance on briefly presented mammographic images in H.L.Kundel (Ed.) Image Perception. Proc. SPIE Vol. 2436 pp 106-116,1995.</p>
<p>Cowley, H.C. & Gale, A.G.: Mammographic features not identified by radiologists in a self-assessment scheme. Proc. 4th Nottingham International Breast Cancer conference, Nottingham, 1995.</p>
<p>Mugglestone, M.D., Gale A.G. & Wilson, A.R.M.: Mammographic diagnosis in a glance. Proc. Rontgen Centenary Congress, Birmingham, 1995.</p>
<p>Goddard, C., Needham, G., Gilbert, F., Cowley, H.C. & Gale, A.G.: Pragmatic performance audit using receiver operating characteristic curves: a model for use in diagnostic radiology. Proc. Rontgen Centenary Congress. 1995.</p>
<p>Whatmough P., Gale, A.G. & Wilson, A.R.M.: Breast cancer diagnosis and computer assisted education. The Breast (1995).</p>
<p>Cowley, H.C. & Gale, A.G.: Performance of radiologists over two rounds of a self assessment scheme. The Breast (1995).</p>
<p><strong><a id="1994" name="1994"></a>1994</strong><br />Savage, C.J., Gale, A.G., Pawley, E.M. & Wilson, A.R.M.: To err is human, to compute divine? In: Gale, A.G., Astley, S., Dance, D. & Cairns, A.: (Co-eds.) Digital Mammography. (Amsterdam) Elsevier Science B.V. 1994.</p>
<p>Gale, A.G., Savage, C.J., Pawley, E.F. & Wilson, A.R.M.: Breast screening: visual search and observer performance. In H.L. Kundel (Ed.), Medical Imaging 1994: Image Perception. Proc. SPIE 2166, 1994.</p>
<p>Gale, A.G., Astley, S., Dance, D. & Cairns, A.: (Co-eds.) Digital Mammography (Amsterdam) Elsevier Science B.V., 1994.</p>
<p><strong><a id="1993" name="1993"></a>1993</strong><br />Gale, A.G. & Blairford C.G.: Workstation design for breast screening. In: Computer Aided Radiology, (Berlin) Springer Verlag,1993.</p>
<p>Gale, A.G., Wilson, A.R.M. & Roebuck, E.J.: Breast screening: defining the implementation criteria for computer assisted diagnosis. In: Computer Aided Radiology, (Berlin) Springer Verlag, 1993.</p>
<p>Blairford, C.G., Gale, A.G., Cobb, S.G. & Haslegrave, C.M.: Efficient design of mammographic multiviewers. In E.J. Lovesey (Ed.) Contemporary Ergonomics 1993, (London) Taylor & Francis, 1993.</p>
<p>Gale, A.G., Wilson A.R.M., & Roebuck, E.J.: Mammographic screening: radiological performance as a precursor to image processing. In Acharya, R.S. & Goldgof, D.B. (Eds.) Biomedical Image Processing and Biomedical Visualization, Proc. SPIE 1905,1993.</p>
<p>Gale A.G. & Walker G.E.. Visual search in breast cancer screening. In Brogan, D., Gale, A.G. and Carr, K. (Eds.) Visual Search II, (London) Taylor and Francis,1993.</p>
<p>Gale A.G.: Human response to visual stimuli. In Hendee W. & Wells P. (Eds.) Perception of Visual Information, (New York) Springer Verlag, 1993.</p>
<p>Blairford, C.G. & Gale, A.G.: Ergonomic requirements of multiviewers in breast screening. British Journal of Radiology, 66, 14 (1993).</p>
<p>Teh, J.M.Y., Gale, A.G., Boggis, C.R.M., Faragher, B. & Roebuck, E.J.: Breast screening in Chinese women: comparison of parenchymal patterns in Chinese and Caucasian women. British Journal of Radiology, 66, 14 (1993).</p>
<p><strong><a id="1992" name="1992"></a>1992</strong><br />Gale, A.G. Self assessment of radiologists' performance in breast screening. Rad, March, 1992</p>
<p><strong><a id="1991" name="1991"></a>1991</strong><br />Gale A.G. & Walker G.E. Cognitive factors in breast cancer screening. In Johnston M., Herbert M., Marteau T. (Eds.) European Health Psychology, (Leicester) British Psychological Society, 1991.</p>
<p>Gale A.G. & Walker G.E. An approach to computer-aided diagnosis in breast screening. In Lemke H.U., Rhodes M.L., Jaffe C.C. & Felix R. (Eds.) Computer Assisted Radiology, (Berlin) Springer Verlag, 1991.</p>
<p>Gale A.G. HCI in Breast Cancer Screening. In Lemke H.U., Rhodes M.L., Jaffe C.C. & Felix R. (Eds.) Computer Assisted Radiology, (Berlin) Springer Verlag, 1991.</p>
<p>Gale A.G. & Walker G.E. Design for performance: Quality assessment in a national breast screening programme. In Lovesay E. (Ed.) Ergonomics - design for performance, (London) Taylor & Francis 1991.</p>
<p>Gale A.G., Lim W., Evans A.J, Walker G.E. & Worthington B.S. Predicting outcome in mammography: parenchymal patterns and other approaches. British Journal of Radiology, 1991, 91.</p>
<p>Gale A.G., Walker G.E., Roebuck E.J., & Worthington B.S. Mammographic film interpretation. British Journal of Radiology, 1991, 64, 92.</p>
<p>Worthington, B.S. and Gale, A.G.: Objective evidence for the use of perceptual schemata in radiologic problem solving. Radiology, 1991, 181(p),279.</p>
<p>Gale, A.G. and Wilson A.R.M.: Evaluation of radiologists' performance in reading mammograms. British Journal of Radiology, 1991, 64,476.</p>
<p><strong><a id="1990" name="1990"></a>1990</strong><br />Gale, A.G., Walker, G.E., Roebuck, E.J., Wilson, A.R.M. & Worthington B.S. Mammographic screening: what do radiologists look for? British Journal of Radiology, 63, 1990, S52</p>
<p>Walker, G.E., Gale, A.G., Roebuck, E.J., Wilson, A.R.M. & Worthington B.S. The individual and training in mammographic screening. British Journal of Radiology, 63, 1990, S51</p>
<p><strong><a id="1989" name="1989"></a>1989</strong><br />Walker G.E., Gale A.G., Roebuck E.J., & Worthington B.S.: Training and aptitude for mammographic inspection. In Megaw E.D. (Ed.) Contemporary Ergonomics - 1989, (London) Taylor and Francis,1989.</p>
<p>Priestland N., Gale A.G., Roebuck E.J., & Worthington B.S.: A new bar coding system for use in breast cancer screening. In Megaw E.D. (Ed.) Contemporary Ergonomics - 1989, (London) Taylor and Francis,1989.</p>
<p>Gale A.G., de Silva E., Walker G.E., Roebuck E.J., & Worthington B.S.: Vigilance decrement and radiological reporting. In Megaw E.D. (Ed.) Contemporary Ergonomics - 1989, (London) Taylor and Francis,1989.</p>
<p>Priestland, R.N., Gale A.G., Roebuck E.J., & Worthington B.S.: Information technology in breast cancer screening. British Journal of Radiology, 62, 1989, S10.</p>
<p>Gale A.G., Walker G.E., Roebuck E.J., & Worthington B.S.: The quest for accuracy, consistency and uniformity of performance in mammographic screening: the systematic imperative. British Journal of Radiology, 62, 1989, S10.</p>
<p><strong><a id="1988" name="1988"></a>1988</strong><br />Walker G.E., Gale A.G., Roebuck E.J., & Worthington B.S.: Selection and training in breast cancer screening. In Hegarty J.R. and DeCann R.W. (Eds.), Psychology in Radiography II, (Stoke) Change Publications,1988.</p>
<p>Gale A.G.: Visual inspection of Radiographs. In Hegarty J.R. and DeCann R.W.( Eds.), Psychology in Radiography II, (Stoke) Change Publications,1988.</p>
<p>Gale A.G., de Silva E., Walker G.E., Roebuck E.J., & Worthington B.S.: Performance in a simulated basic breast screening task. British Journal of Radiology, 61, 1988,761.</p>
<p>Gale A.G., Walker G.E., Roebuck E.J., & Worthington B.S., Aptitude and training in mammography screening. Ophthalmic and Physiological Optics, 1988,8,102.</p>
<p>Walker G.E., Gale A.G., Roebuck E.J., & Worthington B.S., Aptitude testing of mammogram readers. British Journal of Radiology, 61, 1988, 761.</p>
<p>Gale A.G., Walker G.E., Downey S., Roebuck E.J., & Worthington B.S.: The training and selection of radiograph readers in mammography. British Journal of Radiology, 1988, 725, 434.</p>
<p><strong><a id="1987" name="1987"></a>1987</strong><br />Gale A.G., Walker G.E., Roebuck E.J. & Worthington B.S.: Visual search training in mammography. In Luer G. & Lass U. (Eds.) Fourth European Conference on Eye Movements Vol. 1, (Gottingen) Hogrefe, 1987.</p>
<p>Gale A.G., Downey S.E., Roebuck E.J.& Worthington: Training in mammographic interpretation, British Journal of Radiology, 1987,60,814.</p>
<p>Gale A.G. Training for mammography screening programmes, Diagnostic Imaging, 1987, 9, 187-193.</p>
<p>Gale, A.G., Roebuck, E.J., Riley, P. & Worthington, B.S.: Computer aids to mammography diagnosis. British Journal of Radiology, 1987,60, 887-891.</p>
<p><strong><a id="1986" name="1986"></a>1986</strong><br />Gale A.G., Roebuck E.J. & Worthington B.S.: Mammography and computer assisted diagnosis. British Journal of Radiology, 1986, 59, 704, 823.</p>
<p>Gale A.G., Roebuck E.J. & Worthington B.S.: Computer assisted mammography in clinical practice: another set of problems to solve, Radiology, 1986, 161(p), 29.</p>
<p>Gale, A.G., Sole, K., Roebuck, E.J. & Worthington, B.S.: Computer Assisted Mammographic Diagnosis. British Journal of Radiology, (1986) 59: 702, 641.</p>
<p><strong><a id="1985" name="1985"></a>1985</strong><br />Gale A.G., Roebuck, E.J., Riley, P.J. & Worthington, B.S.: Computer aided diagnosis in mammography. In Lemke, H.U., Rhodes, M.L., Jaffee, C.C. & Felix, R. (Eds.). Computer Assisted Radiology, (Berlin) Springer-Verlag.1985.</p>
<p><strong><a id="1984" name="1984"></a>1984</strong></p>
<p>Gale A.G., Howe E., Roebuck E.J. & Worthington B.S.: Computer aided diagnosis in mammography. In Mould, R.F. (Ed.). Computers in Radiotherapy and Oncology, (Bristol). Adam Hilger.1984.</p>
</div>
</div></div></div> </div>
</div>
</div>
</div>
</section>
<!-- === Slide 4 - Process === -->
<section class="slide story" id="slide-4" data-slide="4">
<div class="container">
<div class="row">
<div id="contact-row-4" class="row">
<div class="col-sm-6 col-lg-3 col-sm-2 with-hover-text">
<h3>On The Phone</h3>
<p><a target="_blank" href="tel:0333"><i class="fa fa-phone"></i></a></p>
<span class="hover-text font-light ">tel: 0333 333 333<br>fax: 0333 333 331</span></a>
</div>
<div class="col-sm-6 col-lg-3 col-sm-2 with-hover-text">
<h3>Email Enquiries</h3>
<p><a href="mailto:[email protected]"><i class="fa fa-envelope"></i></a></p>
<span class="hover-text font-light ">[email protected]</span></a>
</div>
<div class="col-sm-6 col-lg-3 col-sm-2 with-hover-text">
<h3>Facebook</h3>
<p><a target="_blank" href="https://www.facebook.com/PERFORMS"><i
class="fa fa-facebook"></i></a></p>
<span class="hover-text font-light ">facebook/PERFORMS</span></a>
</div>
<div class="col-sm-6 col-lg-3 col-sm-2 with-hover-text">
<h3>Twitter</h3>
<p><a target="_blank" href="https://twitter.com/PERFORMS"><i
class="fa fa-twitter"></i></a></p>
<span class="hover-text font-light ">@PERFORMS</span></a>
</div>
</div>
<br>
<br>
<hr/>
<div class="col-6 col-sm-6 col-xs-12">
<div class="title-row">Or tell us how you feel...</div>
<div class="line-row">
<div class="hr"> </div>
</div>
<div class="subtitle-row"><p>We hope you enjoy our service and we value your feedback. If you 're not
entirely happy, please let us know.</p></div>
</div>
<div class="col-6 col-sm-6 col-xs-12">
<form id="feedbackForm" action="" method="POST" target="fake-target">
<div style="text-align:left;">
<br/>
<br/>
<input name="AppRating" id="AppRating" class="rating" min="0" max="5" step="2" data-size="sm"
show-caption="false" data-symbol="" data-glyphicon="false"
data-rating-class="rating-fa" hover-change-caption="false">
<br/>
</div>
<div class="line-row">
<div class="row"> </div>
</div>
<div class="form-group">
<input name="EmailAddress" id="EmailAddress" type="email" class="form-control"
placeholder="Please enter your email">
<h4>We won't share your details with anyone!</h4>
</div>
<div class="line-row">
<div class="row"> </div>
</div>
<div class="form-group">
<textarea name="FeedbackText" id="FeedbackText" class="form-control" rows="3"
placeholder="Tell us about your feedback..."></textarea>
</div>
<input type="hidden" name="DeviceMake" id="DeviceMake"/>
<input type="hidden" name="DeviceModel" id="DeviceModel"/>
<div class="line-row">
<div class="row"> </div>
</div>
<button id="submitbutton" type="submit" class="btn btn-success"
onclick="$('#feedbackForm').submit();">Submit
</button>
<img id="loading" src="images/loading.gif" width="50px;" style="display:none;">
</form>
<div class="title-row" style="display:none;" id="form-message"></div>
<div class="subtitle-row" id="form-rateapp" style="display:none;">
</div>
</div>
</div><!-- /row -->
<br/>
<hr/>
<br/>
<div class="col-12"> </div>
<br/>
<div id="footer" style="padding-top:15px;padding-bottom:100px;">
<p>Copyright © 2017 PERFORMS</p>
</div>
</div>
</div>
</div>
</div><!-- /container -->
</section><!-- /slide4 -->
</body>
<!-- SCRIPTS -->
<script src="js/html5shiv.js"></script>
<script src="js/jquery-1.10.2.min.js"></script>
<script src="js/jquery-migrate-1.2.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/star-rating.js" type="text/javascript"></script>
<script type="text/javascript" src="fancybox/jquery.fancybox.pack-v=2.1.5.js"></script>
<script src="js/script.js"></script>
<!-- fancybox init -->
<script>
$(document).ready(function (e) {
$('.social a').tooltip({placement: "right", container: 'body'});
var lis = $('.nav > li');
menu_focus(lis[0], 1);
$(".fancybox").fancybox({
padding: 10,
helpers: {
overlay: {
locked: false
}
}
});
});
var urlParams;
(window.onpopstate = function () {
var match,
pl = /\+/g, // Regex for replacing addition symbol with a space
search = /([^&=]+)=?([^&]*)/g,
decode = function (s) {
return decodeURIComponent(s.replace(pl, " "));
},
query = window.location.search.substring(1);
urlParams = {};
while (match = search.exec(query))
urlParams[decode(match[1])] = decode(match[2]);
})();
</script>
</html>