index.html: Add the "not my problem" slide
authorW. Trevor King <wking@tremily.us>
Sat, 18 Jan 2014 04:44:04 +0000 (20:44 -0800)
committerW. Trevor King <wking@tremily.us>
Sat, 18 Jan 2014 04:44:04 +0000 (20:44 -0800)
Using a description list [1] to mark up the detail sections.

[1]: http://dev.w3.org/html5/markup/dl.html

css/local.css
index.html

index 677054e8142db0c952176e886035ed01a062a895..70293a80f99bb40a6b3119a51a0ba6dec6e6af75 100644 (file)
@@ -1,3 +1,14 @@
 .reveal table thead th {
        text-align: center;
 }
+
+.reveal dl dt {
+       text-align: left;
+       font-weight: bold;
+}
+
+.reveal dl dd {
+       left-margin: 1em;
+       text-align: justify;
+       text-justify: inter-word;
+}
index 12402edf94bf9e44e52bb2f51b5b8fbc483cf3f8..ba594b85526bf1d44b1e45b223f3375afc1ebd11 100644 (file)
                                        </section>
                                </section> <!-- left the majority behind -->
 
+                               <section> <!-- not my problem -->
+                                       <section>
+                                               <h3>“Not My Problem”</h3>
+
+                                               <p>Actually your <em>biggest</em> problem</p>
+
+                                               <dl>
+                                                       <dt>Applications</dt>
+                                                       <dd>
+                                                               Yesterday's models and tools are solving today's
+                                                               million dollar problems, because nobody knows how to
+                                                               update them.
+                                                       </dd>
+                                                       <dt>Collaboration</dt>
+                                                       <dd>
+                                                               Hundreds of person-years of effort are redundantly
+                                                               combining to create a year's worth of results.
+                                                       </dd>
+                                                       <dt>Credibility</dt>
+                                                       <dd>
+                                                               Many published results can't be trusted, because the
+                                                               scientific code isn't modular, can't be tested, and
+                                                               sometimes isn't even released.
+                                                       </dd>
+                                               </dl>
+
+                                               <p>How can we do better?</p>
+                                       </section>
+                               </section> <!-- not my problem -->
+
                                <section>
                                        <h1>THE END</h1>
                                </section>