Mercurial > aurellem
diff org/index.org @ 25:b0cefe9134e1
Rewrote index.org to be remove inline html. Reorganized.
author | Dylan Holmes <ocsenave@gmail.com> |
---|---|
date | Sat, 28 Apr 2012 17:56:32 -0500 |
parents | 9befc0cfe405 |
children | 91ede1e909b9 |
line wrap: on
line diff
1.1 --- a/org/index.org Thu Apr 26 15:58:23 2012 -0500 1.2 +++ b/org/index.org Sat Apr 28 17:56:32 2012 -0500 1.3 @@ -5,63 +5,41 @@ 1.4 #+keywords: AI, clojure, quantum mechanics 1.5 #+SETUPFILE: ../../aurellem/org/setup.org 1.6 #+INCLUDE: ../../aurellem/org/level-0.org 1.7 +#+OPTIONS: toc:nil, num:nil 1.8 1.9 -#+begin_HTML 1.10 +** Adventures in coding 1.11 +- [[/abomination/html/no_parens.html][Calling it quits without parentheses]] 1.12 +- [[/cortex/html/capture-video.html][Capture live video feeds from JMonkeyEngine]] 1.13 1.14 -<div id="posts"> 1.15 - <ul class="post_list"> 1.16 - <li><a href="/pokemon-types/html/types.html"> 1.17 - Best-First Search for Effective Pokemon Types</a></li> 1.18 - <li><a href="/pokemon-types/html/lpsolve.html"> 1.19 - Discovering Effective Pokemon Types Using Linear 1.20 - Optimization</a></li> 1.21 - <li><a href="/abomination/html/no_parens.html"> 1.22 - Calling it Quits Without Parentheses</a></li> 1.23 - <li><a href="/dylan/html/quandary.html"> 1.24 - Bugs in quantum mechanics</a></li> 1.25 - <li><a href="/cortex/html/capture-video.html"> 1.26 - Capture Live Video Feeds from JMonkeyEngine</a></li> 1.27 - <li><a href="/thoughts/html/man-years.html"> 1.28 - A Universe of Human Experience</a></li> 1.29 - <li><a href="/dylan/html/science.html"> 1.30 - Science Minus Science</a></li> 1.31 - <li><a href="/dylan/html/visualizing-reason.html"> 1.32 - A Category-Theoretic View of Inductive Reasoning</a></li> 1.33 - <li><b>Cortex: A Virtual World for Sensate A.I.</b></li> 1.34 - <ul class="cortex_posts"> 1.35 1.36 - <li><a href="/cortex/html/intro.html"> 1.37 - Intro: Choosing between Virtual and Real Time</a></li> 1.38 - <li><a href="/cortex/html/setup.html"> 1.39 - Installing jMonkeyEngine3, a 3D Game Engine</a></li> 1.40 - <li><a href="/cortex/html/world.html"> 1.41 - Creating a Virtual World</a></li> 1.42 - <li><a href="/cortex/html/util.html"> 1.43 - Utilities that Integrate jMonkeyEngine3 into Clojure </a></li> 1.44 - <li><a href="/cortex/html/games.html"> 1.45 - Showing off: Games and Examples</a></li> 1.46 - <li> <b> Simulated Senses/Effectors </b> </li> 1.47 - <ul class="cortex_senses"> 1.48 - <li><a href="/cortex/html/sense.html"> 1.49 - Introduction</a></li> 1.50 - <li><a href="/cortex/html/body.html"> 1.51 - Building a Body</a></li> 1.52 - <li><a href="/cortex/html/vision.html"> 1.53 - Vision</a></li> 1.54 - <li><a href="/cortex/html/hearing.html"> 1.55 - Hearing</a></li> 1.56 - <li><a href="/cortex/html/touch.html"> 1.57 - Touch</a></li> 1.58 - <li><a href="/cortex/html/proprioception.html"> 1.59 - Proprioception</a></li> 1.60 - <li><a href="/cortex/html/movement.html"> 1.61 - Movement</a></li> 1.62 - <li><a href="/cortex/html/integration.html"> 1.63 - Integration</a></li> 1.64 - </ul> 1.65 - </ul> 1.66 - </ul> 1.67 -</div> 1.68 -#+end_HTML 1.69 +** Academic 1.70 +- [[/dylan/html/quandary.html][Bugs in quantum mechanics]] 1.71 +- [[/dylan/html/visualizing-reason.html][A category-theoretic view of inductive reasoning]] 1.72 +- [[/jaynes/html/stat-mech][Jaynes' /Statistical Mechanics/]] 1.73 1.74 +** Cortex: a virtual world for sensate AI 1.75 +1. [[/cortex/html/intro.html][Intro: Choosing between Virtual and Real Time]] 1.76 +2. [[/cortex/html/setup.][Installing jMonkeyEngine3, a 3D Game Engine]] 1.77 +3. [[/cortex/html/world.html][Creating a Virtual World]] 1.78 +4. [[/cortex/html/util.html][Utilities that Integrate jMonkeyEngine3 into Clojure ]] 1.79 +5. [[/cortex/html/games.html][ Showing off: Games and Examples]] 1.80 +6. *Sensors and effectors* 1.81 + 1. [[/cortex/html/sense.html][Preamble: auxillary functions]] 1.82 + 2. [[/cortex/html/body.html][Building a Body]] 1.83 + 3. [[/cortex/html/vision.html][Vision]] 1.84 + 4. [[/cortex/html/hearing.html][Hearing]] 1.85 + 5. [[/cortex/html/touch.html][Touch]] 1.86 + 6. [[/cortex/html/proprioception.html][Proprioception]] 1.87 + 7. [[/cortex/html/movement.html][Movement]] 1.88 + 8. [[/cortex/html/integration.html][Integration]] 1.89 1.90 + 1.91 +** Pok\eacute{}mon 1.92 + - [[/pokemon-types/html/types.html][Best-first search for effective Pok\eacute{}mon types]] 1.93 + - [[/pokemon-types/html/lpsolve.html][Discovering effective Pok\eacute{}mon types using linear optimization.]] 1.94 + 1.95 + 1.96 +** Thoughts 1.97 +- [[/dylan/html/science.html][Science Minus Science]] 1.98 +- [[/thoughts/html/man-years.html][A Universe of Human Experience]] 1.99 +