Mercurial > aurellem
view 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 |
line wrap: on
line source
1 #+title: Our Blog Entries2 #+author: Robert McIntyre & Dylan Holmes3 #+email: rlm@mit.edu4 #+description: A Blog on AI, quantum mechanics, philosophy, and all sorts of coding goodies in clojure, java, C and more!5 #+keywords: AI, clojure, quantum mechanics6 #+SETUPFILE: ../../aurellem/org/setup.org7 #+INCLUDE: ../../aurellem/org/level-0.org9 #+begin_HTML11 <div id="posts">12 <h2> Posts </h2>13 <ul class="post_list">14 <li><a href="/pokemon-types/html/types.html">15 Breadth-first Search for Effective Pokemon Types</a></li>16 <li><a href="/pokemon-types/html/lpsolve.html">17 Discovering Effective Pokemon Types Using Linear18 Optimization</a></li>19 <li><a href="/abomination/html/no_parens.html">20 Calling it quits without parentheses</a></li>21 <li><a href="/dylan/html/quandary.html">22 Bugs in quantum mechanics</a></li>23 <li><a href="/cortex/html/capture-video.html">24 Capture Live Video Feeds from JMonkeyEngine</a></li>25 <li><a href="/thoughts/html/man-years.html">26 A Universe of Human Experience</a></li>27 <li><a href="/dylan/html/science.html">28 Science Minus Science</a></li>29 <li><a href="/dylan/html/visualizing-reason.html">30 How to model Inductive Reasoning</a></li>31 <li><b>Cortex: A virtual world for sensate AI</b></li>32 <ul class="cortex_posts">33 <li><a href="/cortex/html/intro.html">34 Intro: Choosing between virtual and real time</a></li>35 <li><a href="/cortex/html/setup.html">36 Installing jMonkeyEngine3, a 3D renderer</a></li>38 <li><a href="/cortex/html/world.html">39 Populating a world with physics and cameras</a></li>41 <li><a href="/cortex/html/util.html">42 Utilities that integrate jMonkeyEngine3 into Clojure </a></li>43 <li><a href="/cortex/html/games.html">44 Showing off: Games and examples</a></li>46 <li><a href="/cortex/html/eyes.html">47 Coding the sense of sight</a></li>49 <li><a href="/cortex/html/skin.html">50 Coding the sense of touch</a></li>51 </ul>52 </ul>53 </div>56 #+end_HTML