diff --git a/Uncertainty-Challenge-Workshop.html b/Uncertainty-Challenge-Workshop.html index 68754b9..e4bcb6f 100644 --- a/Uncertainty-Challenge-Workshop.html +++ b/Uncertainty-Challenge-Workshop.html @@ -120,41 +120,82 @@

Workshop Schedule

Join us for the Higgs Uncertainty Challenge Workshop at NeurIPS 2024

Date: Saturday, December 14

Time: 9:00 AM - 12:00 PM

-

Location: Room "West 215 + 216"

+

Location: West Meeting Room 215, 216

- 9:00 - 9:30 AM - Opening Talk (20 min + 10 min Q&A) + 9:00 AM - 9:05 AM +
+ Opening + Ragansu Chakkappai · Wahid Bhimji · Jordan Dudley · Sascha Diefenbacher +
- 9:30 - 10:10 AM - Invited Keynote (30 min + 10 min Q&A) + 9:05 AM - 9:45 AM +
+ TBD + Ann Lee +
- 10:10 - 10:30 AM - Challenge Participant Talk (15 min + 5 min Q&A) + 9:45 AM - 10:00 AM +
+ DeepUQ: Assessing the Aleatoric Uncertainties from two Deep Learning Methods + Becky Nevin +
- 10:30 - 10:45 AM - Break + 10:00 AM - 10:15 AM +
+ Neural network prediction of strong lensing systems with domain adaptation and uncertainty quantification + Shrihan Agarwal +
- 10:45 - 11:05 AM - Challenge Participant Talk (15 min + 5 min Q&A) + 10:15 AM - 10:30 AM +
+ Break + Networking +
- 11:05 - 11:25 AM - Challenge Participant Talk (15 min + 5 min Q&A) + 10:30 AM - 10:55 AM +
+ HiggsML Uncertainty Challenge Introduction + Sascha Diefenbacher · Jordan Dudley +
- 11:25 - 11:45 AM - Challenge Participant Talk (15 min + 5 min Q&A) + 10:55 AM - 11:05 AM +
+ Single Systematic Entry + TBD +
- 11:45 - 12:00 PM - Closing Talk + 11:05 AM - 11:20 AM +
+ 2nd Place Competition Milestone + Yota Hashizume +
+
+ 11:20 AM - 11:45 AM +
+ 1st Place Competition Milestone + Ibrahim Elsharkawy +
+
+
+ 11:45 AM - 12:00 PM +
+ Closeout + Sascha Diefenbacher · David Rousseau · Shih-Chieh Hsu +
+
+
+
+

For more details and uptodate schedule please check the NeurIPS Schedule.

diff --git a/assets/css/higgs.css b/assets/css/higgs.css index a64bc2f..c79daab 100644 --- a/assets/css/higgs.css +++ b/assets/css/higgs.css @@ -36,53 +36,74 @@ } .workshop-schedule .schedule-item { -display: flex; -align-items: center; -margin-bottom: 15px; + display: flex; + align-items: flex-start; /* Align items to the top */ + margin-bottom: 15px; } .workshop-schedule .time { -padding: 8px 12px; -border-radius: 5px; -font-weight: bold; -color: #2a2a2a; -margin-right: 10px; -min-width: 150px; -text-align: center; + padding: 8px 12px; + border-radius: 5px; + font-weight: bold; + color: #2a2a2a; + margin-right: 10px; + min-width: 150px; + text-align: center; +} + +.workshop-schedule .details-speaker { + display: flex; + flex-direction: column; } .workshop-schedule .details { -color: #333; + color: #333; + margin-bottom: 5px; + font-weight: bold; +} + +.workshop-schedule .speaker { + color: #333; + font-style: italic; } + .color1 { -background-color: #b8e9ff; + background-color: #b8e9ff; } .color2 { -background-color: #b8ffda; + background-color: #b8ffda; } .color3 { -background-color: #ffe9b8; + background-color: #ffe9b8; } -.color4{ -background-color: #dcdcdc; +.color4 { + background-color: #dab8ff; } .color5 { -background-color: #ffc2e2; + background-color: #dcdcdc; } .color6 { -background-color: #dab8ff; + background-color: #ffc2e2; } .color7 { -background-color: #fff4b8; + background-color: #fff4b8; } .color8 { -background-color: #b8fff2; -} \ No newline at end of file + background-color: #b8fff2; +} + +.color9 { + background-color: #b8c9ff; +} + +.color10 { + background-color: #ffddb8; +}