Update research paper with new sections, citations, and bibliography; enhance .gitignore for LaTeX artifacts

This commit is contained in:
YannAhlgrim
2025-03-28 15:58:23 +01:00
parent 10a62be9b7
commit 15f2ad5be0
4 changed files with 63 additions and 4 deletions
@@ -3,3 +3,5 @@
*.fls *.fls
*.fdb_latexmk *.fdb_latexmk
*.synctex.gz *.synctex.gz
*.bbl
*.blg
@@ -37,19 +37,31 @@ component, formatting, style, styling, insert.
\section{Introduction} \section{Introduction}
Test section. Test section.
Dummy citations \cite{bayani2017internet}, \cite{formisano2015advantages}, \cite{houssein2024internet}, \cite{malik2023smart}, \cite{shatat2024smart}
\subsection{Maintaining the Integrity of the Specifications} \subsection{Maintaining the Integrity of the Specifications}
Test subsection. Test subsection.
\section{Methodology} \section{Research Methodology}
This study adopts a Systematic Literature Review (SLR) approach to examine the advantages and disadvantages of using Internet of Things (IoT) technologies in smart cities. The reason for this approach
is to provide a comprehensive unbiased overview of the current state of research on this topic.
\newline
\newline
To identify relevant papers, a structured search string was developed to capture a broad range of perspectives on the topic. The following search query was used in academic databases:
\begin{quote}
TI (iot OR "internet of things") AND (smart cities OR "smart city") AND (advantages OR benefits OR pros OR strengths OR disadvantages OR cons OR risks OR challenges OR drawbacks OR weaknesses)
\end{quote}
The search was limited to peer-reviewed journal articles and conference papers published in English. As a database for the search, Google Scholar and EBSCO were used.
\section{Advantages of using IoT for Smart Cities} \section{Advantages of IoT in Smart Cities}
\section{Disadvantages of using IoT for Smart Cities} \section{Disadvantages of IoT in Smart Cities}
\section{Conclusion} \section{Conclusion}
\section{References} \section{References}
\bibliographystyle{IEEEtran}
\bibliography{IEEEabrv, references}
\end{document} \end{document}
@@ -0,0 +1,45 @@
@article{bayani2017internet,
title={Internet of things (IoT) advantages on e-learning in the smart cities},
author={Bayani, Majid and Leiton, Karol and Loaiza, Mayra},
journal={International Journal of Development Research},
volume={7},
number={12},
pages={17747--17753},
year={2017}
}
@inproceedings{formisano2015advantages,
title={The advantages of IoT and cloud applied to smart cities},
author={Formisano, Ciro and Pavia, Daniele and Gurgen, Levent and Yonezawa, Takuro and Galache, Jos{\`e} Antonio and Doguchi, Keiko and Matranga, Isabel},
booktitle={2015 3rd International Conference on Future Internet of Things and Cloud},
pages={325--332},
year={2015},
organization={IEEE}
}
@inproceedings{malik2023smart,
title={Smart Cities Monitoring using Internet of Things: Opportunities and Challenges},
author={Malik, Praveen Kumar and Roges, Rashmi and Tiwari, Praveen and Malik, Pooja and Kumar, Vinish and Gehlot, Anita},
booktitle={2023 4th International Conference on Electronics and Sustainable Communication Systems (ICESC)},
pages={450--455},
year={2023},
organization={IEEE}
}
@inproceedings{shatat2024smart,
title={Smart City Solutions: Using IoT and Data Analytics to Address Urban Challenges},
author={Shatat, Abdallah and Shatat, Ahmad and Akhtar, Mohammad Mobin and Al Dweiri, Mohammad},
booktitle={2024 International Conference on Decision Aid Sciences and Applications (DASA)},
pages={1--5},
year={2024},
organization={IEEE}
}
@article{houssein2024internet,
title={Internet of Things in Smart Cities: Comprehensive Review, Open Issues and Challenges},
author={Houssein, Essam H and Othman, Mahmoud A and Mohamed, Waleed M and Younan, Mina},
journal={IEEE Internet of Things Journal},
year={2024},
publisher={IEEE}
}