Skip to content

Commit

Permalink
Merge pull request #24 from ptheywood/talktweaks
Browse files Browse the repository at this point in the history
Add slides for a meeting advertising gh200, support eventless talks
  • Loading branch information
ptheywood committed May 16, 2024
2 parents 7f8caa4 + 5afee1c commit 8127b53
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
8 changes: 8 additions & 0 deletions _data/talks.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
- year: 2024
talks:
- authors: "Heywood P"
date: 2024-05-17
# Slides for a meeting, no propper event
event: ""
event_url: ""
title: "N8 CIR Bede: GH200 pilot"
slides: "https://ptheywood.uk/bede-gh200-open-pilot-slides"
src: "https://github.com/ptheywood/bede-gh200-open-pilot-slides"
- authors: "Heywood P"
date: 2024-03-27
event: "GridPP51 & SWIFT-HEP07"
Expand Down
12 changes: 11 additions & 1 deletion talks/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,19 @@ <h5>
{{ talk.authors }}
<br />
{% endif %}
{% if talk.date %}
<time>{{ talk.date }}</time>
{% endif %}
{% if talk.authors && talks.event %}
-
<a href="{{ talk.event_url}}" >{{ talk.event }}</a>
{% endif %}
{% if talk.event %}
{% if talk.event_url %}
<a href="{{ talk.event_url}}" >{{ talk.event }}</a>
{% else %}
<a>{{ talk.event }}</a>
{% endif %}
{% endif %}
</h5>
<p>{{ talk.note }}</p>
{% if talk.slides %}
Expand Down

0 comments on commit 8127b53

Please sign in to comment.