-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathworkshops.html
More file actions
81 lines (75 loc) · 3.61 KB
/
workshops.html
File metadata and controls
81 lines (75 loc) · 3.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>ICBINB - Crack open the research process</title>
<meta content="width=device-width, initial-scale=1" name="viewport">
<meta content="Webflow" name="generator">
<link href="css/normalize.css" rel="stylesheet" type="text/css">
<link href="css/webflow.css" rel="stylesheet" type="text/css">
<link href="css/icbinb.webflow.css" rel="stylesheet" type="text/css">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<script
type="text/javascript">!function (o, c) { var n = c.documentElement, t = " w-mod-"; n.className += t + "js", ("ontouchstart" in o || o.DocumentTouch && c instanceof DocumentTouch) && (n.className += t + "touch") }(window, document);</script>
<link href="images/webclip.png" rel="apple-touch-icon">
<script src="https://code.jquery.com/jquery-1.11.2.min.js"></script>
</head>
<body class="body">
<!-- <div data-collapse="medium" data-animation="default" data-duration="300" class="navbar site-navigation w-nav">
<div class="navbar-container w-container">
<a href="index.html" aria-current="page" class="brand-link w-nav-brand w--current">
<h3 id="site-title" class="site-title">ICBINB</h3>
</a>
<div class="menu-button w-nav-button"></div>
</div>
</div>-->
<div data-collapse="medium" data-animation="default" data-duration="50" class="navbar-2 w-nav">
<div class="w-container">
<nav role="navigation" class="w-nav-menu">
<a href="index.html" class="w-nav-link"> ICBINB</a>
<a href="vision-mission-statement.html" class="w-nav-link"> Vision & Mission</a>
<a href="workshops.html" class="w-nav-link"> Workshops</a>
<a href="seminar-series.html" class="w-nav-link"> Monthly Seminar Series</a>
<a href="icbinb-repository-of-unexpected-negative-results.html" class="w-nav-link"> Repository</a>
<a href="contact.html" class="w-nav-link">Contact</a>
</nav>
<div class="w-nav-button">
<div class="w-icon-nav-menu"></div>
</div>
</div>
</div>
<div class="body-container w-container"></div>
<div class="header-background">
<div class="headline-container w-container">
<h1 id="headline" class="heading">Workshops</h1>
</div>
</div>
<main id="main-content" class="main-content-2">
<div class="w-container">
<!--<h4 class="heading-2">Ongoing and future events</h4>
<p class="paragraph-6">
<ul>
</ul> -->
<h4>Past workshops</h4>
<ul>
<li><a href="https://sites.google.com/view/icbinb-2025">ICBINB@ICLR 2025: Challenges in Applied Deep Learning </a></li>
<li><a href="https://sites.google.com/view/icbinb-2023">ICBINB@NeurIPS 2023: Failure Modes in the Age of
Foundation Models</a></li>
<li><a href="https://sites.google.com/view/icbinb-2022/home">ICBINB@NeurIPS 2022: Understanding Deep Learning
Through Empirical Falsification</a></li>
<li><a href="https://i-cant-believe-its-not-better.github.io/neurips2021/">ICBINB@NeurIPS 2021: A Workshop for
beautiful ideas that should have worked</a></li>
<li><a href="https://i-cant-believe-its-not-better.github.io/neurips2020/">ICBINB@NeurIPS 2020: Bridging the gap
between theory and empiricism in probabilistic machine learning</a></li>
</ul>
</div>
</div>
</main>
<footer id="footer" class="footer">
<div class="w-container">
<div class="text-block">Copyright © 2025 ICBINB Initiative. All rights reserved.<br>Designed by Yubin Xie.</div>
</div>
</footer>
<script src="js/webflow.js" type="text/javascript"></script>
</body>
</html>