Skip to content

Commit 9a21c25

Browse files
authored
Change URL field to HTML format in papers.bib
Updated the URL field to HTML format in the bibliography entry.
1 parent 5223171 commit 9a21c25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_bibliography/papers.bib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ @inproceedings{icit
367367
isbn = {9798400717376},
368368
publisher = {Association for Computing Machinery},
369369
address = {New York, NY, USA},
370-
url = {https://doi.org/10.1145/3718391.3718429},
370+
html = {https://doi.org/10.1145/3718391.3718429},
371371
doi = {10.1145/3718391.3718429},
372372
abstract = {Urban traffic simulation is crucial for improving traffic management by analyzing and optimizing urban mobility. Traditional VANET simulation tools, using traffic data from simulators like SUMO, lack real-world data integration. SimulatorBridgerDfT addresses this by extending SimulatorBridger to incorporate real-world traffic data from the UK’s Department for Transport (DfT). It processes diverse data formats, particularly CSV from the DfT, for more accurate urban traffic simulations. The research examines how real-world traffic data affects vehicular network communication times. Experiments show that SimulatorBridgerDfT accurately mirrors real-world traffic and reveals the impact of increased IoT device loads on network performance, emphasizing the need for effective smart city network management.},
373373
booktitle = {Proceedings of the 2024 the 12th International Conference on Information Technology (ICIT)},

0 commit comments

Comments
 (0)