annotate org/index.org @ 12:70597a1d312b

removed posts header
author Robert McIntyre <rlm@mit.edu>
date Fri, 28 Oct 2011 07:36:27 -0700
parents 77cfdbcdebfd
children 367f7b7478a9
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@3 14 Breadth-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@3 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@11 28 <li><b>Cortex: A virtual world for sensate AI</b></li>
ocsenave@11 29 <ul class="cortex_posts">
ocsenave@11 30 <li><a href="/cortex/html/intro.html">
ocsenave@11 31 Intro: Choosing between virtual and real time</a></li>
ocsenave@11 32 <li><a href="/cortex/html/setup.html">
ocsenave@11 33 Installing jMonkeyEngine3, a 3D renderer</a></li>
ocsenave@11 34
ocsenave@11 35 <li><a href="/cortex/html/world.html">
ocsenave@11 36 Populating a world with physics and cameras</a></li>
ocsenave@11 37
ocsenave@11 38 <li><a href="/cortex/html/util.html">
ocsenave@11 39 Utilities that integrate jMonkeyEngine3 into Clojure </a></li>
ocsenave@11 40 <li><a href="/cortex/html/games.html">
ocsenave@11 41 Showing off: Games and examples</a></li>
ocsenave@11 42
ocsenave@11 43 <li><a href="/cortex/html/eyes.html">
ocsenave@11 44 Coding the sense of sight</a></li>
ocsenave@11 45
ocsenave@11 46 <li><a href="/cortex/html/skin.html">
ocsenave@11 47 Coding the sense of touch</a></li>
ocsenave@11 48 </ul>
rlm@4 49 </ul>
rlm@4 50 </div>
rlm@4 51
rlm@4 52
rlm@1 53 #+end_HTML
rlm@1 54
rlm@1 55