Mercurial > aurellem
diff org/index.org @ 17:e044de5ae32d
reorganizing cortex
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Wed, 02 Nov 2011 05:03:31 -0700 |
parents | d2df561bba01 |
children | 0f519515fcf2 |
line wrap: on
line diff
1.1 --- a/org/index.org Tue Nov 01 02:40:21 2011 -0500 1.2 +++ b/org/index.org Wed Nov 02 05:03:31 2011 -0700 1.3 @@ -27,27 +27,32 @@ 1.4 Science Minus Science</a></li> 1.5 <li><a href="/dylan/html/visualizing-reason.html"> 1.6 A Category-Theoretic View of Inductive Reasoning</a></li> 1.7 - <li><b>Cortex: A virtual world for sensate AI</b></li> 1.8 + <li><b>Cortex: A Virtual World for Sensate A.I.</b></li> 1.9 <ul class="cortex_posts"> 1.10 - <li><a href="/cortex/html/intro.html"> 1.11 - Intro: Choosing between virtual and real time</a></li> 1.12 - <li><a href="/cortex/html/setup.html"> 1.13 - Installing jMonkeyEngine3, a 3D renderer</a></li> 1.14 - 1.15 - <li><a href="/cortex/html/world.html"> 1.16 - Populating a world with physics and cameras</a></li> 1.17 - 1.18 - <li><a href="/cortex/html/util.html"> 1.19 - Utilities that integrate jMonkeyEngine3 into Clojure </a></li> 1.20 - <li><a href="/cortex/html/games.html"> 1.21 - Showing off: Games and examples</a></li> 1.22 - 1.23 - <li><a href="/cortex/html/eyes.html"> 1.24 - Coding the sense of sight</a></li> 1.25 - 1.26 - <li><a href="/cortex/html/skin.html"> 1.27 - Coding the sense of touch</a></li> 1.28 - </ul> 1.29 + 1.30 + <li><a href="/cortex/html/intro.html"> 1.31 + Intro: Choosing between Virtual and Real Time</a></li> 1.32 + <li><a href="/cortex/html/setup.html"> 1.33 + Installing jMonkeyEngine3, a 3D Game Engine</a></li> 1.34 + <li><a href="/cortex/html/world.html"> 1.35 + Creating a Virtual World</a></li> 1.36 + <li><a href="/cortex/html/util.html"> 1.37 + Utilities that Integrate jMonkeyEngine3 into Clojure </a></li> 1.38 + <li><a href="/cortex/html/games.html"> 1.39 + Showing off: Games and Examples</a></li> 1.40 + <li> <b> Simulated Senses </b> </li> 1.41 + <ul class="cortex_senses"> 1.42 + <li><a href="/cortex/html/eyes.html"> 1.43 + Vision</a></li> 1.44 + <li><a href="/cortex/html/eyes.html"> 1.45 + Hearing</a></li> 1.46 + <li><a href="/cortex/html/eyes.html"> 1.47 + Touch</a></li> 1.48 + <!-- 1.49 + <li><a href="/cortex/html/skin.html"> 1.50 + Proprioception</a></li> --> 1.51 + </ul> 1.52 + </ul> 1.53 </ul> 1.54 </div> 1.55