annotate org/index.org @ 14:367f7b7478a9

On main page: removed superfluous header; added new post on inductive lattices.
author Dylan Holmes <ocsenave@gmail.com>
date Tue, 01 Nov 2011 02:10:02 -0500
parents 08f7a2e294b4 70597a1d312b
children d2df561bba01
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@13 28 <li><a href="/dylan/html/visualizing-reason.html">
ocsenave@13 29 How to model Inductive Reasoning</a></li>
ocsenave@11 30 <li><b>Cortex: A virtual world for sensate AI</b></li>
ocsenave@11 31 <ul class="cortex_posts">
ocsenave@11 32 <li><a href="/cortex/html/intro.html">
ocsenave@11 33 Intro: Choosing between virtual and real time</a></li>
ocsenave@11 34 <li><a href="/cortex/html/setup.html">
ocsenave@11 35 Installing jMonkeyEngine3, a 3D renderer</a></li>
ocsenave@11 36
ocsenave@11 37 <li><a href="/cortex/html/world.html">
ocsenave@11 38 Populating a world with physics and cameras</a></li>
ocsenave@11 39
ocsenave@11 40 <li><a href="/cortex/html/util.html">
ocsenave@11 41 Utilities that integrate jMonkeyEngine3 into Clojure </a></li>
ocsenave@11 42 <li><a href="/cortex/html/games.html">
ocsenave@11 43 Showing off: Games and examples</a></li>
ocsenave@11 44
ocsenave@11 45 <li><a href="/cortex/html/eyes.html">
ocsenave@11 46 Coding the sense of sight</a></li>
ocsenave@11 47
ocsenave@11 48 <li><a href="/cortex/html/skin.html">
ocsenave@11 49 Coding the sense of touch</a></li>
ocsenave@11 50 </ul>
rlm@4 51 </ul>
rlm@4 52 </div>
rlm@4 53
rlm@4 54
rlm@1 55 #+end_HTML
rlm@1 56
rlm@1 57