diff --git a/CITATION.bib b/CITATION.bib new file mode 100644 index 0000000..18080c1 --- /dev/null +++ b/CITATION.bib @@ -0,0 +1,10 @@ +@INPROCEEDINGS{10454685, + author={Aguzzi, Cristiano and Gigli, Lorenzo and Zyrianoff, Ivan and Roffia, Luca}, + booktitle={2024 IEEE 21st Consumer Communications & Networking Conference (CCNC)}, + title={ZION: A Scalable W3C Web of Things Directory}, + year={2024}, + volume={}, + number={}, + pages={1-6}, + doi={10.1109/CCNC51664.2024.10454685} +} diff --git a/README.md b/README.md index 023f175..0a79cac 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@
  • Getting Started
  • -
  • Usage
  • +
  • Publication
  • Roadmap
  • Contributing
  • Contact
  • @@ -124,7 +124,26 @@ services: - ZION_JWT_EXPIRES_IN=7d container_name: zion ``` +## Publication +The full paper, available [here](https://ieeexplore.ieee.org/document/10454685), should be cited if this repository is utilized for research, thesis, or industrial activities involving publications. + +``` +C. Aguzzi, L. Gigli, I. Zyrianoff and L. Roffia, "ZION: A Scalable W3C Web of Things Directory," 2024 IEEE 21st Consumer Communications & Networking Conference (CCNC), Las Vegas, NV, USA, 2024, pp. 1-6, doi: 10.1109/CCNC51664.2024.10454685. +``` + +``` +@INPROCEEDINGS{10454685, + author={Aguzzi, Cristiano and Gigli, Lorenzo and Zyrianoff, Ivan and Roffia, Luca}, + booktitle={2024 IEEE 21st Consumer Communications & Networking Conference (CCNC)}, + title={ZION: A Scalable W3C Web of Things Directory}, + year={2024}, + volume={}, + number={}, + pages={1-6}, + doi={10.1109/CCNC51664.2024.10454685} +} +``` ## Roadmap