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