From b4b18cd97930b6f1b80b55f6372dc4698a7dfcaa Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 17 Jan 2014 20:44:04 -0800 Subject: [PATCH] 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 --- css/local.css | 11 +++++++++++ index.html | 30 ++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+) 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

-- 2.26.2