% COMMON RECOMMENDATIONS % "key" is unique field, recommended to use bib1, bib2, ... in order of mention in the text % DOI URL (if exists) put in "year" field (do not use "url" field) % "url" field is only for online resources % to keep capitals use curly braces {...} % unnecessary fields can be deleted (like "month" etc.) % an article in a journal @article{key, author = "S. Zhang and C. Zhu and J. K. O. Sin and P. K. T. Mok" title = "A Novel Ultrathin Elevated Channel Low-temperature Poly", journal = "IEEE", volume = "20", month = "nov" year = "2001. \url{https://doi.org/10.3390/8972}", pages = "569-571" } % a paper in a conference proceedings @inproceedings{key, author = "R. K. Gupta and S. D. Senturia", title = "Pull-in Time Dynamics as a Measure of Absolute Pressure", booktitle = "Proc. {IEEE} International Workshop on Microelectromechanical Systems ({MEMS}'97)", address = "Nagoya, Japan", month = jan, year = "1997. \url{https://doi.org/10.3390/8972}", pages = "290-294" } % conference paper with an address and days @inproceedings{key, author = "M. S. Yee and L. Hanzo", title = "Radial Basis Function Decision Feedback Equaliser Assisted Burst-by-burst Adaptive Modulation", booktitle = "Proc. {IEEE} Globecom '99", address = "Rio de Janeiro, Brazil", month = dec # " 5--9,", year = "1999. \url{https://doi.org/10.3390/8972}", pages = "2183-2187" } % conference paper with volume number @inproceedings{key, author = "M. Yajnik and S. B. Moon and J. Kurose and D. Towsley", title = "Measurement and Modeling of the Temporal Dependence in Packet Loss", booktitle = "Proc. {IEEE} {INFOCOM}'99", volume = "1", address = "New York, NY", month = mar, year = "1999. \url{https://doi.org/10.3390/8972}", pages = "345-352" } % online resource @misc{key, title="Decentralized Semantic Traffic Control in AVs Using RL and DQN for Dynamic Roadblocks", author="Emanuel Figetakis and Yahuza Bello and Ahmed Refaey and Abdallah Shami", year="2024", url="https://google.com" } % a software package as a manual @manual{key, title = "SaberDesigner Reference Manual", organization = "Analogy, Inc.", year = "2021", note = "Release 4.3" url = "http://www.kpi.edu/" } % a software package as an electronic reference @electronic{key, title = "Ucb/lbnl/vint Network Simulator---ns (Version 2)", url = "http://www.kpi.edu/" } % a book @book{key, author = "B. D. Cullity", title = "Introduction to Magnetic Materials", publisher = "Addison-Wesley", address = "Reading, MA", year = "1972. \url{https://doi.org/10.3390/8972}" } % book with editor and no author @book{key, editor = "J. C. Candy and G. C. Temes", title = "Oversampling Delta-Sigma Data Converters Theory, Design and Simulation", publisher = "{IEEE} Press.", address = "New York", year = "1992. \url{https://doi.org/10.3390/8972}" } % book with edition, author and editor @book{key, author = "S. M. Metev and V. P. Veiko", editor = "Osgood, Jr., R. M.", title = "Laser Assisted Microtechnology", edition = "Second", publisher = "Springer-Verlag", address = "Berlin, Germany", year = "1998. \url{https://doi.org/10.3390/8972}" } % book with series and volume @book{key, editor = "J. Breckling", title = "The Analysis of Directional Time Series: Applications to Wind Speed and Direction", series = "Lecture Notes in Statistics", publisher = "Springer", address = "Berlin, Germany", year = "1989. \url{https://doi.org/10.3390/8972}", volume = "61" } % book with chapter number @inbook{key, author = "H. E. Rose", title = "A Course in Number Theory", publisher = "Oxford Univ. Press", address = "New York, NY", year = "1988. \url{https://doi.org/10.3390/8972}", chapter = "3" } % master's thesis @mastersthesis{key, author = "Nin C. Loh", title = "High-Resolution Micromachined Interferometric Accelerometer", school = "Massachusetts Institute of Technology", address = "Cambridge", year = "1992", url = "http://www.kpi.edu/" } % Ph.D. dissertation @phdthesis{key, author = "Q. Li", title = "Delay Characterization and Performance Control of Wide-area Networks", school = "Univ. of Delaware", address = "Newark", month = may, year = "2000", url = "http://www.kpi.edu/i" } % technical report @techreport{key, author = "R. Jain and K. K. Ramakrishnan and D. M. Chiu", title = "Congestion Avoidance in Computer Networks with a Connectionless Network Layer", institution = "Digital Equipment Corporation", address = "MA", number = "DEC-TR-506", month = aug, year = "1987" } % patent @patent{key, author = "Ronald E. Sorace and Victor S. Reinhardt and Steven A. Vaughn", assignee = "Hughes Aircraft Company", address = "Los Angeles, CA", title = "High-Speed Digital-to-{RF} Converter", nationality = "United States", number = "5668842", dayfiled = "28", monthfiled = feb, yearfiled = "1995", day = "16", month = sep, year = "1997" } % standard @standard{key, title = "Wireless {LAN} Medium Access Control {(MAC)} and Physical Layer {(PHY)} Specification", organization = "IEEE", address = "Piscataway, NJ", number = "802.11", year = "1997" }