Mercurial > cortex
changeset 494:092b60381af0
processing bib queue. num left: 5
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sat, 29 Mar 2014 22:46:05 -0400 |
parents | 544da5a7b693 |
children | c816594fbbe6 |
files | thesis/Makefile thesis/cortex.bib thesis/salad-spaces.txt |
diffstat | 3 files changed, 30 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
1.1 --- a/thesis/Makefile Sat Mar 29 22:03:51 2014 -0400 1.2 +++ b/thesis/Makefile Sat Mar 29 22:46:05 2014 -0400 1.3 @@ -1,7 +1,7 @@ 1.4 #INVOKE_LATEX = pdflatex -shell-escape thesis.tex; 1.5 THESIS_NAME = rlm-cortex-meng 1.6 -INVOKE_LATEX = texi2dvi --shell-escape --pdf -V --batch $(THESIS_NAME).tex; 1.7 -#INVOKE_LATEX = texi2dvi --shell-escape --pdf -V $(THESIS_NAME).tex; 1.8 +#INVOKE_LATEX = texi2dvi --shell-escape --pdf -V --batch $(THESIS_NAME).tex; 1.9 +INVOKE_LATEX = texi2dvi --shell-escape --pdf -V $(THESIS_NAME).tex; 1.10 1.11 all: 1.12 ./weave-thesis.sh cortex
2.1 --- a/thesis/cortex.bib Sat Mar 29 22:03:51 2014 -0400 2.2 +++ b/thesis/cortex.bib Sat Mar 29 22:46:05 2014 -0400 2.3 @@ -43,8 +43,8 @@ 2.4 note = {Available as : 2.5 \url{http://groups.csail.mit.edu/genesis/papers/2012bica-phw}}, 2.6 addendum = {\why{Great summary of historical attempts at AI, and more 2.7 - thoughts on how directed perception and mimicry 2.8 - as in {\tt EMPATH} might play an important role in 2.9 + thoughts on how directed perception and mimicry as 2.10 + in {\tt EMPATH} might play an important role in 2.11 intelligence.}} 2.12 } 2.13 2.14 @@ -53,7 +53,7 @@ 2.15 title = "Evolving Virtual Creatures", 2.16 journal = "Computer Graphics (Siggraph '94 Proceedings)", 2.17 year = "1994", 2.18 - month = "July", 2.19 + month = "7", 2.20 pages = "15--22", 2.21 note = "Available as: \url{http://www.karlsims.com/papers/siggraph94.pdf}", 2.22 addendum = {\why{Karl Sims uses a simulated virtual environment 2.23 @@ -66,6 +66,22 @@ 2.24 research.}}, 2.25 } 2.26 2.27 +@INPROCEEDINGS{volume-action-recognition, 2.28 + author={Yan Ke and Sukthankar, R. and Hebert, M.}, 2.29 + title={Efficient visual event detection using volumetric features}, 2.30 + year={2005}, 2.31 + month={10}, 2.32 + volume={1}, 2.33 + pages={166-173 Vol. 1}, 2.34 + note = {\url{http://www.intel-research.net/Publications/Pittsburgh/092620050705_320.pdf}}, 2.35 + booktitle={Computer Vision, 2005. ICCV 2005. Tenth IEEE International Conference}, 2.36 + addendum = {\why{This is an example of using frame-dependent methods 2.37 + to detect actions in video. I consider this to be 2.38 + the wrong language for describing actions, because 2.39 + it has no way to completely describe even a simple 2.40 + action like ``curling'' form all points of view.}} 2.41 +} 2.42 + 2.43 2.44 @Comment SOM larson paper 2.45 2.46 @@ -73,9 +89,8 @@ 2.47 2.48 @COMMENT sussman's HACKER 2.49 2.50 -@comment motion as a 4D manifold 2.51 - 2.52 -@comment brooks intelligence without representation 2.53 +@comment brooks intelligence without representation 2.54 2.55 @comment turing turing test paper 2.56 2.57 + 2.58 \ No newline at end of file
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/thesis/salad-spaces.txt Sat Mar 29 22:46:05 2014 -0400 3.3 @@ -0,0 +1,7 @@ 3.4 + f}}, 3.5 + note = {\url{http://www.intel-research.net/Publications/Pittsburgh/092620050705_320.pdf}}, 3.6 + 3.7 + 3.8 + 3.9 + 3.10 + 3.11 \ No newline at end of file