Improve display of bibliography
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
296172f130
commit
5fb08ef5b4
2 changed files with 27 additions and 24 deletions
|
@ -1,21 +1,21 @@
|
|||
@online{RadioWaves,
|
||||
author = "Encyclopædia Britannica",
|
||||
title = "Radio waves",
|
||||
author = {{Encyclopædia Britannica}},
|
||||
title = {{Radio waves}},
|
||||
year = "2022",
|
||||
url = "https://www.britannica.com/science/electromagnetic-radiation/Radio-waves",
|
||||
urldate = "2022-10-04"
|
||||
}
|
||||
|
||||
@online{RadioInterference,
|
||||
author = "New Zealand Government",
|
||||
title = "Radio interference",
|
||||
author = {{New Zealand Government}},
|
||||
title = {{Radio interference}},
|
||||
url = "https://www.rsm.govt.nz/business-individuals/interference/radio-interference/",
|
||||
urldate = "2022-10-05"
|
||||
}
|
||||
|
||||
@online{RadioJamming,
|
||||
author = "everything RF",
|
||||
title = "What is RF Jamming?",
|
||||
author = {{everything RF}},
|
||||
title = {{What is RF Jamming?}},
|
||||
year = "2022",
|
||||
url = "https://www.everythingrf.com/community/what-is-rf-jamming",
|
||||
urldate = "2022-10-05"
|
||||
|
@ -23,19 +23,19 @@
|
|||
|
||||
@article{MagneComm,
|
||||
author = "Hao, Pan and Yi-Chao, Chen and Guangtao, Xue and Xiaoyu, Ji",
|
||||
title = "MagneComm: Magnetometer-based Near-Field Communication",
|
||||
title = {{MagneComm: Magnetometer-based Near-Field Communication}},
|
||||
year = "2017"
|
||||
}
|
||||
|
||||
@article{magneticInductionBAN,
|
||||
author = {Thilak, Nithya and Braun, Robin},
|
||||
year = "2012",
|
||||
title = "Near field magnetic induction Communication in Body Area Network",
|
||||
title = {{Near field magnetic induction Communication in Body Area Network}},
|
||||
}
|
||||
|
||||
@online{WebWorkers,
|
||||
author = "MDN contributors",
|
||||
title = "Web Workers API",
|
||||
author = {{MDN contributors}},
|
||||
title = {{Web Workers API}},
|
||||
year = "2022",
|
||||
url = "https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API",
|
||||
urldate = "2022-10-26"
|
||||
|
@ -43,51 +43,51 @@
|
|||
|
||||
@online {LoRaPacketFormat,
|
||||
author = "Robert Lie",
|
||||
title = "LoRa Packet Format, Time on Air and Adaptive Data Rate",
|
||||
title = {{LoRa Packet Format, Time on Air and Adaptive Data Rate}},
|
||||
year = "2018",
|
||||
url = "https://www.mobilefish.com/download/lora/lora_part17.pdf",
|
||||
urldate = "2022-11-02"
|
||||
}
|
||||
|
||||
@manual{Bluetooth,
|
||||
organization = "Bluetooth SIG",
|
||||
title = "Bluetooth Specification Version 4.2 [Vol 0]",
|
||||
organization = {{Bluetooth SIG}},
|
||||
title = {{Bluetooth Specification Version 4.2 [Vol 0]}},
|
||||
year = "2014",
|
||||
}
|
||||
|
||||
@manual{AutosarCrc,
|
||||
organization = "AUTOSAR",
|
||||
title = "Specification of CRC Routines",
|
||||
organization = {{AUTOSAR}},
|
||||
title = {{Specification of CRC Routines}},
|
||||
year = "2021",
|
||||
}
|
||||
|
||||
@online {CrcPolynomialZoo,
|
||||
author = "Philip Koopman",
|
||||
title = "CRC Polynomial Zoo",
|
||||
title = {{CRC Polynomial Zoo}},
|
||||
url = "https://users.ece.cmu.edu/~koopman/crc/crc8.html",
|
||||
year = 2018,
|
||||
urldate = "2022-11-03"
|
||||
}
|
||||
|
||||
@online {Crc,
|
||||
author = "Techopedia",
|
||||
title = "Cyclic Redundancy Check (CRC)",
|
||||
author = {{Techopedia}},
|
||||
title = {{Cyclic Redundancy Check (CRC)}},
|
||||
url = "https://www.techopedia.com/definition/1793/cyclic-redundancy-check-crc",
|
||||
year = 2020,
|
||||
urldate = "2022-11-03"
|
||||
}
|
||||
|
||||
@online {GalaxyS9+,
|
||||
author = "GSMArena",
|
||||
title = "Samsung Galaxy S9+",
|
||||
author = {{GSMArena}},
|
||||
title = {{Samsung Galaxy S9+}},
|
||||
url = "https://www.gsmarena.com/samsung_galaxy_s9+-8967.php",
|
||||
year = 2018,
|
||||
urldate = "2022-11-24"
|
||||
}
|
||||
|
||||
@online {ThinkpadT470p,
|
||||
author = "Lenovo",
|
||||
title = "ThinkPad T470p Platform Specifications",
|
||||
author = {{Lenovo}},
|
||||
title = {{ThinkPad T470p Platform Specifications}},
|
||||
url = "https://psref.lenovo.com/syspool/Sys/PDF/ThinkPad/ThinkPad_T470p/ThinkPad_T470p_Spec.PDF",
|
||||
year = 2018,
|
||||
urldate = "2022-11-24"
|
||||
|
|
|
@ -85,8 +85,11 @@
|
|||
\input{10_project_management.tex}
|
||||
|
||||
\cleardoublepage
|
||||
\bibliographystyle{plainurl}
|
||||
\bibliography{thesis/thesis.bib}
|
||||
\begingroup
|
||||
\raggedright
|
||||
\bibliographystyle{IEEEtran}
|
||||
\bibliography{thesis/thesis.bib}
|
||||
\endgroup
|
||||
|
||||
% Glossary
|
||||
\printglossary
|
||||
|
|
Reference in a new issue