Spaces:
Runtime error
Runtime error
Update main.py
Browse files
main.py
CHANGED
|
@@ -222,12 +222,80 @@ def main():
|
|
| 222 |
),
|
| 223 |
Div(
|
| 224 |
A(
|
| 225 |
-
"
|
| 226 |
href="/common#section1",
|
| 227 |
hx_get="/common#section1",
|
| 228 |
hx_target="#inner-text",
|
| 229 |
)
|
| 230 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 231 |
Div(
|
| 232 |
A(
|
| 233 |
"TxT360 Results",
|
|
|
|
| 222 |
),
|
| 223 |
Div(
|
| 224 |
A(
|
| 225 |
+
"Commonly Applied Processing Steps",
|
| 226 |
href="/common#section1",
|
| 227 |
hx_get="/common#section1",
|
| 228 |
hx_target="#inner-text",
|
| 229 |
)
|
| 230 |
),
|
| 231 |
+
Div(
|
| 232 |
+
Ul(
|
| 233 |
+
Li(
|
| 234 |
+
A(
|
| 235 |
+
"Overview",
|
| 236 |
+
href="/common#section1",
|
| 237 |
+
hx_get="/common#section1",
|
| 238 |
+
hx_target="#inner-text",
|
| 239 |
+
)
|
| 240 |
+
),
|
| 241 |
+
Li(
|
| 242 |
+
A(
|
| 243 |
+
"Motivation Behind Global Deduplication",
|
| 244 |
+
href="/common#section2",
|
| 245 |
+
hx_get="/common#section2",
|
| 246 |
+
hx_target="#inner-text",
|
| 247 |
+
)
|
| 248 |
+
),
|
| 249 |
+
Li(
|
| 250 |
+
A(
|
| 251 |
+
"MinHash Generation",
|
| 252 |
+
href="/common#section3",
|
| 253 |
+
hx_get="/common#section3",
|
| 254 |
+
hx_target="#inner-text",
|
| 255 |
+
)
|
| 256 |
+
),
|
| 257 |
+
Li(
|
| 258 |
+
A(
|
| 259 |
+
"Matching Pairs Generation",
|
| 260 |
+
href="/common#section4",
|
| 261 |
+
hx_get="/common#section4",
|
| 262 |
+
hx_target="#inner-text",
|
| 263 |
+
)
|
| 264 |
+
),
|
| 265 |
+
Li(
|
| 266 |
+
A(
|
| 267 |
+
"Finding Duplicate Pairs",
|
| 268 |
+
href="/common#section5",
|
| 269 |
+
hx_get="/common#section5",
|
| 270 |
+
hx_target="#inner-text",
|
| 271 |
+
)
|
| 272 |
+
),
|
| 273 |
+
Li(
|
| 274 |
+
A(
|
| 275 |
+
"Finding Connected Components using MapReduce",
|
| 276 |
+
href="/common#section6",
|
| 277 |
+
hx_get="/common#section6",
|
| 278 |
+
hx_target="#inner-text",
|
| 279 |
+
)
|
| 280 |
+
),
|
| 281 |
+
Li(
|
| 282 |
+
A(
|
| 283 |
+
"Personally Identifable Information Removal",
|
| 284 |
+
href="/common#section7",
|
| 285 |
+
hx_get="/common#section7",
|
| 286 |
+
hx_target="#inner-text",
|
| 287 |
+
)
|
| 288 |
+
),
|
| 289 |
+
Li(
|
| 290 |
+
A(
|
| 291 |
+
"Normalization Form C",
|
| 292 |
+
href="/common#section8",
|
| 293 |
+
hx_get="/common#section8",
|
| 294 |
+
hx_target="#inner-text",
|
| 295 |
+
)
|
| 296 |
+
),
|
| 297 |
+
),
|
| 298 |
+
),
|
| 299 |
Div(
|
| 300 |
A(
|
| 301 |
"TxT360 Results",
|