{% extends "timeline-page.html" %} {% block stylesheets %} {% endblock %} {% block main_body %}

{{ pgettext("consent-title", "Research Participant Consent Form for Image/Sound Recordings") }}


{{ pgettext("consent", "Title of study:") }} {{ experiment_title }}

{{ pgettext("consent-audiovisual", "I have received oral and written information about the fact that audiovisual recordings will be made in this study.") }}

{{ pgettext("consent-audiovisual", "The recording serves the purpose of understanding how humans perceive and process information from sound and visual.") }} {{ pgettext("consent-audiovisual", "For example, we would like to understand how predictive mechanisms in perception rely on experience, learning, and memory.") }} {{ pgettext("consent-audiovisual", "By making recording people while moving, singing, tapping to rhythms, or speaking, we can infer the mechanisms of the auditory and visual systems.") }}

{{ pgettext("consent-audiovisual", "I have been informed that the storage and processing of the audiovisual recording will be carried out in pseudonymized form, i.e., using a number and without containing my name, and that there is a coding list that links my name to the number.") }} {{ pgettext("consent-audiovisual", "The investigators are the only persons who have access to this coding list, which will be destroyed after completion of the research project.") }} {{ pgettext("consent-audiovisual", "Researchers associated with this project will have access to my audiovisual data during the recording and the analysis of the material.") }}

{{ pgettext("consent-audiovisual", "I understand that I am free to withdraw my consent to the collection and storage of my personal data without negative consequences.") }}

{{ pgettext("consent-audiovisual", "I agree to the handling of the recordings as described above.") }}

{{ pgettext("consent", "Addendum for demonstrations.") }} {{ pgettext("consent", "I agree that my audiovisual recordings can be used for demonstration purposes in presentations with a limited number of participants (e.g., teaching courses or scientific presentations).") }}

{{ pgettext("consent", "(Please tick where applicable)") }}

{{ pgettext("consent-audiovisual", "The declaration of consent for audiovisual recordings is voluntary.") }} {{ pgettext("consent-audiovisual", "I may withdraw my consent at any time.") }} {{ pgettext("consent-audiovisual", "In case of refusal or withdrawal, no costs will be incurred nor will there be other negative consequences; however, in this case, participation in the study will not be possible.") }}

{{ pgettext("consent-audiovisual", "I had sufficient time for this decision.") }} {{ pgettext("consent-audiovisual", "I have read and understood everything and hereby agree that audiovisual recordings of me may be taken.") }} {{ pgettext("consent-audiovisual", "I have received a copy of this consent form.") }}

{{ pgettext("consent", "Investigator") }}

Harin Lee, Max Planck Institut for Empirical Aesthetics, Grüneburgweg 14, 60322 Frankfurt am Main, harin.lee@ae.mpg.de

{{ consent.pi(config) }} {{ consent.consent(config) }}
{{ consent.fixed_buttons(config) }}
{% endblock %}