These papers are sorted by conference and date, and are deployed via github pages. Please click here to visit the website.
The following publications are included:
- IEEE S&P (Oakland)
- USENIX Security Symposium (USENIX Sec)
- ACM CCS
- NDSS
Since some topics on software testing are related to security, the following publications are also included:
- ICSE
- ISSTA
PRs and issues are warmly welcomed.
This website is version 2. I've rewritten the whole website and migrated it from Mkdocs to a Vue project.
The old version is archived in archive_v1
branch.
You can switch to this branch and deploy the old one in your own website!
To speed up website crawling, you can unzip the cache.zip
file and place the cache
directory under the root path of the project.
To update, first switch to main
branch and simply update data.yml
and run main.py
to crawl and generate the latest information!
Then I will update my branch and deploy it.
Since the source code should be private according to Prime Block, the vue files are closed-source currently.
To offer accurate and legitimate information, some websites are requested via API.
You can register your own API keys and set them in the config.example.yml
and rename the file as config.yml
.
To build and publish the website, run the following script:
python main.py
npm build
npm deploy
git add .
git commit -m "update $DATE"
git push origin main
If you have a web server, you can set it up for advanced functionalities, such as search in full-text/abstract.
This requires that you have already run python main.py
and generated all needed files.