annotate html/old-aurellem-white.html @ 64:148e2bd2a16e

new website design, courtesy of Dylan!
author Robert McIntyre <rlm@mit.edu>
date Sun, 08 Mar 2015 22:23:50 -0700
parents
children
rev   line source
rlm@64 1 <?xml version="1.0" encoding="utf-8"?>
rlm@64 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
rlm@64 3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
rlm@64 4 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
rlm@64 5 <head>
rlm@64 6 <title>Our Blog Entries</title>
rlm@64 7 <!-- 2015-03-02 Mon 09:47 -->
rlm@64 8 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
rlm@64 9 <meta name="generator" content="Org-mode" />
rlm@64 10 <meta name="author" content="Robert McIntyre &amp; Dylan Holmes" />
rlm@64 11 <meta name="description" content="A Blog on AI, quantum mechanics, philosophy, and all sorts of coding goodies in clojure, java, C and more!"
rlm@64 12 />
rlm@64 13 <meta name="keywords" content="AI, clojure, quantum mechanics" />
rlm@64 14 <style type="text/css">
rlm@64 15 <!--/*--><![CDATA[/*><!--*/
rlm@64 16 .title { text-align: center; }
rlm@64 17 .todo { font-family: monospace; color: red; }
rlm@64 18 .done { font-family: monospace; color: green; }
rlm@64 19 .priority { font-family: monospace; color: orange; }
rlm@64 20 .tag { background-color: #eee; font-family: monospace;
rlm@64 21 padding: 2px; font-size: 80%; font-weight: normal; }
rlm@64 22 .timestamp { color: #bebebe; }
rlm@64 23 .timestamp-kwd { color: #5f9ea0; }
rlm@64 24 .right { margin-left: auto; margin-right: 0px; text-align: right; }
rlm@64 25 .left { margin-left: 0px; margin-right: auto; text-align: left; }
rlm@64 26 .center { margin-left: auto; margin-right: auto; text-align: center; }
rlm@64 27 .underline { text-decoration: underline; }
rlm@64 28 #postamble p, #preamble p { font-size: 90%; margin: .2em; }
rlm@64 29 p.verse { margin-left: 3%; }
rlm@64 30 pre {
rlm@64 31 border: 1px solid #ccc;
rlm@64 32 box-shadow: 3px 3px 3px #eee;
rlm@64 33 padding: 8pt;
rlm@64 34 font-family: monospace;
rlm@64 35 overflow: auto;
rlm@64 36 margin: 1.2em;
rlm@64 37 }
rlm@64 38 pre.src {
rlm@64 39 position: relative;
rlm@64 40 overflow: visible;
rlm@64 41 padding-top: 1.2em;
rlm@64 42 }
rlm@64 43 pre.src:before {
rlm@64 44 display: none;
rlm@64 45 position: absolute;
rlm@64 46 background-color: white;
rlm@64 47 top: -10px;
rlm@64 48 right: 10px;
rlm@64 49 padding: 3px;
rlm@64 50 border: 1px solid black;
rlm@64 51 }
rlm@64 52 pre.src:hover:before { display: inline;}
rlm@64 53 pre.src-sh:before { content: 'sh'; }
rlm@64 54 pre.src-bash:before { content: 'sh'; }
rlm@64 55 pre.src-emacs-lisp:before { content: 'Emacs Lisp'; }
rlm@64 56 pre.src-R:before { content: 'R'; }
rlm@64 57 pre.src-perl:before { content: 'Perl'; }
rlm@64 58 pre.src-java:before { content: 'Java'; }
rlm@64 59 pre.src-sql:before { content: 'SQL'; }
rlm@64 60
rlm@64 61 table { border-collapse:collapse; }
rlm@64 62 caption.t-above { caption-side: top; }
rlm@64 63 caption.t-bottom { caption-side: bottom; }
rlm@64 64 td, th { vertical-align:top; }
rlm@64 65 th.right { text-align: center; }
rlm@64 66 th.left { text-align: center; }
rlm@64 67 th.center { text-align: center; }
rlm@64 68 td.right { text-align: right; }
rlm@64 69 td.left { text-align: left; }
rlm@64 70 td.center { text-align: center; }
rlm@64 71 dt { font-weight: bold; }
rlm@64 72 .footpara:nth-child(2) { display: inline; }
rlm@64 73 .footpara { display: block; }
rlm@64 74 .footdef { margin-bottom: 1em; }
rlm@64 75 .figure { padding: 1em; }
rlm@64 76 .figure p { text-align: center; }
rlm@64 77 .inlinetask {
rlm@64 78 padding: 10px;
rlm@64 79 border: 2px solid gray;
rlm@64 80 margin: 10px;
rlm@64 81 background: #ffffcc;
rlm@64 82 }
rlm@64 83 #org-div-home-and-up
rlm@64 84 { text-align: right; font-size: 70%; white-space: nowrap; }
rlm@64 85 textarea { overflow-x: auto; }
rlm@64 86 .linenr { font-size: smaller }
rlm@64 87 .code-highlighted { background-color: #ffff00; }
rlm@64 88 .org-info-js_info-navigation { border-style: none; }
rlm@64 89 #org-info-js_console-label
rlm@64 90 { font-size: 10px; font-weight: bold; white-space: nowrap; }
rlm@64 91 .org-info-js_search-highlight
rlm@64 92 { background-color: #ffff00; color: #000000; font-weight: bold; }
rlm@64 93 /*]]>*/-->
rlm@64 94 </style>
rlm@64 95 <link rel="stylesheet" type="text/css" href="../../aurellem/css/argentum.css" />
rlm@64 96 <script type="text/javascript">
rlm@64 97 /*
rlm@64 98 @licstart The following is the entire license notice for the
rlm@64 99 JavaScript code in this tag.
rlm@64 100
rlm@64 101 Copyright (C) 2012-2013 Free Software Foundation, Inc.
rlm@64 102
rlm@64 103 The JavaScript code in this tag is free software: you can
rlm@64 104 redistribute it and/or modify it under the terms of the GNU
rlm@64 105 General Public License (GNU GPL) as published by the Free Software
rlm@64 106 Foundation, either version 3 of the License, or (at your option)
rlm@64 107 any later version. The code is distributed WITHOUT ANY WARRANTY;
rlm@64 108 without even the implied warranty of MERCHANTABILITY or FITNESS
rlm@64 109 FOR A PARTICULAR PURPOSE. See the GNU GPL for more details.
rlm@64 110
rlm@64 111 As additional permission under GNU GPL version 3 section 7, you
rlm@64 112 may distribute non-source (e.g., minimized or compacted) forms of
rlm@64 113 that code without the copy of the GNU GPL normally required by
rlm@64 114 section 4, provided you include this license notice and a URL
rlm@64 115 through which recipients can access the Corresponding Source.
rlm@64 116
rlm@64 117
rlm@64 118 @licend The above is the entire license notice
rlm@64 119 for the JavaScript code in this tag.
rlm@64 120 */
rlm@64 121 <!--/*--><![CDATA[/*><!--*/
rlm@64 122 function CodeHighlightOn(elem, id)
rlm@64 123 {
rlm@64 124 var target = document.getElementById(id);
rlm@64 125 if(null != target) {
rlm@64 126 elem.cacheClassElem = elem.className;
rlm@64 127 elem.cacheClassTarget = target.className;
rlm@64 128 target.className = "code-highlighted";
rlm@64 129 elem.className = "code-highlighted";
rlm@64 130 }
rlm@64 131 }
rlm@64 132 function CodeHighlightOff(elem, id)
rlm@64 133 {
rlm@64 134 var target = document.getElementById(id);
rlm@64 135 if(elem.cacheClassElem)
rlm@64 136 elem.className = elem.cacheClassElem;
rlm@64 137 if(elem.cacheClassTarget)
rlm@64 138 target.className = elem.cacheClassTarget;
rlm@64 139 }
rlm@64 140 /*]]>*///-->
rlm@64 141 </script>
rlm@64 142 </head>
rlm@64 143 <body>
rlm@64 144 <div id="content">
rlm@64 145 <h1 class="title">Our Blog Entries</h1>
rlm@64 146
rlm@64 147 <div class="header">
rlm@64 148 <div class="float-right">
rlm@64 149 </div>
rlm@64 150
rlm@64 151 <h1>aurellem <em>&#x2609;</em></h1>
rlm@64 152 <ul class="nav">
rlm@64 153 <li><a href="/">read the blog &raquo;</a></li>
rlm@64 154 <!-- li><a href="#">learn about us &raquo;</a></li-->
rlm@64 155 </ul>
rlm@64 156 </div>
rlm@64 157
rlm@64 158 <div class="author">Written by <author>
rlm@64 159 <p>
rlm@64 160 Robert McIntyre &amp; Dylan Holmes
rlm@64 161 </p>
rlm@64 162 </author></div>
rlm@64 163
rlm@64 164 <div id="outline-container-unnumbered-1" class="outline-2">
rlm@64 165 <h2 id="unnumbered-1">Freedom</h2>
rlm@64 166 <div class="outline-text-2" id="text-unnumbered-1">
rlm@64 167 <ul class="org-ul">
rlm@64 168 <li><a href="../free/html/email.html">How to set up your own Email server</a></li>
rlm@64 169 <li><a href="../free/html/wiki.html">How to set up your own Wiki</a></li>
rlm@64 170 <li><a href="../thoughts/html/patents.html">Thoughts on Patents</a></li>
rlm@64 171 <li><a href="../thoughts/html/server.html">The Server Culture</a></li>
rlm@64 172 </ul>
rlm@64 173 </div>
rlm@64 174 </div>
rlm@64 175 <div id="outline-container-unnumbered-2" class="outline-2">
rlm@64 176 <h2 id="unnumbered-2">Adventures in coding</h2>
rlm@64 177 <div class="outline-text-2" id="text-unnumbered-2">
rlm@64 178 <ul class="org-ul">
rlm@64 179 <li><a href="../abomination/html/no_parens.html">Calling it quits without parentheses</a></li>
rlm@64 180 <li><a href="../cortex/html/capture-video.html">Capture live video feeds from JMonkeyEngine</a></li>
rlm@64 181 </ul>
rlm@64 182 </div>
rlm@64 183 </div>
rlm@64 184
rlm@64 185 <div id="outline-container-unnumbered-3" class="outline-2">
rlm@64 186 <h2 id="unnumbered-3">Academic</h2>
rlm@64 187 <div class="outline-text-2" id="text-unnumbered-3">
rlm@64 188 <ul class="org-ul">
rlm@64 189 <li><a href="../dylan/html/quandary.html">Bugs in quantum mechanics</a></li>
rlm@64 190 <li><a href="../dylan/html/visualizing-reason.html">A category-theoretic view of inductive reasoning</a></li>
rlm@64 191 <li><a href="../jaynes/html/stat-mech.html">Jaynes' <i>Statistical Mechanics</i></a></li>
rlm@64 192 <li><a href="../cortex/html/ai-journal-review.html">Interesting Articles from <i>Artificial Intelligence</i></a></li>
rlm@64 193 <li><a href="../bbbgs/html/bbbgs.html">Improving Background Subtraction with Top-Down Vision</a></li>
rlm@64 194 <li><a href="../thoughts/html/sloman.html">Transcript of Aaron Sloman - Interview</a></li>
rlm@64 195 <li><a href="../6.034/html/intro.html">6.034 : Introduction to Artificial Intelligence</a></li>
rlm@64 196 </ul>
rlm@64 197 </div>
rlm@64 198 </div>
rlm@64 199 <div id="outline-container-unnumbered-4" class="outline-2">
rlm@64 200 <h2 id="unnumbered-4">Cortex: a virtual world for sensate AI</h2>
rlm@64 201 <div class="outline-text-2" id="text-unnumbered-4">
rlm@64 202 <p>
rlm@64 203 This was an MEng thesis project while I was at MIT. It won the 2014
rlm@64 204 Charles and Jennifer Johnson Thesis Award –- 1st Place!
rlm@64 205 </p>
rlm@64 206
rlm@64 207 <ul class="org-ul">
rlm@64 208 <li><a href="http://aurellem.org/dl/rlm-meng-cortex-final.pdf">Thesis</a></li>
rlm@64 209 <li><a href="http://aurellem.org/dl/cortex-1.0.0.tar.bz2">Code</a></li>
rlm@64 210
rlm@64 211 <li><a href="../cortex/html/intro.html">Intro: Choosing between Virtual and Real Time</a></li>
rlm@64 212 <li><a href="../cortex/html/setup.html">Installing jMonkeyEngine3, a 3D Game Engine</a></li>
rlm@64 213 <li><a href="../cortex/html/world.html">Creating a Virtual World</a></li>
rlm@64 214 <li><a href="../cortex/html/util.html">Utilities that Integrate jMonkeyEngine3 into Clojure </a></li>
rlm@64 215 <li><a href="../cortex/html/games.html"> Showing off: Games and Examples</a></li>
rlm@64 216 <li><b>Sensors and effectors</b>
rlm@64 217 <ol class="org-ol">
rlm@64 218 <li><a href="../cortex/html/sense.html">Preamble: auxillary functions</a></li>
rlm@64 219 <li><a href="../cortex/html/body.html">Building a Body</a></li>
rlm@64 220 <li><a href="../cortex/html/vision.html">Vision</a></li>
rlm@64 221 <li><a href="../cortex/html/hearing.html">Hearing</a></li>
rlm@64 222 <li><a href="../cortex/html/touch.html">Touch</a></li>
rlm@64 223 <li><a href="../cortex/html/proprioception.html">Proprioception</a></li>
rlm@64 224 <li><a href="../cortex/html/movement.html">Movement</a></li>
rlm@64 225 <li><a href="../cortex/html/integration.html">Integration</a></li>
rlm@64 226 </ol></li>
rlm@64 227 <li><a href="../cortex/html/gabor.html">Gabor Filters</a></li>
rlm@64 228 </ul>
rlm@64 229 </div>
rlm@64 230 </div>
rlm@64 231
rlm@64 232 <div id="outline-container-unnumbered-5" class="outline-2">
rlm@64 233 <h2 id="unnumbered-5">Pok&eacute;mon</h2>
rlm@64 234 <div class="outline-text-2" id="text-unnumbered-5">
rlm@64 235 <ul class="org-ul">
rlm@64 236 <li><a href="../pokemon-types/html/types.html">Best-first search for effective Pok&eacute;mon types</a></li>
rlm@64 237 <li><a href="../pokemon-types/html/lpsolve.html">Discovering effective Pok&eacute;mon types using linear optimization.</a></li>
rlm@64 238 <li><a href="../vba-clojure/html/rom.html">Notes on deconstructing Pok&eacute;mon Yellow</a></li>
rlm@64 239 <li><a href="http://web.mit.edu/dxh/www/guess/">9 Questions with Pok&eacute;mon</a>
rlm@64 240 <ul class="org-ul">
rlm@64 241 <li><a href="http://aurellem.org/pokeclass/html/idtree.html">How <i>9 Questions with Pok&eacute;mon</i> was made.</a></li>
rlm@64 242 <li><a href="http://web.mit.edu/dxh/www/guess/gen2.html">10 Questions with Pok&eacute;mon</a> (Gen I &amp; II)</li>
rlm@64 243 <li>Use an <a href="http://web.mit.edu/dxh/www/guess/allergy/">allergy assay</a> to determine the type of an unknown Pok&eacute;mon</li>
rlm@64 244 </ul></li>
rlm@64 245 <li><a href="./vba-clojure/html/total-control.html">Pok&eacute;mon Yellow Total Control Hack</a></li>
rlm@64 246 </ul>
rlm@64 247 </div>
rlm@64 248 </div>
rlm@64 249
rlm@64 250 <div id="outline-container-unnumbered-6" class="outline-2">
rlm@64 251 <h2 id="unnumbered-6">Quantitative design</h2>
rlm@64 252 <div class="outline-text-2" id="text-unnumbered-6">
rlm@64 253 <ul class="org-ul">
rlm@64 254 <li>Quantitative Pok&eacute;mon displays (in progress)
rlm@64 255 <ul class="org-ul">
rlm@64 256 <li><a href="http://www.aurellem.org/pokeplot/graph.html?q=rug">Breakdown of evolution data</a></li>
rlm@64 257 <li><a href="http://www.aurellem.org/pokeplot/graph.html?q=shops">Shop locations and inventories</a></li>
rlm@64 258 <li><a href="http://www.aurellem.org/pokeplot/graph.html?q=tms">Learnability of technical machines</a></li>
rlm@64 259 <li><a href="http://www.aurellem.org/pokeplot/graph.html?q=affinity">Square graph of dual type combinations</a></li>
rlm@64 260 </ul></li>
rlm@64 261 <li><a href="../dylan/resolution.svg">Display resolutions, simplified.</a> Intended to become a replacement
rlm@64 262 for <a href="http://en.wikipedia.org/wiki/File:Vector_Video_Standards4.svg">this Wikipedia graphic</a>.</li>
rlm@64 263 </ul>
rlm@64 264 </div>
rlm@64 265 </div>
rlm@64 266
rlm@64 267 <div id="outline-container-unnumbered-7" class="outline-2">
rlm@64 268 <h2 id="unnumbered-7">Thoughts</h2>
rlm@64 269 <div class="outline-text-2" id="text-unnumbered-7">
rlm@64 270 <ul class="org-ul">
rlm@64 271 <li><a href="../dylan/html/science.html">Science Minus Science</a></li>
rlm@64 272 <li><a href="../thoughts/html/man-years.html">A Universe of Human Experience</a></li>
rlm@64 273 <li><a href="../thoughts/html/emacs-password.html">Emacs Password Security</a></li>
rlm@64 274 <li><a href="../thoughts/html/ideas.html">Ideas</a></li>
rlm@64 275 </ul>
rlm@64 276 </div>
rlm@64 277 </div>
rlm@64 278 </div>
rlm@64 279 <div id="postamble" class="status">
rlm@64 280 <p class="author">Author: Robert McIntyre &amp; Dylan Holmes</p>
rlm@64 281 <p class="date">Created: 2015-03-02 Mon 09:47</p>
rlm@64 282 <p class="creator"><a href="http://www.gnu.org/software/emacs/">Emacs</a> 24.4.1 (<a href="http://orgmode.org">Org</a> mode 8.3beta)</p>
rlm@64 283 <p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p>
rlm@64 284 </div>
rlm@64 285 </body>
rlm@64 286 </html>