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

{% trans "Frequently Asked Questions" %}

{% blocktrans %} Find answers to the most frequently asked questions about the Covid Open survey and the data we collect. {% endblocktrans %}

{% blocktrans %} Feel free to email us with any other question you may have at: bastian.greshake-tzovaras@cri-paris.org {% endblocktrans %}

{% blocktrans %} Thank you! {% endblocktrans %}

{% endblock intro %} {% block main %}

{% trans "The data" %}

{% blocktrans %} De-identified data will be made available to the scientific community, and will be distributed with any publications that arise from this study. If necessary to protect the privacy of participants, individual bits of data might be removed or only shared in aggregate. These data cannot be used to identify participants. Additionally, each participant will be given a copy of their own data as part of this study. {% endblocktrans %}

{% blocktrans %} All data will be stored on a firewall and password-protected on secure project servers of Open Humans & OpenClinica. This study does not collect individual identifiers such as name or email addresses. Instead, Open Humans assigns each participant a study ID on enrollment. {% endblocktrans %}

{% blocktrans %} Participant data will not be sold and data sharing will be performed within strict protocol-driven procedural guidelines. {% endblocktrans %}

{% blocktrans %} The collection period is aimed to end in May 2022. After this we will stop gathering new data but will need some time to analyze everything collected. {% endblocktrans %}

{% blocktrans %} Yes! Your data belongs to you. You can do so automatically from here, or manually through the Open Humans website. {% endblocktrans %}

{% if not request.user.is_authenticated %}

{% trans "Please login to view the automatic delete links" %}.

{% else %}

{% trans "Follow these steps to delete your data automatically:" %}

  • {% blocktrans count counter=files|length %}You have 1 data file on Open Humans{% plural %}You have {{ counter }} data files on Open Humans{% endblocktrans %}. {% if files|length != 0 %}{% trans "Click here to delete all your data files" %}.{% else %}{% trans "You don't have anything to delete!" %}{% endif %}
  • {% trans "Additionally, if you want to revoke access from Covid Open Survey to your Open Humans account, follow theses steps:" %}

{% endif %}

{% trans "Follow these steps to delete your data through the Open Humans website:" %}

  • {% blocktrans %}Go to https://www.openhumans.org/activity/covid-open-survey/ {% endblocktrans %}
  • {% trans 'Click on "Leave project" in the bottom left corner' %}
  • {% trans 'Check "Remove my data files for Covid Open Survey from Open Humans"' %}
  • {% trans 'Click on "Withdraw & revoke authorization"' %}

{% if request.user.is_authenticated %}

{% trans "You can also delete all your data files and your Covid Open Survey account:" %}
{% trans "Click here to delete all your data files and your Covid Open Survey account" %}.

{% endif %}

{% blocktrans %} Other individual participants will not be able to access your data. However, the overall dataset will be made available to the science community. {% endblocktrans %}

{% trans "The survey" %}

{% blocktrans %} Open Humans hosts our secure servers, and is the place where all the data goes. {% endblocktrans %}

{% blocktrans %} In your daily reminder to complete the survey, simply click on “I do not want to be part of this research initiative anymore” and we will stop sending you reminders. {% endblocktrans %}

{% blocktrans %} No, this study is not open to participants under the age of 18 {% endblocktrans %}

{% blocktrans %} Open Humans encrypts and stores the data, OpenClinica is the survey platform: data is collected there and sent to Open Humans. {% endblocktrans %}

{% trans "The survey" %}

{% blocktrans %} The easiest way to help is by sharing the survey. If you want to get involved, send us an email at: contact@opencovid.org {% endblocktrans %}

{% endblock main %}