Skip to content

Commit

Permalink
Add initial website.
Browse files Browse the repository at this point in the history
  • Loading branch information
aterenin committed May 15, 2024
1 parent 9c3a440 commit 91558c4
Show file tree
Hide file tree
Showing 24 changed files with 206 additions and 1 deletion.
64 changes: 64 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
name: Build and Deploy Website

on:
push:
branches:
- main
workflow_dispatch:

permissions:
contents: read
pages: write
id-token: write

concurrency:
group: "pages"
cancel-in-progress: true

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Download Zola
run: curl -fLsS "https://github.com/getzola/zola/releases/download/v0.18.0/zola-v0.18.0-x86_64-unknown-linux-gnu.tar.gz" | tar xzf - -C /usr/local/bin
- name: Verify Zola binary
run: echo "3530d2626c3adcdc5cfcbfab0b736751269acd6f5352eaf60c3e105d939c8e74 /usr/local/bin/zola" | shasum -a 256 -b -c --strict
- name: Build website
run: zola build
- name: Check for server side KaTeX
run: grep -c "server_side_katex\s*=\s*true" config.toml | sed s/1/SERVER_SIDE_KATEX=true/ | sed s/0/SERVER_SIDE_KATEX=false/ >> $GITHUB_ENV
- name: Setup Node
uses: actions/setup-node@v4
if: ${{ env.SERVER_SIDE_KATEX == 'true' }}
- name: Install KaTeX
run: npm install katex
if: ${{ env.SERVER_SIDE_KATEX == 'true' }}
- name: Find KaTeX script directory
run: if [ -d scripts ]; then echo "KATEX_SCRIPT_DIR=scripts"; else echo "KATEX_SCRIPT_DIR=themes/academic-paper/scripts"; fi >> $GITHUB_ENV
if: ${{ env.SERVER_SIDE_KATEX == 'true' }}
- name: Render KaTeX
run: node $KATEX_SCRIPT_DIR/katex.js
if: ${{ env.SERVER_SIDE_KATEX == 'true' }}
- name: Copy KaTeX CSS and fonts
run: cp node_modules/katex/dist/katex.min.css public; cp -r node_modules/katex/dist/fonts public/fonts
if: ${{ env.SERVER_SIDE_KATEX == 'true' }}
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: ./public
name: github-pages
retention-days: 1
deploy:
needs: build
runs-on: ubuntu-latest
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
15 changes: 15 additions & 0 deletions config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
base_url = "https://gp-seminar-series.github.io/neurips-2024"
compile_sass = true
build_search_index = false
generate_feed = false
minify_html = true
theme = "academic-workshop"

[markdown]
highlight_code = false
smart_punctuation = true

[extra]
title = {tagline = "NeurIPS workshop proposal on", title = "Bayesian Decision-making and Uncertainty", subtitle = "December 14-15, 2024"}
banner = {extension = "svg", size = "fit-height", fade = true}
header_pages = [{name = "Home", url = "/#home"},{name = "Schedule", url = "/#schedule"}]
116 changes: 116 additions & 0 deletions content/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,116 @@
+++
title = "NeurIPS Workshop on Bayesian Decision-making and Uncertainty"
+++

# Abstract

In recent years, the growth of decision-making applications, where principled handling of uncertainty is of key concern, has led to increased interest in Bayesian techniques. For example, Bayesian optimization and active learning combine Gaussian process models, which are able to assess and propagate uncertainty in a principled manner, with decision rules that balance explore-exploit tradeoffs caused by uncertainty. In parallel, the need for uncertainty-aware modeling of quantities that vary over space and time has led to large-scale deployment of probabilistic models in application areas such as epidemiology. In this workshop, we bring together researchers from different communities to share ideas and success stories. By showcasing key applied challenges, along with recent theoretical advances, we hope to foster connections and prompt fruitful discussion. We invite researchers to submit extended abstracts for contributed talks and posters.



{{ new_block() }}



# Speakers

{{ grid(
text = [
["Roman Garnett","Washington University in St. Louis and Uber","(tentatively confirmed)"],
["Jacob R. Gardner","University of Pennsylvania","(confirmed)"],
["Esther Rolf","University of Colorado Boulder","(confirmed)"],
["Placeholder"],
["Mark van der Wilk","University of Oxford","(confirmed)"],
],
urls = [
"https://www.cse.wustl.edu/~garnett/",
"https://jacobrgardner.github.io",
"https://estherrolf.com",
"/#",
"https://mvdw.uk",
],
image_dir = "speakers",
narrow = true) }}



{{ new_block() }}



# Schedule

| Time (Canada) | Event |
|---------------|-------|
| 09:00 - 09:30 | **Introduction and Opening Remarks: Andreas Krause (confirmed)** |
| 09:30 - 10:00 | Invited Talk |
| 10:00 - 10:30 | **Coffee and Discussion** |
| 10:30 - 11:00 | Invited Talk |
| 11:00 - 11:15 | Contributed Talk |
| 11:15 - 11:30 | Contributed Talk |
| 11:30 - 12:00 | Placeholder |
| 12:00 - 13:00 | **Lunch and Poster Session Setup** |
| 13:00 - 13:30 | Invited Talk |
| 13:30 - 13:45 | Contributed Talk |
| 13:45 - 14:00 | Contributed Talk |
| 14:00 - 14:30 | **Coffee and Discussion** |
| 14:30 - 15:00 | Invited Talk |
| 15:00 - 15:30 | Lightning Talks |
| 15:30 - 16:30 | **Poster Session** |
| 16:30 - 17:00 | Invited Talk |
| 17:00 - 17:55 | **Panel Discussion** |
| 17:55 - 18:00 | **Closing Remarks** |



{{ new_block() }}



# Organizers

{{ grid(
text = [
["Alexander Terenin","Cornell University"],
["Natalie Maus","University of Pennsylvania"],
["Renato Berlingheiri","MIT"],
["Zi Wang","Google DeepMind"],
],
urls = [
"https://avt.im/",
"https://sites.google.com/seas.upenn.edu/natalie-maus/home/",
"https://renatoberlinghieri.github.io/",
"https://ziw.mit.edu/",
],
image_dir = "organizers") }}



{{ new_block() }}



# Advisory Committee

{{ grid(
text = [
["Eytan Bakshy","Meta"],
["David Bindel","Cornell University"],
["Tamara Broderick","MIT"],
["Carl Henrik Ek","University of Cambridge"],
["Seth Flaxman","University of Oxford"],
["Emtiyaz Khan","RIKEN"],
["Andreas Krause","ETH Zürich"],
["Jasper Snoek","Google DeepMind"],
],
urls = [
"https://eytan.github.io",
"https://www.cs.cornell.edu/~bindel/",
"https://tamarabroderick.com/",
"http://carlhenrik.com/",
"https://sethrf.com/",
"https://emtiyaz.github.io/",
"https://las.inf.ethz.ch/krausea",
"https://research.google/people/jasper-snoek/",
],
image_dir = "advisors") }}
9 changes: 9 additions & 0 deletions sass/main.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
$color-primary: #3b528b;
$color-primary-dark: lighten(#3b528b,30%);
$color-link-hover: lighten;

@import "../themes/academic-workshop/sass/main.scss";

.header {
max-width: 40rem !important;
}
Binary file added static/advisors/andreas-krause.jpg
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/advisors/carl-henrik-ek.jpg
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/advisors/david-bindel.jpg
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/advisors/emtiyaz-khan.jpg
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/advisors/eytan-bakshy.jpg
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/advisors/jasper-snoek.jpg
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/advisors/seth-flaxman.jpg
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/advisors/tamara-broderick.jpg
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/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/banner.svg
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/favicon.ico
Binary file not shown.
Binary file added static/organizers/alexander-terenin.jpg
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/organizers/natalie-maus.jpg
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/organizers/renato-berlingheiri.jpg
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/organizers/zi-wang.jpg
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/speakers/esther-rolf.jpg
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/speakers/jacob-r-gardner.jpg
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/speakers/mark-van-der-wilk.jpg
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/speakers/roman-garnett.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 91558c4

Please sign in to comment.