diff --git a/custom/templates/home.tmpl b/custom/templates/home.tmpl deleted file mode 100644 index f0fff1777..000000000 --- a/custom/templates/home.tmpl +++ /dev/null @@ -1,254 +0,0 @@ -{{template "base/head" .}} -
- -
-
-
-

启智社区 -

Open Intelligence,Open Source,Open Community,Open Ecosystem

-

-
-
-
-
-
-
- OpenI DL -
-
- OpenI RL -
-
-
-
- 贡献者:百度 -
-
-
- -
-
-
-
- Brain++·天元 -
-
-
Brain++·天元
-
-
-
- 贡献者:旷视 -
-
-
- -
-
-
-
-
-
OpenI 天璇
- -
-
-
OpenI 天枢
- -
-
-
AVS3 解码
-
-
-
AVS3 编码
-
-
-
-
- 贡献者:北大深研院、鹏城实验室、深圳市超高清创新中心 -
-
-
- -
-
-
-
-
OpenI 海参
-
基于深度学习的视频智能编码
-
-
-
- 贡献者:鹏城实验室、北大、武大、中科大、哈工大 -
-
-
- -
-
-
-
-
-
-
-
-
-
-
- -
-
-
-
- 启智章鱼 -
-
-
新一代智能资源管理系统
-
-
-
- 贡献者:鹏城实验室、北大 -
-
-
- -
-
-
-
- OpenI珊瑚 -
-
-
异构资源调度项目
-
-
-
- 贡献者:华为 -
-
-
- -
-
-
-
- 启智Trustie -
-
-
群体化协同创新环境
-
-
-
- 贡献者:国防科大、北航、北大… -
-
-
- -
-
-
-
- 华为 -
-
-
华为软开云
-
-
- -
-
-
-
- OpenI 纵横 -
-
-
数据协同环境
-
-
-
- 贡献者:微众银行 -
-
-
- -
-
-
- -
-
-
-
-
-
-
鹏城云脑1、2
-
-
- -
-
-
-
-
北京、合肥、苏州…
-
-
- -
-
-
-
-
-
-
OpenI 海藻
-
可配置指令集和微架构的AI开源芯片
-
-
-
- 贡献者:北大、中科院、鹏城实验室 -
-
-
- -
-
-
-
- 华为云 -
-
- -
-
-
-
-
-
-
-
-
-
-
-
- -
-
-

启智社区期待您的加入

-

- OpenI社区旨在促进人工智能领域的开源开放协同创新,构建OpenI的技术链、创新链和生态链、推动人工智能产业健康快速发展及其在社会经济各领域的广泛应用。围绕重大产业创新,汇聚创新资源,促进众创共享,形成产业生态的目标,让"一体两翼"构想下的以技术专家为主体组成的多个工作组(标准工作组、知识产权工作组、投融资工作组、开源治理工作组等)、和以企业为主体的多个应用推进组(智能交通推进组、智能医疗推进组、智能金融推进组、智能教育推进组等)作为一个整体进行工作。以"完全开源、完全开放、完全免费、尊重创新"为准则,汇聚学术机构、商业实体、自然人或任何其他法人,共建共享开源软件、开源硬件和开源数据的超级社区;以众智、赛智、创智、有智等工作方法,努力建设成具有国际影响力的人工智能开源开放平台。 -

- 加入OpenI社区 -
- OpenI前期参与成员 -
-
-
- -
-{{template "base/footer" .}} diff --git a/custom/templates/repo/header.tmpl b/custom/templates/repo/header.tmpl deleted file mode 100644 index 8478b1e7f..000000000 --- a/custom/templates/repo/header.tmpl +++ /dev/null @@ -1,155 +0,0 @@ -
-{{with .Repository}} -
-
- - {{if not .IsBeingCreated}} -
-
- {{$.CsrfTokenHtml}} -
- - - {{.NumWatches}} - -
-
-
- {{$.CsrfTokenHtml}} -
- - - {{.NumStars}} - -
-
- {{if and (not .IsEmpty) ($.Permission.CanRead $.UnitTypeCode)}} - - {{end}} -
- {{end}} -
-
-{{end}} -
- {{if not .Repository.IsBeingCreated}} - - {{end}} -
-
-
diff --git a/custom/templates/user/auth/signin.tmpl b/custom/templates/user/auth/signin.tmpl deleted file mode 100644 index 3d874be3f..000000000 --- a/custom/templates/user/auth/signin.tmpl +++ /dev/null @@ -1,10 +0,0 @@ -{{template "base/head" .}} -
- {{template "user/auth/signin_navbar" .}} -
-
- {{template "user/auth/signin_inner" .}} -
-
-
-{{template "base/footer" .}} diff --git a/custom/templates/user/auth/signin_inner.tmpl b/custom/templates/user/auth/signin_inner.tmpl deleted file mode 100644 index a827bde9e..000000000 --- a/custom/templates/user/auth/signin_inner.tmpl +++ /dev/null @@ -1,103 +0,0 @@ - - {{if or (not .LinkAccountMode) (and .LinkAccountMode .LinkAccountModeSignIn)}} - {{template "base/alert" .}} - {{end}} - -
-
-
-
-

- {{if .LinkAccountMode}} - {{.i18n.Tr "auth.oauth_signin_title"}} - {{else}} - {{.i18n.Tr "auth.login_userpass"}} - {{end}} -

-
- {{if .ShowRegistrationButton}} - - {{end}} -
- -
-
-
- {{.CsrfTokenHtml}} -
-
- - -
-
- {{if or (not .DisablePassword) .LinkAccountMode}} -
-
- - -
-
- {{end}} - {{if not .LinkAccountMode}} -
-
-
- - -
-
- -
- {{end}} - - - -
- -
- - {{if and .OrderedOAuth2Names .OAuth2Providers}} -
-
-
-
-
-
-

{{.i18n.Tr "sign_in_with"}}

- {{range $key := .OrderedOAuth2Names}} - {{$provider := index $.OAuth2Providers $key}} - - {{$provider.DisplayName}}{{if eq $provider.Name - {{end}} -
-
-
-
-
- {{end}} -
-
-
-
-
diff --git a/custom/templates/user/auth/signup_inner.tmpl b/custom/templates/user/auth/signup_inner.tmpl deleted file mode 100644 index bb3c343b7..000000000 --- a/custom/templates/user/auth/signup_inner.tmpl +++ /dev/null @@ -1,85 +0,0 @@ - - -
-
-
-
-
-
-

- {{if .LinkAccountMode}} - {{.i18n.Tr "auth.oauth_signup_title"}} - {{else}} - {{.i18n.Tr "sign_up"}} - {{end}} -

-
- {{if not .LinkAccountMode}} - - {{end}} -
-
-
-
- {{.CsrfTokenHtml}} - {{if or (not .LinkAccountMode) (and .LinkAccountMode .LinkAccountModeRegister)}} - {{template "base/alert" .}} - {{end}} - - {{if .DisableRegistration}} -

{{.i18n.Tr "auth.disable_register_prompt"}}

- {{else}} -
- -
-
- -
- - {{if not .DisablePassword}} -
- -
-
- -
- {{end}} - - {{if and .EnableCaptcha (eq .CaptchaType "image")}} -
- {{.Captcha.CreateHtml}} -
-
- -
- {{end}} - - {{if and .EnableCaptcha (eq .CaptchaType "recaptcha")}} -
-
-
- {{end}} - - - -
- -
- {{end}} -
-
-
-
-
-
-
diff --git a/custom/templates/user/dashboard/navbar.tmpl b/custom/templates/user/dashboard/navbar.tmpl deleted file mode 100644 index 520738e87..000000000 --- a/custom/templates/user/dashboard/navbar.tmpl +++ /dev/null @@ -1,59 +0,0 @@ -
- -
diff --git a/templates/home.tmpl b/templates/home.tmpl index 5daea544f..5f3677cf0 100644 --- a/templates/home.tmpl +++ b/templates/home.tmpl @@ -1,53 +1,254 @@ {{template "base/head" .}}
-
-
-
- + +
+
+
+

启智社区 +

Open Intelligence,Open Source,Open Community,Open Ecosystem

+

+
+
+
+
+
+
+ OpenI DL +
+
+ OpenI RL +
+
+
+
+ 贡献者:百度 +
+
+
+ +
+
+
+
+ Brain++·天元 +
+
+
Brain++·天元
+
+
+
+ 贡献者:旷视 +
+
+
+ +
+
+
+
+
+
OpenI 天璇
+ +
+
+
OpenI 天枢
+ +
+
+
AVS3 解码
+
+
+
AVS3 编码
+
+
+
+
+ 贡献者:北大深研院、鹏城实验室、深圳市超高清创新中心 +
+
+
+ +
+
+
+
+
OpenI 海参
+
基于深度学习的视频智能编码
+
+
+
+ 贡献者:鹏城实验室、北大、武大、中科大、哈工大 +
+
+
+ +
+
+
+
+
+
+
+
+
-
-

- {{AppName}} -

-

{{.i18n.Tr "startpage.app_desc"}}

+
+ +
+
+
+
+ 启智章鱼 +
+
+
新一代智能资源管理系统
+
+
+
+ 贡献者:鹏城实验室、北大 +
+
+
+ +
+
+
+
+ OpenI珊瑚 +
+
+
异构资源调度项目
+
+
+
+ 贡献者:华为 +
+
+
+ +
+
+
+
+ 启智Trustie +
+
+
群体化协同创新环境
+
+
+
+ 贡献者:国防科大、北航、北大… +
+
+
+ +
+
+
+
+ 华为 +
+
+
华为软开云
+
+
+ +
+
+
+
+ OpenI 纵横 +
+
+
数据协同环境
+
+
+
+ 贡献者:微众银行 +
+
+
+ +
+
+
+ +
+
+
+
+
+
+
鹏城云脑1、2
+
+
+ +
+
+
+
+
北京、合肥、苏州…
+
+
+ +
+
+
+
+
+
+
OpenI 海藻
+
可配置指令集和微架构的AI开源芯片
+
+
+
+ 贡献者:北大、中科院、鹏城实验室 +
+
+
+ +
+
+
+
+ 华为云 +
+
+ +
+
+
+
+
+
+
+
+
+
-
-

- {{svg "octicon-flame" 16}} {{.i18n.Tr "startpage.install"}} -

-

- {{.i18n.Tr "startpage.install_desc" | Str2html}} -

-
-
-

- {{svg "octicon-device-desktop" 16}} {{.i18n.Tr "startpage.platform"}} -

-

- {{.i18n.Tr "startpage.platform_desc" | Str2html}} -

-
-
-
-
-

- {{svg "octicon-rocket" 16}} {{.i18n.Tr "startpage.lightweight"}} -

-

- {{.i18n.Tr "startpage.lightweight_desc" | Str2html}} -

-
-
-

- {{svg "octicon-code" 16}} {{.i18n.Tr "startpage.license"}} -

-

- {{.i18n.Tr "startpage.license_desc" | Str2html}} +

+

启智社区期待您的加入

+

+ OpenI社区旨在促进人工智能领域的开源开放协同创新,构建OpenI的技术链、创新链和生态链、推动人工智能产业健康快速发展及其在社会经济各领域的广泛应用。围绕重大产业创新,汇聚创新资源,促进众创共享,形成产业生态的目标,让"一体两翼"构想下的以技术专家为主体组成的多个工作组(标准工作组、知识产权工作组、投融资工作组、开源治理工作组等)、和以企业为主体的多个应用推进组(智能交通推进组、智能医疗推进组、智能金融推进组、智能教育推进组等)作为一个整体进行工作。以"完全开源、完全开放、完全免费、尊重创新"为准则,汇聚学术机构、商业实体、自然人或任何其他法人,共建共享开源软件、开源硬件和开源数据的超级社区;以众智、赛智、创智、有智等工作方法,努力建设成具有国际影响力的人工智能开源开放平台。

+ 加入OpenI社区 +
+ OpenI前期参与成员 +
+
{{template "base/footer" .}} diff --git a/templates/repo/header.tmpl b/templates/repo/header.tmpl index 5b621073c..8478b1e7f 100644 --- a/templates/repo/header.tmpl +++ b/templates/repo/header.tmpl @@ -92,15 +92,15 @@ {{if not .Repository.IsBeingCreated}}