Mercurial > aurellem
comparison html/organ-preservation-alliance-victory.html @ 84:f327ed1a9a16
organ preservation VICTORY
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Tue, 03 Nov 2015 19:05:15 -0800 |
parents | |
children | 0d8b2257f326 |
comparison
equal
deleted
inserted
replaced
83:59349749269e | 84:f327ed1a9a16 |
---|---|
1 <?xml version="1.0" encoding="utf-8"?> | |
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" | |
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
4 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> | |
5 <head> | |
6 <title>Victory at the Organ Preservation Alliance Global Organ Banking Summit</title> | |
7 <!-- 2015-11-03 Tue 19:04 --> | |
8 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> | |
9 <meta name="generator" content="Org-mode" /> | |
10 <meta name="author" content="Robert McIntyre" /> | |
11 <style type="text/css"> | |
12 <!--/*--><![CDATA[/*><!--*/ | |
13 .title { text-align: center; } | |
14 .todo { font-family: monospace; color: red; } | |
15 .done { font-family: monospace; color: green; } | |
16 .priority { font-family: monospace; color: orange; } | |
17 .tag { background-color: #eee; font-family: monospace; | |
18 padding: 2px; font-size: 80%; font-weight: normal; } | |
19 .timestamp { color: #bebebe; } | |
20 .timestamp-kwd { color: #5f9ea0; } | |
21 .right { margin-left: auto; margin-right: 0px; text-align: right; } | |
22 .left { margin-left: 0px; margin-right: auto; text-align: left; } | |
23 .center { margin-left: auto; margin-right: auto; text-align: center; } | |
24 .underline { text-decoration: underline; } | |
25 #postamble p, #preamble p { font-size: 90%; margin: .2em; } | |
26 p.verse { margin-left: 3%; } | |
27 pre { | |
28 border: 1px solid #ccc; | |
29 box-shadow: 3px 3px 3px #eee; | |
30 padding: 8pt; | |
31 font-family: monospace; | |
32 overflow: auto; | |
33 margin: 1.2em; | |
34 } | |
35 pre.src { | |
36 position: relative; | |
37 overflow: visible; | |
38 padding-top: 1.2em; | |
39 } | |
40 pre.src:before { | |
41 display: none; | |
42 position: absolute; | |
43 background-color: white; | |
44 top: -10px; | |
45 right: 10px; | |
46 padding: 3px; | |
47 border: 1px solid black; | |
48 } | |
49 pre.src:hover:before { display: inline;} | |
50 pre.src-sh:before { content: 'sh'; } | |
51 pre.src-bash:before { content: 'sh'; } | |
52 pre.src-emacs-lisp:before { content: 'Emacs Lisp'; } | |
53 pre.src-R:before { content: 'R'; } | |
54 pre.src-perl:before { content: 'Perl'; } | |
55 pre.src-java:before { content: 'Java'; } | |
56 pre.src-sql:before { content: 'SQL'; } | |
57 | |
58 table { border-collapse:collapse; } | |
59 caption.t-above { caption-side: top; } | |
60 caption.t-bottom { caption-side: bottom; } | |
61 td, th { vertical-align:top; } | |
62 th.right { text-align: center; } | |
63 th.left { text-align: center; } | |
64 th.center { text-align: center; } | |
65 td.right { text-align: right; } | |
66 td.left { text-align: left; } | |
67 td.center { text-align: center; } | |
68 dt { font-weight: bold; } | |
69 .footpara:nth-child(2) { display: inline; } | |
70 .footpara { display: block; } | |
71 .footdef { margin-bottom: 1em; } | |
72 .figure { padding: 1em; } | |
73 .figure p { text-align: center; } | |
74 .inlinetask { | |
75 padding: 10px; | |
76 border: 2px solid gray; | |
77 margin: 10px; | |
78 background: #ffffcc; | |
79 } | |
80 #org-div-home-and-up | |
81 { text-align: right; font-size: 70%; white-space: nowrap; } | |
82 textarea { overflow-x: auto; } | |
83 .linenr { font-size: smaller } | |
84 .code-highlighted { background-color: #ffff00; } | |
85 .org-info-js_info-navigation { border-style: none; } | |
86 #org-info-js_console-label | |
87 { font-size: 10px; font-weight: bold; white-space: nowrap; } | |
88 .org-info-js_search-highlight | |
89 { background-color: #ffff00; color: #000000; font-weight: bold; } | |
90 /*]]>*/--> | |
91 </style> | |
92 <link rel="stylesheet" type="text/css" href="../../aurellem/css/argentum.css" /> | |
93 <script type="text/javascript"> | |
94 /* | |
95 @licstart The following is the entire license notice for the | |
96 JavaScript code in this tag. | |
97 | |
98 Copyright (C) 2012-2013 Free Software Foundation, Inc. | |
99 | |
100 The JavaScript code in this tag is free software: you can | |
101 redistribute it and/or modify it under the terms of the GNU | |
102 General Public License (GNU GPL) as published by the Free Software | |
103 Foundation, either version 3 of the License, or (at your option) | |
104 any later version. The code is distributed WITHOUT ANY WARRANTY; | |
105 without even the implied warranty of MERCHANTABILITY or FITNESS | |
106 FOR A PARTICULAR PURPOSE. See the GNU GPL for more details. | |
107 | |
108 As additional permission under GNU GPL version 3 section 7, you | |
109 may distribute non-source (e.g., minimized or compacted) forms of | |
110 that code without the copy of the GNU GPL normally required by | |
111 section 4, provided you include this license notice and a URL | |
112 through which recipients can access the Corresponding Source. | |
113 | |
114 | |
115 @licend The above is the entire license notice | |
116 for the JavaScript code in this tag. | |
117 */ | |
118 <!--/*--><![CDATA[/*><!--*/ | |
119 function CodeHighlightOn(elem, id) | |
120 { | |
121 var target = document.getElementById(id); | |
122 if(null != target) { | |
123 elem.cacheClassElem = elem.className; | |
124 elem.cacheClassTarget = target.className; | |
125 target.className = "code-highlighted"; | |
126 elem.className = "code-highlighted"; | |
127 } | |
128 } | |
129 function CodeHighlightOff(elem, id) | |
130 { | |
131 var target = document.getElementById(id); | |
132 if(elem.cacheClassElem) | |
133 elem.className = elem.cacheClassElem; | |
134 if(elem.cacheClassTarget) | |
135 target.className = elem.cacheClassTarget; | |
136 } | |
137 /*]]>*///--> | |
138 </script> | |
139 </head> | |
140 <body> | |
141 <div id="content"> | |
142 <h1 class="title">Victory at the Organ Preservation Alliance Global Organ Banking Summit</h1> | |
143 | |
144 <div class="header"> | |
145 <div class="float-right"> | |
146 </div> | |
147 | |
148 <h1>aurellem <em>☉</em></h1> | |
149 <ul class="nav"> | |
150 <li><a href="/">read the blog »</a></li> | |
151 <!-- li><a href="#">learn about us »</a></li--> | |
152 </ul> | |
153 </div> | |
154 | |
155 <div class="author">Written by: <author> | |
156 <p> | |
157 Robert McIntyre | |
158 </p> | |
159 </author></div> | |
160 | |
161 | |
162 <div class="figure"> | |
163 <p><a href="../images/organ-preservation-trophy.png"><img src="../images/organ-preservation-trophy.jpg" alt="organ-preservation-trophy.jpg" /></a> | |
164 </p> | |
165 <p><span class="figure-number">Figure 1:</span> Trophy from the Organ Preservation Alliance's Global Organ Banking Summit hackathon competition.</p> | |
166 </div> | |
167 | |
168 <p> | |
169 On February 26, 2015 I went to the <a href="http://www.organpreservationalliance.org/">Organ Preservation Alliance's</a> | |
170 <a href="http://www.obs2015.org/">Global Organ Banking Summit</a>, where I competed in the hackathon | |
171 competition with around eight other teams from around the world. The | |
172 goal was to come up with promising new areas relating to organ | |
173 preservation, with an emphasis on novelty and practicality. Each team | |
174 was assigned a professional cryobiologist to help evaluate | |
175 ideas. There were three rounds of judging: | |
176 </p> | |
177 | |
178 <ol class="org-ol"> | |
179 <li>An initial review of our ideas where we selected one to develop | |
180 further.</li> | |
181 <li>Presentation to a selected panel of judges. Only two teams would be | |
182 selected out of the eight from this round.</li> | |
183 <li>Final presentation to the entire Summit, where all the | |
184 cryobiologists present would determine the winner.</li> | |
185 </ol> | |
186 | |
187 <p> | |
188 Our team came up with the idea of poly-vitrification and presented the | |
189 following presentation, available here: | |
190 <a href="../ref/2015-McIntyre-OPA-hackathon-presentation.pdf">2015-McIntyre-OPA-hackathon-presentation</a>. | |
191 </p> | |
192 | |
193 <p> | |
194 Later, we wrote up a summary and published it in an abstract in the | |
195 journal Cryobiology: <a href="http://www.sciencedirect.com/science/article/pii/S0011224015001686">Poly-Vitrification Abstract</a>. | |
196 </p> | |
197 | |
198 <p> | |
199 We gave a really solid presentation and ended up winning the | |
200 competition and the prize money, which we split four-ways among our | |
201 group members. It was really quite a fun experience! | |
202 </p> | |
203 </div> | |
204 <div id="postamble" class="status"> | |
205 <p class="author">Author: Robert McIntyre</p> | |
206 <p class="date">Created: 2015-11-03 Tue 19:04</p> | |
207 <p class="creator"><a href="http://www.gnu.org/software/emacs/">Emacs</a> 24.5.1 (<a href="http://orgmode.org">Org</a> mode 8.3beta)</p> | |
208 <p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p> | |
209 </div> | |
210 </body> | |
211 </html> |