Skip to content

Commit 02bc3a5

Browse files
committed
.
1 parent 34dac93 commit 02bc3a5

2 files changed

Lines changed: 80 additions & 6 deletions

File tree

public/legacy/challenge2025/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,7 @@ <h3 class="text-[1d4968]">
794794
Institution
795795
</th>
796796
<th class="text-white font-bold track1button w-1/6 min-w-24" onclick="track1sort(0, 'primary')">
797-
Score
797+
EPDMS
798798
</th>
799799
<th class="text-white font-bold w-1/6 min-w-24">
800800
Team Name
@@ -815,7 +815,7 @@ <h3 class="text-[1d4968]">
815815
</div>
816816
</div>
817817
</div>
818-
<span>* Not involed in the final official ranking.</span>
818+
<!-- <span>* Not involed in the final official ranking.</span> -->
819819
</div>
820820

821821
<div class="mt-12 flex flex-col gap-6">

public/legacy/challenge2025/track1.js

Lines changed: 78 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,87 @@
11
const track1data = [
22
{
3-
team: "-",
4-
primary: "-",
5-
country: "",
3+
team: "NVIDIA",
4+
primary: "49.1124",
5+
country: "US",
6+
institution: "NVIDIA, Fudan University",
7+
award: "",
8+
//award: "rank01"
9+
disqualified: false,
10+
links: "-"
11+
},
12+
{
13+
team: "RB",
14+
primary: "45.0070",
15+
country: "CN",
16+
institution: "Bosch CR",
17+
award: "",
18+
disqualified: false,
19+
links: "-"
20+
},
21+
{
22+
team: "HAOMO.AI",
23+
primary: "44.5438",
24+
country: "CN",
25+
institution: "-",
26+
award: "",
27+
disqualified: false,
28+
links: "-"
29+
},
30+
{
31+
team: "NoName",
32+
primary: "43.9254",
33+
country: "CN",
34+
institution: "Institute of Automation, Chinese Academy of Sciences",
35+
award: "",
36+
disqualified: false,
37+
links: "-"
38+
},
39+
{
40+
team: "test__",
41+
primary: "43.2231",
42+
country: "CN",
643
institution: "-",
744
award: "",
845
disqualified: false,
946
links: "-"
1047
},
48+
{
49+
team: "AHHH",
50+
primary: "42.7971",
51+
country: "CN",
52+
institution: "-",
53+
award: "",
54+
disqualified: false,
55+
links: "-"
56+
},
57+
{
58+
team: "SPA",
59+
primary: "42.5207",
60+
country: "KR",
61+
institution: "Seoul National University",
62+
award: "",
63+
// award: tracel grant
64+
disqualified: false,
65+
links: "-"
66+
},
67+
{
68+
team: "NoName",
69+
primary: "41.7187",
70+
country: "CN",
71+
institution: "-",
72+
award: "",
73+
disqualified: false,
74+
links: "-"
75+
},
76+
{
77+
team: "Simple",
78+
primary: "41.5534",
79+
country: "CN",
80+
institution: "IEIT",
81+
award: "",
82+
disqualified: false,
83+
links: "-"
84+
},
1185
];
1286

1387

@@ -43,7 +117,7 @@ function track1render() {
43117
<img src="/assets/icon/${item.award}.png" class="inlineflag"/>
44118
</div>
45119
</td>
46-
<td><img src="/assets/flags/${item.country}.svg" class="inlineflag"/> ${item.country}</td>
120+
<td><img src="/assets/flags/${item.country}.svg" class="inlineflag"/></td>
47121
<td>${item.institution}</td>
48122
<td><b>${item.primary}</b></td>
49123
<td>${item.team}</td>

0 commit comments

Comments
 (0)