Mercurial > cortex
view org/cover.html @ 306:7e7f8d6d9ec5
massive spellchecking
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sat, 18 Feb 2012 10:59:41 -0700 |
parents | 19c43ec6958d |
children | 5d448182c807 |
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 <video controls="controls" width="755">40 <source src="../video/hand.ogg" type="video/ogg" preload="none" poster="../images/aurellem-1280x480.png">41 </video>43 Here are videos which showcase each of the senses shown in the video44 above, as well as links to full source and an article explaining how I45 implemented each of them.47 <h2>Physical Bodies</h2>48 <a href="../html/body.html">Read the article on implementing physical bodies »</a>49 <video controls="controls" width="755">50 <source src="../video/full-hand.ogg" type="video/ogg" preload="none" poster="../images/aurellem-1280x480.png">51 </video>53 <h2>Vision</h2>54 <a href="../html/vision.html">Read the article on implementing vision »</a>55 <video controls="controls" width="755">56 <source src="../video/worm-vision.ogg" type="video/ogg" preload="none" poster="../images/aurellem-1280x480.png">57 </video>60 <h2>Hearing</h2>61 <a href="../html/hearing.html">Read the article on implementing hearing »</a>62 <video controls="controls" width="755">63 <source src="../video/java-hearing-test.ogg" type="video/ogg" preload="none" poster="../images/aurellem-1280x480.png">64 </video>65 <video controls="controls" width="755">66 <source src="../video/worm-hearing.ogg" type="video/ogg" preload="none" poster="../images/aurellem-1280x480.png">67 </video>70 <h2>Touch</h2>71 <a href="../html/touch.html">Read the article on implementing touch »</a>72 <video controls="controls" width="755">73 <source src="../video/basic-touch.ogg" type="video/ogg" preload="none" poster="../images/aurellem-1280x480.png">74 </video>75 <video controls="controls" width="755">76 <source src="../video/worm-touch.ogg" type="video/ogg" preload="none" poster="../images/aurellem-1280x480.png">77 </video>79 <h2>Proprioception</h2>80 <a href="../html/proprioception.html">Read the article on implementing proprioception »</a>81 <video controls="controls" width="755">82 <source src="../video/test-proprioception.ogg" type="video/ogg" preload="none" poster="../images/aurellem-1280x480.png">83 </video>85 <h2>Movement</h2>86 <a href="../html/movement.html">Read the article on implementing muscles »</a>87 <video controls="controls" width="755">88 <source src="../video/worm-muscles.ogg" type="video/ogg" preload="none" poster="../images/aurellem-1280x480.png">89 </video>91 </p>93 </body>94 </html>