-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
112 lines (100 loc) · 6.24 KB
/
index.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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="bootstrap/favicon.ico">
<title>Artifical Intelligence in Healthcare</title>
<!-- Bootstrap core CSS -->
<link href="bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="jumbotron.css" rel="stylesheet">
</head>
<body>
<nav class="navbar navbar-toggleable-md navbar-inverse fixed-top bg-inverse">
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<a class="navbar-brand" href="index.html">AI in Healthcare</a>
<div class="collapse navbar-collapse justify-content-end" id="navbarsExampleDefault">
<ul class="navbar-nav">
<li class="nav-item active">
<a class="nav-link" href="index.html">HOME <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">ABOUT</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="dropdown01" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">SMART ASSISTANTS</a>
<div class="dropdown-menu" aria-labelledby="dropdown01">
<a class="dropdown-item" href="cognitivecomputingsystems.html">Cognitive computing systems</a>
<a class="dropdown-item" href="healthapps.html">Health monitoring & diagnosis apps</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="dropdown01" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">INTELLIGENT ROBOTS</a>
<div class="dropdown-menu" aria-labelledby="dropdown01">
<a class="dropdown-item" href="typesofrobots.html">Types of robots</a>
<a class="dropdown-item" href="roboticsurgery.html">Robotic surgery</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="dropdown01" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">HEALTHCARE GADGETS</a>
<div class="dropdown-menu" aria-labelledby="dropdown01">
<a class="dropdown-item" href="wearabletechnology.html">Wearable technology</a>
<a class="dropdown-item" href="gadgetsforyourphone.html">Gadgets for your phone</a>
</div>
</li>
</ul>
</div>
</nav>
<!-- Main jumbotron for a primary marketing message or call to action -->
<div class="jumbotron jumbotron-ai">
<div class="container">
<h1 class="display-3 text-center">Artificial Intelligence in Healthcare</h1>
<p class="text-center">Artificial intelligence is revolutionising every aspect of our lives and healthcare is no exception. Let's take a look at some of the most exciting developments in medical AI technology.</p>
</div>
</div>
<div class="container">
<!-- Example row of columns -->
<div class="row">
<div class="col-md-4">
<img class="rounded-circle img-responsive img-center" src="images/smartassistants.jpg" alt="" width=100%>
<p>
<h2 class="text-center">Smart Assistants</h2>
<p class="text-center">Smart healthcare assistants are reshaping our future. From deep convolutional neural networks capable of discovering new medicines to the world's first virtual nurse, smart assistants are a rapidly developing area of research.</p>
<p class="text-center"><a class="btn btn-info" href="smartassistants.html" role="button">Read more »</a></p>
</div>
<div class="col-md-4">
<img class="rounded-circle img-responsive img-center" src="images/intelligentrobots.jpg" alt="" width=100%>
<p>
<h2 class="text-center">Intelligent Robots</h2>
<p class="text-center">The concept of genuinely intelligent robots is becoming more and more of a reality everyday. Robots are increasing being used for not only minor, repetitive tasks but also for life-threatening situations such as human surgery.</p>
<p class="text-center"><a class="btn btn-info" href="intelligentrobots.html" role="button">Read more »</a></p>
</div>
<div class="col-md-4">
<p>
<img class="rounded-circle img-responsive img-center" src="images/healthcaregadgets.jpg" alt="" width=100%>
<h2 class="text-center">Healthcare Gadgets</h2>
<p class="text-center">Healthcare is constantly being integrated into the technology we use in our daily lives through the means of not only activity trackers and healthcare apps, but also the more innovative health-tracking pills or bionic band-aids.</p>
<p class="text-center"><a class="btn btn-info" href="healthcaregadgets.html" role="button">Read more »</a></p>
</div>
</div>
<hr>
<footer>
<p>© Inara Ramji, Yoon Kim, Diba Tavakolizadeh, Jayati Sarkar 2017</p>
</footer>
</div> <!-- /container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://code.jquery.com/jquery-3.1.1.slim.min.js" integrity="sha384-A7FZj7v+d/sdmMqp/nOQwliLvUsJfDHW+k9Omg/a/EheAdgtzNs3hpfag6Ed950n" crossorigin="anonymous"></script>
<script>window.jQuery || document.write('<script src="bootstrap/assets/js/vendor/jquery.min.js"><\/script>')</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.4.0/js/tether.min.js" integrity="sha384-DztdAPBWPRXSA/3eYEEUWrWCy7G5KFbe8fFjk5JAIxUYHKkDx6Qin1DkWx51bBrb" crossorigin="anonymous"></script>
<script src="bootstrap/dist/js/bootstrap.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="bootstrap/assets/js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>