From: W. Trevor King Date: Sat, 18 Jan 2014 04:44:04 +0000 (-0800) Subject: index.html: Add the "not my problem" slide X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b4b18cd97930b6f1b80b55f6372dc4698a7dfcaa;p=reveal.js.git index.html: Add the "not my problem" slide Using a description list [1] to mark up the detail sections. [1]: http://dev.w3.org/html5/markup/dl.html --- diff --git a/css/local.css b/css/local.css index 677054e..70293a8 100644 --- a/css/local.css +++ b/css/local.css @@ -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; +} diff --git a/index.html b/index.html index 12402ed..ba594b8 100644 --- a/index.html +++ b/index.html @@ -406,6 +406,36 @@ +
+
+

“Not My Problem”

+ +

Actually your biggest problem

+ +
+
Applications
+
+ Yesterday's models and tools are solving today's + million dollar problems, because nobody knows how to + update them. +
+
Collaboration
+
+ Hundreds of person-years of effort are redundantly + combining to create a year's worth of results. +
+
Credibility
+
+ Many published results can't be trusted, because the + scientific code isn't modular, can't be tested, and + sometimes isn't even released. +
+
+ +

How can we do better?

+
+
+

THE END