Mercurial > aurellem
changeset 94:f6df92e5367e
merge.
author | rlm <rlm@aurellem.org> |
---|---|
date | Sat, 06 Feb 2016 15:26:31 -0800 |
parents | effc23e38a82 |
children | a38627c003d7 1aa7bc795be4 |
files | org/index.org org/template.org |
diffstat | 2 files changed, 98 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/org/index.org Sat Feb 06 15:26:31 2016 -0800 1.3 @@ -0,0 +1,75 @@ 1.4 +#+title: Our Blog Entries 1.5 +#+author: Robert McIntyre & Dylan Holmes 1.6 +#+email: rlm@mit.edu 1.7 +#+description: A Blog on AI, quantum mechanics, philosophy, and all sorts of coding goodies in clojure, java, C and more! 1.8 +#+keywords: AI, clojure, quantum mechanics 1.9 +#+SETUPFILE: ../../aurellem/org/setup.org 1.10 +#+INCLUDE: ../../aurellem/org/level-0.org 1.11 +#+OPTIONS: toc:nil, num:nil 1.12 + 1.13 +** Freedom 1.14 + - [[../free/html/email.html][How to set up your own Email server]] 1.15 + - [[../free/html/wiki.html][How to set up your own Wiki]] 1.16 + - [[../thoughts/html/patents.html][Thoughts on Patents]] 1.17 + - [[../thoughts/html/server.html][The Server Culture]] 1.18 +** Adventures in coding 1.19 + - [[../abomination/html/no_parens.html][Calling it quits without parentheses]] 1.20 + - [[../cortex/html/capture-video.html][Capture live video feeds from JMonkeyEngine]] 1.21 + 1.22 +** Academic 1.23 + - [[../dylan/html/quandary.html][Bugs in quantum mechanics]] 1.24 + - [[../dylan/html/visualizing-reason.html][A category-theoretic view of inductive reasoning]] 1.25 + - [[../jaynes/html/stat-mech.html][Jaynes' /Statistical Mechanics/]] 1.26 + - [[../cortex/html/ai-journal-review.html][Interesting Articles from /Artificial Intelligence/]] 1.27 + - [[../bbbgs/html/bbbgs.html][Improving Background Subtraction with Top-Down Vision]] 1.28 + - [[../thoughts/html/sloman.html][Transcript of Aaron Sloman - Interview]] 1.29 + - [[../6.034/html/intro.html][6.034 : Introduction to Artificial Intelligence]] 1.30 +** Cortex: a virtual world for sensate AI 1.31 + 1.32 + This was an MEng thesis project while I was at MIT. It won the 2014 1.33 + Charles and Jennifer Johnson Thesis Award –- 1st Place! 1.34 + 1.35 + - [[http://aurellem.org/dl/rlm-meng-cortex-final.pdf][Thesis]] 1.36 + - [[http://aurellem.org/dl/cortex-1.0.0.tar.bz2][Code]] 1.37 + 1.38 + 1. [[../cortex/html/intro.html][Intro: Choosing between Virtual and Real Time]] 1.39 + 2. [[../cortex/html/setup.html][Installing jMonkeyEngine3, a 3D Game Engine]] 1.40 + 3. [[../cortex/html/world.html][Creating a Virtual World]] 1.41 + 4. [[../cortex/html/util.html][Utilities that Integrate jMonkeyEngine3 into Clojure ]] 1.42 + 5. [[../cortex/html/games.html][ Showing off: Games and Examples]] 1.43 + 6. *Sensors and effectors* 1.44 + 1. [[../cortex/html/sense.html][Preamble: auxillary functions]] 1.45 + 2. [[../cortex/html/body.html][Building a Body]] 1.46 + 3. [[../cortex/html/vision.html][Vision]] 1.47 + 4. [[../cortex/html/hearing.html][Hearing]] 1.48 + 5. [[../cortex/html/touch.html][Touch]] 1.49 + 6. [[../cortex/html/proprioception.html][Proprioception]] 1.50 + 7. [[../cortex/html/movement.html][Movement]] 1.51 + 8. [[../cortex/html/integration.html][Integration]] 1.52 + 7. [[../cortex/html/gabor.html][Gabor Filters]] 1.53 + 1.54 +** Pok\eacute{}mon 1.55 + - [[../pokemon-types/html/types.html][Best-first search for effective Pok\eacute{}mon types]] 1.56 + - [[../pokemon-types/html/lpsolve.html][Discovering effective Pok\eacute{}mon types using linear optimization.]] 1.57 + - [[../vba-clojure/html/rom.html][Notes on deconstructing Pok\eacute{}mon Yellow]] 1.58 + - [[http://web.mit.edu/dxh/www/guess/][9 Questions with Pok\eacute{}mon]] 1.59 + - [[http://aurellem.org/pokeclass/html/idtree.html][How /9 Questions with Pok\eacute{}mon/ was made.]] 1.60 + - [[http://web.mit.edu/dxh/www/guess/gen2.html][10 Questions with Pok\eacute{}mon]] (Gen I & II) 1.61 + - Use an [[http://web.mit.edu/dxh/www/guess/allergy/][allergy assay]] to determine the type of an unknown Pok\eacute{}mon 1.62 + - [[./vba-clojure/html/total-control.html][Pok\eacute{}mon Yellow Total Control Hack]] 1.63 + 1.64 +** Quantitative design 1.65 + - Quantitative Pok\eacute{}mon displays (in progress) 1.66 + - [[http://www.aurellem.org/pokeplot/graph.html?q=rug][Breakdown of evolution data]] 1.67 + - [[http://www.aurellem.org/pokeplot/graph.html?q=shops][Shop locations and inventories]] 1.68 + - [[http://www.aurellem.org/pokeplot/graph.html?q=tms][Learnability of technical machines]] 1.69 + - [[http://www.aurellem.org/pokeplot/graph.html?q=affinity][Square graph of dual type combinations]] 1.70 + - [[../dylan/resolution.svg][Display resolutions, simplified.]] Intended to become a replacement 1.71 + for [[http://en.wikipedia.org/wiki/File:Vector_Video_Standards4.svg][this Wikipedia graphic]]. 1.72 + 1.73 +** Thoughts 1.74 + - [[../dylan/html/science.html][Science Minus Science]] 1.75 + - [[../thoughts/html/man-years.html][A Universe of Human Experience]] 1.76 + - [[../thoughts/html/emacs-password.html][Emacs Password Security]] 1.77 + - [[../thoughts/html/ideas.html][Ideas]] 1.78 +
2.1 --- a/org/template.org Sat Feb 06 15:23:11 2016 -0800 2.2 +++ b/org/template.org Sat Feb 06 15:26:31 2016 -0800 2.3 @@ -6,12 +6,33 @@ 2.4 #+options: num:nil toc:t 2.5 #+keywords: a, b, c 2.6 2.7 -#+caption: Aurellem sun 2.8 + 2.9 +* Image Template 2.10 + 2.11 #+caption: 2.12 +#+caption: 2.13 +#+caption: 2.14 +#+caption: 2.15 +#+caption: 2.16 #+ATTR_HTML: width="100%" 2.17 #+ATTR_LaTeX: :width 5.5in :placement [H] 2.18 -[[file:../images/aurellem.jpg][file:../images/thumbs/aurellem.jpg]] 2.19 +[[file:../images/aurellem.jpg]] 2.20 2.21 2.22 +* Video template 2.23 2.24 + #+begin_html html 2.25 + <div class="video"> 2.26 + <video controls="controls" preload="none" width="640" height="480" 2.27 + poster="../video/video.png"> 2.28 + <source src="../video/video.ogg" type="video/ogg"/> 2.29 + <source src="../video/video.webm" type="video/webm"/> 2.30 + <source src="../video/video.mp4" type="video/mp4"/> 2.31 + </video> 2.32 + #+end_html 2.33 2.34 + Caption 2.35 + 2.36 + #+begin_html 2.37 + </div> 2.38 + #+end_html