From 450d3387821ffcb1bd3c22baa4540c7ce1ba53a0 Mon Sep 17 00:00:00 2001 From: Donggang Cao Date: Sat, 29 Jan 2022 18:39:12 +0800 Subject: [PATCH 1/2] add cas bulletin paper of uos --- docs/resource/tech.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/resource/tech.md b/docs/resource/tech.md index bab41c8..9546ad9 100644 --- a/docs/resource/tech.md +++ b/docs/resource/tech.md @@ -10,6 +10,10 @@ ## 文章 +- 梅宏, 曹东刚, 谢涛. [泛在操作系统:面向人机物融合泛在计算的新蓝海](http://www.bulletin.cas.cn/publish_article/2022/1/20220105.htm). 中国科学院院刊, 2022, 37(1): 30-37, [, 下载](http://www.bulletin.cas.cn/zgkxyyk/ch/reader/create_pdf.aspx?file_no=20220105&year_id=2022&quarter_id=1&falg=1) + +MEI Hong, CAO Donggang, XIE Tao. Ubiquitous Operating System: Toward the Blue Ocean of Human-cyber-physical Ternary Ubiquitous Computing. Bulletin of Chinese Academy of Sciences, 2022, 37(1): 30-37 + - Cao D G, Xue D L, Ma Z Y, et al. [XiUOS: an open-source ubiquitous operating system for industrial Internet of Things](http://engine.scichina.com/doi/10.1007/s11432-021-3294-y). Sci China Inf Sci, 2022, 65(1): 117101, https://doi.org/10.1007/s11432-021-3294-y - 曹东刚, 薛栋梁, 麻志毅, [矽璓:一款面向工业物联场景的泛在操作系统](/uploads/cccf-2021-6-xiuos.pdf), 中国计算机学会通信, 2021年6月, 17(6):78-81 From 0c4a83710c380e1c3c399f17748b5610b0db98d8 Mon Sep 17 00:00:00 2001 From: Donggang Cao Date: Sat, 29 Jan 2022 18:47:43 +0800 Subject: [PATCH 2/2] udpate repo link to gitlink --- docs/.vuepress/config.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 3409479..52f2aea 100755 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -34,7 +34,7 @@ module.exports = { * ref:https://v1.vuepress.vuejs.org/theme/default-theme-config.html */ themeConfig: { - repo: 'https://git.trustie.net/xuos/xiuos', + repo: 'https://gitlink.org.cn/xuos/xiuos.git', repoLabel: '源码', editLinks: false, docsDir: '', diff --git a/package.json b/package.json index 4f9dd47..ac845de 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "name": "XUOS Lab", "email": "caodg@pku.edu.cn" }, - "repository": "https://git.trustie.net/xuos/xiuos", + "repository": "https://gitlink.org.cn/xuos/xiuos", "scripts": { "dev": "vuepress dev docs", "build": "vuepress build docs"