Skip to content

Commit

Permalink
Merge pull request #75 from vaimee/add-paper-link
Browse files Browse the repository at this point in the history
Add the publication link
  • Loading branch information
hyperloris authored Apr 8, 2024
2 parents fa1aa24 + 2fec264 commit a98e8a5
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CITATION.bib
Original file line number Diff line number Diff line change
@@ -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}
}
21 changes: 20 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<li>
<a href="#getting-started">Getting Started</a>
</li>
<li><a href="#usage">Usage</a></li>
<li><a href="#publication">Publication</a></li>
<li><a href="#roadmap">Roadmap</a></li>
<li><a href="#contributing">Contributing</a></li>
<li><a href="#contact">Contact</a></li>
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit a98e8a5

Please sign in to comment.