-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
169 lines (121 loc) · 5.97 KB
/
index.html
File metadata and controls
169 lines (121 loc) · 5.97 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no">
<link rel="icon" href="/favicon.png" />
<title>
Home - LearnSys
</title>
<!-- Spectre.css framework -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/spectre.css/0.5.9/spectre.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/spectre.css/0.5.9/spectre-exp.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/spectre.css/0.5.9/spectre-icons.min.css">
<!-- theme css & js -->
<link rel="stylesheet" href="/css/book.css">
<script src="/js/book.js"></script>
<!-- tocbot -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/tocbot/4.4.2/tocbot.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/tocbot/4.4.2/tocbot.css">
<!-- katex -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.10.0/katex.min.css">
<meta name="generator" content="Hexo 4.2.1"></head>
<body>
<div class="book-container">
<div class="book-sidebar">
<div class="book-brand">
<a href="/">
<img src="/favicon.png">
<span>LEARNSYS</span>
</a>
</div>
<div id="menu" class="book-menu hide">
<ul>
<li><a href="/"><strong>Home</strong></a></li>
</ul>
<h1 id="Courses-and-Activities"><strong>Courses and Activities</strong></h1>
<ul>
<li><a href="/en">English</a></li>
<li><a href="/cn">中文</a></li>
</ul>
<h1 id="Referrals"><strong>Referrals</strong></h1>
<ul>
<li><a href="https://github.com/prakhar1989/awesome-courses" target="_blank" rel="noopener">Awesome CS Courses</a></li>
<li><a href="https://github.com/ossu/computer-science" target="_blank" rel="noopener">OSSU</a></li>
</ul>
</div>
<script src="/js/book-menu.js"></script>
</div>
<div class="sidebar-toggle" onclick="sidebar_toggle()" onmouseover="add_inner()" onmouseleave="remove_inner()">
<div class="sidebar-toggle-inner"></div>
</div>
<script>
function add_inner() {
let inner = document.querySelector('.sidebar-toggle-inner')
inner.classList.add('show')
}
function remove_inner() {
let inner = document.querySelector('.sidebar-toggle-inner')
inner.classList.remove('show')
}
function sidebar_toggle() {
let sidebar_toggle = document.querySelector('.sidebar-toggle')
let sidebar = document.querySelector('.book-sidebar')
let content = document.querySelector('.off-canvas-content')
if (sidebar_toggle.classList.contains('extend')) { // show
sidebar_toggle.classList.remove('extend')
sidebar.classList.remove('hide')
content.classList.remove('extend')
}
else { // hide
sidebar_toggle.classList.add('extend')
sidebar.classList.add('hide')
content.classList.add('extend')
}
}
</script>
<div class="off-canvas-content">
<div class="columns">
<div class="column col-10 col-lg-12">
<div class="book-navbar">
<!-- For Responsive Layout -->
<header class="navbar">
<section class="navbar-section">
<a onclick="open_sidebar()">
<i class="icon icon-menu"></i>
</a>
</section>
</header>
</div>
<div class="book-content">
<div class="book-post">
<h1 id="The-Club-of-A-Bunch-of-Labs-and-Papers">The Club of A Bunch of Labs and Papers</h1>
<p>Computer systems education is done with tons of <strong>labs</strong> and <strong>paper readings</strong>. In this website, we aim at providing a platform for people to work on the labs and read the papers together.</p>
<p><a href="https://github.com/ossu/computer-science" target="_blank" rel="noopener">OSSU</a> is a great community providing the a complete computer science education stack. <strong>We are not OSSU.</strong> If you are looking for a complete education in computer science, please visit their website and join their discord channels.</p>
<p>This website, however, is designed for people who want to fight against the <strong>labs</strong> from different computer systems courses, as well as people who have gotten the labs done and want to read some <strong>papers</strong> in the systems field. Like OSSU, we provide chatrooms for different courses; unlike OSSU, we have a hard prerequest for all chatrooms — we require you to finish part of the labs before joining us. More details regarding the prerequest can be found in each course page. Besides, in order to join a reading group which has limited slots, you need to finish at least <strong>60%</strong> labs of a related course.</p>
<p>Currently, the community is available in <a href="/en">English</a> and <a href="/cn">Chinese</a>. Click the link and find the courses or reading groups you want. If you cannot find the one you want, you may want to create a chatroom and put it on the website.</p>
<h2 id="Call-for-Volunteers">Call for Volunteers</h2>
<p>We need volunteers to create chatrooms, verify the prerequests, update this website, create forks in other languages, and build the whole community. If you are interested, feel free to submit <a href="https://github.com/learn-sys/learn-sys.github.io/pulls" target="_blank" rel="noopener">Pull Requests</a> or ask us to add you to the GitHub organization via <a href="https://github.com/learn-sys/learn-sys.github.io/issues" target="_blank" rel="noopener">GitHub Issues</a>.</p>
</div>
<script src="/js/book-post.js"></script>
</div>
</div>
<div class="column col-2 hide-lg">
<div class="book-post-info">
<div class="book-tocbot">
</div>
<div class="book-tocbot-menu">
<a class="book-toc-expand" onclick="expand_toc()">Expand all</a>
<a onclick="go_top()">Back to top</a>
<a onclick="go_bottom()">Go to bottom</a>
</div>
<script src="/js/book-toc.js"></script>
</div>
</div>
</div>
</div>
<a class="off-canvas-overlay" onclick="hide_canvas()"></a>
</div>
</body>
</html>
<script src="/js/book.js"></script>