Skip to content

Commit

Permalink
Merge pull request #14 from FAIR-Universe/comp_page
Browse files Browse the repository at this point in the history
workshop page added
  • Loading branch information
ihsaan-ullah authored Oct 29, 2024
2 parents 40f06af + 2cb5de6 commit c801c43
Show file tree
Hide file tree
Showing 2 changed files with 241 additions and 0 deletions.
153 changes: 153 additions & 0 deletions Higgs-Uncertainty-Challenge.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,153 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Higgs Uncertainty Challenge | FAIR Universe</title>
<meta content="Uncertainty aware large-compute-scale AI platform for high energy physics and cosmology" name="description">
<meta content="FAIR Universe, High Energy Physics, Cosmology, Uncertainty aware" name="keywords">

<!-- Favicons -->
<link href="assets/img/favicon.ico" rel="icon">

<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">

<!-- Vendor CSS Files -->
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">

<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<link href="assets/css/higgs.css" rel="stylesheet">

</head>
<body>

<!-- ======= Hero Section ======= -->
<section class="hero">
<h1>Higgs Uncertainty Challenge (NeurIPS 2024)</h1>
</section>
<!-- End Hero Section -->

<!-- ======= About Section ======= -->
<section>
<div class="container">
<div class="section-title">
<h2>About the Challenge</h2>
<p>This NeurIPS 2024 Machine Learning competition is one of the first to strongly emphasise mastering uncertainties in the input training dataset and outputting credible confidence intervals. This challenge explores uncertainty-aware AI techniques for High Energy Physics (HEP).</p>
<p>The context is the measurement of the Higgs Boson signal like in <a href="https://www.kaggle.com/c/higgs-boson" target="_blank">HiggsML challenge on Kaggle</a> in 2014. Participants should design an advanced analysis technique that can not only measure the signal strength but also provide a confidence interval</p>
<p>The confidence interval should include statistical and systematic uncertainties (concerning detector calibration, background levels, etc…). It is expected that advanced analysis techniques that can control the impact of systematics will perform best. This challenge presents an opportunity to push the boundaries of machine learning applications within physics while still focusing on essential ML skills like robust model development and uncertainty quantification.</p>
</div>
</div>
</section>
<!-- End About Section -->

<!-- ======= Organizers Section ======= -->
<section>
<div class="container">
<div class="section-title">
<h2>Organizers</h2>
<p>We gratefully acknowledge the efforts of the FAIR Universe Team, composed of researchers dedicated to advancing high energy physics, cosmology, and machine learning for the benefit of the scientific community.</p>
<p>For inquiries, please contact us at: <a href="mailto:[email protected]">[email protected]</a></p>
</div>
<div class="row section-body">
<ul>
<li>Wahid Bhimji</li>
<li>Benjamin Nachman</li>
<li>Paolo Calafiura</li>
<li>Peter Nugent</li>
<li>Benjamin Thorne</li>
<li>Chris Harris</li>
<li>Sascha Diefenbacher</li>
<li>Steven Farrell</li>
<li>David Rousseau</li>
<li>Ragansu Chakkapai</li>
<li>Mathis Reymond</li>
<li>Shih-Chieh Hsu</li>
<li>Elham Khoda</li>
<li>Yuan-Tang Chou</li>
<li>Yulei Zhang</li>
<li>Isabelle Guyon</li>
<li>Ihsan Ullah</li>
<li>Daniel Whiteson</li>
<li>Aishik Ghosh</li>
</ul>
</div>
</div>
</section>
<!-- End Organizers Section -->

<!-- ======= Competition Section ======= -->
<section>
<div class="container">
<div class="section-title">
<h2>Competition Material</h2>
<p>Find all the competition resources below:</p>
<div class="row section-body">
<ul>
<li><strong><a href="https://www.codabench.org/competitions/2977/" target="_blank">Codabench Challenge Page:</a></strong> This serves as the platform to submit entries to the competition.</li>
<li><strong><a href="https://fair-universe.lbl.gov/tutorials/Higgs_Uncertainty_Challenge-Codabench_Tutorial.pdf" target="_blank">Tutorial Slides:</a></strong> These slides will help you register and submit a sample dummy submission.</li>
<li><strong><a href="https://www.codabench.org/datasets/download/b9e59d0a-4db3-4da4-b1f8-3f609d1835b2/" target="_blank">Training Data (6.5 GB):</a></strong> Download the training data if you you want to experiment with the data on your local machines.</li>
<li><strong><a href="https://fair-universe.lbl.gov/docs/" target="_blank">Documentation:</a></strong> This contains detailed information about the <a href="https://fair-universe.lbl.gov/docs/pages/overview.html#problem-setting" target="_blank">science behind the challenge</a>, the <a href="https://fair-universe.lbl.gov/docs/pages/data.html" target="_blank">specifics of the data</a>, and <a href="https://fair-universe.lbl.gov/docs/rst_source/modules.html" target="_blank">documents the code</a> used to facilitate the evaluation of the competition. It also describes the <a href="https://fair-universe.lbl.gov/docs/pages/evaluation.html" target="_blank">evaluation metric</a>.</li>
<li><strong><a href="https://github.com/FAIR-Universe/HEP-Challenge/tree/master/" target="_blank">GitHub Repository:</a></strong> This hosts the code for testing submissions, as well as the <a href="https://github.com/FAIR-Universe/HEP-Challenge/blob/master/StartingKit_HiggsML_Uncertainty_Challenge.ipynb" target="_blank">starting kit notebook</a>. The starting kit is also available on <a href="https://colab.research.google.com/github/FAIR-Universe/HEP-Challenge/blob/master/StartingKit_HiggsML_Uncertainty_Challenge.ipynb" target="_blank">Google Colab</a>.</li>
<li><strong><a href="https://arxiv.org/abs/2410.02867" target="_blank">White Paper:</a></strong> This serves as a full breakdown of the competition in detail.</li>
</ul>
</div>
</div>
</div>
</section>
<!-- End Competition Section -->

<!-- ======= Workshop Section ======= -->
<section>
<div class="container">
<div class="section-title">
<h2>Workshop Schedule</h2>
<p>Join us for the Higgs Uncertainty Challenge Workshop at NeurIPS 2024</p>
<p><strong>Date:</strong> Saturday, December 14</p>
<p><strong>Time:</strong> 9:00 AM - 12:00 PM</p>
<p><strong>Location:</strong> Room "West 215 + 216"</p>
</div>
<div class="workshop-schedule section-body">
<div class="schedule-item">
<span class="time color1">9:00 - 9:30 AM</span>
<span class="details">Opening Talk (20 min + 10 min Q&A)</span>
</div>
<div class="schedule-item">
<span class="time color2">9:30 - 10:10 AM</span>
<span class="details">Invited Keynote (30 min + 10 min Q&A)</span>
</div>
<div class="schedule-item">
<span class="time color3">10:10 - 10:30 AM</span>
<span class="details">Challenge Participant Talk (15 min + 5 min Q&A)</span>
</div>
<div class="schedule-item">
<span class="time color4">10:30 - 10:45 AM</span>
<span class="details">Break</span>
</div>
<div class="schedule-item">
<span class="time color5">10:45 - 11:05 AM</span>
<span class="details">Challenge Participant Talk (15 min + 5 min Q&A)</span>
</div>
<div class="schedule-item">
<span class="time color6">11:05 - 11:25 AM</span>
<span class="details">Challenge Participant Talk (15 min + 5 min Q&A)</span>
</div>
<div class="schedule-item">
<span class="time color7">11:25 - 11:45 AM</span>
<span class="details">Challenge Participant Talk (15 min + 5 min Q&A)</span>
</div>
<div class="schedule-item">
<span class="time color8">11:45 - 12:00 PM</span>
<span class="details">Closing Talk</span>
</div>
</div>
</div>
</section>
<!-- End Workshop Section -->


</body>
</html>
88 changes: 88 additions & 0 deletions assets/css/higgs.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
.hero {
background-image: url('../img/galaxy-bg.jpg');
background-size: cover;
background-position: center;
height: 60vh;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
position: relative;
text-align: center;
}
.hero::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.3);
}
.hero h1 {
position: relative;
font-size: 3em;
font-weight: 700;
z-index: 1;
}

.section-body{
margin-left: 10% !important;
}
.section-body ul{
margin-left: 5% !important;
width: 80%;
text-align: left;
}

.workshop-schedule .schedule-item {
display: flex;
align-items: center;
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;
}

.workshop-schedule .details {
color: #333;
}

.color1 {
background-color: #b8e9ff;
}

.color2 {
background-color: #b8ffda;
}

.color3 {
background-color: #ffe9b8;
}

.color4{
background-color: #dcdcdc;
}

.color5 {
background-color: #ffc2e2;
}

.color6 {
background-color: #dab8ff;
}

.color7 {
background-color: #fff4b8;
}

.color8 {
background-color: #b8fff2;
}

0 comments on commit c801c43

Please sign in to comment.