You can use this docker file to easily host this site on your local machine.
git clone https://github.com/UARK-AICV/UARK-AICV.github.io.git && cd UARK-AICV.github.io.git
docker run -it --rm --network=host -v $(pwd):/site kashu98/jekyll-serve
Then you can visit the site at http://localhost:4000
- modify
data/publist.yml
- add picture to
images/pubpic/
Follow:
- title: "Z-GMOT with MA-SORT: Zero-shot Generic Multiple Object Tracking (GMOT) with Motion Appearance SORT (MA-SORT)"
image: k._tran_z_mot2024.png
description:
authors: K. H. Tran, A. D. Le Dinh, T. P. Nguyen, T. Phan, P. Nguyen, K. Luu, D. Adjeroh, G. Doretto, N. Le
link:
url: https://fsoft-aic.github.io/Z-GMOT/
display: K. H. Tran, A. D. Le Dinh, T. P. Nguyen, T. Phan, P. Nguyen, K. Luu, D. Adjeroh, G. Doretto, N. Le, , 2024
type: 1
news2:
year: 2024
The corresponding type is:
1
: Conference Papers2
: Journal Papers3
: Patents
- modify
data/research.yml
- add picture to
images/respic/
Follow:
- title: "Robust Hand Detection and Classification in Vehicles and in the Wild."
image: Res_c_n_doung_ieee17.png
url: https://openaccess.thecvf.com/content_cvpr_2017_workshops/w13/html/Le_Robust_Hand_Detection_CVPR_2017_paper.html
description: C. N. Duong, K. G. Quach, K. Luu, N. Le, M. Savvides, IEEE, 2017
category: Computer Vision
subCategory: Image Understanding
- modify
data/news.yml
- add picture to
images/newspic/
Follow:
- date: Dec 13th 2018
headline: "New paper! <a href='http://science.sciencemag.org/content/362/6420/eaat6576.long'> An et al. 2018 </a> published in Science, highlights the role of promoters in autism."
- modify
data/team_members.yml
- add markdown file to
team/
- add picture to
images/teampic/
or you can run:
python add_member.py
The corresponding group is:
0
: PI1
: Ph.D.2
: Masters students3
: Undergraduate students4
: Visiting scholar7
: Researcher8
: Alumni
Follow:
- name: Stephan Sanders
photo: stephansanders.jpg
info: Associate Professor
url: stephansanders
group: 0
- add picture to
images/logopic/
- edit
_pages/recruitment.md
Our website is based on the open source templates designed and shared by the labs of D. Allan Drummond and Trevor Bedford and modified by Sanders Lab. We downloaded source codes from their repository and modified our contents based on shared templates. We greatly thank for this beaultiful codebase.
The website is deployed using GitHub Pages and the source code is available on GitHub. Please feel free to reuse this code (making sure to cite the Bedford lab and Drummond lab as the original sources of the lab website template).