Skip to content
Open
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
6 changes: 4 additions & 2 deletions _pages/profiles.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
layout: people-grid # <- we'll create this layout in the next step
layout: people-grid # <- we'll create this layout in the next step
permalink: /people/
title: people
description: Members of the ARL.
Expand Down Expand Up @@ -34,6 +34,8 @@ profiles:
image: fuquan.jpg
email: fuqwan49 at uic.edu
links:
- icon: fas fa-globe
url: https://wangfuquan0905.github.io/
- icon: ai ai-google-scholar
url: https://scholar.google.com/citations?user=QVQbZPYAAAAJ&hl=zh-CN
url: https://scholar.google.com/citations?user=QVQbZPYAAAAJ&hl=en
---
7 changes: 4 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"devDependencies": {
"@shopify/prettier-plugin-liquid": "1.4.0",
"prettier": "3.1.1"
"@shopify/prettier-plugin-liquid": "^1.4.0",
"prettier": "^3.1.1"
}
}
Loading