Slaiwala commited on
Commit
aafd144
·
verified ·
1 Parent(s): 4d319e0

Create consent_manifest.md

Browse files
Files changed (1) hide show
  1. consent_manifest.md +54 -0
consent_manifest.md ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Consent Manifest & Data Authorization
2
+
3
+ This document records any **non-public or consented data** used in the project.
4
+
5
+ If no private or consented data is used, this file should explicitly state that.
6
+
7
+ ---
8
+
9
+ ## Consent Status
10
+
11
+ ☐ No private or consented data used
12
+ ☐ Consent-based data used (details below)
13
+
14
+ ---
15
+
16
+ ## Authorized Data Sources (if applicable)
17
+
18
+ | Data Source | Description | Consent Scope | Expiration | Storage Location |
19
+ |------------|-------------|---------------|------------|------------------|
20
+ | | | | | |
21
+
22
+ ---
23
+
24
+ ## Permitted Uses
25
+ - Research and analytical modeling
26
+ - Feature extraction and aggregation
27
+ - Offline forecasting experiments
28
+
29
+ ---
30
+
31
+ ## Prohibited Uses
32
+ - Redistribution of raw private data
33
+ - Publication of private content
34
+ - Training models beyond consent scope
35
+ - Use after consent expiration
36
+
37
+ ---
38
+
39
+ ## Security Measures
40
+ - Encrypted storage
41
+ - Access restricted to named researchers
42
+ - Audit logs enabled
43
+ - Data deletion upon project completion or consent expiry
44
+
45
+ ---
46
+
47
+ ## Declaration
48
+ By maintaining this manifest, contributors affirm that:
49
+ - All non-public data is used with explicit authorization
50
+ - Data usage aligns with documented consent
51
+ - Ethical and legal standards are upheld
52
+
53
+ Last Updated: YYYY-MM-DD
54
+ Maintained By: Shubham Laiwala