# HG changeset patch # User Robert McIntyre # Date 1396063030 14400 # Node ID ad76b8b05517a884cec50a9692588fcf317e1e28 # Parent a5480a06d5fe3f5e8df6ec12909462dbf9aaa8ef s. diff -r a5480a06d5fe -r ad76b8b05517 thesis/cortex.org --- a/thesis/cortex.org Fri Mar 28 23:16:32 2014 -0400 +++ b/thesis/cortex.org Fri Mar 28 23:17:10 2014 -0400 @@ -2050,7 +2050,7 @@ #+ATTR_LaTeX: :width 15cm [[./images/touch-cube.png]] -** Proprioception is the sense that makes everything ``real'' +** COMMENT Proprioception is the sense that makes everything ``real'' Close your eyes, and touch your nose with your right index finger. How did you do it? You could not see your hand, and neither your @@ -2092,7 +2092,6 @@ The purpose of these functions is to build a system of angle measurement that is biologically plausable. - #+caption: Program to measure angles along a vector #+name: helpers #+begin_listing clojure @@ -2114,19 +2113,6 @@ #+END_SRC #+end_listing - - - #+caption: - #+caption: - #+caption: - #+caption: - #+name: name - #+begin_listing clojure - #+BEGIN_SRC clojure - #+END_SRC - #+end_listing - - *** Proprioception Kernel Given a joint, =proprioception-kernel= produces a function that @@ -2185,7 +2171,6 @@ #+END_SRC #+end_listing - =proprioception!= maps =proprioception-kernel= across all the joints of the creature. It uses the same list of joints that =joints= uses. Proprioception is the easiest sense to implement in