-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhealth.html
More file actions
63 lines (61 loc) · 5.99 KB
/
health.html
File metadata and controls
63 lines (61 loc) · 5.99 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Health</title>
<meta name="Health: Disruptive Technology">
</head>
<body background="Images\background.jpg">
<center>
<table cellpadding="15px;" cellspacing="10px" style="font:12px verdana; width:1000px; margin:0px;">
<tr>
<td colspan="3">
<h1 style="font:40px verdana; margin:10px 0; color: white">Disruptive Technology</h1>
<hr width="100%">
<a style="color: white; font-size:20px;" href="home.html">Home<a/> |
<a style="color: white; font-size:20px;" href="communication.html">Communication<a/> |
<a style="color: white; font-size:20px;" href="education.html">Education<a/> |
<a style="color: white; font-size:20px;" href="government.html">Government<a/> |
<a style="color: white; font-size:20px;" >Health Care<a/> |
<a style="color: white; font-size:20px;" href="aboutme.html">About Me<a/> |
<a style="color: white; font-size:20px;" href="reference.html">References<a/>
<hr>
</tr valign="top" style="height:800px">
<td style="background-image:url(http://www.saywhatnowproductions.com/wp-content/uploads/2014/09/webplunder-background-image-technology-online-website-solutions.jpg); width:150px; vertical-align: top;">
<ul style="float:left; list-style:none; display:inline; padding:0px; margin:0px;">
<li style="margin-bottom:5px; width:100px; float:centre;"><h3 style="color:black;">Disruptive Technology in:</h3></li>
<br>
<li style="margin-bottom:5px; width:100px; float:left;font-size:15px;"><a href="home.html" style="color:black;">Home</a></li>
<li style="margin-bottom:5px; width:100px; float:left;font-size:15px;"><a href="communication.html" style="color:black;">Communication</a></li>
<li style="margin-bottom:5px; width:100px; float:left;font-size:15px;"><a href="education.html" style="color:black; font-size:15px;">Education</a></li>
<li style="margin-bottom:5px; width:100px; float:left;font-size:15px;"><a href="government.html" style="color:black; font-size:15px;">Government</a></li>
<li style="margin-bottom:5px; width:100px; float:left;font-size:15px;">Health Care</a></li>
</ul>
</td>
<td style="background-image:url(http://www.volusia.org/resources/background-medium.jpg); vertical-align:top;">
<h1 style="font-size:20px; margin:0px;">Disruptive Technology And Health Care</h1>
<h3>Artificial Intellegence (AI)</h3>
<img src="Images\med.jpg" height="175" width="200">
<p style="font-size:15px;">Artificial Intelligence (AI) is defined as the intelligence demonstrated by machines or software with the ability to depict or mimic human brain functions. AI in healthcare aims to improve patient outcomes by assisting healthcare practitioners in using medical knowledge, which has been thoroughly analyzed and memorized by these systems, thereby providing excellent clinical and medical solutions. AI systems have the potential to provide physicians and researchers with clinically relevant, real-time, quality information sourced from data stored in electronic health records (EHRs) for immediate needs.
The AI market for healthcare applications is expected to achieve rapid adoption globally, with a CAGR of 42% until 2021. Excellent patient outcomes, reduced treatment costs, and elimination of unnecessary hospital procedures with easier hospital workflows and patient-centric treatment plans are the prime reasons for the wide adoption and successive growth of the AI market in the healthcare industry.
</p>
<h3>Immunotherapies</h3>
<p style="font-size:15px;">Immunotherapy provides therapeutic benefit by focusing on the capabilities of the immune system in regards to the tumor and promises to transform cancer care. It charts new territory in both individual duration of survival and the potential for significant numbers of patients to benefit. For example, malignant melanoma is a significant unmet medical need with limited treatment options.
</p>
<h3>Liquid Biopsy</h3>
<p style="font-size:15px;">Liquid biopsy extracts cancer cells from a simple blood sample and has the potential to revolutionize cancer treatment by non-invasively monitoring cancer cells. Today, repeated biopsies are needed to study the changing tumor and present a huge challenge to the patient. Liquid biopsy provides attractive investment opportunities for diagnostic companies. The focus on blood biomarkers, such as ctDNA and CTCs, has unleashed the potential to now track and monitor tumors in a non-invasive manner. It is expected in about two years, liquid biopsy will become an adjunct to tissue biopsy. This technology has proven to be much more effective and detects worsening of a disease condition even before a CT scan. There are key benefits to this technology where “go to the source” is not a concern, unlike tissue biopsy.
</p>
</td>
<td style="background-image:url(http://www.saywhatnowproductions.com/wp-content/uploads/2014/09/webplunder-background-image-technology-online-website-solutions.jpg); width:150px; vertical-align: top;">
<ul style="float:right; list-style:none; display:inline; padding:0px; margin:20px;">
<h3>Search</h3>
<form method="get" action="http://google.com/ search" target="_blank">
<input type="text" name="q" required autofocus>
<input type="submit" value="Google search">
</form>
</ul>
</td>
</table>
</centre>
<footer style="font-size:10px; color:white; float:left;">Designed By:Duran Thomas || ID# 1401134</footer>
</body>
</html>