changeset 4:e8572e7c1e62

splitting cortex up
author Robert McIntyre <rlm@mit.edu>
date Sun, 23 Oct 2011 13:50:10 -0700
parents 6ab1effc3a88
children 6dff58edc898
files org/index.org org/setup.org
diffstat 2 files changed, 29 insertions(+), 4 deletions(-) [+]
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  -->
     2.1 --- a/org/setup.org	Mon Oct 17 23:54:26 2011 -0700
     2.2 +++ b/org/setup.org	Sun Oct 23 13:50:10 2011 -0700
     2.3 @@ -1,10 +1,11 @@
     2.4  #+MATHJAX: align:"left" mathml:t path:"/MathJax/MathJax.js"
     2.5  #+STYLE: <link rel="stylesheet" type="text/css" href="/aurellem/css/aurellem.css" />
     2.6  #+OPTIONS:   H:3 num:t toc:t \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t
     2.7 -#+BABEL: :mkdirp yes
     2.8 +#+babel: :mkdirp yes :noweb yes
     2.9  
    2.10  
    2.11  
    2.12  
    2.13  
    2.14  
    2.15 +