Skip to content

Commit

Permalink
Merge pull request #140 from purna135/add_jan_event
Browse files Browse the repository at this point in the history
Add jan event
  • Loading branch information
canyon289 authored Jan 8, 2024
2 parents c417cdd + 1a04754 commit a5640af
Show file tree
Hide file tree
Showing 6 changed files with 62 additions and 2 deletions.
49 changes: 47 additions & 2 deletions data/events.toml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@
video3SocialLink = "https://youtu.be/4Cul2rWLLhM"
eventOrder = 10
eventType = "past"
featured = true
featured = false

[[event]]
dataTime = "Nov 20th 2023 | 9-10 AM EST"
Expand All @@ -244,7 +244,7 @@
video3SocialLink = ""
eventOrder = 11
eventType = "past"
featured = true
featured = false

[[event]]
dataTime = "Dec 15th 2023 | 7-8 AM PST"
Expand All @@ -266,4 +266,49 @@
video3SocialLink = "https://youtu.be/mNbPpTDfaws"
eventOrder = 12
eventType = "past"
featured = true

[[event]]
dataTime = "Monday, January 29, 2024 at 07:00 AM PST (03:00 pm UTC)"
title = "Enabling Uncertainty Quantification"
subtitle = "From basics to complex models"
place = "Online"
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."
bannerImgPath = "/images/events/pymcon_anne.png"
speakerName = "Anne Reinarz & Linus Seelinger"
speakerImgPath = "/images/speakers/anne.png"
speakerSocialLink = "https://annereinarz.github.io/"
readMoreURL = "https://discourse.pymc.io/t/13583"
meetupLink = "https://www.meetup.com/pymc-online-meetup/events/298279180/"
video1Name = "Interview video"
video1SocialLink = "https://www.youtube.com/watch?v=BdHQfn_3vjQ"
video2Name = "Async Talk"
video2SocialLink = ""
video3Name = "Live Q&A"
video3SocialLink = ""
eventOrder = 14
eventType = "upcoming"
featured = true


[[event]]
dataTime = "Tuesday, January 30, 2024 at 12:00 PM IST (6:30 am UTC)"
title = "Enabling Uncertainty Quantification"
subtitle = "From basics to complex models"
place = "Online"
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."
bannerImgPath = "/images/events/pymcon_anne.png"
speakerName = "Anne Reinarz & Linus Seelinger"
speakerImgPath = "/images/speakers/linus.JPG"
speakerSocialLink = "https://www.linusseelinger.de/"
readMoreURL = "https://discourse.pymc.io/t/13583"
meetupLink = "https://www.meetup.com/pymc-online-meetup/events/298356399/"
video1Name = "Interview video"
video1SocialLink = "https://www.youtube.com/watch?v=BdHQfn_3vjQ"
video2Name = "Async Talk"
video2SocialLink = ""
video3Name = "Live Q&A"
video3SocialLink = ""
eventOrder = 13
eventType = "upcoming"
featured = true
1 change: 1 addition & 0 deletions layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ <h1>{{.Params.Title}}</h1>
{{ if $showFeaturedEvent }}
<section class="section events" id="featured_events">
<h2>PyMCon Events</h2>
<p>PyMCon is a series of running events; check out more <a href="{{ ref . "events" }}"> events here.</a></p>
<div class="container events__container {{ if eq $count 1 }} event_1 {{ else if eq $count 2 }} event_2 {{ else }} event_3 {{ end }}">
{{ if gt $count 2 }}
<div class="swiper eventCardSlider">
Expand Down
14 changes: 14 additions & 0 deletions static/css/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,20 @@
background: var(--color-bg1);
}

.events > h2{
margin-bottom: 1rem;
}

.events > p{
text-align: center;
margin: 0 1rem 2rem 1rem;
}

.events > p a{
color: var(--color-warning);
text-decoration: underline;
}

.event__card {
background: var(--color-bg2);
padding: 1rem;
Expand Down
Binary file added static/images/events/pymcon_anne.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/speakers/anne.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/speakers/linus.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a5640af

Please sign in to comment.