comparison 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
comparison
equal deleted inserted replaced
5:6dff58edc898 6:055c399c7bab
5 #+keywords: AI, clojure, quantum mechanics 5 #+keywords: AI, clojure, quantum mechanics
6 #+SETUPFILE: ../../aurellem/org/setup.org 6 #+SETUPFILE: ../../aurellem/org/setup.org
7 #+INCLUDE: ../../aurellem/org/level-0.org 7 #+INCLUDE: ../../aurellem/org/level-0.org
8 8
9 #+begin_HTML 9 #+begin_HTML
10 <!-- 10
11 This area is replaced with the appropiate list of posts when the blog
12 is published.
13 -->
14 <div id="posts"> 11 <div id="posts">
15 <h2> Posts </h2> 12 <h2> Posts </h2>
16 <ul class="post_list"> 13 <ul class="post_list">
17 <li><a href="/pokemon-types/html/types.html"> 14 <li><a href="/pokemon-types/html/types.html">
18 Breadth-first Search for Effective Pokemon Types</a></li> 15 Breadth-first Search for Effective Pokemon Types</a></li>
25 Bugs in quantum mechanics</a></li> 22 Bugs in quantum mechanics</a></li>
26 <li><a href="/cortex/html/capture-video.html"> 23 <li><a href="/cortex/html/capture-video.html">
27 Capture Live Video Feeds from JMonkeyEngine</a></li> 24 Capture Live Video Feeds from JMonkeyEngine</a></li>
28 <li><a href="/thoughts/html/man-years.html"> 25 <li><a href="/thoughts/html/man-years.html">
29 A Universe of Human Experience</a></li> 26 A Universe of Human Experience</a></li>
27 <li><a href="/dylan/html/science.html">
28 Science Minus Science</a></li>
29
30 </ul> 30 </ul>
31 </div> 31 </div>
32 32
33 <div id="cortex"> 33 <div id="cortex">
34 <h3> Cortex </h3> 34 <h3> Cortex </h3>
36 <li><a href="/cortex/html/intro.html"> 36 <li><a href="/cortex/html/intro.html">
37 Introduction</a></li> 37 Introduction</a></li>
38 38
39 <li><a href="/cortex/html/setup.html"> 39 <li><a href="/cortex/html/setup.html">
40 Setting up jMonkeyEngine3</a></li> 40 Setting up jMonkeyEngine3</a></li>
41
42 <li><a href="/cortex/html/world.html">
43 World</a></li>
44
45 <li><a href="/cortex/html/util.html">
46 Util</a></li>
41 47
42 <li><a href="/cortex/html/cortex.html"> 48 <li><a href="/cortex/html/games.html">
43 Games</a></li> 49 Games!</a></li>
44 50
45 <li><a href="/cortex/html/skin.html"> 51 <li><a href="/cortex/html/skin.html">
46 Giving skin to our Creatures</a></li> 52 Skin</a></li>
47 53
48 <li><a href="/cortex/html/eyes.html"> 54 <li><a href="/cortex/html/eyes.html">
49 Eyes</a></li> 55 Eyes</a></li>
50
51 <li><a href="/cortex/html/util.html">
52 Util</a></li>
53
54 <li><a href="/cortex/html/world.html">
55 World</a></li>
56
57
58
59
60 56
61 </ul> 57 </ul>
62
63
64 </div> 58 </div>
65 59
66
67
68 <!--
69 No other areas of this page are replaced.
70 -->
71 60
72 #+end_HTML 61 #+end_HTML
73 62
74 63