Link benchmark preprint from dashboard
Browse files
app.py
CHANGED
|
@@ -2803,17 +2803,17 @@ app.layout = html.Div(
|
|
| 2803 |
html.A("BEND-BCI", href="/", className="site-brand"),
|
| 2804 |
html.Nav(
|
| 2805 |
[
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2806 |
html.A(
|
| 2807 |
-
"
|
| 2808 |
-
href="https://
|
| 2809 |
target="_blank",
|
| 2810 |
rel="noopener noreferrer",
|
| 2811 |
),
|
| 2812 |
-
html.Span(
|
| 2813 |
-
["Paper", html.Small("coming soon")],
|
| 2814 |
-
className="nav-placeholder",
|
| 2815 |
-
title="Manuscript link will be added on release.",
|
| 2816 |
-
),
|
| 2817 |
html.Span(
|
| 2818 |
["Submit a model", html.Small("coming soon")],
|
| 2819 |
className="nav-placeholder",
|
|
@@ -3192,11 +3192,10 @@ app.layout = html.Div(
|
|
| 3192 |
html.Footer(
|
| 3193 |
[
|
| 3194 |
html.Span("BEND-BCI 路 Tang Lab"),
|
| 3195 |
-
html.
|
| 3196 |
-
"Code & data",
|
| 3197 |
-
|
| 3198 |
-
|
| 3199 |
-
rel="noopener noreferrer",
|
| 3200 |
),
|
| 3201 |
],
|
| 3202 |
className="provenance-footer",
|
|
|
|
| 2803 |
html.A("BEND-BCI", href="/", className="site-brand"),
|
| 2804 |
html.Nav(
|
| 2805 |
[
|
| 2806 |
+
html.Span(
|
| 2807 |
+
["Code & data", html.Small("coming soon")],
|
| 2808 |
+
className="nav-placeholder",
|
| 2809 |
+
title="Code and data will be released with the benchmark.",
|
| 2810 |
+
),
|
| 2811 |
html.A(
|
| 2812 |
+
"Paper",
|
| 2813 |
+
href="https://www.biorxiv.org/content/10.64898/2026.07.21.739953v1",
|
| 2814 |
target="_blank",
|
| 2815 |
rel="noopener noreferrer",
|
| 2816 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2817 |
html.Span(
|
| 2818 |
["Submit a model", html.Small("coming soon")],
|
| 2819 |
className="nav-placeholder",
|
|
|
|
| 3192 |
html.Footer(
|
| 3193 |
[
|
| 3194 |
html.Span("BEND-BCI 路 Tang Lab"),
|
| 3195 |
+
html.Span(
|
| 3196 |
+
["Code & data", html.Small("coming soon")],
|
| 3197 |
+
className="nav-placeholder",
|
| 3198 |
+
title="Code and data will be released with the benchmark.",
|
|
|
|
| 3199 |
),
|
| 3200 |
],
|
| 3201 |
className="provenance-footer",
|