changeset 93:effc23e38a82

add ASC.
author Robert McIntyre <rlm@mit.edu>
date Sat, 06 Feb 2016 15:23:11 -0800
parents 0d8b2257f326
children f6df92e5367e
files css/dyln-dark-4.css html/index.html org/template.org
diffstat 3 files changed, 91 insertions(+), 35 deletions(-) [+]
line wrap: on
line diff
     1.1 --- a/css/dyln-dark-4.css	Thu Jan 28 12:26:29 2016 -0500
     1.2 +++ b/css/dyln-dark-4.css	Sat Feb 06 15:23:11 2016 -0800
     1.3 @@ -106,7 +106,7 @@
     1.4  
     1.5  table.toc td, table.toc th {
     1.6      padding-bottom:2rem;
     1.7 -    padding-top:2rem;
     1.8 +    /* padding-top:2rem; */
     1.9      vertical-align:top!important;
    1.10      border-bottom:0rem dotted #6a6a68;
    1.11  }
    1.12 @@ -138,10 +138,9 @@
    1.13    color:#00c0f0;
    1.14    outline:0;
    1.15   }
    1.16 -table.toc a{
    1.17 +table.toc a.list{
    1.18    display:inline-block;
    1.19    width:80%;
    1.20 -
    1.21  }
    1.22  a:hover{text-decoration:underline;}
    1.23  
    1.24 @@ -220,4 +219,15 @@
    1.25      width: 7em;
    1.26      color: cyan;
    1.27      margin-left: 1em;
    1.28 -}
    1.29 \ No newline at end of file
    1.30 +}
    1.31 +
    1.32 +
    1.33 +h2 a{
    1.34 +    color:#f0c000;
    1.35 +}
    1.36 +
    1.37 +
    1.38 +body {
    1.39 +    background-repeat:no-repeat;
    1.40 +    background-position:60% 105%;
    1.41 +}
     2.1 --- a/html/index.html	Thu Jan 28 12:26:29 2016 -0500
     2.2 +++ b/html/index.html	Sat Feb 06 15:23:11 2016 -0800
     2.3 @@ -7,13 +7,6 @@
     2.4  	  rel='stylesheet' type='text/css'/>
     2.5      <link href='aurellem/css/dyln-dark-4.css' rel='stylesheet'
     2.6  	  type='text/css'/>
     2.7 -
     2.8 -    <style type="text/css">
     2.9 -      body {
    2.10 -      background-repeat:no-repeat;
    2.11 -      background-position:60% 105%;
    2.12 -      }
    2.13 -    </style>
    2.14    </head>
    2.15    <body>
    2.16  
    2.17 @@ -38,47 +31,99 @@
    2.18  	      are ideas for science fiction, and some are simple
    2.19  	      observations.
    2.20  	    </p>
    2.21 -	    <a href="./thoughts/html/good-ideas.html">Go to the Ideas Page
    2.22 -	    &raquo;</a>
    2.23 +	    <a class="list" href="./thoughts/html/good-ideas.html">Go
    2.24 +	    to the Ideas Page &raquo;</a>
    2.25  	  </td>
    2.26  	</tr>
    2.27  
    2.28 -	  <th>Major Projects</th>
    2.29 +	<tr><th>Major Projects</th><td>
    2.30 +	    <h2><a href="./ASC/html/ASC-introduction.html">Aldehyde-Stabilized
    2.31 +	    Cryopreservation (2015)</a></h2>
    2.32 +	    <p class="description">
    2.33 +	      A brain-banking technology that can preserve all of the
    2.34 +	      synaptic connections in a whole mammalian brain for
    2.35 +	      longer than a
    2.36 +	      century. <a href="http://dx.doi.org/10.1016/j.cryobiol.2015.09.003">Published
    2.37 +	      in Cryobiology</a> and currently
    2.38 +	      a <a href="http://www.brainpreservation.org/asc_rabbit_fulleval">major
    2.39 +	      competitor for the Brain Preservation
    2.40 +	      Prize</a>. Mentioned in the
    2.41 +	      <a href="http://www.nytimes.com/2015/09/13/us/cancer-immortality-cryogenics.html">New York Times</a> and
    2.42 +	      <a href="http://www.scientificamerican.com/article/can-our-minds-live-forever/">Scientific American</a>.</br></br>
    2.43  
    2.44 -	  <td>
    2.45 +
    2.46 +	      <a class="list"
    2.47 +		href="./ASC/html/ASC-introduction.html">Introduction
    2.48 +		to Aldehyde-Stabilized Cryopreservation (ASC)
    2.49 +		&raquo;</a>
    2.50 +
    2.51 +	      <a class="list"
    2.52 +		href="./ASC/html/ASC-FAQ.html">Frequently asked
    2.53 +		Questions &raquo;</a>
    2.54 +
    2.55 +	      <!-- <a class="list" href="./ASC/html/ASC-images.html">Images -->
    2.56 +	      <!-- of brains preserved with ASC &raquo;</a> -->
    2.57 +
    2.58 +	      <a class="list"
    2.59 +		 href="http://dx.doi.org/10.1016/j.cryobiol.2015.09.003">
    2.60 +		Journal article in Cryobiology &raquo;</a>
    2.61 +
    2.62 +	      <!-- <a class="list" href="./ASC/html/ASC-motivations.html"> -->
    2.63 +	      <!-- 	Motivations behind ASC &raquo;</a> -->
    2.64 +
    2.65 +	      <!-- <a class="list" href="./ASC/html/ACS-limitations.html"> -->
    2.66 +	      <!-- Limitations of ASC &raquo;</a> -->
    2.67 +
    2.68 +	      <!-- <a class="list" href="./ASC/html/ASC-full-protocol.html"> -->
    2.69 +	      <!-- 	Detailed ASC protocol &raquo;</a> -->
    2.70 +
    2.71 +	      <a class="list" href="https://nectome.com">Nectome, ASC
    2.72 +	      research company &raquo;</a>
    2.73 +	</p></td></tr>
    2.74 +	
    2.75 +	<tr><th></th><td>
    2.76  	    <h2>CORTEX: a virtual world for sensate AI (2014)</h2>
    2.77  	    <p class="description">
    2.78 -	      My MEng thesis at MIT, which won the 2014 Charles and
    2.79 -	      Jennifer Johnson Thesis Award &mdash; 1st Place!<br/>
    2.80 -	      All code and text for the thesis is freely
    2.81 -	      licensed.<br/>
    2.82 -	      <a href="./cortex/thesis/rlm-cortex-meng.pdf">
    2.83 +	      My MEng thesis at
    2.84 +	      MIT, <a href="http://dspace.mit.edu/handle/1721.1/91697">
    2.85 +		<em>Recognizing Actions using Embodiment and
    2.86 +	      Empathy</em></a>. It won 1st Place 2014 Charles and
    2.87 +	      Jennifer Johnson Thesis Award for best EE/CS MEng
    2.88 +	      thesis! <code>CORTEX</code> is an exploration of
    2.89 +	      embodied cognition, the idea that our intelligence is
    2.90 +	      deeply connected to our bodies and experience of the
    2.91 +	      world. In the thesis, I teach a simulated worm how to
    2.92 +	      recognize other worms performing various actions like
    2.93 +	      wiggling and curling by giving it a sense of empathy:
    2.94 +	      the worm imagines what it would feel like to be the
    2.95 +	      other worm, and then recognizes the actions based on its
    2.96 +	      own previous experience. All code and text for the
    2.97 +	      thesis is freely licensed under the GPL.<br/><br/>
    2.98 +	      <a class="list" href="./cortex/thesis/rlm-cortex-meng.pdf">
    2.99  		Thesis &raquo;</a> &nbsp;&nbsp;&nbsp;
   2.100 -	      <a href="./cortex/html/index.html">Online Thesis Notes
   2.101 -	      &raquo;</a><br/>
   2.102 -	      <a href="./cortex/releases/cortex-1.0.0.tar.bz2">
   2.103 +	      <a class="list" href="./cortex/html/index.html">Online Thesis Notes
   2.104 +		&raquo;</a><br/>
   2.105 +	      <a class="list" href="./cortex/releases/cortex-1.0.0.tar.bz2">
   2.106  		Source Code (cortex-1.0.0.tar.bz2) &raquo;</a>
   2.107 -	      </p>
   2.108 -
   2.109 -	</td></tr>
   2.110 +	</p></td></tr>
   2.111 +	
   2.112  	<tr><th></th><td>
   2.113 -	    <h2>Pok&eacute;mon Yellow Total Control Hack (2013)</h2>
   2.114 +	    <h2><a href="./vba-clojure/html/total-control.html">
   2.115 +		Pok&eacute;mon Yellow Total Control Hack (2013)</a></h2>
   2.116  	    <p class="description">
   2.117  	      Just by buying and rearranging certain items and
   2.118  	      pressing certain buttons in Pok&eacute;mon Yellow, you
   2.119  	      can get the game into a state where you can completely
   2.120  	      reprogram it from the inside. It's the first hack of its
   2.121  	      kind, and it won
   2.122 -	      multiple <a href="http://tasvideos.org/2187M.html">TAS
   2.123 -	      awards &raquo;</a><br/>
   2.124 -	      <a href="https://www.youtube.com/watch?v=p5T81yHkHtI">Watch
   2.125 +	      multiple <a  href="http://tasvideos.org/2187M.html">TAS
   2.126 +	      awards</a>.<br/><br/>
   2.127 +	      <a class="list" href="https://www.youtube.com/watch?v=p5T81yHkHtI">Watch
   2.128  		on Youtube&raquo;</a>
   2.129 -	      <a href="./vba-clojure/html/total-control.html">Guide to
   2.130 +	      <a class="list" href="./vba-clojure/html/total-control.html">Guide to
   2.131  		the Pok&eacute;mon Yellow total control hack
   2.132  		&raquo;</a>
   2.133 -	    </p>
   2.134 -	  </td>
   2.135 -	</tr>
   2.136 +	    </p></td></tr>
   2.137  
   2.138  	<tr>
   2.139  	  <th>Small Projects</th>
     3.1 --- a/org/template.org	Thu Jan 28 12:26:29 2016 -0500
     3.2 +++ b/org/template.org	Sat Feb 06 15:23:11 2016 -0800
     3.3 @@ -10,7 +10,8 @@
     3.4  #+caption: 
     3.5  #+ATTR_HTML: width="100%"
     3.6  #+ATTR_LaTeX: :width 5.5in :placement [H]
     3.7 -[[../images/aurellem.jpg]]
     3.8 +[[file:../images/aurellem.jpg][file:../images/thumbs/aurellem.jpg]]
     3.9  
    3.10  
    3.11  
    3.12 +