annotate org/index.org @ 13:08f7a2e294b4

Changed css and main page for new article on Inductive Lattices
author Dylan Holmes <ocsenave@gmail.com>
date Tue, 01 Nov 2011 02:05:52 -0500
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@4 12 <h2> Posts </h2>
rlm@1 13 <ul class="post_list">
rlm@3 14 <li><a href="/pokemon-types/html/types.html">
rlm@3 15 Breadth-first Search for Effective Pokemon Types</a></li>
rlm@3 16 <li><a href="/pokemon-types/html/lpsolve.html">
rlm@3 17 Discovering Effective Pokemon Types Using Linear
rlm@3 18 Optimization</a></li>
rlm@3 19 <li><a href="/abomination/html/no_parens.html">
rlm@3 20 Calling it quits without parentheses</a></li>
rlm@3 21 <li><a href="/dylan/html/quandary.html">
rlm@3 22 Bugs in quantum mechanics</a></li>
rlm@4 23 <li><a href="/cortex/html/capture-video.html">
rlm@4 24 Capture Live Video Feeds from JMonkeyEngine</a></li>
rlm@4 25 <li><a href="/thoughts/html/man-years.html">
rlm@4 26 A Universe of Human Experience</a></li>
rlm@6 27 <li><a href="/dylan/html/science.html">
rlm@6 28 Science Minus Science</a></li>
ocsenave@13 29 <li><a href="/dylan/html/visualizing-reason.html">
ocsenave@13 30 How to model Inductive Reasoning</a></li>
ocsenave@11 31 <li><b>Cortex: A virtual world for sensate AI</b></li>
ocsenave@11 32 <ul class="cortex_posts">
ocsenave@11 33 <li><a href="/cortex/html/intro.html">
ocsenave@11 34 Intro: Choosing between virtual and real time</a></li>
ocsenave@11 35 <li><a href="/cortex/html/setup.html">
ocsenave@11 36 Installing jMonkeyEngine3, a 3D renderer</a></li>
ocsenave@11 37
ocsenave@11 38 <li><a href="/cortex/html/world.html">
ocsenave@11 39 Populating a world with physics and cameras</a></li>
ocsenave@11 40
ocsenave@11 41 <li><a href="/cortex/html/util.html">
ocsenave@11 42 Utilities that integrate jMonkeyEngine3 into Clojure </a></li>
ocsenave@11 43 <li><a href="/cortex/html/games.html">
ocsenave@11 44 Showing off: Games and examples</a></li>
ocsenave@11 45
ocsenave@11 46 <li><a href="/cortex/html/eyes.html">
ocsenave@11 47 Coding the sense of sight</a></li>
ocsenave@11 48
ocsenave@11 49 <li><a href="/cortex/html/skin.html">
ocsenave@11 50 Coding the sense of touch</a></li>
ocsenave@11 51 </ul>
rlm@4 52 </ul>
rlm@4 53 </div>
rlm@4 54
rlm@4 55
rlm@1 56 #+end_HTML
rlm@1 57
rlm@1 58