Mercurial > cortex
diff org/cover.html @ 309:5d448182c807
added/verified YouTube backup links for all videos.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sat, 18 Feb 2012 11:42:34 -0700 |
parents | 19c43ec6958d |
children |
line wrap: on
line diff
1.1 --- a/org/cover.html Sat Feb 18 11:18:05 2012 -0700 1.2 +++ b/org/cover.html Sat Feb 18 11:42:34 2012 -0700 1.3 @@ -36,54 +36,78 @@ 1.4 1.5 <p> 1.6 1.7 +<br> <a href="http://youtu.be/ZgkWFIoHNuU"> YouTube </a> 1.8 <video controls="controls" width="755"> 1.9 - <source src="../video/hand.ogg" type="video/ogg" preload="none" poster="../images/aurellem-1280x480.png"> 1.10 + <source src="../video/hand.ogg" type="video/ogg" preload="none" 1.11 + poster="../images/aurellem-1280x480.png"> 1.12 + 1.13 </video> 1.14 1.15 + 1.16 Here are videos which showcase each of the senses shown in the video 1.17 above, as well as links to full source and an article explaining how I 1.18 implemented each of them. 1.19 1.20 <h2>Physical Bodies</h2> 1.21 -<a href="../html/body.html">Read the article on implementing physical bodies »</a> 1.22 +<a href="../html/body.html">Read the article on implementing physical 1.23 + bodies »</a><br> 1.24 +<br> <a href="http://youtu.be/4affLfwSPP4"> YouTube </a> 1.25 <video controls="controls" width="755"> 1.26 - <source src="../video/full-hand.ogg" type="video/ogg" preload="none" poster="../images/aurellem-1280x480.png"> 1.27 + <source src="../video/full-hand.ogg" type="video/ogg" preload="none" 1.28 + poster="../images/aurellem-1280x480.png"> 1.29 </video> 1.30 1.31 + 1.32 <h2>Vision</h2> 1.33 -<a href="../html/vision.html">Read the article on implementing vision »</a> 1.34 +<a href="../html/vision.html">Read the article on implementing vision 1.35 + »</a><br> 1.36 + <br> <a href="http://youtu.be/J3H3iB_2NPQ"> YouTube </a> 1.37 <video controls="controls" width="755"> 1.38 <source src="../video/worm-vision.ogg" type="video/ogg" preload="none" poster="../images/aurellem-1280x480.png"> 1.39 </video> 1.40 1.41 1.42 + 1.43 <h2>Hearing</h2> 1.44 -<a href="../html/hearing.html">Read the article on implementing hearing »</a> 1.45 +<a href="../html/hearing.html">Read the article on implementing 1.46 + hearing »</a><br> 1.47 + 1.48 +<br> <a href="http://www.youtube.com/watch?v=oCEfK0yhDrY"> YouTube </a> 1.49 <video controls="controls" width="755"> 1.50 <source src="../video/java-hearing-test.ogg" type="video/ogg" preload="none" poster="../images/aurellem-1280x480.png"> 1.51 </video> 1.52 + <br> <a href="http://youtu.be/KLUtV1TNksI"> YouTube </a> 1.53 <video controls="controls" width="755"> 1.54 <source src="../video/worm-hearing.ogg" type="video/ogg" preload="none" poster="../images/aurellem-1280x480.png"> 1.55 </video> 1.56 1.57 1.58 <h2>Touch</h2> 1.59 -<a href="../html/touch.html">Read the article on implementing touch »</a> 1.60 +<a href="../html/touch.html">Read the article on implementing touch 1.61 + »</a><br> 1.62 +<br> <a href="http://youtu.be/8xNEtD-a8f0"> YouTube </a> 1.63 <video controls="controls" width="755"> 1.64 <source src="../video/basic-touch.ogg" type="video/ogg" preload="none" poster="../images/aurellem-1280x480.png"> 1.65 </video> 1.66 +<br> <a href="http://youtu.be/RHx2wqzNVcU"> YouTube </a> 1.67 <video controls="controls" width="755"> 1.68 <source src="../video/worm-touch.ogg" type="video/ogg" preload="none" poster="../images/aurellem-1280x480.png"> 1.69 </video> 1.70 1.71 + 1.72 <h2>Proprioception</h2> 1.73 -<a href="../html/proprioception.html">Read the article on implementing proprioception »</a> 1.74 +<a href="../html/proprioception.html">Read the article on implementing 1.75 + proprioception »</a><br> 1.76 +<br> <a href="http://youtu.be/JjdDmyM8b0w"> YouTube </a> 1.77 <video controls="controls" width="755"> 1.78 <source src="../video/test-proprioception.ogg" type="video/ogg" preload="none" poster="../images/aurellem-1280x480.png"> 1.79 </video> 1.80 1.81 + 1.82 <h2>Movement</h2> 1.83 -<a href="../html/movement.html">Read the article on implementing muscles »</a> 1.84 +<a href="../html/movement.html">Read the article on implementing 1.85 + muscles »</a><br> 1.86 +<br> <a href="http://youtu.be/8Rp4jEGMDWU"> YouTube </a> 1.87 <video controls="controls" width="755"> 1.88 <source src="../video/worm-muscles.ogg" type="video/ogg" preload="none" poster="../images/aurellem-1280x480.png"> 1.89 </video>