Skip to content

ustc-ivclab/ustc-ivclab.github.io

Repository files navigation

layout title
post
More

CI/CD

pre-commit.ci status github/workflow

If you find CI/CD failed, please:

  • report the bug.
  • give us a PR.

Information

github/downloads github/downloads/latest github/issues github/issues-closed github/issues-pr github/issues-pr-closed github/discussions github/milestones github/forks github/stars github/watchers github/contributors github/commit-activity github/last-commit github/release-date

github/license github/languages github/languages/top github/directory-file-count github/code-size github/repo-size github/v

You can use the website as your website template.

Maintain

How to build this website

For windows:

  1. Download msys2
  2. Install some needed programs
pacman -S pactoys
pacboy -S gcc:x ruby:x libxslt:x
gem install nokogiri -- --use-system-libraries
bundle config set --local path .bundle
bundle install
bundle exec jekyll s

Open https://localhost:4000.

For other systems, See https://jekyllrb.com/docs/installation

Develop

pip install pre-commit
pre-commit install
git commit

New people join us

  1. Add their github account to our organization
  2. Create _posts/people/(student|faculty|alumni)/YYYY-MM-DD-last-name-first_name.md
---
category: people
tags:
  - robot
---

## Photo

![profile](https://avatars.githubusercontent.com/u/116997363)

## Information

- Chinese name: 智能视频编码实验室
- English name: IVCLab
- Homepage: <https://ustc-ivclab.github.io>
- Scholar: <https://scholar.google.com/citations?user=ivclab>

Notes:

  • YYYY-MM-DD is the date the person joins us.
  • The image link of the profile must be an external URL to save our store space.
  • Some items can be emitted.
  • Not recommend to add email because it can be achieve by spider easily. Insteadly, email should be added to their homepage.

Priority of homepage

In conclusion, we can fill homepage to every one's page by the following order.

Personal blog which can control all mostly
Personal blog which can only control the content
Any social website which can upload file/video or comment

New event happens

Create _posts/news/(academic|entertainment|publication|service|community)/YYYY-MM-DD-event_name.md

---
tags:
  - publication
  - other tag
---

## Information

- [Accepted](https://ieeexplore.ieee.org/document/X) by
  [IEEE X](https://example.com)
- [Code](https://github.com/ustc-ivclab/X)

## Authors

- [IVCLab](/people/2020/09/01/ivclab)

Notes:

  • YYYY-MM-DD is the date the news happens.
  • The image link of the profile must be an external URL to save our store space.
  • Any item cannot be emitted.

Todo

  • Change -- of post filename to - of post title, such as: change 2022-03-01-end--to--end-optimized-versatile-image-compression-with-wavelet-like-transform.md to End-to-end Optimized Versatile Image Compression With Wavelet Like Transform
  • Generate list automatically from bib
  • Add easter eggs -- Right, you know the fact that them exist. Find them 🥚!

About

❤️ The homepage of USTC IVCLab. maintainers: @ustc-ivclab/homepage-maintain

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages