diff thesis/cortex.org @ 429:b5d0f0adf19f

improvements by Dylan!
author Robert McIntyre <rlm@mit.edu>
date Fri, 21 Mar 2014 20:56:56 -0400
parents 435b5e22d72a
children 7410f0d8011c
line wrap: on
line diff
     1.1 --- a/thesis/cortex.org	Fri Mar 21 15:43:15 2014 -0400
     1.2 +++ b/thesis/cortex.org	Fri Mar 21 20:56:56 2014 -0400
     1.3 @@ -43,16 +43,10 @@
     1.4     [[./images/cat-drinking.jpg]]
     1.5  
     1.6  
     1.7 -This is a basic test for the vision system.  It only tests the
     1.8 -vision-pipeline and does not deal with loading eyes from a blender
     1.9 -file. The code creates two videos of the same rotating cube from
    1.10 -different angles. 
    1.11 -
    1.12 -
    1.13 +#+begin_listing
    1.14 +\caption{This is a basic test for the vision system. It only tests the vision-pipeline and does not deal with loading eyes from a blender file. The code creates two videos of the same rotating cube from different angles.}
    1.15  #+name: test-1
    1.16  #+begin_src clojure
    1.17 -(in-ns 'cortex.test.vision)
    1.18 -
    1.19  (defn test-pipeline
    1.20    "Testing vision:
    1.21     Tests the vision system by creating two views of the same rotating
    1.22 @@ -97,6 +91,10 @@
    1.23          (fn [world tpf]
    1.24            (.rotate candy (* tpf 0.2) 0 0))))))
    1.25  #+end_src
    1.26 +#+end_listing
    1.27  
    1.28 +- This is test1 \cite{Tappert77}.
    1.29  
    1.30 -- This is test1 \cite{Tappert77}.
    1.31 \ No newline at end of file
    1.32 +\cite{Tappert77}
    1.33 +lol
    1.34 +\citet{Tappert77}
    1.35 \ No newline at end of file