perf(frontend): add the repo link

This commit is contained in:
Gene 2024-01-31 10:35:58 +08:00
parent 82c5aec38a
commit 717e007f6d
3 changed files with 30 additions and 3 deletions

View File

@ -2,8 +2,13 @@ export default {
Cover: {
Beiming: "Beimingwu: A Learnware Dock System",
Introduction:
"Beimingwu is the first systematic open-source implementation of learnware dock system, providing a preliminary research platform for learnware studies. Developers worldwide can submit their models freely to the learnware dock. They can generate specifications for the model with the help of Beimingwu without disclosing their raw data, and then the model and specification can be assembled into a learnware, which will be accommodated in the learnware dock. Future users can solve their tasks by submitting their requirements and reusing helpful learnwares returned by Beimingwu, while also not disclosing their own data. It is anticipated that after Beimingwu accumulates millions of learnwares, an \"emergent\" behavior may occur: machine learning tasks that have never been specifically tackled may be solved by assembling and reusing some existing learnwares. For more in-depth information, you can access the complete paper here: ",
'Beimingwu is the first systematic open-source implementation of learnware dock system, providing a preliminary research platform for learnware studies. Developers worldwide can submit their models freely to the learnware dock. They can generate specifications for the model with the help of Beimingwu without disclosing their raw data, and then the model and specification can be assembled into a learnware, which will be accommodated in the learnware dock. Future users can solve their tasks by submitting their requirements and reusing helpful learnwares returned by Beimingwu, while also not disclosing their own data. It is anticipated that after Beimingwu accumulates millions of learnwares, an "emergent" behavior may occur: machine learning tasks that have never been specifically tackled may be solved by assembling and reusing some existing learnwares. For more in-depth information, you can access the complete paper here: ',
PaperLinkDescription: "Paper Link",
CodeRepo: {
Description: "Beimingwu is completely open-source. The related code repositories can be accessed by clicking: ",
Beimingwu: "System Frontend & Backend",
Learnware: "System Engine & Toolkit",
},
Try: "Try It Out",
Submit: "Be A Developer",
LearnwareName: "Learnware",
@ -30,7 +35,8 @@ export default {
},
Function: {
Title: "What are the main functions of Beimingwu?",
Description: "The Beimingwu learnware dock system, serving as a preliminary research platform for the learnware paradigm, systematically accomplishes the entire process of learnware from submission to deployment as follows:",
Description:
"The Beimingwu learnware dock system, serving as a preliminary research platform for the learnware paradigm, systematically accomplishes the entire process of learnware from submission to deployment as follows:",
SearchAndDeploy: {
Title: "Search and deploy learnwares: ",
Description:

View File

@ -4,6 +4,11 @@ export default {
Introduction:
"北冥坞是学件的第一个系统性开源实现,为学件相关研究提供了一个初步科研平台。有分享意愿的开发者可自由提交模型,学件坞协助产生规约形成学件存放在学件坞中,开发者在这个过程中无需向学件坞泄露自己的训练数据。未来的用户可以通过向学件坞提交需求,在学件坞协助下查搜复用学件来完成自己的机器学习任务,且用户可以不向学件坞泄露自有数据。预计在学件坞拥有数以百万计的学件后,将可能出现“涌现”行为:以往没有专门开发过模型的机器学习任务,可能通过复用若干个现有学件而解决。如需了解更多信息,可点击查看完整论文: ",
PaperLinkDescription: "论文链接",
CodeRepo: {
Description: "北冥坞所有代码完全开源,相关代码仓库可点击: ",
Beimingwu: "系统前后端",
Learnware: "系统引擎及工具包",
},
Try: "学件查搜",
Submit: "学件上传",
LearnwareName: "学件",
@ -30,7 +35,8 @@ export default {
},
Function: {
Title: "北冥坞系统的主要功能是什么?",
Description: "北冥坞学件基座系统作为学件范式的初步科研平台,实现了学件从上传到部署的完整流程如下:",
Description:
"北冥坞学件基座系统作为学件范式的初步科研平台,实现了学件从上传到部署的完整流程如下:",
SearchAndDeploy: {
Title: "查搜部署学件:",
Description:

View File

@ -176,6 +176,21 @@ watch(
</a>
</div>
<div class="mx-auto mt-1 max-w-7xl px-10 sm:px-20 md:px-40 lg:px-60">
{{ t("Home.Cover.CodeRepo.Description") }}
<a
:href="`https://www.gitlink.org.cn/beimingwu/beimingwu`"
class="text-white dark:text-white"
target="_blank"
>{{ t("Home.Cover.CodeRepo.Beimingwu") }}</a
>,&nbsp;<a
:href="`https://www.gitlink.org.cn/beimingwu/learnware`"
class="text-white dark:text-white"
target="_blank"
>{{ t("Home.Cover.CodeRepo.Learnware") }}</a
>
</div>
<div class="flex justify-center pt-10">
<v-btn
class="dark:text-primary-light mx-3 text-black"