view org/index.org @ 14:367f7b7478a9

On main page: removed superfluous header; added new post on inductive lattices.
author Dylan Holmes <ocsenave@gmail.com>
date Tue, 01 Nov 2011 02:10:02 -0500
parents 08f7a2e294b4 70597a1d312b
children d2df561bba01
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 Breadth-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 How to model Inductive Reasoning</a></li>
30 <li><b>Cortex: A virtual world for sensate AI</b></li>
31 <ul class="cortex_posts">
32 <li><a href="/cortex/html/intro.html">
33 Intro: Choosing between virtual and real time</a></li>
34 <li><a href="/cortex/html/setup.html">
35 Installing jMonkeyEngine3, a 3D renderer</a></li>
37 <li><a href="/cortex/html/world.html">
38 Populating a world with physics and cameras</a></li>
40 <li><a href="/cortex/html/util.html">
41 Utilities that integrate jMonkeyEngine3 into Clojure </a></li>
42 <li><a href="/cortex/html/games.html">
43 Showing off: Games and examples</a></li>
45 <li><a href="/cortex/html/eyes.html">
46 Coding the sense of sight</a></li>
48 <li><a href="/cortex/html/skin.html">
49 Coding the sense of touch</a></li>
50 </ul>
51 </ul>
52 </div>
55 #+end_HTML