-
Notifications
You must be signed in to change notification settings - Fork 0
/
Aspirin.html
52 lines (52 loc) · 1.96 KB
/
Aspirin.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
<!DOCTYPE html>
<html>
<head>
<title>ChemoAI - Drug Properties</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
}
.container {
margin: 0 auto;
max-width: 800px;
padding: 20px;
}
h1 {
margin-top: 0;
}
ul {
list-style: none;
margin: 20px 0;
padding: 0;
}
li {
margin-bottom: 10px;
}
strong {
font-weight: bold;
}
</style>
</head>
<body>
<div class="container">
<h1>Drug Properties for Aspirin</h1>
<ul>
<li><strong>Target disease:</strong> Pain, fever, inflammation, and blood clotting disorders</li>
<li><strong>Molecular weight:</strong> 180.16 g/mol</li>
<li><strong>Pharmacokinetic profile:</strong> Rapidly absorbed from the stomach and small intestine, metabolized in the liver, and excreted in the urine</li>
<li><strong>Toxicity:</strong> Overdose can cause gastrointestinal bleeding, kidney damage, and other serious complications</li>
<li><strong>Mechanism of action:</strong> Inhibits the production of prostaglandins, which are involved in pain, inflammation, and blood clotting</li>
<li><strong>Side effects:</strong> Common side effects include stomach upset, heartburn, and nausea</li>
<li><strong>Potential drug interactions:</strong> Aspirin can interact with other drugs, including blood thinners, corticosteroids, and certain antibiotics</li>
</ul>
<h2>Follow-up Prompts</h2>
<ul>
<li>Would you like to learn more about the side effects of this drug?</li>
<li>Do you want to know about the clinical trials for this drug?</li>
<li>Would you like to learn about alternative treatments for this condition?</li>
</ul>
</div>
</body>
</html>