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@4
|
15 <h2> Posts </h2>
|
rlm@1
|
16 <ul class="post_list">
|
rlm@3
|
17 <li><a href="/pokemon-types/html/types.html">
|
rlm@3
|
18 Breadth-first Search for Effective Pokemon Types</a></li>
|
rlm@3
|
19 <li><a href="/pokemon-types/html/lpsolve.html">
|
rlm@3
|
20 Discovering Effective Pokemon Types Using Linear
|
rlm@3
|
21 Optimization</a></li>
|
rlm@3
|
22 <li><a href="/abomination/html/no_parens.html">
|
rlm@3
|
23 Calling it quits without parentheses</a></li>
|
rlm@3
|
24 <li><a href="/dylan/html/quandary.html">
|
rlm@3
|
25 Bugs in quantum mechanics</a></li>
|
rlm@4
|
26 <li><a href="/cortex/html/capture-video.html">
|
rlm@4
|
27 Capture Live Video Feeds from JMonkeyEngine</a></li>
|
rlm@4
|
28 <li><a href="/thoughts/html/man-years.html">
|
rlm@4
|
29 A Universe of Human Experience</a></li>
|
rlm@4
|
30 </ul>
|
rlm@4
|
31 </div>
|
rlm@4
|
32
|
rlm@4
|
33 <div id="cortex">
|
rlm@4
|
34 <h2> Cortex </h2>
|
rlm@4
|
35 <ul class="cortex_posts">
|
rlm@4
|
36 <li><a href="/cortex/html/intro.html">
|
rlm@4
|
37 Introduction</a></li>
|
rlm@4
|
38
|
rlm@4
|
39 <li><a href="/cortex/html/setup.html">
|
rlm@4
|
40 Setting up jMonkeyEngine3</a></li>
|
rlm@4
|
41
|
rlm@3
|
42 <li><a href="/cortex/html/cortex.html">
|
rlm@3
|
43 Simulated Senses</a></li>
|
rlm@4
|
44
|
rlm@4
|
45 <li><a href="/cortex/html/skin.html">
|
rlm@4
|
46 Giving skin to our Creatures</a></li>
|
rlm@4
|
47
|
rlm@4
|
48
|
rlm@1
|
49 </ul>
|
rlm@4
|
50
|
rlm@4
|
51
|
rlm@1
|
52 </div>
|
rlm@4
|
53
|
rlm@4
|
54
|
rlm@4
|
55
|
rlm@1
|
56 <!--
|
rlm@1
|
57 No other areas of this page are replaced.
|
rlm@1
|
58 -->
|
rlm@3
|
59
|
rlm@1
|
60 #+end_HTML
|
rlm@1
|
61
|
rlm@1
|
62
|