Mercurial > aurellem
comparison org/index.org @ 4:e8572e7c1e62
splitting cortex up
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sun, 23 Oct 2011 13:50:10 -0700 |
parents | 6ab1effc3a88 |
children | 6dff58edc898 |
comparison
equal
deleted
inserted
replaced
3:6ab1effc3a88 | 4:e8572e7c1e62 |
---|---|
10 <!-- | 10 <!-- |
11 This area is replaced with the appropiate list of posts when the blog | 11 This area is replaced with the appropiate list of posts when the blog |
12 is published. | 12 is published. |
13 --> | 13 --> |
14 <div id="posts"> | 14 <div id="posts"> |
15 <h2> Posts </h2> | |
15 <ul class="post_list"> | 16 <ul class="post_list"> |
16 <li><a href="/pokemon-types/html/types.html"> | 17 <li><a href="/pokemon-types/html/types.html"> |
17 Breadth-first Search for Effective Pokemon Types</a></li> | 18 Breadth-first Search for Effective Pokemon Types</a></li> |
18 <li><a href="/pokemon-types/html/lpsolve.html"> | 19 <li><a href="/pokemon-types/html/lpsolve.html"> |
19 Discovering Effective Pokemon Types Using Linear | 20 Discovering Effective Pokemon Types Using Linear |
20 Optimization</a></li> | 21 Optimization</a></li> |
21 <li><a href="/abomination/html/no_parens.html"> | 22 <li><a href="/abomination/html/no_parens.html"> |
22 Calling it quits without parentheses</a></li> | 23 Calling it quits without parentheses</a></li> |
23 <li><a href="/dylan/html/quandary.html"> | 24 <li><a href="/dylan/html/quandary.html"> |
24 Bugs in quantum mechanics</a></li> | 25 Bugs in quantum mechanics</a></li> |
26 <li><a href="/cortex/html/capture-video.html"> | |
27 Capture Live Video Feeds from JMonkeyEngine</a></li> | |
28 <li><a href="/thoughts/html/man-years.html"> | |
29 A Universe of Human Experience</a></li> | |
30 </ul> | |
31 </div> | |
32 | |
33 <div id="cortex"> | |
34 <h2> Cortex </h2> | |
35 <ul class="cortex_posts"> | |
36 <li><a href="/cortex/html/intro.html"> | |
37 Introduction</a></li> | |
38 | |
39 <li><a href="/cortex/html/setup.html"> | |
40 Setting up jMonkeyEngine3</a></li> | |
41 | |
25 <li><a href="/cortex/html/cortex.html"> | 42 <li><a href="/cortex/html/cortex.html"> |
26 Simulated Senses</a></li> | 43 Simulated Senses</a></li> |
27 <li><a href="/cortex/html/capture-video.html"> | 44 |
28 Capture Live Video Feeds from JMonkeyEngine</a></li> | 45 <li><a href="/cortex/html/skin.html"> |
29 </li> | 46 Giving skin to our Creatures</a></li> |
47 | |
48 | |
30 </ul> | 49 </ul> |
50 | |
51 | |
31 </div> | 52 </div> |
53 | |
54 | |
55 | |
32 <!-- | 56 <!-- |
33 No other areas of this page are replaced. | 57 No other areas of this page are replaced. |
34 --> | 58 --> |
35 | 59 |
36 #+end_HTML | 60 #+end_HTML |