diff --git a/neurips23.html b/neurips23.html
index 921d727e..df856fdf 100644
--- a/neurips23.html
+++ b/neurips23.html
@@ -103,31 +103,49 @@
Results and Event Schedule
Track Winners
-
+
+ Filtered Search
+
-
- Filtered Search:
- IVF$^2$ Index: Fusing Classic and Spatial Inverted Indices for Fast Filtered ANNS
- Authors: Ben Landrum (UMD), Magdalen Dobson Manohar (CMU), Mazin Karjikar (UMD), Laxman Dhulipala (UMD)
+ IVF$^2$ Index: Fusing Classic and Spatial Inverted Indices for Fast Filtered ANNS
+ Authors: Ben Landrum (UMD), Magdalen Dobson Manohar (CMU), Mazin Karjikar (UMD), Laxman Dhulipala (UMD)
+
+
+ Out-Of-Distribution
+
-
- Out-Of-Distribution:
- 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
- Authors: Zihan Wang, Zilliz. [Note: this entry did not declare conflict with organizers before participating]
+ 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.
+
-
- Sparse:
- 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: Sparse HNSW
- Authors: Meng Chen, Yue Chen, Rui Ma, 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
+ Authors: Zihan Wang, Zilliz. [Note: this entry did not declare conflict with organizers before participating]
+
+
+ Sparse
+
-
- Streaming search:
- Puck: Efficient Multi-level Index Structure for Approximate Nearest Neighbor Search in Practice
- Authors: Jie Yin, Baidu Ben Huang, Baidu
+ 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:
+ Sparse HNSW
+ Authors: Meng Chen, Yue Chen, Rui Ma, Kai Zhang, Yuzheng Cai, Jiayang Shi, Yizhuo Chen, Weiguo Zheng. All authors from Fudan University.
+
+
+
+ Streaming Search
+
+ -
+ PyANNS:
+ Efficient Multi-level Index Structure for Approximate Nearest Neighbor Search in Practice
+ Authors: Jie Yin, Baidu Ben Huang, Baidu
@@ -142,6 +160,7 @@ Track Winners
+
diff --git a/style.css b/style.css
index 2ac2ad93..fbb58606 100644
--- a/style.css
+++ b/style.css
@@ -56,6 +56,11 @@ h3 {
line-height: 1.75rem;
}
+h4 {
+ font-size: 1.125rem;
+ line-height: 1.5rem;
+}
+
/* Text */
p,
li {
@@ -208,6 +213,7 @@ a:hover {
border-radius: 5px;
color: #fff;
transition: all 0.3s ease-in-out;
+ text-align: center;
}
.button.button-white {
@@ -257,9 +263,63 @@ a:hover {
color: var(--color-gray);
}
+/* Results section */
+.results {
+ background-color: #fff;
+}
+
+.results .buttons {
+ display: flex;
+ flex-wrap: wrap;
+ justify-content: center;
+ gap: 1.25rem;
+ margin-top: var(--spacing-md);
+}
+
+.results .title {
+ text-align: center;
+ color: var(--color-navy);
+}
+
+.results h3 {
+ margin-top: var(--spacing-sm);
+ text-align: center;
+}
+
+.results h4 {
+ margin-top: var(--spacing-md);
+}
+
+.result-list {
+ display: flex;
+ flex-direction: column;
+ gap: 1.75rem;
+ margin: var(--spacing-sm) 0 var(--spacing-sm);
+ list-style: disc outside;
+ padding-left: 1.4rem;
+ color: var(--color-gray);
+}
+
+.result-list li > span:not(.authors),
+.result-list li::marker {
+ color: #000;
+ font-weight: 600;
+}
+
+.result-list li > span.authors {
+ display: block;
+ margin-top: 0.5rem;
+ font-size: 1rem;
+}
+
+.result-list li > span.authors > span {
+ color: #000;
+ font-weight: 600;
+}
+
/* Tracks section */
.tracks {
- background-color: #fff;
+ background-color: var(--color-light-gray);
}
.tracks .title {
@@ -328,7 +388,7 @@ th {
/* Participation */
.participate {
- background-color: var(--color-light-gray);
+ background-color: #fff;
}
.participate h2 {
@@ -353,6 +413,11 @@ th {
}
/* Contributor section */
+
+.organizers {
+ background-color: var(--color-light-gray);
+}
+
.organizers > .container {
display: flex;
flex-direction: column;
@@ -446,6 +511,10 @@ th {
line-height: 2.25rem;
}
+ h4 {
+ font-size: 1.5rem;
+ }
+
.button {
width: auto;
}