view org/index.org @ 18:0f519515fcf2

corrected name
author Robert McIntyre <rlm@mit.edu>
date Wed, 02 Nov 2011 07:54:12 -0700
parents e044de5ae32d
children 23466ea0b5ee
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 <ul class="post_list">
13 <li><a href="/pokemon-types/html/types.html">
14 Best-First Search for Effective Pokemon Types</a></li>
15 <li><a href="/pokemon-types/html/lpsolve.html">
16 Discovering Effective Pokemon Types Using Linear
17 Optimization</a></li>
18 <li><a href="/abomination/html/no_parens.html">
19 Calling it quits without parentheses</a></li>
20 <li><a href="/dylan/html/quandary.html">
21 Bugs in quantum mechanics</a></li>
22 <li><a href="/cortex/html/capture-video.html">
23 Capture Live Video Feeds from JMonkeyEngine</a></li>
24 <li><a href="/thoughts/html/man-years.html">
25 A Universe of Human Experience</a></li>
26 <li><a href="/dylan/html/science.html">
27 Science Minus Science</a></li>
28 <li><a href="/dylan/html/visualizing-reason.html">
29 A Category-Theoretic View of Inductive Reasoning</a></li>
30 <li><b>Cortex: A Virtual World for Sensate A.I.</b></li>
31 <ul class="cortex_posts">
33 <li><a href="/cortex/html/intro.html">
34 Intro: Choosing between Virtual and Real Time</a></li>
35 <li><a href="/cortex/html/setup.html">
36 Installing jMonkeyEngine3, a 3D Game Engine</a></li>
37 <li><a href="/cortex/html/world.html">
38 Creating a Virtual World</a></li>
39 <li><a href="/cortex/html/util.html">
40 Utilities that Integrate jMonkeyEngine3 into Clojure </a></li>
41 <li><a href="/cortex/html/games.html">
42 Showing off: Games and Examples</a></li>
43 <li> <b> Simulated Senses </b> </li>
44 <ul class="cortex_senses">
45 <li><a href="/cortex/html/eyes.html">
46 Vision</a></li>
47 <li><a href="/cortex/html/eyes.html">
48 Hearing</a></li>
49 <li><a href="/cortex/html/eyes.html">
50 Touch</a></li>
51 <!--
52 <li><a href="/cortex/html/skin.html">
53 Proprioception</a></li> -->
54 </ul>
55 </ul>
56 </ul>
57 </div>
60 #+end_HTML