Repository for the HealthTool which enables Apple users to analyse their health data from the Apple health app and prepares the data for contributing it for future studies on wearable data.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

50 lines
4.9 KiB

package application.res;
public class PrivacyStatementText
{
public static final String heading="Privacy Statement";
public static final String responsibleParty="Responsible party:\n"
+ "Chair of legal informatics\n"
+ "Saarland University\n"
+ "Campus C3.1\n"
+ "66123 Saarbrücken\n"
+ "Contact person: Prof. Dr.-Ing. Christoph Sorge (lehrstuhl.sorge@uni-saarland.de)";
public static final String introText="The protection of your privacy is of great importance to us. Therefore, we would like to inform you about the specifics regarding the processing of your data.";
public static final String headingSec1="1. Data collection, processing, and storage";
public static final String contentSec1="You can use our tool without having to disclose any information regarding your person. But the tool enables you to disclose personal data which may in particular include biometric data and health data. Among others, it is possible to give information about your heart rate, weight, height, type and amount of walking activities (flights climbing, walking, running), or menstrual cycle. Additionally, you may inform us about your occupation or the given choice closest to your actual occupation. The decision on which data you wish to share with us is completely up to you. We will only collect the data you have actively selected. Because of the design of the tool, it will be impossible for us to identify you from the collected data. The only possible way for us to infer your identity will be by using the IP address assigned to you at the moment you upload the data. This IP address will only be stored for a limited amount of time. After that period has passed it will not be possible to identify your data anymore. Furthermore, organizational measures prevent processors of your data from accessing the documented IP addresses.\n\n"
+ "The data will be used for the purpose of testing the efficiency and robustness of technical methods for anonymization and pseudonymization. Please be aware that during this research it might be possible to identify your data set, but it still will not be possible to identify you as a person. That means that after the initial anonymization process it will not be possible to identify you with the collected data. After the anonymization process, your data will not be personal data according to Art. 4 Nr. 1 GDPR anymore.\n\n"
+ "We are aware that the collected data may contain biometric data and health data in line of Art. 4 Nr. 14 and 15 GDPR and thus may contain especially sensitive data. This sensitive data will be addressed with the appropriate care and diligence.";
public static final String headingSec2="2. Data transfers";
public static final String contentSec2="The data will only be used for the purpose of scientific research. Regarding the transfer it is e.g., planned to share some of the anonymized data with an Indian university in the course of a research cooperation. Additionally, the data will be stored for future research projects (e.g., bachelor or master thesis).\n\n"
+ "Non anonymized data will never be transferred or disclosed.";
public static final String headingSec3="3. Lawfulness of processing";
public static final String contentSec3="The processing is based on Art. 9 (2) j) GDPR in combination with § 23 (1) SaarlDSG. The data will be anonymized in line of § 23 (1) SaarlDSG.";
public static final String headingSec4="4. Your rights";
public static final String contentSec4="As a data subject you have the following rights regarding your personal data:\n\n"
+ "You have the right of access on whether or even which of your data is processed (Art. 15 GDPR). You have the right of rectification and / or completion of your data in case it is incorrect or incomplete (Art. 16 GDPR). According to Art. 17 GDPR you have the right to erasure of your data as well as according to Art. 18 GDPR the right to restriction of processing. In line of Art. 20 GDPR you have the right to data portability. You also have the right to object the processing (Art. 21 GDPR).\n\n"
+ "Additionally, you have the right to submit a complaint to a supervisory authority in case that you believe the processing of your data to violate the regulations of the GDPR.\n\n"
+ "Please be aware that your data will be anonymized a short amount of time after the collection and thus will not be personal data any longer. It will only be possible to exercise your rights as a data subject in the time your data is not yet completely anonymized.";
public static final String headingSec5="5. Contacts";
public static final String contentSec5="You may file complaints at the data protection officer of Saarland University:\n"
+ "Barbara Partzsch\n"
+ "datenschutz@uni-saarland.de\n"
+ "Postal address:\n"
+ "Facility Meerwiesertalweg\n"
+ "Post-office box 15 11 50\n"
+ "66041 Saarbrücken\n"
+ "\n"
+ "Alternatively, you may directly contact Prof. Dr.-Ing. Christoph Sorge (lehrstuhl.sorge@uni-saarland.de).";
}