diff org/index.org @ 3:6ab1effc3a88

got error screen working again
author Robert McIntyre <rlm@mit.edu>
date Mon, 17 Oct 2011 23:54:26 -0700
parents 12573db75437
children e8572e7c1e62
line wrap: on
line diff
     1.1 --- a/org/index.org	Mon Oct 17 22:23:04 2011 -0700
     1.2 +++ b/org/index.org	Mon Oct 17 23:54:26 2011 -0700
     1.3 @@ -1,6 +1,10 @@
     1.4  #+title: Our Blog Entries
     1.5 -#+STYLE: <link rel="stylesheet" type="text/css" href="./aurellem/src/css/aurellem.css" />
     1.6 -#+INCLUDE: ../templates/level-0.org
     1.7 +#+author: Robert McIntyre & Dylan Holmes
     1.8 +#+email: rlm@mit.edu
     1.9 +#+description: A Blog on AI, quantum mechanics, philosophy, and all sorts of coding goodies in clojure, java, C and more!
    1.10 +#+keywords: AI, clojure, quantum mechanics 
    1.11 +#+SETUPFILE: ../../aurellem/org/setup.org
    1.12 +#+INCLUDE: ../../aurellem/org/level-0.org
    1.13  
    1.14  #+begin_HTML
    1.15  <!--
    1.16 @@ -9,14 +13,26 @@
    1.17  -->
    1.18  <div id="posts">
    1.19    <ul class="post_list">
    1.20 -    <li>
    1.21 -      POST
    1.22 +    <li><a href="/pokemon-types/html/types.html">
    1.23 +	Breadth-first Search for Effective Pokemon Types</a></li>
    1.24 +    <li><a href="/pokemon-types/html/lpsolve.html">
    1.25 +	Discovering Effective Pokemon Types Using Linear
    1.26 +	Optimization</a></li>
    1.27 +    <li><a href="/abomination/html/no_parens.html">
    1.28 +	Calling it quits without parentheses</a></li>
    1.29 +    <li><a href="/dylan/html/quandary.html">
    1.30 +	Bugs in quantum mechanics</a></li>
    1.31 +    <li><a href="/cortex/html/cortex.html">
    1.32 +	Simulated Senses</a></li>
    1.33 +    <li><a href="/cortex/html/capture-video.html">
    1.34 +	Capture Live Video Feeds from JMonkeyEngine</a></li>
    1.35      </li>
    1.36    </ul>
    1.37  </div>
    1.38  <!--
    1.39     No other areas of this page are replaced.
    1.40  -->
    1.41 +
    1.42  #+end_HTML
    1.43  
    1.44