Mercurial > aurellem
view org/index.org @ 8:07c734740913
irrelevant change
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Thu, 27 Oct 2011 23:56:20 -0700 |
parents | 8fbbf4be432b |
children | 1b06698054a9 |
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>30 </ul>31 </div>33 <div id="cortex">34 <h3> Cortex </h3>35 <ul class="cortex_posts">36 <li><a href="/cortex/html/intro.html">37 Introduction</a></li>39 <li><a href="/cortex/html/setup.html">40 Setting up jMonkeyEngine3</a></li>42 <li><a href="/cortex/html/world.html">43 World</a></li>45 <li><a href="/cortex/html/util.html">46 Util</a></li>48 <li><a href="/cortex/html/games.html">49 Games!</a></li>51 <li><a href="/cortex/html/eyes.html">52 Eyes</a></li>54 <li><a href="/cortex/html/skin.html">55 Skin</a></li>58 </ul>59 </div>62 #+end_HTML