Mercurial > aurellem
view org/index.org @ 4:e8572e7c1e62
splitting cortex up
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sun, 23 Oct 2011 13:50:10 -0700 |
parents | 6ab1effc3a88 |
children | 6dff58edc898 |
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_HTML10 <!--11 This area is replaced with the appropiate list of posts when the blog12 is published.13 -->14 <div id="posts">15 <h2> Posts </h2>16 <ul class="post_list">17 <li><a href="/pokemon-types/html/types.html">18 Breadth-first Search for Effective Pokemon Types</a></li>19 <li><a href="/pokemon-types/html/lpsolve.html">20 Discovering Effective Pokemon Types Using Linear21 Optimization</a></li>22 <li><a href="/abomination/html/no_parens.html">23 Calling it quits without parentheses</a></li>24 <li><a href="/dylan/html/quandary.html">25 Bugs in quantum mechanics</a></li>26 <li><a href="/cortex/html/capture-video.html">27 Capture Live Video Feeds from JMonkeyEngine</a></li>28 <li><a href="/thoughts/html/man-years.html">29 A Universe of Human Experience</a></li>30 </ul>31 </div>33 <div id="cortex">34 <h2> Cortex </h2>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/cortex.html">43 Simulated Senses</a></li>45 <li><a href="/cortex/html/skin.html">46 Giving skin to our Creatures</a></li>49 </ul>52 </div>56 <!--57 No other areas of this page are replaced.58 -->60 #+end_HTML