diff --git a/2018/images/speaker-sgoldfarb.jpeg b/2018/images/speaker-sgoldfarb.jpeg new file mode 100644 index 0000000..105398c Binary files /dev/null and b/2018/images/speaker-sgoldfarb.jpeg differ diff --git a/2018/index.html b/2018/index.html index dc0b1fb..2fb20b0 100644 --- a/2018/index.html +++ b/2018/index.html @@ -88,8 +88,9 @@
 
-
-
+

Patricia Aas
Isolating GPU access in its own process
+
Steven Goldfarb
Hidden Pieces: The LHC and our Dark Universe
+
Carsten Munk
Zipper - an open source out of box experience for the blockchain world
 
diff --git a/2018/speakers-and-talks.html b/2018/speakers-and-talks.html index 4b67dcd..0cf0217 100644 --- a/2018/speakers-and-talks.html +++ b/2018/speakers-and-talks.html @@ -90,6 +90,32 @@
 
+ +
+
+
Steven Goldfarb
+
+ +
+
Steven Goldfarb
+
Hidden Pieces: The LHC and our Dark Universe
+ +
+ On 4 July 2017, one billion people – a large portion of our planet’s population – took time out of their day to watch a one-and-a-half-hour scientific seminar featuring plots, graphs, Greek letters, and comic sans. Why? A deep-rooted survival instinct told these people that the discovery by CERN scientists of a fundamental component of our universe was something worth paying attention to. Or they were just news junkies. But, they were right. +
+ +
+ Today, at CERN, and other physics laboratories around the world, we are seeking answers to the most fundamental questions of humankind: What are we made of? Where did we come from? Where are we going? What are the rules behind all this? Although we might never find the answers, the pursuit of them provides us with the knowledge and skills our children need to survive. I discuss current puzzles in particle physics and cosmology, then challenge us to keep opening our research (data, source, results) to take advantage of our culturally rich, diverse population. +
+ +
+ Dr. Steven Goldfarb is a scientist working on the ATLAS Experiment at CERN, the European Laboratory for Particle Physics. He is an advocate of non-alternative facts (something we used to call truth) and, as such, is active in science communication. Dr. Goldfarb currently chairs the International Particle Physics Outreach Group, coordinates the University of Michigan REU CERN Summer Student and Semester Abroad programs, serves on the US National Science Foundation’s Quarknet advisory board, and is a fellow of the American Physical Society. In his spare time, Steve fronts the Geneva-based Canettes Blues Band. +
+
+
+ +
 
+
diff --git a/2018/style.css b/2018/style.css index ceed06d..3c918f0 100644 --- a/2018/style.css +++ b/2018/style.css @@ -3,14 +3,14 @@ h1 { font-family: 'Armata', serif; - color: #666666 + color: #333333; font-size: 48pt; text-align: center; } h2 { font-family: 'Armata', serif; - color: #666666 + color: #333333; font-size: 36pt; text-align: center; @@ -134,7 +134,7 @@ div.name { } div.title { - font-family: 'Roboto', sans-serif; + font-blackfamily: 'Roboto', sans-serif; font-size: 24pt; margin-bottom: 5px; } @@ -157,3 +157,13 @@ div.bio { font-size: 14pt; font-style: italic; } + +a.speakerfront, +a.speakerfront:hover, +a.speakerfront:focus { + color: #333333; + font-family: 'Roboto', sans-serif; + font-size: 14pt; + text-decoration: underline; + text-decoration-style:dotted; +}