From 58fc6a430bb587640a41bcf37e146050375085d1 Mon Sep 17 00:00:00 2001 From: danielgoldelman Date: Fri, 12 Apr 2024 11:42:08 -0400 Subject: [PATCH 1/5] Add CITATION.cff file with metadata for software citation --- CITATION.cff | 70 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 00000000..d2078f05 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,70 @@ +cff-version: 1.2.0 +title: Privacy Pioneer +message: >- + If you use this software, please cite it using the + metadata from this file. +type: software +authors: + - given-names: Sebastian + family-names: Zimmeck + affiliation: Wesleyan University + - given-names: Daniel + family-names: Goldelman + affiliation: Wesleyan University + - given-names: Owen + family-names: Kaplan + affiliation: Wesleyan University + - given-names: Logan + family-names: Brown + affiliation: Wesleyan University + - given-names: Justin + family-names: Casler + affiliation: Wesleyan University + - given-names: Judely + family-names: Jean-Charles + affiliation: Wesleyan University + - given-names: Joe + family-names: Champeau + affiliation: Wesleyan University + - given-names: Hamza + family-names: Harkous + affiliation: Google +identifiers: + - type: url + value: >- + https://petsymposium.org/popets/2024/popets-2024-0048.php + description: PETS Publication +repository-code: 'https://github.com/privacy-tech-lab/privacy-pioneer' +abstract: >- + Data collection by websites and their integrated third + parties is often not transparent. We design privacy + interfaces for the browser to help people understand who + is collecting which data from them. In a proof of concept + browser extension, Privacy Pioneer , we implement a + privacy popup, a privacy history interface, and a + watchlist to notify people when their data is collected. + For detecting location data collection, we develop a + machine learning model based on TinyBERT, which reaches an + average F1 score of 0.94. We supplement our model with + deterministic methods to detect trackers, collection of + personal data, and other monetization techniques. In a + usability study with 100 participants 82% found Privacy + Pioneer easy to understand and 90% found it useful + indicating the value of privacy interfaces directly + integrated in the browser +keywords: + - Web Privacy + - Data Transparency + - Privacy Dashboards + - Notice and Choice + - Consent + - Privacy Labels + - Usability + - Privacy Enhancing Technologies + - Web Traffic Analysis + - BERT + - Machine Learning +license: CC-BY-NC-SA-4.0 +commit: 7c1ab1c +version: v1.2.2 +date-released: '2023-11-19' From 91e9fb8632d04a9091301608565b8ff3e8b16bac Mon Sep 17 00:00:00 2001 From: danielgoldelman Date: Fri, 12 Apr 2024 11:46:52 -0400 Subject: [PATCH 2/5] update title --- CITATION.cff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CITATION.cff b/CITATION.cff index d2078f05..c95c08e7 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,5 +1,5 @@ cff-version: 1.2.0 -title: Privacy Pioneer +title: Website Data Transparency in the Browser message: >- If you use this software, please cite it using the metadata from this file. From e4508a66b8a4d0dc094e33511f45aa0f4d187ff2 Mon Sep 17 00:00:00 2001 From: danielgoldelman Date: Fri, 12 Apr 2024 12:02:28 -0400 Subject: [PATCH 3/5] add bibtex-specific fields --- CITATION.cff | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CITATION.cff b/CITATION.cff index c95c08e7..aec00b0f 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -68,3 +68,10 @@ license: CC-BY-NC-SA-4.0 commit: 7c1ab1c version: v1.2.2 date-released: '2023-11-19' +booktitle: 24th Privacy Enhancing Technologies Symposium (PETS 2024) +issue: '2' +pages: '211--234' +year: '2024' +month: July +address: Bristol, UK +publisher: PETS \ No newline at end of file From e9a883ea794594cbf0cff3d7682292b9bb96350a Mon Sep 17 00:00:00 2001 From: danielgoldelman Date: Fri, 12 Apr 2024 12:03:09 -0400 Subject: [PATCH 4/5] start end adjust --- CITATION.cff | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CITATION.cff b/CITATION.cff index aec00b0f..a4b85494 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -70,7 +70,8 @@ version: v1.2.2 date-released: '2023-11-19' booktitle: 24th Privacy Enhancing Technologies Symposium (PETS 2024) issue: '2' -pages: '211--234' +start: '211' +end: '234' year: '2024' month: July address: Bristol, UK From 2cb8ae4faefc645de54cf4278b86ee3ec75c87dd Mon Sep 17 00:00:00 2001 From: danielgoldelman Date: Fri, 12 Apr 2024 12:05:39 -0400 Subject: [PATCH 5/5] Update CITATION.cff with license and version information --- CITATION.cff | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index a4b85494..9e66c2e5 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -33,7 +33,7 @@ identifiers: - type: url value: >- https://petsymposium.org/popets/2024/popets-2024-0048.php - description: PETS Publication + description: 24th Privacy Enhancing Technologies Symposium (PETS) repository-code: 'https://github.com/privacy-tech-lab/privacy-pioneer' abstract: >- Data collection by websites and their integrated third @@ -51,7 +51,7 @@ abstract: >- usability study with 100 participants 82% found Privacy Pioneer easy to understand and 90% found it useful indicating the value of privacy interfaces directly - integrated in the browser + integrated in the browser. keywords: - Web Privacy - Data Transparency @@ -64,10 +64,10 @@ keywords: - Web Traffic Analysis - BERT - Machine Learning -license: CC-BY-NC-SA-4.0 +license: CC-BY-4.0-Deed commit: 7c1ab1c -version: v1.2.2 -date-released: '2023-11-19' +version: v1.2.1 +date-released: '2023-07-11' booktitle: 24th Privacy Enhancing Technologies Symposium (PETS 2024) issue: '2' start: '211'