This is the website of our academic research group at the University of Birmingham.
A simple, clean, and responsive Jekyll theme for academics. If you like the theme, give it a star!
For more about how to use Jekyll, check out this tutorial.
If you want to change the content, please following:
- Fork our github Repo.
- Open code with GitHub Desktop. Please use the master branch.
- Make any changes to your webpage, commit, and push.
- Wait for a few minutes and let the action complete. You can see the progress in the Actions tab. If completed successfully, in addition to the
master
branch, your repository should also autonomously deploy thegh-pages
branch. - Finally, make a pull requests. The webpage will become available at https://cvlab-uob.github.io/.
If you want to pre-view the website when you edit it on your local computer, please following:
Assuming you have Ruby and Bundler installed on your system (hint: for ease of managing ruby gems, consider using rbenv). For Ubuntu/MacOS,
$ sudo apt install ruby-full ruby-bundler
$ sudo gem install bundler jekyll
$ jekyll -v
$ cd <your-repo-name>
$ bundle install
$ bundle exec jekyll serve
# => Now browse to http://localhost:4000
Now, feel free to edit the content. After you are done, commit your final changes.
- To change the H.J.Chang page in _config.yml and _pages/about.md
- To change the Research page in _pages/research.md. Images are in assets/img/research.
- To change the Team page in the _pages/student.md. Same as Openings, Teaching and Contact pages.
- Your publications page is generated automatically from your BibTex bibliography.
Simply edit
_bibliography/papers.bib
. Following:
@inproceedings{tse2022collaborative,
title={Collaborative Learning for Hand and Object Reconstruction with Attention-guided Graph Convolution},
author={Tze Ho Elden Tse and Kwang In Kim and Ales Leonardis and Hyung Jin Chang},
year={2022},
booktitle={IEEE Computer Vision and Pattern Recognition (CVPR)},
arxiv={2204.13062},
video = {},
code = {},
website = {},
abbr = {CVPR'22},
img= {/assets/img/paper/EldenCVPR22.jpg},
selected = {true}
}
If you want to have your own personal academic page, we also provide a template for you.
- Repeat Step 1 and Setp 2.
- We prepare a template in _pages/personal_page/your_name.md
- Please save the images of your personal paper in assets/img/team/your_name.
- Chang, commit, push, and pull request. Your personal page will become available at https://cvlab-uob.github.io/team/your_name.