view 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 source
1 #+title: Our Blog Entries
2 #+author: Robert McIntyre & Dylan Holmes
3 #+email: rlm@mit.edu
4 #+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 mechanics
6 #+SETUPFILE: ../../aurellem/org/setup.org
7 #+INCLUDE: ../../aurellem/org/level-0.org
9 #+begin_HTML
10 <!--
11 This area is replaced with the appropiate list of posts when the blog
12 is published.
13 -->
14 <div id="posts">
15 <ul class="post_list">
16 <li><a href="/pokemon-types/html/types.html">
17 Breadth-first Search for Effective Pokemon Types</a></li>
18 <li><a href="/pokemon-types/html/lpsolve.html">
19 Discovering Effective Pokemon Types Using Linear
20 Optimization</a></li>
21 <li><a href="/abomination/html/no_parens.html">
22 Calling it quits without parentheses</a></li>
23 <li><a href="/dylan/html/quandary.html">
24 Bugs in quantum mechanics</a></li>
25 <li><a href="/cortex/html/cortex.html">
26 Simulated Senses</a></li>
27 <li><a href="/cortex/html/capture-video.html">
28 Capture Live Video Feeds from JMonkeyEngine</a></li>
29 </li>
30 </ul>
31 </div>
32 <!--
33 No other areas of this page are replaced.
34 -->
36 #+end_HTML