Skip to content

Commit

Permalink
Publish slides
Browse files Browse the repository at this point in the history
  • Loading branch information
ffevotte committed Oct 18, 2019
1 parent 704b018 commit 5f93220
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 4 deletions.
13 changes: 10 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ <h3> First meetup expected soon!</h3>
<p>
<a href="https://github.com/mfherbst">Michael</a> will give a talk
about <i>"Electronic-structure simulations using Julia"</i>.
<div class="summary">
<div class="summary">
Computational studies of electronic structures,
that is the modelling of electrons in materials and chemical compounds,
is now a standard procedure in industry and research
Expand All @@ -61,8 +61,11 @@ <h3> First meetup expected soon!</h3>
and our strategy to integrate with interesting
Julia developments such as automatic differentiation,
GPU acceleration and deviating numerical precision.
</div>

</div>
<div class="slides">
<a href="slides/2019.10.17_DFTK_MichaelHerbst.pdf"
target="_blank"></a>
</div>
</p>
<p>
<a href="https://github.com/ffevotte">François</a> will give a
Expand All @@ -87,6 +90,10 @@ <h3> First meetup expected soon!</h3>
state-of-the-art BLAS libraries and the accuracy of
quadruple-precision algorithms.
</div>
<div class="slides">
<a href="slides/2019.10.17_AccurateArithmetic_FrancoisFevotte.pdf"
target="_blank"></a>
</div>
</p>
</td>
</tr>
Expand Down
19 changes: 18 additions & 1 deletion main.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,29 @@ table tr:last-child p {
}

.summary {
padding-left: 2em;
font-size: 80%;
text-align: justify;
text-justify: inter-word;
}

.summary, .slides {
padding-left: 2em;
vertical-align: middle;
}

.slides a:before {
display: inline-block;
width: 1.8em;
height: 2em;
content: "";
background-image: url("https://upload.wikimedia.org/wikipedia/commons/8/87/PDF_file_icon.svg");
background-size: 1.8em 2em;
}

.slides a:after {
content: " Download the slides";
}

#sponsors {
text-align: center;
}
Expand Down
Binary file not shown.
Binary file added slides/2019.10.17_DFTK_MichaelHerbst.pdf
Binary file not shown.

0 comments on commit 5f93220

Please sign in to comment.