rlm@66: <?xml version="1.0" encoding="utf-8"?> rlm@66: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" rlm@66: "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> rlm@66: <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> rlm@66: <head> rlm@66: <title>About Robert McIntyre</title> rlm@66: <!-- 2015-04-12 Sun 19:21 --> rlm@66: <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> rlm@66: <meta name="generator" content="Org-mode" /> rlm@66: <meta name="author" content="Robert McIntyre" /> rlm@66: <meta name="description" content="Page describing Robert McIntyre" rlm@66: /> rlm@66: <style type="text/css"> rlm@66: <!--/*--><![CDATA[/*><!--*/ rlm@66: .title { text-align: center; } rlm@66: .todo { font-family: monospace; color: red; } rlm@66: .done { font-family: monospace; color: green; } rlm@66: .priority { font-family: monospace; color: orange; } rlm@66: .tag { background-color: #eee; font-family: monospace; rlm@66: padding: 2px; font-size: 80%; font-weight: normal; } rlm@66: .timestamp { color: #bebebe; } rlm@66: .timestamp-kwd { color: #5f9ea0; } rlm@66: .right { margin-left: auto; margin-right: 0px; text-align: right; } rlm@66: .left { margin-left: 0px; margin-right: auto; text-align: left; } rlm@66: .center { margin-left: auto; margin-right: auto; text-align: center; } rlm@66: .underline { text-decoration: underline; } rlm@66: #postamble p, #preamble p { font-size: 90%; margin: .2em; } rlm@66: p.verse { margin-left: 3%; } rlm@66: pre { rlm@66: border: 1px solid #ccc; rlm@66: box-shadow: 3px 3px 3px #eee; rlm@66: padding: 8pt; rlm@66: font-family: monospace; rlm@66: overflow: auto; rlm@66: margin: 1.2em; rlm@66: } rlm@66: pre.src { rlm@66: position: relative; rlm@66: overflow: visible; rlm@66: padding-top: 1.2em; rlm@66: } rlm@66: pre.src:before { rlm@66: display: none; rlm@66: position: absolute; rlm@66: background-color: white; rlm@66: top: -10px; rlm@66: right: 10px; rlm@66: padding: 3px; rlm@66: border: 1px solid black; rlm@66: } rlm@66: pre.src:hover:before { display: inline;} rlm@66: pre.src-sh:before { content: 'sh'; } rlm@66: pre.src-bash:before { content: 'sh'; } rlm@66: pre.src-emacs-lisp:before { content: 'Emacs Lisp'; } rlm@66: pre.src-R:before { content: 'R'; } rlm@66: pre.src-perl:before { content: 'Perl'; } rlm@66: pre.src-java:before { content: 'Java'; } rlm@66: pre.src-sql:before { content: 'SQL'; } rlm@66: rlm@66: table { border-collapse:collapse; } rlm@66: caption.t-above { caption-side: top; } rlm@66: caption.t-bottom { caption-side: bottom; } rlm@66: td, th { vertical-align:top; } rlm@66: th.right { text-align: center; } rlm@66: th.left { text-align: center; } rlm@66: th.center { text-align: center; } rlm@66: td.right { text-align: right; } rlm@66: td.left { text-align: left; } rlm@66: td.center { text-align: center; } rlm@66: dt { font-weight: bold; } rlm@66: .footpara:nth-child(2) { display: inline; } rlm@66: .footpara { display: block; } rlm@66: .footdef { margin-bottom: 1em; } rlm@66: .figure { padding: 1em; } rlm@66: .figure p { text-align: center; } rlm@66: .inlinetask { rlm@66: padding: 10px; rlm@66: border: 2px solid gray; rlm@66: margin: 10px; rlm@66: background: #ffffcc; rlm@66: } rlm@66: #org-div-home-and-up rlm@66: { text-align: right; font-size: 70%; white-space: nowrap; } rlm@66: textarea { overflow-x: auto; } rlm@66: .linenr { font-size: smaller } rlm@66: .code-highlighted { background-color: #ffff00; } rlm@66: .org-info-js_info-navigation { border-style: none; } rlm@66: #org-info-js_console-label rlm@66: { font-size: 10px; font-weight: bold; white-space: nowrap; } rlm@66: .org-info-js_search-highlight rlm@66: { background-color: #ffff00; color: #000000; font-weight: bold; } rlm@66: /*]]>*/--> rlm@66: </style> rlm@66: <link rel="stylesheet" type="text/css" href="../../aurellem/css/argentum.css" /> rlm@66: <link rel="stylesheet" type="text/css" href="../css/about-me.css" /> rlm@66: <script type="text/javascript"> rlm@66: /* rlm@66: @licstart The following is the entire license notice for the rlm@66: JavaScript code in this tag. rlm@66: rlm@66: Copyright (C) 2012-2013 Free Software Foundation, Inc. rlm@66: rlm@66: The JavaScript code in this tag is free software: you can rlm@66: redistribute it and/or modify it under the terms of the GNU rlm@66: General Public License (GNU GPL) as published by the Free Software rlm@66: Foundation, either version 3 of the License, or (at your option) rlm@66: any later version. The code is distributed WITHOUT ANY WARRANTY; rlm@66: without even the implied warranty of MERCHANTABILITY or FITNESS rlm@66: FOR A PARTICULAR PURPOSE. See the GNU GPL for more details. rlm@66: rlm@66: As additional permission under GNU GPL version 3 section 7, you rlm@66: may distribute non-source (e.g., minimized or compacted) forms of rlm@66: that code without the copy of the GNU GPL normally required by rlm@66: section 4, provided you include this license notice and a URL rlm@66: through which recipients can access the Corresponding Source. rlm@66: rlm@66: rlm@66: @licend The above is the entire license notice rlm@66: for the JavaScript code in this tag. rlm@66: */ rlm@66: <!--/*--><![CDATA[/*><!--*/ rlm@66: function CodeHighlightOn(elem, id) rlm@66: { rlm@66: var target = document.getElementById(id); rlm@66: if(null != target) { rlm@66: elem.cacheClassElem = elem.className; rlm@66: elem.cacheClassTarget = target.className; rlm@66: target.className = "code-highlighted"; rlm@66: elem.className = "code-highlighted"; rlm@66: } rlm@66: } rlm@66: function CodeHighlightOff(elem, id) rlm@66: { rlm@66: var target = document.getElementById(id); rlm@66: if(elem.cacheClassElem) rlm@66: elem.className = elem.cacheClassElem; rlm@66: if(elem.cacheClassTarget) rlm@66: target.className = elem.cacheClassTarget; rlm@66: } rlm@66: /*]]>*///--> rlm@66: </script> rlm@66: </head> rlm@66: <body> rlm@66: <div id="content"> rlm@66: <h1 class="title">About Robert McIntyre</h1> rlm@66: rlm@66: <div class="header"> rlm@66: <div class="float-right"> rlm@66: </div> rlm@66: rlm@66: <h1>aurellem <em>☉</em></h1> rlm@66: <ul class="nav"> rlm@66: <li><a href="/">read the blog »</a></li> rlm@66: <!-- li><a href="#">learn about us »</a></li--> rlm@66: </ul> rlm@66: </div> rlm@66: rlm@66: <div class="author">Written by: <author> rlm@66: <p> rlm@66: Robert McIntyre rlm@66: </p> rlm@66: </author></div> rlm@66: <dl class="org-dl"> rlm@66: <dt>Name</dt><dd>Robert McIntyre</dd> rlm@66: <dt>Contact</dt><dd>rlm@mit.edu</dd> rlm@66: <dt>Resume</dt><dd><a href="../../resume/Robert-McIntyre-Resume.pdf">Robert-McIntyre-Resume.pdf</a></dd> rlm@66: <dt><a href="https://en.wikipedia.org/wiki/Pretty_Good_Privacy">PGP Key</a></dt><dd><a href="http://pgp.mit.edu/pks/lookup?op=get&search=0x84696E50057B932E">Public Key</a></dd> rlm@66: <dt>PGP fingerprint</dt><dd>4A10 BEC2 9290 7612 A461 2598 8469 6E50 057B 932E</dd> rlm@66: <dt>Birthday</dt><dd>September 26</dd> rlm@66: <dt>Alcor</dt><dd>I am a member (#A-2640) of the <a href="http://alcor.org/">Alcor Life Extension rlm@66: Foundation</a>.</dd> rlm@66: <dt>Bitcoin</dt><dd><a href="https://blockchain.info/address/19HquAqbXkSZYiYQAZymj9C9oALvSJ5jPr">19HquAqbXkSZYiYQAZymj9C9oALvSJ5jPr</a></dd> rlm@66: </dl> rlm@66: </div> rlm@66: <div id="postamble" class="status"> rlm@66: <p class="author">Author: Robert McIntyre</p> rlm@66: <p class="date">Created: 2015-04-12 Sun 19:21</p> rlm@66: <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@66: <p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p> rlm@66: </div> rlm@66: </body> rlm@66: </html>