diff 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
line wrap: on
line diff
     1.1 --- a/org/index.org	Mon Oct 17 23:54:26 2011 -0700
     1.2 +++ b/org/index.org	Sun Oct 23 13:50:10 2011 -0700
     1.3 @@ -12,6 +12,7 @@
     1.4     is published.
     1.5  -->
     1.6  <div id="posts">
     1.7 +  <h2> Posts  </h2>
     1.8    <ul class="post_list">
     1.9      <li><a href="/pokemon-types/html/types.html">
    1.10  	Breadth-first Search for Effective Pokemon Types</a></li>
    1.11 @@ -22,13 +23,36 @@
    1.12  	Calling it quits without parentheses</a></li>
    1.13      <li><a href="/dylan/html/quandary.html">
    1.14  	Bugs in quantum mechanics</a></li>
    1.15 +    <li><a href="/cortex/html/capture-video.html">
    1.16 +	Capture Live Video Feeds from JMonkeyEngine</a></li>
    1.17 +    <li><a href="/thoughts/html/man-years.html">
    1.18 +	A Universe of Human Experience</a></li>
    1.19 +  </ul>
    1.20 +</div>
    1.21 +
    1.22 +<div id="cortex">
    1.23 +  <h2> Cortex </h2>
    1.24 +  <ul class="cortex_posts">
    1.25 +    <li><a href="/cortex/html/intro.html">
    1.26 +	Introduction</a></li>
    1.27 +
    1.28 +    <li><a href="/cortex/html/setup.html">
    1.29 +	Setting up jMonkeyEngine3</a></li>
    1.30 +    
    1.31      <li><a href="/cortex/html/cortex.html">
    1.32  	Simulated Senses</a></li>
    1.33 -    <li><a href="/cortex/html/capture-video.html">
    1.34 -	Capture Live Video Feeds from JMonkeyEngine</a></li>
    1.35 -    </li>
    1.36 +    
    1.37 +    <li><a href="/cortex/html/skin.html">
    1.38 +	Giving skin to our Creatures</a></li>
    1.39 +    
    1.40 +
    1.41    </ul>
    1.42 +  
    1.43 +
    1.44  </div>
    1.45 +
    1.46 +
    1.47 +
    1.48  <!--
    1.49     No other areas of this page are replaced.
    1.50  -->