Skip to content

Commit a5640af

Browse files
authored
Merge pull request #140 from purna135/add_jan_event
Add jan event
2 parents c417cdd + 1a04754 commit a5640af

File tree

6 files changed

+62
-2
lines changed

6 files changed

+62
-2
lines changed

data/events.toml

Lines changed: 47 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@
222222
video3SocialLink = "https://youtu.be/4Cul2rWLLhM"
223223
eventOrder = 10
224224
eventType = "past"
225-
featured = true
225+
featured = false
226226

227227
[[event]]
228228
dataTime = "Nov 20th 2023 | 9-10 AM EST"
@@ -244,7 +244,7 @@
244244
video3SocialLink = ""
245245
eventOrder = 11
246246
eventType = "past"
247-
featured = true
247+
featured = false
248248

249249
[[event]]
250250
dataTime = "Dec 15th 2023 | 7-8 AM PST"
@@ -266,4 +266,49 @@
266266
video3SocialLink = "https://youtu.be/mNbPpTDfaws"
267267
eventOrder = 12
268268
eventType = "past"
269+
featured = true
270+
271+
[[event]]
272+
dataTime = "Monday, January 29, 2024 at 07:00 AM PST (03:00 pm UTC)"
273+
title = "Enabling Uncertainty Quantification"
274+
subtitle = "From basics to complex models"
275+
place = "Online"
276+
description = "Treating uncertainties is essential in the design of safe aircraft, medical decision making, and many other fields. UM-Bridge enables straightforward uncertainty quantification (UQ) on advanced models by removing technical barriers.<br><br>Complex numerical models often consist of large code bases that are difficult to integrate with UQ packages such as PyMC, holding back many interesting applications. UM-Bridge is a universal interface for linking UQ and models, greatly accelerating development from prototype to high-performance computing.<br><br>This hands-on tutorial teaches participants how to build UQ applications using PyMC and UM-Bridge. We cover a range of practical exercises ranging from basic toy examples all the way to controlling parallelized models on a live cloud cluster. Beyond that, we encourage participants to bring their own methods and problems."
277+
bannerImgPath = "/images/events/pymcon_anne.png"
278+
speakerName = "Anne Reinarz & Linus Seelinger"
279+
speakerImgPath = "/images/speakers/anne.png"
280+
speakerSocialLink = "https://annereinarz.github.io/"
281+
readMoreURL = "https://discourse.pymc.io/t/13583"
282+
meetupLink = "https://www.meetup.com/pymc-online-meetup/events/298279180/"
283+
video1Name = "Interview video"
284+
video1SocialLink = "https://www.youtube.com/watch?v=BdHQfn_3vjQ"
285+
video2Name = "Async Talk"
286+
video2SocialLink = ""
287+
video3Name = "Live Q&A"
288+
video3SocialLink = ""
289+
eventOrder = 14
290+
eventType = "upcoming"
291+
featured = true
292+
293+
294+
[[event]]
295+
dataTime = "Tuesday, January 30, 2024 at 12:00 PM IST (6:30 am UTC)"
296+
title = "Enabling Uncertainty Quantification"
297+
subtitle = "From basics to complex models"
298+
place = "Online"
299+
description = "Treating uncertainties is essential in the design of safe aircraft, medical decision making, and many other fields. UM-Bridge enables straightforward uncertainty quantification (UQ) on advanced models by removing technical barriers.<br><br>Complex numerical models often consist of large code bases that are difficult to integrate with UQ packages such as PyMC, holding back many interesting applications. UM-Bridge is a universal interface for linking UQ and models, greatly accelerating development from prototype to high-performance computing.<br><br>This hands-on tutorial teaches participants how to build UQ applications using PyMC and UM-Bridge. We cover a range of practical exercises ranging from basic toy examples all the way to controlling parallelized models on a live cloud cluster. Beyond that, we encourage participants to bring their own methods and problems."
300+
bannerImgPath = "/images/events/pymcon_anne.png"
301+
speakerName = "Anne Reinarz & Linus Seelinger"
302+
speakerImgPath = "/images/speakers/linus.JPG"
303+
speakerSocialLink = "https://www.linusseelinger.de/"
304+
readMoreURL = "https://discourse.pymc.io/t/13583"
305+
meetupLink = "https://www.meetup.com/pymc-online-meetup/events/298356399/"
306+
video1Name = "Interview video"
307+
video1SocialLink = "https://www.youtube.com/watch?v=BdHQfn_3vjQ"
308+
video2Name = "Async Talk"
309+
video2SocialLink = ""
310+
video3Name = "Live Q&A"
311+
video3SocialLink = ""
312+
eventOrder = 13
313+
eventType = "upcoming"
269314
featured = true

layouts/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ <h1>{{.Params.Title}}</h1>
6060
{{ if $showFeaturedEvent }}
6161
<section class="section events" id="featured_events">
6262
<h2>PyMCon Events</h2>
63+
<p>PyMCon is a series of running events; check out more <a href="{{ ref . "events" }}"> events here.</a></p>
6364
<div class="container events__container {{ if eq $count 1 }} event_1 {{ else if eq $count 2 }} event_2 {{ else }} event_3 {{ end }}">
6465
{{ if gt $count 2 }}
6566
<div class="swiper eventCardSlider">

static/css/home.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,20 @@
219219
background: var(--color-bg1);
220220
}
221221

222+
.events > h2{
223+
margin-bottom: 1rem;
224+
}
225+
226+
.events > p{
227+
text-align: center;
228+
margin: 0 1rem 2rem 1rem;
229+
}
230+
231+
.events > p a{
232+
color: var(--color-warning);
233+
text-decoration: underline;
234+
}
235+
222236
.event__card {
223237
background: var(--color-bg2);
224238
padding: 1rem;
1.98 MB
Loading

static/images/speakers/anne.png

509 KB
Loading

static/images/speakers/linus.JPG

47.6 KB
Loading

0 commit comments

Comments
 (0)