{% extends 'base.html' %} {% load static %} {% load i18n %} {% block main %}

{% trans "Be a Citizen Scientist" %}

{% blocktrans %} When it comes to science, we believe in harnessing the ingenuity of all citizens. We want you to contribute your own survey items according to your research questions and interests. This will not only help us develop the study to cover the needs and interests of the cohort, but will also help us understand key questions and concerns that citizens outside of academia have regarding the pandemic. {% endblocktrans %}

{% blocktrans %} How it works: You will need to access the Open Humans forum, where a dedicated section for suggestions has been created. Your personal information will be anonymized for your suggestions. You can also create and engage in topics of discussions directly on the forum, as well as vote for suggestions others have made! {% endblocktrans %}

{% trans "What to tell us: We want to add questions to the survey with an end-goal in mind. We therefore ask you to suggest:" %}

{% blocktrans %} How we review it: Every fortnight, our team will go through your suggestions, and decide on a few that we could incorporate into our next survey iteration . We will then send the new set of questions to be reviewed by the Institutional Review Board, to make sure it doesn’t go against any legal or ethical regulations. Once we get the green light, we will code it into the survey. {% endblocktrans %}

{% endblock main %}