Team:Dundee/policypractice/clinic
From 2014.igem.org
(Difference between revisions)
Line 77: | Line 77: | ||
<div class="row"> | <div class="row"> | ||
- | + | hr> | |
<h3>Siannon's Story</h3> | <h3>Siannon's Story</h3> | ||
<div class="col-sm-9 col-xs-9 col-md-9"> | <div class="col-sm-9 col-xs-9 col-md-9"> | ||
Line 120: | Line 120: | ||
</video> | </video> | ||
</div> | </div> | ||
- | < | + | <div> |
Line 229: | Line 229: | ||
<source src="https://static.igem.org/mediawiki/2014/3/3c/DUN_Someone_with_CF%3B_in_their_shoes.mov" type='video/mp4'/> | <source src="https://static.igem.org/mediawiki/2014/3/3c/DUN_Someone_with_CF%3B_in_their_shoes.mov" type='video/mp4'/> | ||
</video> | </video> | ||
+ | </div> | ||
+ | |||
+ | <div class="row" id="btnRow"> | ||
+ | <div class="btn-group btn-group-justified"> | ||
+ | <div class="btn-group"> | ||
+ | <a class="btn btn-default" id="lastPage">Previous Page</a> | ||
+ | </div> | ||
+ | <div class="btn-group"> | ||
+ | </div> | ||
+ | <div class="btn-group"> | ||
+ | <a class="btn btn-default" id="nextPage">Next Page</a> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div class="row"> | ||
+ | <div class="col-12"> | ||
+ | <hr> | ||
+ | </div> | ||
</div> | </div> | ||
Line 247: | Line 265: | ||
</div> | </div> | ||
</div> | </div> | ||
+ | |||
+ | <script type="text/javascript"> | ||
+ | |||
+ | $(window).ready(function() { | ||
+ | $('#magazine').turn({ | ||
+ | display: 'double', | ||
+ | acceleration: true, | ||
+ | gradients: !$.isTouch, | ||
+ | elevation:50, | ||
+ | when: { | ||
+ | turned: function(e, page) { | ||
+ | /*console.log('Current view: ', $(this).turn('view'));*/ | ||
+ | } | ||
+ | } | ||
+ | }); | ||
+ | }); | ||
+ | |||
+ | |||
+ | $(window).bind('keydown', function(e){ | ||
+ | |||
+ | if (e.keyCode==37) | ||
+ | $('#magazine').turn('previous'); | ||
+ | else if (e.keyCode==39) | ||
+ | $('#magazine').turn('next'); | ||
+ | |||
+ | }); | ||
+ | |||
+ | $( "#lastPage" ).click(function() { | ||
+ | $('#magazine').turn('previous'); | ||
+ | }); | ||
+ | |||
+ | $( "#nextPage" ).click(function() { | ||
+ | $('#magazine').turn('next'); | ||
+ | }); | ||
+ | |||
+ | </script> | ||
Line 253: | Line 307: | ||
<!-- Bootstrap --> | <!-- Bootstrap --> | ||
<script src="https://2014.igem.org/Team:Dundee/js/bootstrap-js?action=raw&ctype=text/javascript"></script> | <script src="https://2014.igem.org/Team:Dundee/js/bootstrap-js?action=raw&ctype=text/javascript"></script> | ||
+ | <!-- Turn js --> | ||
+ | <script src="https://2014.igem.org/Team:Dundee/js/turn-js?action=raw&ctype=text/javascript"></script> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 20:55, 17 October 2014
Project
Informed by the Experts
In this book you will find some of the interviews which we conducted with patients in Ninewells, our local Hospital. These people are our honorary team members, and we are indebted to them all. They were extremely generous with their time and helped to give us an insight into living with Cystic Fibrosis, whilst advising us on many aspects of our project, especially the design of our final product and it's implementation.
We have tried to put the patient's voice at the heart of The Lung Ranger, and we hope that these interviews convey their involvement in the project to you.
If you are having trouble viewing this book please click here to view the content in a "normal" layout.
Ricci's Story
Robbie's Story
hr>