From 3bc96257eaba4c46410297e99309ab649223a4b5 Mon Sep 17 00:00:00 2001 From: "Huang, Zeyu" Date: Sun, 11 Aug 2024 17:18:13 +0800 Subject: [PATCH] Update --- .../data-consent.en.md | 53 +++++++++++++++++++ content/vcard.en.md | 1 + content/vcard.md | 1 + hugo.yaml | 1 + layouts/partials/head/custom.html | 8 ++- 5 files changed, 62 insertions(+), 2 deletions(-) create mode 100644 content/campus-collective-memory/data-consent.en.md diff --git a/content/campus-collective-memory/data-consent.en.md b/content/campus-collective-memory/data-consent.en.md new file mode 100644 index 0000000..26ac1a2 --- /dev/null +++ b/content/campus-collective-memory/data-consent.en.md @@ -0,0 +1,53 @@ +--- +title: "Campus Collective Memory — Data Consent" +date: 2024-08-11T15:03:07+08:00 +lang: en +noindex: true +--- + +Title of the Project: Community Co-creation of Collective Memory + +Project leader: Mr. HUANG Zeyu (zhuangbi@connect.ust.hk) + +Supervisor / Primary Investigator(s): Prof. MA Xiaojuan (mxj@cse.ust.hk) + +## Voluntary Participation + +Participation in this study is completely voluntary. You have the right to withdraw at any time without penalty. If you choose to withdraw from the study, your data will be deleted and not included in the study. + + +## Data Collection & Confidentiality + +### Personal identifiers + +Personal identifiers (e.g., your name, email, WeChat/WhatsApp, Apple ID) will be collected in the entry survey. This data will be separatedly stored from other data listed below. This data is only accessible by the project leader ans will not be disclosed to any third party. We will only use this data to contact you whenever necessary. + +### The content you created inside the app + +The content you created inside the app includes any text, recording, photos you upload and their derivations. +They will be stored securely at HKUST and will only be used for purposes of this study. The personal identifiers are stripped from them (i.e., the data is anonymized). They are accessible and only accessible by: +1. The researchers involved in this research project +2. Other participants of this study (only accessible through the app) + +The results of this research may be presented at conferences or published in academic journals. For report purpose, a selected subset of the user-created content may be displayed to the public in academic papers as a part of the report. The researchers will *not* obtain additional approval from the users before adding their content to academic publications. +For demo purpose, a selected subset of the user-created content may be displayed to the public in other materials outside the academic publication venue, like demo videos/diagrams and advertisement of this research work. The researchers *will* obtain additional approval from the users before adding their content to such materials. + +### "Other" data + +"Other" data includes +* your demographic data (e.g., age, gender), +* your input from the entry survey questionnaire, the exit survey questionnaire, the interview (if opt in), +* the automatic logs of your app usage. + +They will be stored securely at HKUST and will only be used for purposes of this study. The personal identifiers are stripped from them (i.e., the data is anonymized). The researchers involved in this research project will have access to them. + +The results of this research may be presented at conferences or published in academic journals, but your identity and the data we collected from you will not be disclosed in any publication or presentation unless additional permission is acquired from you. The researchers will *not* obtain additional approval from the users before adding such data to academic publications. + + +## Risk and Discomfort + +Participants may experience unexpected harassment or offend if some other participants do not follow the rules and post inappropriate content on the platform. The current application, as a prototype and proof-of-concept, does not have any content moderation. However, the researchers have zero tolerance with inappropriate content, and will help mitigating the discomform by +* listen and respond to participants' report of inappropriate content idenitified in this application +* delete confirmed inappropriate content +* if necessary, disqualify the participant that posts the confirmed inappropriate content +* if participants appeal to the university for investigation, coorperate the university in investigating the inappropriate content diff --git a/content/vcard.en.md b/content/vcard.en.md index 600b591..9a43998 100644 --- a/content/vcard.en.md +++ b/content/vcard.en.md @@ -4,6 +4,7 @@ date: 2024-05-02T10:45:07+08:00 lang: en layout: plain type: card +headless: true ---
diff --git a/content/vcard.md b/content/vcard.md index d8e9113..d91899a 100644 --- a/content/vcard.md +++ b/content/vcard.md @@ -4,6 +4,7 @@ date: 2024-05-02T10:44:55+08:00 lang: zh-cn layout: plain type: card +headless: true ---
diff --git a/hugo.yaml b/hugo.yaml index 7f32922..28e5ef0 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -98,6 +98,7 @@ params: - blog # My own citation_author: Huang, Zeyu + noindex: false # Stack Theme footer: since: 2019 diff --git a/layouts/partials/head/custom.html b/layouts/partials/head/custom.html index 13136f7..c811231 100644 --- a/layouts/partials/head/custom.html +++ b/layouts/partials/head/custom.html @@ -1,4 +1,8 @@ -{{ if eq .Kind "page" }} +{{- if (default false (.Param "noindex")) -}} + +{{- end -}} + +{{- if eq .Kind "page" -}} {{ if not .Truncated }} @@ -6,4 +10,4 @@ {{ end }} -{{ end }} \ No newline at end of file +{{- end -}} \ No newline at end of file