Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion research/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,16 @@ nav:

<!-- 实验室主要研究数据库系统实现核心技术,如高冲突事务处理框架、自适应数据分区等;数据库系统质量保证的关键技术,如面向应用的大规模负载仿真、Benchmark等。 -->

## Highlighted

{% include citation.html lookup="Open collaborative writing with Manubot" style="rich" %}

{% include section.html %}

## All

{% include search-box.html %}

{% include search-info.html %}

{% include list.html data="citations" component="citation" style="norich" %}
{% include list.html data="citations" component="citation" style="rich" %}
10 changes: 5 additions & 5 deletions team/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ nav:
## 教师

{%
include member-list.html
include list.html
data="members"
component="portrait"
style="small"
Expand All @@ -22,7 +22,7 @@ nav:
## 博士研究生

{%
include member-list.html
include list.html
data="members"
component="portrait"
style="small"
Expand All @@ -32,7 +32,7 @@ nav:
## 硕士研究生

{%
include member-list.html
include list.html
data="members"
component="portrait"
style="small"
Expand All @@ -42,7 +42,7 @@ nav:
## 毕业博士生

{%
include member-list.html
include list.html
data="members"
component="portrait"
style="small"
Expand All @@ -52,7 +52,7 @@ nav:
## 毕业硕士生

{%
include member-list.html
include list.html
data="members"
component="portrait"
style="small"
Expand Down
Loading