view org/index.org @ 6:055c399c7bab

moved html entries around
author Robert McIntyre <rlm@mit.edu>
date Thu, 27 Oct 2011 23:42:52 -0700
parents 6dff58edc898
children 8fbbf4be432b
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
11 <div id="posts">
12 <h2> Posts </h2>
13 <ul class="post_list">
14 <li><a href="/pokemon-types/html/types.html">
15 Breadth-first Search for Effective Pokemon Types</a></li>
16 <li><a href="/pokemon-types/html/lpsolve.html">
17 Discovering Effective Pokemon Types Using Linear
18 Optimization</a></li>
19 <li><a href="/abomination/html/no_parens.html">
20 Calling it quits without parentheses</a></li>
21 <li><a href="/dylan/html/quandary.html">
22 Bugs in quantum mechanics</a></li>
23 <li><a href="/cortex/html/capture-video.html">
24 Capture Live Video Feeds from JMonkeyEngine</a></li>
25 <li><a href="/thoughts/html/man-years.html">
26 A Universe of Human Experience</a></li>
27 <li><a href="/dylan/html/science.html">
28 Science Minus Science</a></li>
30 </ul>
31 </div>
33 <div id="cortex">
34 <h3> Cortex </h3>
35 <ul class="cortex_posts">
36 <li><a href="/cortex/html/intro.html">
37 Introduction</a></li>
39 <li><a href="/cortex/html/setup.html">
40 Setting up jMonkeyEngine3</a></li>
42 <li><a href="/cortex/html/world.html">
43 World</a></li>
45 <li><a href="/cortex/html/util.html">
46 Util</a></li>
48 <li><a href="/cortex/html/games.html">
49 Games!</a></li>
51 <li><a href="/cortex/html/skin.html">
52 Skin</a></li>
54 <li><a href="/cortex/html/eyes.html">
55 Eyes</a></li>
57 </ul>
58 </div>
61 #+end_HTML