comparison 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
comparison
equal deleted inserted replaced
2:c2beff8e5b5d 3:6ab1effc3a88
1 #+title: Our Blog Entries 1 #+title: Our Blog Entries
2 #+STYLE: <link rel="stylesheet" type="text/css" href="./aurellem/src/css/aurellem.css" /> 2 #+author: Robert McIntyre & Dylan Holmes
3 #+INCLUDE: ../templates/level-0.org 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
4 8
5 #+begin_HTML 9 #+begin_HTML
6 <!-- 10 <!--
7 This area is replaced with the appropiate list of posts when the blog 11 This area is replaced with the appropiate list of posts when the blog
8 is published. 12 is published.
9 --> 13 -->
10 <div id="posts"> 14 <div id="posts">
11 <ul class="post_list"> 15 <ul class="post_list">
12 <li> 16 <li><a href="/pokemon-types/html/types.html">
13 POST 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>
14 </li> 29 </li>
15 </ul> 30 </ul>
16 </div> 31 </div>
17 <!-- 32 <!--
18 No other areas of this page are replaced. 33 No other areas of this page are replaced.
19 --> 34 -->
35
20 #+end_HTML 36 #+end_HTML
21 37
22 38