This repository was archived by the owner on Jan 12, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterms.html
More file actions
81 lines (69 loc) · 4.53 KB
/
Copy pathterms.html
File metadata and controls
81 lines (69 loc) · 4.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
'''
<h3>Additional Consent Form </h3>
<p>
I have already agreed to take part in the AusTalk Project and the following data was collected from and about me:
<ul>
<li>voice data (a digital audio recording of my voice);</li>
<li>video data (a digital video recording of my head and shoulders as I spoke); and</li>
<li>demographic data about me. </li>
</ul>
</p>
<p>
I have reviewed my data on this website prior to providing this Additional Consent.
</p>
<h3>The Original Consent and this Additional Consent </h3>
<p>
Before my participation in the project, I provided consent to the use of the above data by the Collaborating Institutions in the project. I understand that this Additional Consent is additional to my previous consent entitled "Consent Form for Research Participation" <b>(Original Consent). </b>
</p>
<p>
A list of the Collaborating Institutions is available <a href="/participating-institutions/">here. </a>
</p>
<p>
I understand that my data is being held by the University of Western Sydney and Macquarie University on behalf of the Collaborating Institution that collected my data from me.
</p>
<h4> Why was my data collected from me and how will it be used? </h4>
<p>
I have read the Revised Information Sheet for Research Participation and the original Information Sheet for Research Participation which explain why my data was collected from me and the purposes for which it will be used. <a href="/participantportal/information_sheet">Information Sheet</a>
</p>
<h4>How will my data be used and disclosed to third parties?</h4>
<p>
I note that the Collaborating Institutions intend to disclose my data to any person or entity in Australia or overseas, via means controlled by the Collaborating Institutions including publication on the internet, for the purposes set out in the above Information Sheets, subject to the following restrictions:
<ol>
<li>anyone other than the Collaborating Institutions must agree to terms of use of my data obliging them to use my data for the purposes set out in the Information Sheets; and</li>
<li>my name, contact details, date of birth and precise residential history (other than use of general terms such as names of towns or cities where I have lived) will not be made publicly available to anyone. </li>
</ol>
</p>
<p>
Apart from my image which appears as part of the video data, I understand that I will be identified only by an identification code. </p>
<p>
The Collaborating Institutions may not be able to ensure that overseas recipients do not breach the Australian Privacy Principles under the Privacy Act 1988 or legislation equivalent to Australian privacy legislation with regard to my data. </p>
<h4>Can I access or correct my data?</h4>
<p>I acknowledge that I can access my data, and if required, I can correct the demographic data, by contacting info@austalk.edu.au. </p>
<h4>What happens if I do not agree to provide this Additional Consent?</h4>
<p>
If I do not respond to this request or refuse to provide the Additional Consent:
<ol>
<li> the Collaborating Institutions will continue to use my data in accordance with the Original Consent but will not provide any of my personal information to any third parties other than in accordance with the Original Consent; </li>
<li> the voice data (but not my video data) which was provided under the Original Consent and a restricted subset of my demographic data (which does not identify me) will be published on websites by the Collaborating Institutions which will be publicly available and accessible to persons who agree to abide by strict terms of use for such data; and </li>
<li> none of the Collaborating Institutions will discriminate against me. </li>
</ol>
</p>
<h4>Confirmation</h4>
<p>
I confirm that I have had the opportunity to:
<ol>
<li> ask questions at the time of initial collection of my data; and</li>
<li> ask additional questions at the time of giving this Additional Consent and I was given complete answers to my questions. </li>
</ol>
</p>
<h4>My Consent </h4>
<p>
I consent to my data being disclosed by the Collaborating Institutions to persons other than the Collaborating Institutions, including recipients within Australia and outside of Australia, in accordance with the terms of this Additional Consent. <br/>
[AusTalk Participant Identification (e.g., ‘Green Kangaroo’) (if you have forgotten your AusTalk name, please contact info@austalk.edu.au).]
</p>
<form action =" " method = "POST">
<label for="full_name">Insert Name: </label> <input type="text" name="full_name" id ="full_name" />
<br/>
<input type="submit" value ="I agree " />
</form>
'''