Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1023 Bytes

File metadata and controls

32 lines (24 loc) · 1023 Bytes

binglunwang.github.io

Personal academic website of Binglun Wang — PhD student at University College London (UCL), VECG group.

Live site: https://binglunwang.github.io/

Structure

index.html            Homepage (responsive)
css/stylesheet.css     Site styles
assets/img/            Site images (profile photo, …)
files/                 Downloadable documents
  ├── cv/              CVs and personal statements
  ├── competitions/    ICPC / CCPC / NOIP certificates
  └── research/        Papers, reports, thesis
publication/           Assets for listed publications
GC_AIML/               Sub-page: AI & ML seminar series
first_year_viva/       Sub-page: first-year viva video results
ICPC_OI/               Competitive-programming teaching materials
CV_resources/          Supporting CV material

Development

The site is static HTML/CSS. Open index.html in a browser to preview, or serve locally:

python3 -m http.server

Deployed automatically via GitHub Pages.