Mercurial > aurellem
view org/index.org @ 5:6dff58edc898
upgraded org-mode
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Mon, 24 Oct 2011 08:31:49 -0700 |
parents | e8572e7c1e62 |
children | 055c399c7bab |
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 <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/cortex.html">43 Games</a></li>45 <li><a href="/cortex/html/skin.html">46 Giving skin to our Creatures</a></li>48 <li><a href="/cortex/html/eyes.html">49 Eyes</a></li>51 <li><a href="/cortex/html/util.html">52 Util</a></li>54 <li><a href="/cortex/html/world.html">55 World</a></li>61 </ul>64 </div>68 <!--69 No other areas of this page are replaced.70 -->72 #+end_HTML