Mercurial > cortex
view org/cover.html @ 499:14792ab43a79
processing bib queue. num left: 4
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sat, 29 Mar 2014 23:30:32 -0400 |
parents | 5d448182c807 |
children |
line wrap: on
line source
1 <html>2 <head>3 <title>aurellem ☉</title>4 <style type="text/css">5 body{6 font:16px "Open Serif",Georgia,Palatino,Times,"Times New7 Roman",serif;8 line-height:1.5em;9 color:#444;10 width:46em;11 padding:4em;12 margin:0 auto;13 border-top:3em solid #933;14 border-left-width:0;15 border-right-width:0;16 }18 a{color:#07e;}19 h1,h2,h3,h4,h5,h6{20 font-family:'Open Sans', Helvetica, Arial, sans-serif;21 }22 h1{font-size:2em;line-height:.75em;24 }26 video{27 margin-bottom:3em;28 }29 </style>30 </head>31 <body>32 <h2 style="color:#888;">☉ aurellem</h2>33 <h1>Sensate Creatures in a Virtual Environment</h1>34 <author>Robert McIntyre</author>35 <br><br>37 <p>39 <br> <a href="http://youtu.be/ZgkWFIoHNuU"> YouTube </a>40 <video controls="controls" width="755">41 <source src="../video/hand.ogg" type="video/ogg" preload="none"42 poster="../images/aurellem-1280x480.png">44 </video>47 Here are videos which showcase each of the senses shown in the video48 above, as well as links to full source and an article explaining how I49 implemented each of them.51 <h2>Physical Bodies</h2>52 <a href="../html/body.html">Read the article on implementing physical53 bodies »</a><br>54 <br> <a href="http://youtu.be/4affLfwSPP4"> YouTube </a>55 <video controls="controls" width="755">56 <source src="../video/full-hand.ogg" type="video/ogg" preload="none"57 poster="../images/aurellem-1280x480.png">58 </video>61 <h2>Vision</h2>62 <a href="../html/vision.html">Read the article on implementing vision63 »</a><br>64 <br> <a href="http://youtu.be/J3H3iB_2NPQ"> YouTube </a>65 <video controls="controls" width="755">66 <source src="../video/worm-vision.ogg" type="video/ogg" preload="none" poster="../images/aurellem-1280x480.png">67 </video>71 <h2>Hearing</h2>72 <a href="../html/hearing.html">Read the article on implementing73 hearing »</a><br>75 <br> <a href="http://www.youtube.com/watch?v=oCEfK0yhDrY"> YouTube </a>76 <video controls="controls" width="755">77 <source src="../video/java-hearing-test.ogg" type="video/ogg" preload="none" poster="../images/aurellem-1280x480.png">78 </video>79 <br> <a href="http://youtu.be/KLUtV1TNksI"> YouTube </a>80 <video controls="controls" width="755">81 <source src="../video/worm-hearing.ogg" type="video/ogg" preload="none" poster="../images/aurellem-1280x480.png">82 </video>85 <h2>Touch</h2>86 <a href="../html/touch.html">Read the article on implementing touch87 »</a><br>88 <br> <a href="http://youtu.be/8xNEtD-a8f0"> YouTube </a>89 <video controls="controls" width="755">90 <source src="../video/basic-touch.ogg" type="video/ogg" preload="none" poster="../images/aurellem-1280x480.png">91 </video>92 <br> <a href="http://youtu.be/RHx2wqzNVcU"> YouTube </a>93 <video controls="controls" width="755">94 <source src="../video/worm-touch.ogg" type="video/ogg" preload="none" poster="../images/aurellem-1280x480.png">95 </video>98 <h2>Proprioception</h2>99 <a href="../html/proprioception.html">Read the article on implementing100 proprioception »</a><br>101 <br> <a href="http://youtu.be/JjdDmyM8b0w"> YouTube </a>102 <video controls="controls" width="755">103 <source src="../video/test-proprioception.ogg" type="video/ogg" preload="none" poster="../images/aurellem-1280x480.png">104 </video>107 <h2>Movement</h2>108 <a href="../html/movement.html">Read the article on implementing109 muscles »</a><br>110 <br> <a href="http://youtu.be/8Rp4jEGMDWU"> YouTube </a>111 <video controls="controls" width="755">112 <source src="../video/worm-muscles.ogg" type="video/ogg" preload="none" poster="../images/aurellem-1280x480.png">113 </video>115 </p>117 </body>118 </html>