diff --git a/docs/challenges/P2421/index.mdx b/docs/challenges/P2421/index.mdx index e267cf2..f10cd7b 100644 --- a/docs/challenges/P2421/index.mdx +++ b/docs/challenges/P2421/index.mdx @@ -4,6 +4,8 @@ cid: P2421 slug: /P2421 award: 人民币 20000 numberOfChampions: 1 +begin_time: 2024-07-08 (AoE) +end_time: 2024-08-31 (AoE) description: 利用 RuyiSDK 的新 32 位工具链,和内建的新 32 位 QEMU 模拟器,完成指定 Hypervisor 的移植。指定 Hypervisor 为 seL4。 --- diff --git a/docs/challenges/P2425/index.mdx b/docs/challenges/P2425/index.mdx index 3f9d588..df8c792 100644 --- a/docs/challenges/P2425/index.mdx +++ b/docs/challenges/P2425/index.mdx @@ -4,6 +4,8 @@ cid: P2425 slug: /P2425 award: 人民币 20000 numberOfChampions: 1 +begin_time: 2024-07-08 (AoE) +end_time: 2024-08-03 (AoE) description: 在 SG2042/Pioneer Box 上,移植 RetroArch 模拟器;尽可能支持更多的核心流畅运行。 --- diff --git a/docs/challenges/P2426/index.mdx b/docs/challenges/P2426/index.mdx index cc12981..ef8da37 100644 --- a/docs/challenges/P2426/index.mdx +++ b/docs/challenges/P2426/index.mdx @@ -4,6 +4,8 @@ cid: P2426 slug: /P2426 award: 人民币 15000 numberOfChampions: 1 +begin_time: 2024-07-08 (AoE) +end_time: 2024-08-31 (AoE) description: KubeSphere 是在Kubernetes 之上构建的面向云原生应用的分布式操作系统。在 SG2042/Pioneer Box 上,本题要求在 SG2042/Pioneer Box 上移植 KubeSphere。 --- diff --git a/docs/challenges/S2422/index.mdx b/docs/challenges/S2422/index.mdx index ab86025..788f3b4 100644 --- a/docs/challenges/S2422/index.mdx +++ b/docs/challenges/S2422/index.mdx @@ -4,6 +4,8 @@ cid: S2422 slug: /S2422 award: 人民币 20000 numberOfChampions: 1 +begin_time: 2024-07-08 (AoE) +end_time: 2024-08-03 (AoE) description: 在搭载了 K230 的 RISC-V 开发板上,移植大语言模型 Llama 3,并正确运行;使用 RISC-V Vector (或 Xuantie Matrix)扩展指令集对 LLaMA 3 的实现进行优化,加速模型的执行速度。 --- diff --git a/docs/challenges/S2423/index.mdx b/docs/challenges/S2423/index.mdx index f153347..40a9d74 100644 --- a/docs/challenges/S2423/index.mdx +++ b/docs/challenges/S2423/index.mdx @@ -4,6 +4,8 @@ cid: S2423 slug: /S2423 award: 人民币 20000 numberOfChampions: 1 +begin_time: 2024-07-08 (AoE) +end_time: 2024-08-31 (AoE) description: 在 SG2042/Pioneer Box 上,移植 OceanBase 数据库;尽可能高的提升相关 Benchmark 的分数。 --- diff --git a/docs/challenges/S2424/index.mdx b/docs/challenges/S2424/index.mdx index a29f913..9c814aa 100644 --- a/docs/challenges/S2424/index.mdx +++ b/docs/challenges/S2424/index.mdx @@ -4,6 +4,8 @@ cid: S2424 slug: /S2424 award: 人民币 15000 numberOfChampions: 1 +begin_time: 2024-07-08 (AoE) +end_time: 2024-08-03 (AoE) description: 在 SG2042/Pioneer Box 上,移植 TDengine 数据库;尽可能高的提升相关 Benchmark 的分数。 --- diff --git a/docs/challenges/S2427/index.mdx b/docs/challenges/S2427/index.mdx index 60f1d4c..89868de 100644 --- a/docs/challenges/S2427/index.mdx +++ b/docs/challenges/S2427/index.mdx @@ -4,6 +4,8 @@ cid: S2427 slug: /S2427 award: 人民币 10000 numberOfChampions: 1 +begin_time: 2024-07-08 (AoE) +end_time: 2024-08-31 (AoE) description: TiDB 是开源的开源分布式关系型数据库,本题要求在 SG2042/Pioneer Box 上,移植 TiDB, 并尽可能提升 TiDB benchmark 的跑分。 --- diff --git a/docs/challenges/S2428/index.mdx b/docs/challenges/S2428/index.mdx index 37bc880..e848cb2 100644 --- a/docs/challenges/S2428/index.mdx +++ b/docs/challenges/S2428/index.mdx @@ -4,6 +4,8 @@ cid: S2428 slug: /S2428 award: 人民币 10000 numberOfChampions: 1 +begin_time: 2024-07-08 (AoE) +end_time: 2024-08-31 (AoE) description: K3s 是轻量级的 Kubernetes。K3s 易于安装,仅需要 Kubernetes 内存的一半,所有组件都在一个小于 100 MB 的二进制文件中。本赛题要求基于 Milk-V Duo S 平台完成 K3s 的移植与优化,并在电脑上形成集群管理的 demo。 --- diff --git a/i18n/en/code.json b/i18n/en/code.json index bf2683c..bf9c949 100644 --- a/i18n/en/code.json +++ b/i18n/en/code.json @@ -63,6 +63,14 @@ "message": "Award", "description": "the description message of the award" }, + "common.metadata.begin_time": { + "message": "Starttime", + "description": "the description message of the challenge starting time" + }, + "common.metadata.end_time": { + "message": "Deadline", + "description": "the description message of the challenge deadline" + }, "common.metadata.championsCount": { "message": "Number of champions", "description": "the description message of the number of champions" diff --git a/src/components/ChallengeMeta/index.tsx b/src/components/ChallengeMeta/index.tsx index 919cbae..e2ef44b 100644 --- a/src/components/ChallengeMeta/index.tsx +++ b/src/components/ChallengeMeta/index.tsx @@ -47,6 +47,18 @@ export default function ChallengeMeta({ {fm.numberOfChampions} + {inDoc === 'in-doc-true' && ( +