File tree Expand file tree Collapse file tree 13 files changed +29
-31
lines changed
Expand file tree Collapse file tree 13 files changed +29
-31
lines changed Original file line number Diff line number Diff line change @@ -71,24 +71,24 @@ export default function Page() {
7171
7272 return (
7373 < div >
74- < h1 className = "mt-2 text-4xl font-bold tracking-tight text-slate-900 dark:text-slate-100" >
74+ < h1 className = "mt-2 text-4xl font-bold tracking-tight dark:text-slate-100" >
7575 Leaderboard
7676 </ h1 >
77- < h3 className = "font-semibold tracking-tight text-slate-900 dark:text-slate-100 mt-8 text-2xl" >
77+ < h3 className = "font-semibold tracking-tight dark:text-slate-100 mt-8 text-2xl" >
7878 Sample 1
7979 </ h3 >
8080 < p className = "mt-4 first:mt-0" >
8181 Sample data of Evaluation Result.
8282 </ p >
8383 { /* <HighChart data={evaluationData} /> */ }
84- < h3 className = "font-semibold tracking-tight text-slate-900 dark:text-slate-100 mt-8 text-2xl" >
84+ < h3 className = "font-semibold tracking-tight dark:text-slate-100 mt-8 text-2xl" >
8585 Sample 2
8686 </ h3 >
8787 < p className = "mt-4 first:mt-0" >
8888 Sample data of Evaluation Result.
8989 </ p >
9090 { /* <PairwiseComparisonChart data={data} /> */ }
91- < h3 className = "font-semibold tracking-tight text-slate-900 dark:text-slate-100 mt-8 text-2xl" >
91+ < h3 className = "font-semibold tracking-tight dark:text-slate-100 mt-8 text-2xl" >
9292 Sample 3
9393 </ h3 >
9494 < p className = "mt-4 first:mt-0" >
Original file line number Diff line number Diff line change @@ -74,24 +74,24 @@ export default function Page() {
7474
7575 return (
7676 < div >
77- < h1 className = "mt-2 text-4xl font-bold tracking-tight text-slate-900 dark:text-slate-100" >
77+ < h1 className = "mt-2 text-4xl font-bold tracking-tight dark:text-slate-100" >
7878 Evaluation Result (This page could be change)
7979 </ h1 >
80- < h3 className = "font-semibold tracking-tight text-slate-900 dark:text-slate-100 mt-8 text-2xl" >
80+ < h3 className = "font-semibold tracking-tight dark:text-slate-100 mt-8 text-2xl" >
8181 Sample 1
8282 </ h3 >
8383 < p className = "mt-4 first:mt-0" >
8484 Sample data of Evaluation Result.
8585 </ p >
8686 { /* <HighChart data={evaluationData} /> */ }
87- < h3 className = "font-semibold tracking-tight text-slate-900 dark:text-slate-100 mt-8 text-2xl" >
87+ < h3 className = "font-semibold tracking-tight dark:text-slate-100 mt-8 text-2xl" >
8888 Sample 2
8989 </ h3 >
9090 < p className = "mt-4 first:mt-0" >
9191 Sample data of Evaluation Result.
9292 </ p >
9393 { /* <PairwiseComparisonChart data={data} /> */ }
94- < h3 className = "font-semibold tracking-tight text-slate-900 dark:text-slate-100 mt-8 text-2xl" >
94+ < h3 className = "font-semibold tracking-tight dark:text-slate-100 mt-8 text-2xl" >
9595 Sample 3
9696 </ h3 >
9797 < p className = "mt-4 first:mt-0" >
Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ export default function Page() {
3030
3131 return (
3232 <>
33- <h1 className="mt-4 text-4xl font-bold tracking-tight text-slate-900 dark:text-slate-100">Submission</h1>
34- {/* <h2 className="font-semibold tracking-tight text-slate-900 dark:text-slate-100 mt-10 border-b pb-1 text-3xl border-neutral-200/70 contrast-more:border-neutral-400 dark:border-primary-100/10 contrast-more:dark:border-neutral-400">
33+ <h1 className="mt-4 text-4xl font-bold tracking-tight dark:text-slate-100">Submission</h1>
34+ {/* <h2 className="font-semibold tracking-tight dark:text-slate-100 mt-10 border-b pb-1 text-3xl border-neutral-200/70 contrast-more:border-neutral-400 dark:border-primary-100/10 contrast-more:dark:border-neutral-400">
3535 Download input code
3636 </h2>
3737 {loading && <InputCode codes={codes} />} */}
@@ -53,7 +53,7 @@ export default function Page() {
5353 Login with Github and upload your generated NPY files in the section below. Please use the same file names of the input files (e.g., TODO: add example names). You should
5454 upload individual NPY files; do not upload a zip file.
5555 </p>
56- <h2 className="font-semibold tracking-tight text-slate-900 dark:text-slate-100 mt-10 border-b pb-1 text-3xl border-neutral-200/70 contrast-more:border-neutral-400 dark:border-primary-100/10 contrast-more:dark:border-neutral-400">
56+ <h2 className="font-semibold tracking-tight dark:text-slate-100 mt-10 border-b pb-1 text-3xl border-neutral-200/70 contrast-more:border-neutral-400 dark:border-primary-100/10 contrast-more:dark:border-neutral-400">
5757 Upload NPY files
5858 </h2>
5959 <div className="mt-4 mb-32">
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ export default function Page() {
1414
1515 return (
1616 < div >
17- < h1 className = "mt-2 text-4xl font-bold tracking-tight text-slate-900 dark:text-slate-100" > Evaluation Result</ h1 >
17+ < h1 className = "mt-2 text-4xl font-bold tracking-tight dark:text-slate-100" > Evaluation Result</ h1 >
1818 < Tree data = { data } />
1919 </ div >
2020 )
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ export default function Page() {
3737
3838 return (
3939 < div className = "w-full min-h-[1000px] mx-auto px-4 sm:px-6 lg:px-8" >
40- { /* <h1 className="mt-2 text-4xl font-bold tracking-tight text-slate-900 dark:text-slate-100">Evaluation Result</h1> */ }
40+ { /* <h1 className="mt-2 text-4xl font-bold tracking-tight dark:text-slate-100">Evaluation Result</h1> */ }
4141 < TTSFlowChart />
4242 </ div >
4343 )
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ export default function Page() {
1414
1515 return (
1616 < div className = "w-full min-h-[2000px] mx-auto px-4 sm:px-6 lg:px-8" >
17- { /* <h1 className="mt-2 text-4xl font-bold tracking-tight text-slate-900 dark:text-slate-100">Evaluation Result</h1> */ }
17+ { /* <h1 className="mt-2 text-4xl font-bold tracking-tight dark:text-slate-100">Evaluation Result</h1> */ }
1818 < Hierarchy data = { data } />
1919 </ div >
2020 )
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ export default function Page() {
1414
1515 return (
1616 < div className = "w-full min-h-[2000px] mx-auto px-4 sm:px-6 lg:px-8" >
17- { /* <h1 className="mt-2 text-4xl font-bold tracking-tight text-slate-900 dark:text-slate-100">Evaluation Result</h1> */ }
17+ { /* <h1 className="mt-2 text-4xl font-bold tracking-tight dark:text-slate-100">Evaluation Result</h1> */ }
1818 < IndentedTree data = { data } />
1919 </ div >
2020 )
Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ export default function Page() {
155155
156156 return (
157157 < div >
158- < h1 className = "mt-2 text-4xl font-bold tracking-tight text-slate-900 dark:text-slate-100" > Evaluation</ h1 >
158+ < h1 className = "mt-2 text-4xl font-bold tracking-tight dark:text-slate-100" > Evaluation</ h1 >
159159 < SurveyTaxonomyTree height = { 1500 } taxonomyData = { taxonomyData } />
160160 { /* <TaxonomyDiagram data={taxonomyData} /> */ }
161161 { /* <TaxonomyTree data={taxonomyData} /> */ }
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ export default function Page() {
1414
1515 return (
1616 < div >
17- < h1 className = "mt-2 text-4xl font-bold tracking-tight text-slate-900 dark:text-slate-100" > Evaluation Result (This page could be change)</ h1 >
17+ < h1 className = "mt-2 text-4xl font-bold tracking-tight dark:text-slate-100" > Evaluation Result (This page could be change)</ h1 >
1818 < Taxonomy data = { data } />
1919 </ div >
2020 )
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ export default function Page() {
3636
3737 return (
3838 < div className = "w-full min-h-[1000px] mx-auto px-4 sm:px-6 lg:px-8" >
39- { /* <h1 className="mt-2 text-4xl font-bold tracking-tight text-slate-900 dark:text-slate-100">Evaluation Result</h1> */ }
39+ { /* <h1 className="mt-2 text-4xl font-bold tracking-tight dark:text-slate-100">Evaluation Result</h1> */ }
4040 < TTSFlow nodes = { nodes } links = { links } />
4141 </ div >
4242 )
You can’t perform that action at this time.
0 commit comments