-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
25 changed files
with
206 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"}] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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","(confirmed)"], | ||
["Jacob R. Gardner","University of Pennsylvania","(confirmed)"], | ||
["Mina Konaković Luković","MIT","(proposed)"], | ||
["Esther Rolf","University of Colorado Boulder","(confirmed)"], | ||
["Mark van der Wilk","University of Oxford","(confirmed)"], | ||
], | ||
urls = [ | ||
"https://www.cse.wustl.edu/~garnett/", | ||
"https://jacobrgardner.github.io", | ||
"http://people.csail.mit.edu/mina/", | ||
"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") }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Submodule academic-workshop
updated
22 files
+19 −2 | .github/workflows/deploy.yml | |
+3 −6 | config.toml | |
+3 −20 | content/_index.md | |
+1 −1 | content/banner.svg | |
+ − | content/organizers/organizer-a.jpg | |
+ − | content/organizers/organizer-b.jpg | |
+144 −0 | content/responsive-test.md | |
+0 −1 | sass/_color.scss | |
+58 −0 | sass/_grid.scss | |
+26 −6 | sass/_layout.scss | |
+37 −13 | sass/_main.scss | |
+3 −3 | sass/_responsive.scss | |
+2 −5 | sass/main.scss | |
+0 −8 | templates/default.html | |
+16 −12 | templates/index.html | |
+5 −1 | templates/macros/image.html | |
+16 −15 | templates/macros/list.html | |
+5 −3 | templates/shortcodes/button.html | |
+7 −14 | templates/shortcodes/grid.html | |
+1 −1 | templates/shortcodes/new_block.html | |
+0 −3 | templates/shortcodes/no_center.html | |
+2 −0 | theme.toml |