From e2e4726b91cbf1f7d8b938a71538ad922d618b01 Mon Sep 17 00:00:00 2001 From: Jiao Xianjun Date: Wed, 19 May 2021 11:19:42 +0200 Subject: [PATCH] Update publications.md --- doc/publications.md | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/doc/publications.md b/doc/publications.md index 1442f45..1617a03 100644 --- a/doc/publications.md +++ b/doc/publications.md @@ -4,7 +4,18 @@ SPDX-FileCopyrightText: 2021 UGent SPDX-License-Identifier: AGPL-3.0-or-later --> -If your work uses openwifi, please cite the first VTC2020 openwifi paper. To cite the openwifi code/github, please use (bibtex example): +If your work uses openwifi, please cite the first VTC2020 openwifi paper: +``` +@inproceedings{jiao2020openwifi, + title={openwifi: a free and open-source IEEE802. 11 SDR implementation on SoC}, + author={Jiao, Xianjun and Liu, Wei and Mehari, Michael and Aslam, Muhammad and Moerman, Ingrid}, + booktitle={2020 IEEE 91st Vehicular Technology Conference (VTC2020-Spring)}, + pages={1--2}, + year={2020}, + organization={IEEE} +} +``` +You can also cite the openwifi code/github link: ``` @electronic{openwifigithub, author = {Jiao, Xianjun and Liu, Wei and Mehari, Michael}, @@ -13,13 +24,11 @@ If your work uses openwifi, please cite the first VTC2020 openwifi paper. To cit year = {2019}, } ``` - -Openwifi related publications/works - +If your work is related to some further specific openwifi topic, you can find and cite it from the list of the related publications/works: - [VTC2020 spring Antwerp. openwifi: a free and open-source IEEE802.11 SDR implementation on SoC](https://www.orca-project.eu/wp-content/uploads/sites/4/2020/03/openwifi-vtc-antwerp-PID1249076.pdf) - [CSI MURDER](https://ans.unibs.it/projects/csi-murder/) - [IEEE 802.11 CSI randomization to preserve location privacy: An empirical evaluation in different scenarios](https://www.sciencedirect.com/science/article/abs/pii/S138912862100102X) - [Enabling TSN over IEEE 802.11: Low-overhead Time Synchronization for Wi-Fi Clients](https://biblio.ugent.be/publication/8700714/file/8700715.pdf) - [Openwifi CSI fuzzer for authorized sensing and covert channels](https://arxiv.org/pdf/2105.07428.pdf) (submitted to ACM WiSec 2021) -Openwifi was born in ORCA project (EU's Horizon2020 programme under agreement number 732174). +**Openwifi was born in ORCA project (EU's Horizon2020 programme under agreement number 732174).**