From 4759a953965fc8ba51adfddfda57dea7761eb578 Mon Sep 17 00:00:00 2001 From: Gaukas Wang Date: Wed, 21 Feb 2024 00:30:55 -0700 Subject: [PATCH] update: add citation info Signed-off-by: Gaukas Wang --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.md b/README.md index c32ef6e..5ffa5ec 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,30 @@ This repository contains tools for building WebAssembly Transport Modules (WATMs) for [water](https://github.com/refraction-networking/water) project. +### Cite our work + +If you quoted or used our work in your own project/paper/research, please cite our paper [Just add WATER: WebAssembly-based Circumvention Transports](https://www.petsymposium.org/foci/2024/foci-2024-0003.pdf), which is published in the proceedings of Free and Open Communications on the Internet (FOCI) in 2024 issue 1, pages 22-28. + +
+ BibTeX + + ```bibtex + @inproceedings{water-foci24, + author = {Chi, Erik and Wang, Gaukas and Halderman, J. Alex and Wustrow, Eric and Wampler, Jack}, + year = {2024}, + month = {02}, + number = {1}, + pages = {22-28}, + title = {Just add {WATER}: {WebAssembly}-based Circumvention Transports}, + howpublished = "\url{https://www.petsymposium.org/foci/2024/foci-2024-0003.php}", + publisher = {PoPETs}, + address = {Virtual Event}, + series = {FOCI '24}, + booktitle = {Free and Open Communications on the Internet}, + } + ``` +
+ # License This project is dual-licensed under both the Apache 2.0 license and the GPLv3 license. The license applies differently depending on how this project is used.