From 16d7a723510ce560dd29c5735336ca32d60af7a0 Mon Sep 17 00:00:00 2001 From: Marco Ammon <marco.ammon@fau.de> Date: Mon, 9 Dec 2019 16:29:05 +0100 Subject: [PATCH 1/2] biblatex: biber backend for better UTF-8 support --- .gitlab-ci.yml | 2 +- i4thesis.cls | 2 +- references.bib | 14 +++++++------- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 542eb05..cb8719f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,7 +17,7 @@ thesisPDF: before_script: - ln -fs /usr/share/zoneinfo/Europe/Berlin /etc/localtime - export DEBIAN_FRONTEND=noninteractive - - apt-get update -qq && apt-get install -y -qq make texlive-full latexmk + - apt-get update -qq && apt-get install -y -qq make texlive-full latexmk biber script: - cat /etc/os-release - make diff --git a/i4thesis.cls b/i4thesis.cls index d6b9b0f..f79a5c3 100644 --- a/i4thesis.cls +++ b/i4thesis.cls @@ -182,7 +182,7 @@ \RequirePackage{subcaption} % Citations -\RequirePackage[backend=bibtex,style=alphabetic]{biblatex} +\RequirePackage[backend=biber,style=alphabetic]{biblatex} \defbibheading{bibliography}[\refname]{\chapter*{#1}\chaptermark{#1}} % The "SI" and "num" commands for typesetting units diff --git a/references.bib b/references.bib index 17456d9..25c5bf0 100644 --- a/references.bib +++ b/references.bib @@ -6,7 +6,7 @@ volume = {40}, number = {8}, year = {2002}, - month = {August}, + month = {8}, abstract = {Recent advancement in wireless communicationsand electronics has enabled the developmentof low-cost sensor networks. The sensornetworks can be used for various applicationareas (e.g., health, military, home). For differentapplication areas, there are different technicalissues that researchers are currently resolving.The current state of the art of sensor networks iscaptured in this article, where solutions are discussedunder their related protocol stack layersections. This article also points out the openresearch issues and intends to spark new interestsand developments in this field.}, i7index = {P7-7 akyildiz2002survey.pdf}, } @@ -16,7 +16,7 @@ booktitle = {13th Mediterrean Conference on Control and Automation}, pages = {719- 724}, year = {2005}, - month = {June}, + month = {6}, address = {Limassol, Cyprus}, isbn = {0-7803-8937-9}, doi = {10.1109/.2005.1467103}, @@ -36,7 +36,7 @@ sensor networks has been proposed are surveyed.}, title = {{A Survey of Wireless Sensor Networks Technology}}, booktitle = {6th Annual PostGraduate Symposium on the Convergence of Telecommunications, Networking and Broadcasting}, year = {2005}, - month = {June}, + month = {6}, address = {Liverpool, UK}, abstract = {Wireless Sensor Networks were first used in military missions. They are currently deployed in a wide range of civil @@ -68,7 +68,7 @@ summarised and compared in different sections.}, volume = {1}, number = {1}, year = {2005}, - month = {August}, + month = {8}, abstract = {An effective approach for energy conservation in wireless sensor networks is scheduling sleep intervals for extraneous nodes while the remaining nodes stay active to provide continuous service. For the sensor network to operate successfully, the active nodes must maintain both sensing coverage and network connectivity. Furthermore, the network must be able to configure itself to any feasible degree of coverage and connectivity in order to support different applications and environments with diverse requirements. This article presents the design and analysis of novel protocols that can dynamically configure a network to achieve guaranteed degrees of coverage and connectivity. This work differs from existing connectivity or coverage maintenance protocols in several key ways. (1) We present a Coverage Configuration Protocol (CCP) that can provide different degrees of coverage requested by applications. This flexibility allows the network to self-configure for a wide range of applications and (possibly dynamic) environments. (2) We provide a geometric analysis of the relationship between coverage and connectivity. This analysis yields key insights for treating coverage and connectivity within a unified framework; in sharp contrast to several existing approaches that address the two problems in isolation. (3) We integrate CCP with SPAN to provide both coverage and connectivity guarantees. (4) We propose a probabilistic coverage model and extend CCP to provide probabilistic coverage guarantees. We demonstrate the capability of our protocols to provide guaranteed coverage and connectivity configurations through both geometric analysis and extensive simulations.}, i7index = {P9-48 xing2005integrated.pdf}, } @@ -77,7 +77,7 @@ summarised and compared in different sections.}, title = {{Accurate Prediction of Power Consumption in Sensor Networks}}, booktitle = {Second IEEE Workshop on Embedded Networked Sensors (EmNetS-II)}, year = {2005}, - month = {May}, + month = {5}, address = {Sydney, Australia}, i7index = {P9-3 landsiedel2005accurate.pdf}, } @@ -89,7 +89,7 @@ summarised and compared in different sections.}, volume = {5}, number = {1}, year = {2009}, - month = {January}, + month = {1}, publisher = {ACM}, doi = {http://doi.acm.org/ 10.1145/1464420.1464425}, abstract = {Network lifetime has become the key characteristic for evaluating sensor networks in an application specific way. Especially the availability of nodes, the sensor coverage, and the connectivity have been included in discussions on network lifetime. Even quality of service measures can be reduced to lifetime considerations. A great number of algorithms and methods were proposed to increase the lifetime of a sensor network - while their evaluations were always based on a particular definition of network lifetime. Motivated by the great differences in existing definitions of sensor network lifetime that are used in relevant publications, we reviewed the state of the art in lifetime definitions, their differences, advantages, and limitations. This survey was the starting point for our work towards a generic definition of sensor network lifetime for use in analytic evaluations as well as in simulation models - focusing on a formal and concise definition of accumulated network lifetime and total network lifetime. Our definition incorporates the components of existing lifetime definitions, and introduces some additional measures. One new concept is the ability to express the service disruption tolerance of a network. Another new concept is the notion of time-integration: in many cases, it is sufficient if a requirement is fulfilled over a certain period of time, instead of at every point in time. In addition, we combine coverage and connectivity to form a single requirement called connected coverage. We show that connected coverage is different from requiring non-combined coverage and connectivity. Finally, our definition also supports the concept of graceful degradation by providing means of estimating the degree of compliance with the application requirements. We demonstrate the applicability of our definition based on the surveyed lifetime definitions as well as using some example scenarios to explain the various aspects influencing sensor network lifetime.}, @@ -99,7 +99,7 @@ summarised and compared in different sections.}, title = {{Energy Aware Routing for Low Energy Ad Hoc Sensor Networks}}, booktitle = {IEEE Wireless Communications and Networking Conference (IEEE WCNC 2002)}, year = {2002}, - month = {March}, + month = {3}, address = {Orlando, FL}, abstract = {The recent interest in sensor networks has led to a number of routing schemes that use the limited resources -- GitLab From 0e0587cb0e9a1564e6ddc5b483af3e5076bd71d0 Mon Sep 17 00:00:00 2001 From: Marco Ammon <marco.ammon@fau.de> Date: Fri, 1 May 2020 18:30:13 +0200 Subject: [PATCH 2/2] .gitignore: Ignore .bcf files of biber --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6e1dbc3 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.bcf -- GitLab