Skip to content

Commit 466cba5

Browse files
committed
Update attribution
1 parent eee3f5f commit 466cba5

6 files changed

Lines changed: 54 additions & 1 deletion

File tree

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,19 @@ Nodes: 26 | Edges: 8
155155
└── Therapeutic strategies for eld...
156156
```
157157

158+
## ⚖️ Attributions & Disclaimers
159+
160+
MedKit uses data from public APIs but is not endorsed or certified by any of the governing bodies:
161+
162+
* **ClinicalTrials.gov**: MedKit uses data from ClinicalTrials.gov but is not endorsed by ClinicalTrials.gov or the U.S. National Library of Medicine.
163+
* **OpenFDA**: MedKit uses data from openFDA but is not endorsed by the U.S. Food and Drug Administration.
164+
* **PubMed**: MedKit uses data from PubMed but is not endorsed by the U.S. National Library of Medicine.
165+
166+
---
167+
158168
## 🤝 Contributing
159169

160-
We welcome contributions! As an open-source project, community feedback and improvements can be the backbone of thi.
170+
We welcome contributions! As an open-source project, community feedback and improvements can be the backbone of Medkit.
161171

162172
1. **Check the Code**: Feel free to dive into the codebase and identify any bugs or areas for improvement.
163173
2. **Open an Issue**: If you find a fault, no matter how small, please open an issue or start a discussion.

docs/docs_core.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,15 @@ <h2>3. Python Usage</h2>
9696
</div>
9797
</main>
9898

99+
<footer
100+
style="padding: 2rem; margin-top: 4rem; border-top: 1px solid rgba(255,255,255,0.1); font-size: 0.8rem; opacity: 0.7;">
101+
<p><strong>Attributions & Disclaimers:</strong></p>
102+
<p>MedKit uses data from ClinicalTrials.gov but is not endorsed by ClinicalTrials.gov or the U.S. National
103+
Library of Medicine.</p>
104+
<p>MedKit uses data from openFDA but is not endorsed by the U.S. Food and Drug Administration.</p>
105+
<p>MedKit uses data from PubMed but is not endorsed by the U.S. National Library of Medicine.</p>
106+
</footer>
107+
99108
</body>
100109

101110
</html>

docs/docs_intelligence.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,15 @@ <h2>5. Interactive Knowledge Graphs</h2>
129129
</div>
130130
</main>
131131

132+
<footer
133+
style="padding: 2rem; margin-top: 4rem; border-top: 1px solid rgba(255,255,255,0.1); font-size: 0.8rem; opacity: 0.7;">
134+
<p><strong>Attributions & Disclaimers:</strong></p>
135+
<p>MedKit uses data from ClinicalTrials.gov but is not endorsed by ClinicalTrials.gov or the U.S. National
136+
Library of Medicine.</p>
137+
<p>MedKit uses data from openFDA but is not endorsed by the U.S. Food and Drug Administration.</p>
138+
<p>MedKit uses data from PubMed but is not endorsed by the U.S. National Library of Medicine.</p>
139+
</footer>
140+
132141
</body>
133142

134143
</html>

docs/docs_interactions.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,15 @@ <h2>4. Severity Thresholds Formulation</h2>
9797
</div>
9898
</main>
9999

100+
<footer
101+
style="padding: 2rem; margin-top: 4rem; border-top: 1px solid rgba(255,255,255,0.1); font-size: 0.8rem; opacity: 0.7;">
102+
<p><strong>Attributions & Disclaimers:</strong></p>
103+
<p>MedKit uses data from ClinicalTrials.gov but is not endorsed by ClinicalTrials.gov or the U.S. National
104+
Library of Medicine.</p>
105+
<p>MedKit uses data from openFDA but is not endorsed by the U.S. Food and Drug Administration.</p>
106+
<p>MedKit uses data from PubMed but is not endorsed by the U.S. National Library of Medicine.</p>
107+
</footer>
108+
100109
</body>
101110

102111
</html>

docs/docs_resiliency.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,15 @@ <h2>3. Exponential Jitter Retries</h2>
8585
</div>
8686
</main>
8787

88+
<footer
89+
style="padding: 2rem; margin-top: 4rem; border-top: 1px solid rgba(255,255,255,0.1); font-size: 0.8rem; opacity: 0.7;">
90+
<p><strong>Attributions & Disclaimers:</strong></p>
91+
<p>MedKit uses data from ClinicalTrials.gov but is not endorsed by ClinicalTrials.gov or the U.S. National
92+
Library of Medicine.</p>
93+
<p>MedKit uses data from openFDA but is not endorsed by the U.S. Food and Drug Administration.</p>
94+
<p>MedKit uses data from PubMed but is not endorsed by the U.S. National Library of Medicine.</p>
95+
</footer>
96+
8897
</body>
8998

9099
</html>

docs/index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,13 @@ <h2>Start building with MedKit today.</h2>
6868
class="btn btn-github">
6969
⭐ Star on GitHub
7070
</a>
71+
72+
<div class="attributions" style="margin-top: 3rem; font-size: 0.8rem; opacity: 0.7; max-width: 800px; text-align: left;">
73+
<p><strong>Attributions & Disclaimers:</strong></p>
74+
<p>MedKit uses data from ClinicalTrials.gov but is not endorsed by ClinicalTrials.gov or the U.S. National Library of Medicine.</p>
75+
<p>MedKit uses data from openFDA but is not endorsed by the U.S. Food and Drug Administration.</p>
76+
<p>MedKit uses data from PubMed but is not endorsed by the U.S. National Library of Medicine.</p>
77+
</div>
7178
</div>
7279

7380
</div>

0 commit comments

Comments
 (0)