annotate 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
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@1 10 <!--
rlm@1 11 This area is replaced with the appropiate list of posts when the blog
rlm@1 12 is published.
rlm@1 13 -->
rlm@1 14 <div id="posts">
rlm@4 15 <h2> Posts </h2>
rlm@1 16 <ul class="post_list">
rlm@3 17 <li><a href="/pokemon-types/html/types.html">
rlm@3 18 Breadth-first Search for Effective Pokemon Types</a></li>
rlm@3 19 <li><a href="/pokemon-types/html/lpsolve.html">
rlm@3 20 Discovering Effective Pokemon Types Using Linear
rlm@3 21 Optimization</a></li>
rlm@3 22 <li><a href="/abomination/html/no_parens.html">
rlm@3 23 Calling it quits without parentheses</a></li>
rlm@3 24 <li><a href="/dylan/html/quandary.html">
rlm@3 25 Bugs in quantum mechanics</a></li>
rlm@4 26 <li><a href="/cortex/html/capture-video.html">
rlm@4 27 Capture Live Video Feeds from JMonkeyEngine</a></li>
rlm@4 28 <li><a href="/thoughts/html/man-years.html">
rlm@4 29 A Universe of Human Experience</a></li>
rlm@4 30 </ul>
rlm@4 31 </div>
rlm@4 32
rlm@4 33 <div id="cortex">
rlm@5 34 <h3> Cortex </h3>
rlm@4 35 <ul class="cortex_posts">
rlm@4 36 <li><a href="/cortex/html/intro.html">
rlm@4 37 Introduction</a></li>
rlm@4 38
rlm@4 39 <li><a href="/cortex/html/setup.html">
rlm@4 40 Setting up jMonkeyEngine3</a></li>
rlm@4 41
rlm@3 42 <li><a href="/cortex/html/cortex.html">
rlm@5 43 Games</a></li>
rlm@4 44
rlm@4 45 <li><a href="/cortex/html/skin.html">
rlm@4 46 Giving skin to our Creatures</a></li>
rlm@4 47
rlm@5 48 <li><a href="/cortex/html/eyes.html">
rlm@5 49 Eyes</a></li>
rlm@5 50
rlm@5 51 <li><a href="/cortex/html/util.html">
rlm@5 52 Util</a></li>
rlm@5 53
rlm@5 54 <li><a href="/cortex/html/world.html">
rlm@5 55 World</a></li>
rlm@5 56
rlm@5 57
rlm@5 58
rlm@5 59
rlm@4 60
rlm@1 61 </ul>
rlm@4 62
rlm@4 63
rlm@1 64 </div>
rlm@4 65
rlm@4 66
rlm@4 67
rlm@1 68 <!--
rlm@1 69 No other areas of this page are replaced.
rlm@1 70 -->
rlm@3 71
rlm@1 72 #+end_HTML
rlm@1 73
rlm@1 74