annotate org/index.org @ 572:202c6d19acad

add index page as part of aurellem redesign.
author Robert McIntyre <rlm@mit.edu>
date Sun, 08 Mar 2015 22:08:17 -0700
parents
children
rev   line source
rlm@572 1 #+title: CORTEX
rlm@572 2 #+author: Robert McIntyre
rlm@572 3 #+email: rlm@mit.edu
rlm@572 4 #+description: cortex, a simulated enviroment for sensate AI
rlm@572 5 #+keywords: computer vision, jMonkeyEngine3, clojure
rlm@572 6 #+SETUPFILE: ../../aurellem/org/setup.org
rlm@572 7 #+INCLUDE: ../../aurellem/org/level-0.org
rlm@572 8 #+babel: :mkdirp yes :noweb yes :exports both
rlm@572 9
rlm@572 10
rlm@572 11 ** Cortex: a virtual world for sensate AI
rlm@572 12
rlm@572 13 This was an MEng thesis project while I was at MIT. It won the 2014
rlm@572 14 Charles and Jennifer Johnson Thesis Award –- 1st Place!
rlm@572 15
rlm@572 16 - [[http://aurellem.org/dl/rlm-meng-cortex-final.pdf][Thesis]]
rlm@572 17 - [[http://aurellem.org/dl/cortex-1.0.0.tar.bz2][Code]]
rlm@572 18
rlm@572 19 1. [[../../cortex/html/intro.html][Intro: Choosing between Virtual and Real Time]]
rlm@572 20 2. [[../../cortex/html/setup.html][Installing jMonkeyEngine3, a 3D Game Engine]]
rlm@572 21 3. [[../../cortex/html/world.html][Creating a Virtual World]]
rlm@572 22 4. [[../../cortex/html/util.html][Utilities that Integrate jMonkeyEngine3 into Clojure]]
rlm@572 23 5. [[../../cortex/html/games.html][ Showing off: Games and Examples]]
rlm@572 24 6. *Sensors and effectors*
rlm@572 25 1. [[../../cortex/html/sense.html][Preamble: auxillary functions]]
rlm@572 26 2. [[../../cortex/html/body.html][Building a Body]]
rlm@572 27 3. [[../../cortex/html/vision.html][Vision]]
rlm@572 28 4. [[../../cortex/html/hearing.html][Hearing]]
rlm@572 29 5. [[../../cortex/html/touch.html][Touch]]
rlm@572 30 6. [[../../cortex/html/proprioception.html][Proprioception]]
rlm@572 31 7. [[../../cortex/html/movement.html][Movement]]
rlm@572 32 8. [[../../cortex/html/integration.html][Integration]]
rlm@572 33 7. [[../../cortex/html/gabor.html][Gabor Filters]]