-
Notifications
You must be signed in to change notification settings - Fork 0
/
privacy-policy.html
70 lines (57 loc) · 3.79 KB
/
privacy-policy.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html>
<head>
<title>Privacy Policy</title>
<style>
/* Add some basic styling */
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 20px;
}
h1, h2 {
color: #333;
}
</style>
</head>
<body>
<h1>Privacy Policy for Custom GPT Application</h1>
<!-- Insert your privacy policy content here -->
<p>Privacy Policy for Custom GPT Application Specializing in NCCN Guidelines for Solid Tumors
Last Updated: [Date]
1. Introduction
Purpose: This policy outlines the data handling practices of our custom GPT application, which specializes in providing information based on the NCCN Guidelines for Solid Tumors.
Data Controller: Josh Wheeler; [email protected]
Scope and Consent: By using our application, users consent to the data practices described in this policy.
2. Data Collection
Types of Data: Our application processes PDFs of the NCCN Guidelines for Solid Tumors. We do not collect personal data from users unless voluntarily provided for feedback or inquiries.
Collection Methods: Data is sourced from publicly available NCCN guidelines and user interactions (if applicable).
Legal Basis: Data processing is based on legitimate interest in providing specialized medical information.
3. Use of Data
Purposes: Data is used to train our custom GPT model to provide accurate, guideline-based information on solid tumors. Data may also be used for application improvement and user experience enhancement.
AI Training: Our GPT model is trained exclusively on NCCN guideline content and user feedback, where provided.
4. Data Sharing and Disclosure
Sharing Circumstances: Data sharing is limited and occurs only when necessary for legal reasons or for improving the application with third-party services under strict confidentiality agreements.
Safeguards: We implement stringent measures to ensure the confidentiality of shared data.
5. Data Storage and Security
Retention: Data is retained as long as necessary for the purposes outlined, and in compliance with legal obligations.
Security: Robust security measures are in place to protect data against unauthorized access, alteration, and disclosure.
Breach Notification: In the event of a data breach, we will follow applicable legal procedures to notify affected parties.
6. User Rights
User Rights: Users have rights to access, correct, or delete their personal data, and to object to data processing, as per applicable laws.
Exercise of Rights: Users can contact us through the provided contact details to exercise their rights.
7. International Data Transfers
Data Transfers: If data is transferred internationally, it is done with adequate safeguards as required by law.
8. Children's Privacy
Children's Use: This application is not intended for children under the age specified by law.
Protection Measures: We do not knowingly collect or use childrens data.
9. Changes to the Privacy Policy
Updates: This policy may be updated periodically.
Notification: Users will be notified of significant changes through our application or via email.
10. Contact Information
Contact Details: [email protected]
11. Governing Law and Jurisdiction
Applicable Law: This policy is governed by the laws of the State of California and applicable United States federal law. Jurisdiction: Legal disputes will be resolved under the jurisdiction of the State of California, United States.
</p>
</body>
</html>