Skip to content

ChuhaoZhou99/marslab.github.io.dev

 
 

Repository files navigation

Homepage of NTU MARS Lab

Visit chuhaozhou99.github.io/marslab.github.io.dev 🚀

Built with Lab Website Template

Paper Adding

Please add your paper to the _data/sources.yaml file. The format is as follows:

- id: #doi#
  publisher: #Conference/Journal#
  date: #YYYY-MM-DD#
  image: #Upload the cover image to images/papers/#
  buttons:
  - type: paper
    link: #Paper URL#
  - type: github
    text: Github
    link: #Github URL#
  - type: website
    text: Website
    link: #Website URL#
  tags:
  - #tag1#
  - #tag2#
  - #tag3#

For example:

- id: arxiv:2305.10345
  type: paper
  publisher: NeurIPS 2023 Datasets and Benchmarks Track
  description: The world-first multi-modal non-intrusive 4D human dataset (RGB, Depth, LiDAR, mmWave, WiFi).
  date: 2023-05-11
  image: https://ntu-aiot-lab.github.io/static/images/setup.png
  buttons:
    - type: paper
      link: https://arxiv.org/pdf/2305.10345
    - type: github
      text: Github
      link: ybhbingo/MMFi_dataset
    - type: website
      text: Website
      link: https://ntu-aiot-lab.github.io/mm-fi
  tags:
    - multimodal dataset
    - 4D human sensing
    - human pose estimation
    - non-intrusive sensing

Additional information (e.g., paper title and authors) will be automatically generated in _data/citations.yaml based on the id and paper link provided in the _data/source.yaml file.

Highlighted Paper

To add paper into Highlighted under RESEARCH, just add group: highlighted to the format:

- id: #doi#
  publisher: #Conference/Journal#
  date: #YYYY-MM-DD#
  image: #Upload the cover image to images/papers/#
  group: highlighted
  buttons:
  - type: paper
    link: #Paper URL#
  - type: github
    text: Github
    link: #Github URL#
  - type: website
    text: Website
    link: #Website URL#
  tags:
  - #tag1#
  - #tag2#
  - #tag3#

Project Adding

To add paper to Project, please add your paper to the _data/projects.yaml file. The format is as follows:

- title: #Paper Title#
  subtitle:  #Paper Subtitle#
  image: #Paper Teaser Image#
  link: #Paper Code Link#
  description: #Paper Brief Description#
  tags:
    - #Tag 1#
    - #Tag 2#

For example:

- title: MM-Fi Dataset
  subtitle: Multimodal 4D Human Dataset
  image: images/gif/mm-fi-dataset.gif
  link: https://ntu-aiot-lab.github.io/mm-fi
  description: The world-first multi-modal non-intrusive 4D human dataset (RGB, Depth, LiDAR, mmWave, WiFi).
  tags:
    - dataset
    - human-sensing

Featured Project

To add a project into Featured under PROJECT, just add group: featured to the format:

- title: #Paper Title#
  subtitle:  #Paper Subtitle#
  image: #Paper Teaser Image#
  link: #Paper Code Link#
  description: #Paper Brief Description#
  group: featured
  tags:
    - #Tag 1#
    - #Tag 2#

About

Test codes for NTU MARS Lab

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SCSS 38.5%
  • HTML 28.5%
  • Python 15.2%
  • JavaScript 11.1%
  • Ruby 4.7%
  • Shell 1.3%
  • Dockerfile 0.7%