Lab homepage Template & Website builders choice
导言
Finding great lab's homepage template to learn.
Team homepage can increase understanding, cooperate and assist each other, build consensus and guide the team research.
Must be easy-buiding and easy-changing
Great lab homepage¶
陈海波 IPADS Lab: dokuwiki and homepage
Mediawiki和Doukuwiki比较
- 功能最强大的是Mediawiki,易用性最强的是Dokuwiki。
- 之所以不推荐Mediawiki是因为其配置和运维很麻烦,对于国内非计算机工科背景的课题组而言,费较大精力配置服务器和wk程序并保证其稳定运行不是很必要。
- Dokuwiki是基于txt文本文档的wiki程序,不需要数据库,既可以架设服务器进行外网访问,也可以在局域网中用一台电脑搭建服务以供其他电脑访问,还可以支持本地运行。只需要对文件夹下的txt文档进行复制粘贴就可以进行数据内容的备份、分享,不需要MySQL等数据库软件就是这么方便。
- Dokuwiki没有数据库,怎么实现登录呢?
其余不需要数据库的wiki
tiddlywiki 基于html
其余需要数据库的wiki
https://github.com/requarks/wiki
中国石油大学SSSLAB, 近年SC常客。
Damand Analysis¶
- Fixed navigation bar, click jump to abstract Part in homepage
- homepage with Big picture and following abstract of subpages
- Click
Learn more
jump to sub main page. - subpage including
- People / Team members
- publications
- project
- Education 1. courses 2. ISC Teams
- News
- Events(Past/Key/Upcoming)
Detail Design in HERE.
self development¶
基于VuePressor joomla or like blog advise2 . maybe change the stanford-like template
how to make it easy building and build on markdown?
opensource choice¶
35 Best Free College Website Templates 2023
free plan but limited choice¶
Drawback:
- advertisement
- limited accessment
Choices:
Bad but easy choice
LabXing is a charged lab-hompage hosting platform
部署策略的选择
- cloudflare有免费的额度
- 但是pages只支持静态的网页
- Worker主要支持JavaScript, 可以 convert php to JavaScript
- 还是必须使用VPS,买云服务器。随便一季度一两千
- 还是只能采用 dokuwiki + git plugin + docker 的内网快速部署的方式。