Added Steven Goldfarb as a speaker

This commit is contained in:
Johan Thelin 2018-01-10 18:34:35 +01:00
parent 907c11e4e8
commit 6c972b66f6
4 changed files with 42 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View file

@ -88,8 +88,9 @@
<div class="bodybreak">&nbsp;</div>
<div class="row">
<div class="col-md-6"><a href="speakers-and-talks.html#paas"><img class="speakergrid" src="images/speaker-paas.jpeg" alt=""></a></div>
<div class="col-md-6"><a href="speakers-and-talks.html#cmunk"><img class="speakergrid" src="images/speaker-cmunk.jpeg" alt=""></a></div>
<div class="col-md-4"><a href="speakers-and-talks.html#paas" class="speakerfront"><img class="speakergrid" src="images/speaker-paas.jpeg" alt=""><br /><b>Patricia Aas</b><br />Isolating GPU access in its own process</a></div>
<div class="col-md-4"><a href="speakers-and-talks.html#sgoldfarb" class="speakerfront"><img class="speakergrid" src="images/speaker-sgoldfarb.jpeg" alt=""><b>Steven Goldfarb</b><br />Hidden Pieces: The LHC and our Dark Universe</a></div>
<div class="col-md-4"><a href="speakers-and-talks.html#cmunk" class="speakerfront"><img class="speakergrid" src="images/speaker-cmunk.jpeg" alt=""><b>Carsten Munk</b><br />Zipper - an open source out of box experience for the blockchain world</a></div>
</div>
<div class="bodybreak">&nbsp;</div>

View file

@ -90,6 +90,32 @@
<div class="bodybreak">&nbsp;</div>
<a class="offsetanchor" name="sgoldfarb"></a>
<div class="row">
<div class="col-md-3">
<div class="picture"><img class="sp-image" src="images/speaker-sgoldfarb.jpeg" alt="Steven Goldfarb"></div>
</div>
<div class="col-md-9">
<div class="name">Steven Goldfarb</div>
<div class="title">Hidden Pieces: The LHC and our Dark Universe</div>
<div class="abstract">
On 4 July 2017, one billion people a large portion of our planets 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.
</div>
<div class="abstract">
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.
</div>
<div class="bio">
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 Foundations Quarknet advisory board, and is a fellow of the American Physical Society. In his spare time, Steve fronts the Geneva-based <a href="http://musiclub.web.cern.ch/MusiClub/bands/canettes/">Canettes Blues Band</a>.
</div>
</div>
</div>
<div class="bodybreak">&nbsp;</div>
<a class="offsetanchor" name="cmunk"></a>
<div class="row">
<div class="col-md-3">

View file

@ -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;
}