-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcontact.html
More file actions
89 lines (81 loc) · 3.99 KB
/
contact.html
File metadata and controls
89 lines (81 loc) · 3.99 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
82
83
84
85
86
87
88
89
<!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">ICBINB Monthly Seminar Series</h1>
</div>
</div>
<main id="main-content" class="main-content-2">
<div class="w-container">
<h4 class="heading-2">Contact Us!</h4>
</div>
<div class="w-container">
<p class="paragraph-2">For any question or suggestion, please contact us at: <a
href="mailto:cant.believe.it.is.not.better@gmail.com">cant.believe.it.is.not.better@gmail.com</a> <br><br>
You can also subscribe to our mailing list here: <a href="https://groups.google.com/g/icbinb">The ICBINB
Initiative - Google Groups</a>
<br> <br>
Finally, do you have any idea/feedback/suggestion for the ICBINB Initiative Team? Please fill out our <a
href="https://forms.gle/VH9Rg3bk9dFQZG6aA">feedback form</a>. Thank you for being part of this amazing
community!
</p>
</div>
</main>
<section id="objectives" class="header2">
<div class="w-container">
<h4 class="heading-2">Call for Volunteers</h4>
<p class="paragraph-6"> <b>We are looking for enthusiastic members of the ML community to join the ICBINB
initiative team.</b> Come help us shape the core values and directions of ICBINB! Our goal is not only to
organize future workshop events, but any other activity (monthly seminars, journal special issue, match-making
platform, etc) aligning with the spirit of the initiative.
If you are interested, just fill the <a href="https://forms.gle/8QpmVX4VhWaG2bGT8">call for volunteers form</a>.
</p>
</div>
</section>
<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>