Skip to content

Commit 73f0bfe

Browse files
committed
Update member infos
1 parent d0de4b1 commit 73f0bfe

File tree

166 files changed

+375
-176
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

166 files changed

+375
-176
lines changed

.github/pull_request_template.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

.github/workflows/on-pull-request.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ permissions:
1414
pull-requests: write
1515

1616
jobs:
17-
update-citations:
18-
uses: ./.github/workflows/update-citations.yaml
17+
# update-citations:
18+
# uses: ./.github/workflows/update-citations.yaml
1919

2020
build-preview:
21-
needs: update-citations
21+
# needs: update-citations
2222
uses: ./.github/workflows/build-preview.yaml

.github/workflows/on-push.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ permissions:
1414
pull-requests: write
1515

1616
jobs:
17-
update-citations:
18-
# skip first run because nothing enabled or setup yet
19-
if: github.run_number != 1
20-
uses: ./.github/workflows/update-citations.yaml
17+
# update-citations:
18+
# # skip first run because nothing enabled or setup yet
19+
# if: github.run_number != 1
20+
# uses: ./.github/workflows/update-citations.yaml
2121

2222
build-site:
23-
needs: update-citations
23+
# needs: update-citations
2424
uses: ./.github/workflows/build-site.yaml

.github/workflows/on-schedule.yaml

Lines changed: 0 additions & 27 deletions
This file was deleted.

README.md

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,28 @@
11
# HUST Vision Lab Website
22

3-
Visit **[hustvl.github.io](https://hustvl.github.io)** 🚀
3+
This is the official website for the HUST Vision Lab, built using the [Lab Website Template (LWT)](https://github.com/greenelab/lab-website-template).
44

5-
_Built with [Lab Website Template](https://greene-lab.gitbook.io/lab-website-template-docs)_
5+
## Resources
66

7-
* [Lab Website Template](https://github.com/greenelab/lab-website-template) v1.1.6
8-
* [Template Docs](https://greene-lab.gitbook.io/lab-website-template-docs)
7+
* [Lab Website Template (LWT)](https://github.com/greenelab/lab-website-template)
8+
* [LWT Documentation](https://greene-lab.gitbook.io/lab-website-template-docs)
9+
* [LWT Gallery](https://greene-lab.gitbook.io/lab-website-template-docs/introduction/gallery)
910
* [Jekyll](https://jekyllrb.com/)
11+
* [HUST Color Specification](https://vi.hust.edu.cn/jcbf/scgf/scxl.htm)
1012
* [Material Design Colors](https://m3.material.io/styles/color/static/baseline)
1113
* [Font Awesome Icons](https://fontawesome.com/)
1214

13-
## Installation
15+
## Prerequisites
1416

15-
https://jekyllrb.com/docs/installation/ubuntu/
16-
17-
Install needed Ruby packages by running `bundle install`.
18-
19-
## Gallery
20-
21-
https://greene-lab.gitbook.io/lab-website-template-docs/introduction/gallery
17+
1. [Install Jekyll](https://jekyllrb.com/docs/installation/ubuntu/). For Windows users, it is recommended to use the WSL.
18+
2. Install needed Ruby packages by running `bundle install`.
2219

2320
## Usage
2421

25-
Preview the cite by running
22+
Preview the website locally by running:
2623

27-
```
24+
```bash
2825
bundle exec jekyll serve --open-url --livereload --trace
2926
```
3027

31-
Group members are in `_members`.
28+
Add, remove, or edit member profiles in the `_members` directory.

_config.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# site properties and page defaults
2-
title: HUSTVL
3-
subtitle: HUST Vision Lab
4-
# description: An engaging 1-3 sentence description of your lab.
5-
header: images/assets/bg_deep_neural_network.webp
6-
footer: images/assets/bg_deep_neural_network.webp
2+
title: HUST Vision Lab
3+
subtitle: at Huazhong University of Science and Technology
4+
description: The Vision Lab led by Professor Xinggang Wang based at the Artificial Intelligence Institute, School of Electronic Information and Communications, Huazhong University of Science and Technology (HUST).
5+
header: images/assets/background.jpg
6+
footer: images/assets/background.jpg
7+
proofer: false
78

89
# site social media and other links
910
links:

_includes/citation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
{% endif %}
3838
class="citation-title"
3939
>
40-
{{ citation.title | default: "[no title info]" }}
40+
<b>{{ citation.title | default: "[no title info]" }}</b>
4141
</a>
4242

4343
<div

_includes/fallback.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
onerror="this.src = '{{ "images/assets/fallback.svg" | relative_url }}'; this.onerror = null;"
1+
onerror="this.src = '{{ "images/assets/fallback.svg" | relative_url }}'; this.onerror = null;"

_includes/footer.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
<input
3636
type="checkbox"
3737
class="dark-toggle"
38-
data-tooltip="Dark mode"
3938
aria-label="toggle dark mode"
4039
oninput="onDarkToggleChange(event)"
4140
>

_includes/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</span>
2828
{% endif %}
2929
{% if site.logo-text != false %}
30-
<span class="title-text" data-tooltip="Home">
30+
<span class="title-text">
3131
{% if site.title and site.show-title != false %}
3232
<span class="title">{{ site.title }}</span>
3333
{% endif %}

0 commit comments

Comments
 (0)