visitor@academia:~$ whoami --verbose
 ______     _ _             _     _       
|__  / |__ (_) |__   ___   | |   (_)_   _ 
  / /| '_ \| | '_ \ / _ \  | |   | | | | |
 / /_| | | | | |_) | (_) | | |___| | |_| |
/____|_| |_|_|_.__/ \___/  |_____|_|\__,_|
                    
Zhibo Liu (刘智博)
ROLE PhD Candidate @ Your University
LOCATION Hong Kong, China
FOCUS your research area, machine learning, AI
STATS 10+ papers · 100+ citations · 5+ projects
UPDATED July 2025
visitor@academia:~$ cat ~/contact.json | jq .
{
  "message": "Feel free to reach out!",
  "email":   "your.email@university.edu",
  "github":  "github.com/yourname"
}
visitor@academia:~$ tail -f ~/news.log
NEW Your news item here.
visitor@academia:~$ cat ~/experience.yml
education:
  - degree: Ph.D. in Computer Science
    institution: Your University
    period: 2020 - Present
    status: active
visitor@academia:~$ cat ~/services.md
Reviewer
  • 2025: TDSC, TPDS
visitor@academia:~$ cat ~/teaching.log
2023 TA Teaching Assistant for COMP 3632: Principles of Cybersecurity.
visitor@academia:~/papers$ ls --sort=year --desc
(* denotes corresponding author)
year paper
2025 Your Paper Title Here Your Name, Co-Author 1, Co-Author 2 Conference/Journal Name 2025 [paper] [code]
visitor@academia:~$ cat ~/honors.log
2023 AWARD HK RGC Postdoctoral Fellowship Scheme.
visitor@academia:~$ cat ~/misc.txt
Reading: The Good, the Bad, and the Bye Bye
visitor@academia:~$