Two folders are involved:
-
./_data/onepage: YAML files for data, including news, members, projects, and publications. -
./onepage: HTML-related stuff, including the HTML files and the assets, e.g., images.
- Add your profile like the following to the correct
kindsection in./_data/onepage/members.yml. Supportedkindarefaculty,graduate_students,postdocs, andalumni.
- name: Ruishi Li
image: ./assets/people/member_ruishi.jpg
website: https://zero0one1.github.io/
github: https://github.com/Zero0one1
linkedin: https://www.linkedin.com/in/ruishili/
twitter: https://twitter.com/xx- Upload your profile image to
./onepage/assets/people/withmember_<your name>.jpgas the filename.
Add your publication like the following to ./_data/onepage/publications.yml. The most recent publication should be added to the beginning of the list.
- title: "Translating C To Rust: Lessons from a User Study"
authors: ["Ruishi Li*", "Bo Wang*", "Tianyu Li", "Prateek Saxena", "Ashish Kundu"]
venue: "NDSS Symposium 2025"
shortVenue: "NDSS 2025"
location: "San Diego, CA"
date: "February 2025"
links:
- {type: "PDF", url: "https://arxiv.org/abs/2411.14174"}
- {type: "Artefact", url: "https://doi.org/10.5281/xx"}
- {type: "Video Demo", url: "https://youtube.com/watch?v=xx"}
recent: trueAdd your project like the following to ./_data/onepage/projects.yml.
- name: Capstone
description: A Capability-based Foundation for Trustless Secure Memory Access
url: https://capstone.kisp-lab.org/Add your news like the following to ./_data/onepage/news.yml. The most recent news should be added to the beginning of the list.
- date: "Nov 01"
content: "Our paper on a [user study about translating C to Rust](https://arxiv.org/abs/2411.14174) is accepted at NDSS'25."