diff --git a/bibliography.bib b/bibliography.bib index 09425e0..40627ac 100644 --- a/bibliography.bib +++ b/bibliography.bib @@ -252,7 +252,7 @@ year = {2016}, publisher = {Chambers and Partners}, howpublished = {\url{https://www.chambersandpartners.com/article/713/personal-data-the-new-oil-of-the-digital-economy}}, - note = {Accessed: December 1, 2019} + note = {Accessed on December 1, 2019} } @article{chan2011private, @@ -282,7 +282,7 @@ publisher = {Channel 4}, year = {2018}, howpublished = {\url{https://www.channel4.com/news/data-democracy-and-dirty-tricks-cambridge-analytica-uncovered-investigation-expose}}, - note = {Accessed: December 1, 2019} + note = {Accessed on December 1, 2019} } @inproceedings{chatzikokolakis2015geo, @@ -500,7 +500,7 @@ publisher = {The Economist}, year = {2016}, howpublished = {\url{https://www.economist.com/leaders/2017/05/06/the-worlds-most-valuable-resource-is-no-longer-oil-but-data}}, - note = {Accessed: December 1, 2019} + note = {Accessed on December 1, 2019} } @inproceedings{efthymiou2015big, @@ -540,14 +540,14 @@ @online{experian, title = {Experian}, - url = {https://www.experian.com}, - year = {Accessed: November 11, 2020} + note = {Available at \url{https://www.experian.com}. + Accessed on November 11, 2020} } @online{facebook, title = {Facebook}, - url = {https://www.facebook.com}, - year = {Accessed: November 11, 2020} + note = {Available at \url{https://www.facebook.com}. + Accessed on November 11, 2020} } @inproceedings{fan2013differentially, @@ -588,8 +588,8 @@ @online{foursquare, title = {Foursquare}, - url = {https://www.foursquare.com}, - year = {Accessed: November 11, 2020} + note = {Available at \url{https://www.foursquare.com}. + Accessed on November 11, 2020} } @misc{franceschi-bicchierairussell2015redditor, @@ -598,7 +598,7 @@ year = {2015}, publisher = {Mashable}, howpublished = {\url{https://mashable.com/2015/01/28/redditor-muslim-cab-drivers}}, - note = {Accessed: July 1, 2020} + note = {Accessed on July 1, 2020} } @book{fuller2009introduction, @@ -693,8 +693,8 @@ @online{gmaps, title = {Google Maps}, - url = {https://maps.google.com}, - year = {Accessed: November 11, 2020} + note = {Available at \url{https://maps.google.com}. + Accessed on November 11, 2020} } @article{goldreich1998secure, @@ -1249,12 +1249,10 @@ organization = {IEEE} } -@misc{osm, - author = {{Wikipedia contributors}}, - title = {OpenStreetMap --- {Wikipedia}{,} The Free Encyclopedia}, - year = {2020}, - url = {https://en.wikipedia.org/w/index.php?title=OpenStreetMap&oldid=985394598}, - note = {Accessed: November 11, 2020} +@online{osm, + title = {OpenStreetMap}, + note = {Available at \url{https://www.openstreetmap.org}. + Accessed on November 11, 2020} } @inproceedings{ozccep2015stream, @@ -1366,7 +1364,7 @@ year = {2018}, publisher = {TechCrunch}, howpublished = {\url{https://techcrunch.com/2018/01/28/strava-exposes-military-bases}}, - note = {Accessed: July 1, 2020} + note = {Accessed on July 1, 2020} } @inproceedings{samarati1998protecting, @@ -1549,14 +1547,14 @@ @online{transunion, title = {TransUnion}, - url = {https://www.transunion.com}, - year = {Accessed: November 11, 2020} + note = {Available at \url{https://www.transunion.com}. + Accessed on November 11, 2020} } @online{twitter, title = {Twitter}, - url = {https://www.twitter.com}, - year = {Accessed: November 11, 2020} + note = {Available at \url{https://www.twitter.com}. + Accessed on November 11, 2020} } @inproceedings{varghese2016challenges, @@ -1652,8 +1650,8 @@ @online{waze, title = {Waze}, - url = {https://www.waze.com}, - year = {Accessed: November 11, 2020} + note = {Available at \url{https://www.waze.com}. + Accessed on November 11, 2020} } @incollection{wei2006time, @@ -1683,8 +1681,8 @@ @online{wiki, title = {Wikipedia}, - url = {https://www.wikipedia.com}, - year = {Accessed: November 11, 2020} + note = {Available at \url{https://www.wikipedia.com}. + Accessed on November 11, 2020} } @misc{wired2014data, @@ -1693,7 +1691,7 @@ year = {2014}, publisher = {Wired}, howpublished = {\url{https://www.wired.com/insights/2014/07/data-new-oil-digital-economy}}, - note = {Accessed: December 1, 2019} + note = {Accessed on December 1, 2019} } @misc{wolfgang1999stochastic, @@ -1743,8 +1741,8 @@ @online{xssfopes2020tweet, title = {{@xssfopes: ``can anyone spot the issue with the algo? red is original data point, 400 ``anonymized'' data points calculated''}}, - url = {https://twitter.com/xssfox/status/1251116087116042241}, - year = {Accessed: July 16, 2020} + note = {Available at \url{https://twitter.com/xssfox/status/1251116087116042241}. + Accessed on July 16, 2020} } @inproceedings{yang2015bayesian, diff --git a/main.tex b/main.tex index b05e665..bb68203 100644 --- a/main.tex +++ b/main.tex @@ -1,5 +1,10 @@ \documentclass[oneside]{scrbook} +% Deal with overfull lines. +% https://texfaq.org/FAQ-overfull +\setlength{\emergencystretch}{3em} +\hbadness=99999 + \usepackage[a4paper]{geometry} \usepackage[french, english]{babel} \usepackage[utf8]{inputenc}