Skip to content

Commit

Permalink
Merge pull request #35 from Estebanadm/main
Browse files Browse the repository at this point in the history
Changes to publish and research tabs
  • Loading branch information
Estebanadm authored May 22, 2024
2 parents 59b7c55 + a526837 commit 6e506c9
Show file tree
Hide file tree
Showing 11 changed files with 241 additions and 803 deletions.
27 changes: 21 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,37 @@ Then you can visit the site at `http://localhost:4000`

Follow:
```yaml
- title: "Constructing and optimizing 3D atlases from 2D data with application to the developing mouse brain"
image: Young2021.png
- 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:
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://elifesciences.org/articles/61408
display: Young et al. eLife (2021)
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:
news2:
year: 2024
```
The corresponding type is:
- `1`: Conference Papers
- `2`: Journal Papers
- `3`: Patents

### Add Research
1. modify `data/research.yml`
1. add picture to `images/respic/`

Follow:
```yaml
- 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
```

### Add news
1. modify `data/news.yml`
1. add picture to `images/newspic/`
Expand Down
Loading

0 comments on commit 6e506c9

Please sign in to comment.