-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
80 lines (74 loc) · 2.71 KB
/
index.html
File metadata and controls
80 lines (74 loc) · 2.71 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Offbeat Computation Club</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="canonical" href="https://offbeat.cc/">
<link rel="stylesheet" href="css/main.css">
<link rel="icon" type="image/png" href="favicon.png">
<script src="mathjax/es5/tex-mml-chtml.js"></script>
</head>
<body>
<h1 id="welcome">Offbeat Computation Club<a href="#welcome"></a></h1>
<p>
Welcome to the Offbeat Computation Club! We are a mathematics
and computation book club. We pick classics from the field of
mathematics and computation and read them together.
</p>
<h2 id="join">Join<a href="#join"></a></h2>
<p>
To join this club, use one of the links below to log into our
IRC channel. All meeting schedule updates are announced here.
</p>
<div class="highlight">
<p>
Libera chat: <a href="https://web.libera.chat/#offbeat">#offbeat</a>
</p>
<p>
Matrix bridge: <a href="https://app.element.io/#/room/#offbeat:libera.chat">#offbeat:libera.chat</a>
</p>
</div>
<p>
You only need to join one of these links, not both. Both point
to the same channel. If you are not an active IRC user, prefer
joining the Matrix bridge because it is more convenient for
someone unfamiliar with IRC. For example, you can close your
browser or client and your chat session will still stay alive on
the Matrix bridge. You can connect back the next day and catch
up with the messages. Doing that with IRC requires slightly more
work such as setting up IRC bouncers etc.
</p>
<h2 id="coming-up">Coming Up<a href="#coming-up"></a></h2>
<p>
<a href="cses/">CSES Problem Solving</a> (starting on Tue, 19 Oct 2021)
</p>
<h2 id="completed">Completed Tracks<a href="#completed"></a></h2>
<p>
<a href="iant/">Analytic Number Theory</a> (120 meetings from 05 May 2021 to 01 Oct 2021)
</p>
<h2 id="participate">Participate<a href="#participate"></a></h2>
<p>
Participate in our book club meetings by joining our reading
sessions and sharing any insights you have about the reading
material.
</p>
<p>
If you would like to present a talk or host book club meetings
for a new book, please <a href="#join">join our channel</a> and
talk to us.
</p>
<footer>
<hr>
<div class="links">
<a href="./">Home</a>
<a href="meets/">Meets</a>
<a href="https://github.com/offbeatcc">GitHub</a>
<a href="https://twitter.com/offbeatcc">Twitter</a>
<a href="https://web.libera.chat/#offbeat">Libera IRC</a>
<a href="https://app.element.io/#/room/#offbeat:libera.chat">Matrix Bridge</a>
</div>
<p>© 2021 Offbeat Computation Club</p>
</footer>
</body>
</html>