|
| 1 | +export default function Navbar() { |
| 2 | + return ( |
| 3 | + <nav |
| 4 | + className="nextra-toc order-last max-xl:hidden w-64 shrink-0 sticky md:sticky print:hidden" |
| 5 | + aria-label="table of contents" |
| 6 | + > |
| 7 | + <div className="grid grid-rows-[min-content_1fr_min-content] sticky top-(--nextra-navbar-height) text-sm max-h-[calc(100vh-var(--nextra-navbar-height))]"> |
| 8 | + <ul className="p-4 nextra-scrollbar overscroll-y-contain overflow-y-auto hyphens-auto nextra-mask"> |
| 9 | + <li className="my-2 scroll-my-6 scroll-py-6"> |
| 10 | + <a |
| 11 | + href="#about-the-leaderboard" |
| 12 | + className="focus-visible:nextra-focus font-semibold block transition-colors subpixel-antialiased text-gray-500 hover:text-gray-900 dark:text-gray-400 dark:hover:text-gray-300 contrast-more:text-gray-900 contrast-more:underline contrast-more:dark:text-gray-50 break-words" |
| 13 | + > |
| 14 | + About the Leaderboard |
| 15 | + </a> |
| 16 | + </li> |
| 17 | + <li className="my-2 scroll-my-6 scroll-py-6"> |
| 18 | + <a |
| 19 | + href="#our-goals" |
| 20 | + className="focus-visible:nextra-focus ms-3 block transition-colors subpixel-antialiased text-gray-500 hover:text-gray-900 dark:text-gray-400 dark:hover:text-gray-300 contrast-more:text-gray-900 contrast-more:underline contrast-more:dark:text-gray-50 break-words" |
| 21 | + > |
| 22 | + Our goals |
| 23 | + </a> |
| 24 | + </li> |
| 25 | + <li className="my-2 scroll-my-6 scroll-py-6"> |
| 26 | + <a |
| 27 | + href="#outcomes" |
| 28 | + className="focus-visible:nextra-focus ms-3 block transition-colors subpixel-antialiased text-gray-500 hover:text-gray-900 dark:text-gray-400 dark:hover:text-gray-300 contrast-more:text-gray-900 contrast-more:underline contrast-more:dark:text-gray-50 break-words" |
| 29 | + > |
| 30 | + Outcomes |
| 31 | + </a> |
| 32 | + </li> |
| 33 | + <li className="my-2 scroll-my-6 scroll-py-6"> |
| 34 | + <a |
| 35 | + href="#setup-and-development-timeline" |
| 36 | + className="focus-visible:nextra-focus font-semibold block transition-colors subpixel-antialiased text-gray-500 hover:text-gray-900 dark:text-gray-400 dark:hover:text-gray-300 contrast-more:text-gray-900 contrast-more:underline contrast-more:dark:text-gray-50 break-words" |
| 37 | + > |
| 38 | + Setup and development timeline |
| 39 | + </a> |
| 40 | + </li> |
| 41 | + <li className="my-2 scroll-my-6 scroll-py-6"> |
| 42 | + <a |
| 43 | + href="#dataset" |
| 44 | + className="focus-visible:nextra-focus font-semibold block transition-colors subpixel-antialiased text-gray-500 hover:text-gray-900 dark:text-gray-400 dark:hover:text-gray-300 contrast-more:text-gray-900 contrast-more:underline contrast-more:dark:text-gray-50 break-words" |
| 45 | + > |
| 46 | + Dataset |
| 47 | + </a> |
| 48 | + </li> |
| 49 | + <li className="my-2 scroll-my-6 scroll-py-6"> |
| 50 | + <a |
| 51 | + href="#beat-2-in-the-smpl-x-format" |
| 52 | + className="focus-visible:nextra-focus ms-6 block transition-colors subpixel-antialiased text-gray-500 hover:text-gray-900 dark:text-gray-400 dark:hover:text-gray-300 contrast-more:text-gray-900 contrast-more:underline contrast-more:dark:text-gray-50 break-words" |
| 53 | + > |
| 54 | + BEAT-2 in the SMPL-X Format |
| 55 | + </a> |
| 56 | + </li> |
| 57 | + <li className="my-2 scroll-my-6 scroll-py-6"> |
| 58 | + <a |
| 59 | + href="#submission-process" |
| 60 | + className="focus-visible:nextra-focus font-semibold block transition-colors subpixel-antialiased text-gray-500 hover:text-gray-900 dark:text-gray-400 dark:hover:text-gray-300 contrast-more:text-gray-900 contrast-more:underline contrast-more:dark:text-gray-50 break-words" |
| 61 | + > |
| 62 | + Submission process |
| 63 | + </a> |
| 64 | + </li> |
| 65 | + <li className="my-2 scroll-my-6 scroll-py-6"> |
| 66 | + <a |
| 67 | + href="#rules-for-participation" |
| 68 | + className="focus-visible:nextra-focus ms-3 block transition-colors subpixel-antialiased text-gray-500 hover:text-gray-900 dark:text-gray-400 dark:hover:text-gray-300 contrast-more:text-gray-900 contrast-more:underline contrast-more:dark:text-gray-50 break-words" |
| 69 | + > |
| 70 | + Rules for participation |
| 71 | + </a> |
| 72 | + </li> |
| 73 | + <li className="my-2 scroll-my-6 scroll-py-6"> |
| 74 | + <a |
| 75 | + href="#how-to-participate" |
| 76 | + className="focus-visible:nextra-focus ms-3 block transition-colors subpixel-antialiased text-gray-500 hover:text-gray-900 dark:text-gray-400 dark:hover:text-gray-300 contrast-more:text-gray-900 contrast-more:underline contrast-more:dark:text-gray-50 break-words" |
| 77 | + > |
| 78 | + How to participate |
| 79 | + </a> |
| 80 | + </li> |
| 81 | + <li className="my-2 scroll-my-6 scroll-py-6"> |
| 82 | + <a |
| 83 | + href="#what-happens-after-your-submission" |
| 84 | + className="focus-visible:nextra-focus ms-3 block transition-colors subpixel-antialiased text-gray-500 hover:text-gray-900 dark:text-gray-400 dark:hover:text-gray-300 contrast-more:text-gray-900 contrast-more:underline contrast-more:dark:text-gray-50 break-words" |
| 85 | + > |
| 86 | + What happens after your submission |
| 87 | + </a> |
| 88 | + </li> |
| 89 | + <li className="my-2 scroll-my-6 scroll-py-6"> |
| 90 | + <a |
| 91 | + href="#evaluation-methodology" |
| 92 | + className="focus-visible:nextra-focus font-semibold block transition-colors subpixel-antialiased text-gray-500 hover:text-gray-900 dark:text-gray-400 dark:hover:text-gray-300 contrast-more:text-gray-900 contrast-more:underline contrast-more:dark:text-gray-50 break-words" |
| 93 | + > |
| 94 | + Evaluation methodology |
| 95 | + </a> |
| 96 | + </li> |
| 97 | + <li className="my-2 scroll-my-6 scroll-py-6"> |
| 98 | + <a |
| 99 | + href="#evaluation-tasks" |
| 100 | + className="focus-visible:nextra-focus ms-3 block transition-colors subpixel-antialiased text-gray-500 hover:text-gray-900 dark:text-gray-400 dark:hover:text-gray-300 contrast-more:text-gray-900 contrast-more:underline contrast-more:dark:text-gray-50 break-words" |
| 101 | + > |
| 102 | + Evaluation tasks |
| 103 | + </a> |
| 104 | + </li> |
| 105 | + <li className="my-2 scroll-my-6 scroll-py-6"> |
| 106 | + <a |
| 107 | + href="#motion-quality" |
| 108 | + className="focus-visible:nextra-focus ms-6 block transition-colors subpixel-antialiased text-gray-500 hover:text-gray-900 dark:text-gray-400 dark:hover:text-gray-300 contrast-more:text-gray-900 contrast-more:underline contrast-more:dark:text-gray-50 break-words" |
| 109 | + > |
| 110 | + Motion quality |
| 111 | + </a> |
| 112 | + </li> |
| 113 | + <li className="my-2 scroll-my-6 scroll-py-6"> |
| 114 | + <a |
| 115 | + href="#motion-specificity-to-speech" |
| 116 | + className="focus-visible:nextra-focus ms-6 block transition-colors subpixel-antialiased text-gray-500 hover:text-gray-900 dark:text-gray-400 dark:hover:text-gray-300 contrast-more:text-gray-900 contrast-more:underline contrast-more:dark:text-gray-50 break-words" |
| 117 | + > |
| 118 | + Motion specificity to speech |
| 119 | + </a> |
| 120 | + </li> |
| 121 | + <li className="my-2 scroll-my-6 scroll-py-6"> |
| 122 | + <a |
| 123 | + href="#future-evaluations" |
| 124 | + className="focus-visible:nextra-focus ms-6 block transition-colors subpixel-antialiased text-gray-500 hover:text-gray-900 dark:text-gray-400 dark:hover:text-gray-300 contrast-more:text-gray-900 contrast-more:underline contrast-more:dark:text-gray-50 break-words" |
| 125 | + > |
| 126 | + Future evaluations |
| 127 | + </a> |
| 128 | + </li> |
| 129 | + <li className="my-2 scroll-my-6 scroll-py-6"> |
| 130 | + <a |
| 131 | + href="#tooling" |
| 132 | + className="focus-visible:nextra-focus font-semibold block transition-colors subpixel-antialiased text-gray-500 hover:text-gray-900 dark:text-gray-400 dark:hover:text-gray-300 contrast-more:text-gray-900 contrast-more:underline contrast-more:dark:text-gray-50 break-words" |
| 133 | + > |
| 134 | + Tooling |
| 135 | + </a> |
| 136 | + </li> |
| 137 | + <li className="my-2 scroll-my-6 scroll-py-6"> |
| 138 | + <a |
| 139 | + href="#standardised-visualisation" |
| 140 | + className="focus-visible:nextra-focus ms-3 block transition-colors subpixel-antialiased text-gray-500 hover:text-gray-900 dark:text-gray-400 dark:hover:text-gray-300 contrast-more:text-gray-900 contrast-more:underline contrast-more:dark:text-gray-50 break-words" |
| 141 | + > |
| 142 | + Standardised visualisation |
| 143 | + </a> |
| 144 | + </li> |
| 145 | + <li className="my-2 scroll-my-6 scroll-py-6"> |
| 146 | + <a |
| 147 | + href="#user-study-automation" |
| 148 | + className="focus-visible:nextra-focus ms-3 block transition-colors subpixel-antialiased text-gray-500 hover:text-gray-900 dark:text-gray-400 dark:hover:text-gray-300 contrast-more:text-gray-900 contrast-more:underline contrast-more:dark:text-gray-50 break-words" |
| 149 | + > |
| 150 | + User-study automation |
| 151 | + </a> |
| 152 | + </li> |
| 153 | + <li className="my-2 scroll-my-6 scroll-py-6"> |
| 154 | + <a |
| 155 | + href="#objective-evaluation" |
| 156 | + className="focus-visible:nextra-focus ms-3 block transition-colors subpixel-antialiased text-gray-500 hover:text-gray-900 dark:text-gray-400 dark:hover:text-gray-300 contrast-more:text-gray-900 contrast-more:underline contrast-more:dark:text-gray-50 break-words" |
| 157 | + > |
| 158 | + Objective evaluation |
| 159 | + </a> |
| 160 | + </li> |
| 161 | + <li className="my-2 scroll-my-6 scroll-py-6"> |
| 162 | + <a |
| 163 | + href="#frequently-asked-questions" |
| 164 | + className="focus-visible:nextra-focus font-semibold block transition-colors subpixel-antialiased text-gray-500 hover:text-gray-900 dark:text-gray-400 dark:hover:text-gray-300 contrast-more:text-gray-900 contrast-more:underline contrast-more:dark:text-gray-50 break-words" |
| 165 | + > |
| 166 | + Frequently Asked Questions |
| 167 | + </a> |
| 168 | + </li> |
| 169 | + <li className="my-2 scroll-my-6 scroll-py-6"> |
| 170 | + <a |
| 171 | + href="#contact-address" |
| 172 | + className="focus-visible:nextra-focus ms-6 block transition-colors subpixel-antialiased text-gray-500 hover:text-gray-900 dark:text-gray-400 dark:hover:text-gray-300 contrast-more:text-gray-900 contrast-more:underline contrast-more:dark:text-gray-50 break-words" |
| 173 | + > |
| 174 | + Contact address |
| 175 | + </a> |
| 176 | + </li> |
| 177 | + </ul> |
| 178 | + </div> |
| 179 | + </nav> |
| 180 | + ) |
| 181 | +} |
0 commit comments