-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
170 lines (145 loc) · 6.01 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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
<!-- -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" type="image/png" href="{{ url_for('static', filename='/images/favicon.png') }}" />
<!-- Put your site title here -->
<title>
DiaScan
</title>
<meta name="description" content="I have over 20 years of experience as a developer and leader in the tech industry.">
<!-- Add some coding keywords below, Ex: (React, CSS etc) -->
<meta name="keywords" content="Shelley Benhoff, Docker, Sitecore, Web Development, .NET, C#" />
<link rel="stylesheet" href="{{ url_for('static', filename='index.css') }}" />
</head>
<body>
<!-- ***** Header ***** -->
<header class="header" role="banner" id="top">
<div class="row">
<nav class="nav" role="navigation">
<ul class="nav__items">
<li class="nav__item"><a href="#work" class="nav__link">Our Results</a></li>
<li class="nav__item"><a href="#team" class="nav__link">Developers</a></li>
<li class="nav__item">
<a href="#about" class="nav__link">About Our Project</a>
</li>
<li class="nav__item">
<a href="#contact" class="nav__link">About Us</a>
</li>
</ul>
</nav>
</div>
<div class="header__text-box row">
<div class="header__text">
<h1 class="heading-primary">
<!-- Replace the following name with your name -->
<span>DiaScan:</span>
</h1>
<!-- Put a small paragraph about yourself -->
<p>A Machine Learning Approach to Diagnose Diabetes in Large Patient Data Sets.</p>
<a href="#contact" class="btn btn--pink">About Our Project</a>
</div>
</div>
</header>
<main role="main">
<!-- ***** Work ***** -->
<section class="work" id="work">
<div class="row">
<h2></h2>
<div class="work__boxes">
<!-- Each div with the work__box class is a project. -->
<div class="work__box">
<div class="work__text">
<h3>Our Model</h3>
<p>
To the right is our model.
</p>
<div class="work__links">
<a class="link__text">
<span>→</span>
</a>
</div>
</div>
<div class="work__image-box">
<img src="{{ url_for('static', filename='/images/project-1.png') }}" class="work__image" alt="Project 1" />
</div>
</div>
<!-- ***** Developers ***** -->
<section class="team" id="team">
<div class="row">
<h2>Developers</h2>
<div class="team__names">
<!-- Add names of the team members -->
<span>Aneesh Peri</span>
<span>Tanush Vuppala</span>
<span>Amogh Katiki</span>
<span>Adarsh Iruvanti</span>
</div>
</div>
</section>
<!-- ***** About ***** -->
<section class="about" id="about">
<div class="row">
<h2>About our Project</h2>
<div class="about__content">
<div class="about__text">
<!-- Replace the below paragraph with info about yourself -->
<p>
Diabetes is a common disease found in 206 million adults. However, 1 in 2 adults with diabetes are undiagnosed. While there are many methods of diagnosing diabetes, many take time or are not as efficient when tasked with large patient medical data sets. That is why we developed DiaScan, a machine learning model using Qiskit (a quantum package) to efficiently diagnose diabetes in large patient data sets. Combined with both large-scale efficiency, high-speed, and training with sufficient data, DiaScan has the potential to bridge the world of AI to the clinical analysis field.
</p>
</div>
<div class="about__photo-container">
<!-- <img class="about__photo" src="{{ url_for('static', filename='/images/shelley.png') }}" alt="shelley benhoff" /> -->
</div>
</div>
</div>
</section>
</main>
<!-- ***** About Page ***** -->
<section class="contact" id="contact">
<div class="row">
<h2>About Us</h2>
<div class="contact__info">
<p>
We are a group of high schoolers who wanted to use Quantum Machine Learning in order to benefit the BioMedical World
</p>
<!-- Replace the email with yours -->
<a href="mailto:[email protected]" class="btn">Send an Email</a>
</div>
</div>
</section>
<!-- ***** Footer ***** -->
<footer role="contentinfo" class="footer">
<div class="row">
<!-- Update the links to point to your accounts -->
<ul class="footer__social-links">
<li class="footer__social-link-item">
<a href="https://twitter.com/sbenhoff/" title="Link to Twitter Profile">
<img src="{{ url_for('static', filename='/images/twitter.svg') }}" class="footer__social-image" alt="Twitter">
</a>
</li>
<li class="footer__social-link-item">
<a href="https://github.com/sbenhoff007/" title="Link to Github Profile">
<img src="{{ url_for('static', filename='/images/github.svg') }}" class="footer__social-image" alt="Github">
</a>
</li>
</ul>
<p>
© 2020 - Credit to <a href="https://nisar.dev" class="link">Nisar</a>.
</p>
<div class="footer__github-buttons">
<iframe
src="https://ghbtns.com/github-btn.html?user=nisarhassan12&repo=portfolio-template&type=watch&count=true"
frameborder="0" scrolling="0" width="170" height="20" title="Watch Portfolio Template on GitHub">
</iframe>
</div>
</div>
</footer>
<a href="#top" class="back-to-top" title="Back to Top">
<img src="{{ url_for('static', filename='static/images/arrow-up.svg') }}" alt="Back to Top" class="back-to-top__image"/>
</a>
<script src="{{ url_for('static', filename='index.js') }}"></script>
</body>
</html>