From 4ef2d9424e5fb0fda275548bb759a2ab7716745c Mon Sep 17 00:00:00 2001 From: harsha vardhan simhadri Date: Wed, 6 Dec 2023 23:53:46 -0800 Subject: [PATCH] reformat sections and add links to code --- neurips23.html | 33 +++++++++++++++------------------ style.css | 4 ++-- 2 files changed, 17 insertions(+), 20 deletions(-) diff --git a/neurips23.html b/neurips23.html index df856fdf..b540f417 100644 --- a/neurips23.html +++ b/neurips23.html @@ -1,5 +1,6 @@ + @@ -90,6 +91,12 @@

@@ -99,15 +106,13 @@

-

Results and Event Schedule

+

Track Winners

-

Track Winners

-

Filtered Search

  • - IVF$^2$ Index: Fusing Classic and Spatial Inverted Indices for Fast Filtered ANNS + ParlayANN IVF2: Fusing Classic and Spatial Inverted Indices for Fast Filtered ANNS Authors: Ben Landrum (UMD), Magdalen Dobson Manohar (CMU), Mazin Karjikar (UMD), Laxman Dhulipala (UMD)
@@ -115,12 +120,12 @@

Filtered Search

Out-Of-Distribution

  • - RoarANN: Projected Bipartite Graph for Efficient Cross-Modal Approximate Nearest Neighbor Search + RoarANN: Projected Bipartite Graph for Efficient Cross-Modal Approximate Nearest Neighbor Search Authors: Meng Chen, Yue Chen, Rui Ma, Fudan University, Kai Zhang, Yuzheng Cai, Jiayang Shi, Yizhuo Chen, Weiguo Zheng. All authors from Fudan University.
  • - PyANNS: Projected Bipartite Graph for Efficient Cross-Modal Approximate Nearest Neighbor Search + PyANNS: Projected Bipartite Graph for Efficient Cross-Modal Approximate Nearest Neighbor Search Authors: Zihan Wang, Zilliz. [Note: this entry did not declare conflict with organizers before participating]
@@ -128,13 +133,12 @@

Out-Of-Distribution

Sparse

  • - PyANNS: + PyANNS: Projected Bipartite Graph for Efficient Cross-Modal Approximate Nearest Neighbor Search
    Authors: Zihan Wang, Zilliz. [Note: this entry did not declare conflict with organizers before participating]
  • -
  • - shnsw: + shnsw: Sparse HNSW
    Authors: Meng Chen, Yue Chen, Rui Ma, Kai Zhang, Yuzheng Cai, Jiayang Shi, Yizhuo Chen, Weiguo Zheng. All authors from Fudan University.
  • @@ -143,21 +147,14 @@

    Sparse

    Streaming Search

    • - PyANNS: + PyANNS: Efficient Multi-level Index Structure for Approximate Nearest Neighbor Search in Practice
      Authors: Jie Yin, Baidu Ben Huang, Baidu
    - +
diff --git a/style.css b/style.css index fbb58606..b962ffc8 100644 --- a/style.css +++ b/style.css @@ -272,7 +272,7 @@ a:hover { display: flex; flex-wrap: wrap; justify-content: center; - gap: 1.25rem; + gap: 1.25 rem; margin-top: var(--spacing-md); } @@ -293,7 +293,7 @@ a:hover { .result-list { display: flex; flex-direction: column; - gap: 1.75rem; + gap: 1rem; margin: var(--spacing-sm) 0 var(--spacing-sm); list-style: disc outside; padding-left: 1.4rem;