-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
224 lines (209 loc) · 13.6 KB
/
index.html
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
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
---
layout: default
---
<div class="flex flex-col text-center w-full mb-20 items-center">
<!-- title -->
<div class=" text-black font-body px-4 py-8">
<h1 class="text-4xl font-semibold">Deep Learning Reading Club - SU21</h1>
<p class="font-normal mt-8">The purpose of this club is help researchers understand and discuss exciting deep
learning papers in a collaborative setting.</p>
</div>
<!-- buttons -->
<div class="px-6 my-1 flex flex-wrap items-center">
<div class="p-2 ">
<a href="https://list.app.ausmlab.xyz/subscription/form" target="_blank"
class="flex items-center p-4 bg-gray-200 rounded-xl shadow-xs cursor-pointer hover:bg-gray-500 hover:text-gray-100">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 hover:text-gray-100 fill" fill="none"
viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z" />
</svg>
<div>
<p class=" text-lg font-medium ml-2">
Join mailing list
</p>
</div>
</a>
</div>
<div class="p-2">
<a href="https://calendar.google.com/event?action=TEMPLATE&tmeid=MGpyaWgwYXRsZzhlb2lzODM4NGdxamZub2FfMjAyMTA2MjVUMTUwMDAwWiBwbzVwMm4zM2JrdWR2czBuNHU5MWJjYW04MEBn&tmsrc=po5p2n33bkudvs0n4u91bcam80%40group.calendar.google.com&scp=ALL"
target="_blank"
class="flex items-center p-4 bg-gray-200 rounded-xl shadow-xs cursor-pointer hover:bg-gray-500 hover:text-gray-100">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 hover:text-gray-100 fill" fill="none"
viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z" />
</svg>
<div>
<p class=" text-lg font-medium ml-2">
Add to calendar
</p>
</div>
</a>
</div>
<div class="p-2">
<a href="https://docs.google.com/document/d/1Xf-JSzyoTqEOjLQ-lBKMimiKG39ohC53dBKqWrotfRY/edit?usp=sharing" target="_blank"
class="flex items-center p-4 bg-gray-200 rounded-xl shadow-xs cursor-pointer hover:bg-gray-500 hover:text-gray-100">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 hover:text-gray-100 fill" fill="none"
viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4" />
</svg>
<div>
<p class=" text-lg font-medium ml-2">
Sign up to present
</p>
</div>
</a>
</div>
</div>
<!-- component -->
<div class=" text-black font-body pt-12">
<h1 class="text-2xl font-semibold">Upcoming Meetings</h1>
</div>
<div class="w-full m-2 overflow-x-auto">
<div class="min-w-screen flex items-center justify-center font-sans overflow-hidden">
<div class="w-full">
<div class="shadow-lg my-6">
<table class="min-w-max w-full table-auto">
<thead>
<tr class="bg-gray-200 text-gray-600 uppercase text-lg leading-normal font-body">
<th class="py-3 px-6 text-left">Date</th>
<th class="py-3 px-6 text-left">Paper</th>
<th class="py-3 px-6 text-left">Link</th>
<th class="py-3 px-6 text-left">Presenter</th>
</tr>
</thead>
<tbody class="text-gray-600 text-md font-light font-body">
{% for session in site.data.upcoming.items %}
<tr class="border-b border-gray-200 hover:bg-gray-100">
<td class="py-3 px-6 text-left whitespace-nowrap">
<div class="flex items-center">
<div class="mr-2 text-blue-600">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 hover:text-gray-100 fill" fill="none"
viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z" />
</svg>
</div>
<span class="font-medium">{{ session.date | date_to_long_string }}</span>
</div>
</td>
<td class="py-3 px-6 text-left whitespace-nowrap">
<div class="flex items-center">
<a href="{{ session.paper-link }}" target="_blank" class="flex items-center">
<div class="mr-2 text-blue-600">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none"
viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round"
stroke-width="2"
d="M9 17v-2m3 2v-4m3 4v-6m2 10H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z" />
</svg>
</div>
<span class="font-medium">{{ session.paper }}</span>
</a>
</div>
</td>
<td class="py-3 px-6 text-left">
<div class="flex items-center">
<a href='{{ session.paper-link }}' target="_blank" class="flex items-center">
<svg xmlns="http://www.w3.org/2000/svg" class="h-4 w-4" fill="none"
viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M13.828 10.172a4 4 0 00-5.656 0l-4 4a4 4 0 105.656 5.656l1.102-1.101m-.758-4.899a4 4 0 005.656 0l4-4a4 4 0 00-5.656-5.656l-1.1 1.1" />
</svg><span class="px-2 text-blue-400"> Paper Link</span></a>
</div>
</td>
<td class="py-3 px-6 text-left">
<div class="flex items-center">
<a href='https://github.com/{{ session.github }}' target="_blank"
class="flex items-center">
{% avatar user=session.github %}
<span class="pl-4">{{ session.presenter }}</span>
</a>
</div>
</td>
</tr>
{% endfor %}
</tbody>
</table>
</div>
</div>
</div>
</div>
<div class=" text-black font-body pt-12">
<h1 class="text-2xl font-semibold">Past Meetings</h1>
</div>
<div class="w-full m-2 overflow-x-auto">
<div class="min-w-screen flex items-center justify-center font-sans overflow-hidden">
<div class="w-full">
<div class="shadow-lg my-6">
<table class="min-w-max w-full table-auto">
<thead>
<tr class="bg-gray-200 text-gray-600 uppercase text-lg leading-normal font-body">
<th class="py-3 px-6 text-left">Date</th>
<th class="py-3 px-6 text-left">Paper</th>
<th class="py-3 px-6 text-left">Slides</th>
<th class="py-3 px-6 text-left">Presenter</th>
</tr>
</thead>
<tbody class="text-gray-600 text-md font-light font-body">
{% for session in site.data.past.items %}
<tr class="border-b border-gray-200 hover:bg-gray-100">
<td class="py-3 px-6 text-left whitespace-nowrap">
<div class="flex items-center">
<a href="{{ session.paper-link }}" target="_blank" class="flex items-center">
<div class="mr-2 text-blue-600">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 hover:text-gray-100 fill" fill="none"
viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z" />
</svg>
</div>
<span class="font-medium">{{ session.date | date_to_long_string }}</span>
</a>
</div>
</td>
<td class="py-3 px-6 text-left whitespace-nowrap">
<div class="flex items-center">
<a href="{{ session.paper-link }}" target="_blank" class="flex items-center">
<div class="mr-2 text-blue-600">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none"
viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round"
stroke-width="2"
d="M9 17v-2m3 2v-4m3 4v-6m2 10H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z" />
</svg>
</div>
<span class="font-medium">{{ session.paper }}</span>
</a>
</div>
</td>
<td class="py-3 px-6 text-left">
<div class="flex items-center">
<a href='{{ session.slides }}' target="_blank" class="flex items-center">
<svg xmlns="http://www.w3.org/2000/svg" class="h-4 w-4" fill="none"
viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M13.828 10.172a4 4 0 00-5.656 0l-4 4a4 4 0 105.656 5.656l1.102-1.101m-.758-4.899a4 4 0 005.656 0l4-4a4 4 0 00-5.656-5.656l-1.1 1.1" />
</svg><span class="px-2 text-blue-400"> Slides</span></a>
</div>
</td>
<td class="py-3 px-6 text-left">
<div class="flex items-center">
<a href='https://github.com/{{ session.github }}' target="_blank"
class="flex items-center">
{% avatar user=session.github %}
<span class="pl-4">{{ session.presenter }}</span>
</a>
</div>
</td>
</tr>
{% endfor %}
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>