Merge pull request '新增梅老师最新UOS文章及更新gitlink链接' (#49) from caodg/xuos-web:develop into master
This commit is contained in:
commit
3e6ad525e1
|
@ -34,7 +34,7 @@ module.exports = {
|
||||||
* ref:https://v1.vuepress.vuejs.org/theme/default-theme-config.html
|
* ref:https://v1.vuepress.vuejs.org/theme/default-theme-config.html
|
||||||
*/
|
*/
|
||||||
themeConfig: {
|
themeConfig: {
|
||||||
repo: 'https://git.trustie.net/xuos/xiuos',
|
repo: 'https://gitlink.org.cn/xuos/xiuos.git',
|
||||||
repoLabel: '源码',
|
repoLabel: '源码',
|
||||||
editLinks: false,
|
editLinks: false,
|
||||||
docsDir: '',
|
docsDir: '',
|
||||||
|
|
|
@ -10,6 +10,10 @@
|
||||||
|
|
||||||
## 文章
|
## 文章
|
||||||
|
|
||||||
|
- 梅宏, 曹东刚, 谢涛. [泛在操作系统:面向人机物融合泛在计算的新蓝海](http://www.bulletin.cas.cn/publish_article/2022/1/20220105.htm). 中国科学院院刊, 2022, 37(1): 30-37, [<i class="far fa-file-pdf">, 下载</i>](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
|
- 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
|
- 曹东刚, 薛栋梁, 麻志毅, [矽璓:一款面向工业物联场景的泛在操作系统](/uploads/cccf-2021-6-xiuos.pdf), 中国计算机学会通信, 2021年6月, 17(6):78-81
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
"name": "XUOS Lab",
|
"name": "XUOS Lab",
|
||||||
"email": "caodg@pku.edu.cn"
|
"email": "caodg@pku.edu.cn"
|
||||||
},
|
},
|
||||||
"repository": "https://git.trustie.net/xuos/xiuos",
|
"repository": "https://gitlink.org.cn/xuos/xiuos",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vuepress dev docs",
|
"dev": "vuepress dev docs",
|
||||||
"build": "vuepress build docs"
|
"build": "vuepress build docs"
|
||||||
|
|
Loading…
Reference in New Issue