victormiller commited on
Commit
db08107
1 Parent(s): 2f958f8

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +44 -0
main.py CHANGED
@@ -140,6 +140,50 @@ def main():
140
  hx_target="#inner-text",
141
  )
142
  ),
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
143
  Div(
144
  A(
145
  "Curated Sources Processing",
 
140
  hx_target="#inner-text",
141
  )
142
  ),
143
+ Div(
144
+ Ul(
145
+ Li(
146
+ A(
147
+ "Common Crawl Snapshot Processing",
148
+ href="/webdata#section1",
149
+ hx_get="/webdata#section1",
150
+ hx_target="#inner-text",
151
+ )
152
+ ),
153
+ Li(
154
+ A(
155
+ "Common Crawl Data Processing Summary",
156
+ href="/webdata#section2",
157
+ hx_get="/webdata#section2",
158
+ hx_target="#inner-text",
159
+ )
160
+ ),
161
+ Li(
162
+ A(
163
+ "Document Preparation",
164
+ href="/webdata#section3",
165
+ hx_get="/webdata#section3",
166
+ hx_target="#inner-text",
167
+ )
168
+ ),
169
+ Li(
170
+ A(
171
+ "Line-Level Removal",
172
+ href="/webdata#section4",
173
+ hx_get="/webdata#section4",
174
+ hx_target="#inner-text",
175
+ )
176
+ ),
177
+ Li(
178
+ A(
179
+ "Document-Level Filtering",
180
+ href="/webdata#section5",
181
+ hx_get="/webdata#section5",
182
+ hx_target="#inner-text",
183
+ )
184
+ ),
185
+ ),
186
+ ),
187
  Div(
188
  A(
189
  "Curated Sources Processing",