-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #594 from Amsterdam-Music-Lab/feature/mp-translations
Feature/mp translations
Showing
7 changed files
with
344 additions
and
288 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
69 changes: 69 additions & 0 deletions
69
backend/experiment/templates/consent/consent_musical_preferences.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
{% load i18n %} | ||
<p>{% translate "Dear participant," %}</p> | ||
<p> | ||
{% blocktranslate %} | ||
You will be taking part in the Musical Preferences research project conducted by Xuan Huang under the supervision of Prof. Henkjan Honing and Dr. John Ashley Burgoyne of the Music Cognition Group at the University of Amsterdam’s Institute for Logic, Language, and Computation. | ||
{% endblocktranslate %} | ||
</p> | ||
|
||
<h4>{% translate "Purpose of the research project" %}</h4> | ||
|
||
<p> | ||
{% blocktranslate %} | ||
Studies have shown that cultural preferences and familiarity for music start in infancy and continue throughout adolescence and adulthood. People tend to prefer music from their own cultural traditions. This research will help us understand individual and situational influences on musical preferences and investigate the factors that underly musical preferences in China. For example, do people who have preferences for classical music also have preferences for Chinese traditional music? Are there cultural-specific or universal structural features for musical preferences? | ||
{% endblocktranslate %} | ||
</p> | ||
|
||
{% load i18n %} | ||
<h4>{% translate "Who can take part in this research?" %}</h4> | ||
|
||
<p> | ||
{% blocktranslate %} | ||
Anybody with sufficiently good hearing, natural or corrected, to enjoy music listening is welcome to participate in this research. Your device must be able to play audio, and you must have a sufficiently strong data connection to be able to stream short MP3 files. Headphones are recommended for the best results, but you may also use either internal or external loudspeakers. You should adjust the volume of your device so that it is comfortable for you. | ||
{% endblocktranslate %} | ||
</p> | ||
|
||
<h4>{% translate "Instructions" %}</h4> | ||
<p> | ||
{% blocktranslate %} | ||
This study is a music preference experiment in which you will hear 64 music clips throughout the experiment, you either wear headphones or use your device's speakers to listen to the clips. Adjust the volume level of your device before the experiment begins. | ||
{% endblocktranslate %} | ||
</p> | ||
|
||
<p> | ||
{% blocktranslate %} | ||
The experiment has two parts. The first part is a questionnaire with 6 questions. The second part is a music preference test, where you will listen to a music clip and answer questions about it. The results of your music preferences will be available after the experiment is completed. | ||
{% endblocktranslate %} | ||
</p> | ||
|
||
<h4>{% translate "Voluntary participation" %}</h4> | ||
|
||
<p> | ||
{% blocktranslate %} | ||
You will be participating in this research project on a voluntary basis. This means you are free to stop taking part at any stage without consequences or penalty. If you decide to stop or withdraw your consent, all the information gathered up until then will be permanently deleted. | ||
{% endblocktranslate %} | ||
</p> | ||
|
||
<h4>{% translate "Confidential treatment of your details" %}</h4> | ||
|
||
<p> | ||
{% blocktranslate %} | ||
The information gathered over the course of this research will be used for further analysis and publication in scientific journals only. Fully anonymised data collected during the experiment may be made available online in tandem with these scientific publications. We guarantee that you will remain anonymous under all circumstances. Your personal details will not be viewed by third parties without your express permission. | ||
{% endblocktranslate %} | ||
</p> | ||
|
||
{% load i18n %} | ||
<h4>{% translate "Further Information" %}</h4> | ||
|
||
<p> | ||
{% blocktranslate %} For further information, please contact Xuan Huang (x.huang@uva.nl) or Dr. John Ashley Burgoyne (j.a.burgoyne@uva.nl). If you have any complaints regarding this project, you can contact the Secretary of the Ethics Committee of the Faculty of Humanities of the University of Amsterdam (commissie-ethiek-fgw@uva.nl). | ||
{% endblocktranslate %} | ||
</p> | ||
|
||
<h4>{% translate "Informed consent" %}</h4> | ||
|
||
<p> | ||
{% blocktranslate %} | ||
I have been clearly informed about the research project and I consent to participate in this research. I retain the right to revoke this consent without having to provide any reasons for my decision. I am aware that I am entitled to discontinue the research at any time and can withdraw my participation. {% endblocktranslate %} | ||
</p> | ||
|
2 changes: 1 addition & 1 deletion
2
backend/experiment/templates/html/musical_preferences/feedback.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters