annotate 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 |
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@1
|
15 <ul class="post_list">
|
rlm@3
|
16 <li><a href="/pokemon-types/html/types.html">
|
rlm@3
|
17 Breadth-first Search for Effective Pokemon Types</a></li>
|
rlm@3
|
18 <li><a href="/pokemon-types/html/lpsolve.html">
|
rlm@3
|
19 Discovering Effective Pokemon Types Using Linear
|
rlm@3
|
20 Optimization</a></li>
|
rlm@3
|
21 <li><a href="/abomination/html/no_parens.html">
|
rlm@3
|
22 Calling it quits without parentheses</a></li>
|
rlm@3
|
23 <li><a href="/dylan/html/quandary.html">
|
rlm@3
|
24 Bugs in quantum mechanics</a></li>
|
rlm@3
|
25 <li><a href="/cortex/html/cortex.html">
|
rlm@3
|
26 Simulated Senses</a></li>
|
rlm@3
|
27 <li><a href="/cortex/html/capture-video.html">
|
rlm@3
|
28 Capture Live Video Feeds from JMonkeyEngine</a></li>
|
rlm@1
|
29 </li>
|
rlm@1
|
30 </ul>
|
rlm@1
|
31 </div>
|
rlm@1
|
32 <!--
|
rlm@1
|
33 No other areas of this page are replaced.
|
rlm@1
|
34 -->
|
rlm@3
|
35
|
rlm@1
|
36 #+end_HTML
|
rlm@1
|
37
|
rlm@1
|
38
|