From f27ab07ba5c9dff21fe14a7beaf3e9df842407a1 Mon Sep 17 00:00:00 2001 From: "Dr. Humera" <70200484+humeranoor@users.noreply.github.com> Date: Wed, 16 Feb 2022 14:21:49 +0100 Subject: [PATCH 1/4] Add "Ethical Content Filtering" use case Ref issue: https://github.com/webmachinelearning/webnn/issues/236 --- index.bs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.bs b/index.bs index 8d2eb5f3..5c167414 100644 --- a/index.bs +++ b/index.bs @@ -325,6 +325,10 @@ applications such as [[FaceForensics++]] analyze the videos and protect a user a the fake videos or images. When she watches a fake video on the web, the detection application alerts her of the fraud video in real-time. +### Ethical Content Filtering ### {#usecase-ethical-content-filtering} + +A user is cautious about her online privacy and wants to be protected from the online trackers, malware and any third-parties present on the web pages that she visits. She activates her content-filter [[Privacy study on Ad-blockers]] that blocks the third party content, while allowing her to safely surf her favorite websites. Thus she is safe and more in control of her online experience [[W3C Ethical Web Principles]]. + ## Framework Use Cases ## {#usecases-framework} This section collects framework-level use cases for a dedicated low-level API From cfcca3d40bb99802b365bef9e3f0536ef6d642f2 Mon Sep 17 00:00:00 2001 From: "Dr. Humera" <70200484+humeranoor@users.noreply.github.com> Date: Wed, 16 Feb 2022 14:37:51 +0100 Subject: [PATCH 2/4] Add "Ethical Content Filtering" use case - Use case and references updated - Reference Issue: https://github.com/webmachinelearning/webnn/issues/236 --- index.bs | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/index.bs b/index.bs index 5c167414..084de0b5 100644 --- a/index.bs +++ b/index.bs @@ -2674,6 +2674,20 @@ Thanks to W3C Privacy Interest Group for privacy and security review and feedbac ], "date": "January 2019" }, + "Privacy study on Ad-blockers": { + "href": "https://www.researchgate.net/publication/318330749_Ad-blocking_A_Study_on_Performance_Privacy_and_Counter-measures", + "title": "Ad-blocking: A Study on Performance, Privacy and Counter-measures", + "authors": [ + "Kiran Garimella", + "Orestis Kostakis", + "Michael Mathioudakis" + ], + "date": "June 2017" + }, + "W3C Ethical Web Principles": { + "href": "https://www.w3.org/2001/tag/doc/ethical-web-principles/#render", + "title": "People should be able to render web content as they want" + } "MobileNetV3": { "href": "https://arxiv.org/pdf/1905.02244", "title": "Searching for MobileNetV3", From 2be82a33bffef020012a58931bc16a72deaa6f87 Mon Sep 17 00:00:00 2001 From: "Dr. Humera" <70200484+humeranoor@users.noreply.github.com> Date: Wed, 16 Feb 2022 14:40:48 +0100 Subject: [PATCH 3/4] Add "Ethical Content Filtering" Use case fixed typo --- index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.bs b/index.bs index 084de0b5..40ba389d 100644 --- a/index.bs +++ b/index.bs @@ -2687,7 +2687,7 @@ Thanks to W3C Privacy Interest Group for privacy and security review and feedbac "W3C Ethical Web Principles": { "href": "https://www.w3.org/2001/tag/doc/ethical-web-principles/#render", "title": "People should be able to render web content as they want" - } + }, "MobileNetV3": { "href": "https://arxiv.org/pdf/1905.02244", "title": "Searching for MobileNetV3", From 5819ba7f9edc04e954d2cb6f8387ab9eb637d594 Mon Sep 17 00:00:00 2001 From: "Dr. Humera" <70200484+humeranoor@users.noreply.github.com> Date: Wed, 16 Feb 2022 14:50:05 +0100 Subject: [PATCH 4/4] Add "Ethical Content Filtering" Use Case Fixed references --- index.bs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.bs b/index.bs index 40ba389d..5deb1a4c 100644 --- a/index.bs +++ b/index.bs @@ -327,7 +327,7 @@ detection application alerts her of the fraud video in real-time. ### Ethical Content Filtering ### {#usecase-ethical-content-filtering} -A user is cautious about her online privacy and wants to be protected from the online trackers, malware and any third-parties present on the web pages that she visits. She activates her content-filter [[Privacy study on Ad-blockers]] that blocks the third party content, while allowing her to safely surf her favorite websites. Thus she is safe and more in control of her online experience [[W3C Ethical Web Principles]]. +A user is cautious about her online privacy and wants to be protected from the online trackers, malware and any third-parties present on the web pages that she visits. She activates her content-filter [[Privacy-study-on-AdBlockers]] that blocks the third party content, while allowing her to safely surf her favorite websites. Thus she is safe and more in control of her online experience [[W3C-Ethical-Web-Principles]]. ## Framework Use Cases ## {#usecases-framework} @@ -2674,7 +2674,7 @@ Thanks to W3C Privacy Interest Group for privacy and security review and feedbac ], "date": "January 2019" }, - "Privacy study on Ad-blockers": { + "Privacy-study-on-AdBlockers": { "href": "https://www.researchgate.net/publication/318330749_Ad-blocking_A_Study_on_Performance_Privacy_and_Counter-measures", "title": "Ad-blocking: A Study on Performance, Privacy and Counter-measures", "authors": [ @@ -2684,7 +2684,7 @@ Thanks to W3C Privacy Interest Group for privacy and security review and feedbac ], "date": "June 2017" }, - "W3C Ethical Web Principles": { + "W3C-Ethical-Web-Principles": { "href": "https://www.w3.org/2001/tag/doc/ethical-web-principles/#render", "title": "People should be able to render web content as they want" },