annotate org/index.org @ 22:9befc0cfe405

update index
author Robert McIntyre <rlm@mit.edu>
date Sat, 11 Feb 2012 12:36:16 -0700
parents 79399e91f800
children b0cefe9134e1
rev   line source
rlm@1 1 #+title: Our Blog Entries
rlm@3 2 #+author: Robert McIntyre & Dylan Holmes
rlm@3 3 #+email: rlm@mit.edu
rlm@3 4 #+description: A Blog on AI, quantum mechanics, philosophy, and all sorts of coding goodies in clojure, java, C and more!
rlm@3 5 #+keywords: AI, clojure, quantum mechanics
rlm@3 6 #+SETUPFILE: ../../aurellem/org/setup.org
rlm@3 7 #+INCLUDE: ../../aurellem/org/level-0.org
rlm@1 8
rlm@1 9 #+begin_HTML
rlm@6 10
rlm@1 11 <div id="posts">
rlm@1 12 <ul class="post_list">
rlm@3 13 <li><a href="/pokemon-types/html/types.html">
rlm@18 14 Best-First Search for Effective Pokemon Types</a></li>
rlm@3 15 <li><a href="/pokemon-types/html/lpsolve.html">
rlm@3 16 Discovering Effective Pokemon Types Using Linear
rlm@3 17 Optimization</a></li>
rlm@3 18 <li><a href="/abomination/html/no_parens.html">
rlm@19 19 Calling it Quits Without Parentheses</a></li>
rlm@3 20 <li><a href="/dylan/html/quandary.html">
rlm@3 21 Bugs in quantum mechanics</a></li>
rlm@4 22 <li><a href="/cortex/html/capture-video.html">
rlm@4 23 Capture Live Video Feeds from JMonkeyEngine</a></li>
rlm@4 24 <li><a href="/thoughts/html/man-years.html">
rlm@4 25 A Universe of Human Experience</a></li>
rlm@6 26 <li><a href="/dylan/html/science.html">
rlm@6 27 Science Minus Science</a></li>
ocsenave@13 28 <li><a href="/dylan/html/visualizing-reason.html">
ocsenave@15 29 A Category-Theoretic View of Inductive Reasoning</a></li>
rlm@17 30 <li><b>Cortex: A Virtual World for Sensate A.I.</b></li>
ocsenave@11 31 <ul class="cortex_posts">
rlm@17 32
rlm@17 33 <li><a href="/cortex/html/intro.html">
rlm@17 34 Intro: Choosing between Virtual and Real Time</a></li>
rlm@17 35 <li><a href="/cortex/html/setup.html">
rlm@17 36 Installing jMonkeyEngine3, a 3D Game Engine</a></li>
rlm@17 37 <li><a href="/cortex/html/world.html">
rlm@17 38 Creating a Virtual World</a></li>
rlm@17 39 <li><a href="/cortex/html/util.html">
rlm@17 40 Utilities that Integrate jMonkeyEngine3 into Clojure </a></li>
rlm@17 41 <li><a href="/cortex/html/games.html">
rlm@17 42 Showing off: Games and Examples</a></li>
rlm@22 43 <li> <b> Simulated Senses/Effectors </b> </li>
rlm@17 44 <ul class="cortex_senses">
rlm@22 45 <li><a href="/cortex/html/sense.html">
rlm@22 46 Introduction</a></li>
rlm@22 47 <li><a href="/cortex/html/body.html">
rlm@22 48 Building a Body</a></li>
rlm@22 49 <li><a href="/cortex/html/vision.html">
rlm@17 50 Vision</a></li>
rlm@22 51 <li><a href="/cortex/html/hearing.html">
rlm@17 52 Hearing</a></li>
rlm@22 53 <li><a href="/cortex/html/touch.html">
rlm@17 54 Touch</a></li>
rlm@22 55 <li><a href="/cortex/html/proprioception.html">
rlm@22 56 Proprioception</a></li>
rlm@22 57 <li><a href="/cortex/html/movement.html">
rlm@22 58 Movement</a></li>
rlm@22 59 <li><a href="/cortex/html/integration.html">
rlm@22 60 Integration</a></li>
rlm@17 61 </ul>
rlm@17 62 </ul>
rlm@4 63 </ul>
rlm@4 64 </div>
rlm@1 65 #+end_HTML
rlm@1 66
rlm@1 67