Skip to content

Commit 24687ad

Browse files
authored
Update index.html
1 parent 5c969c8 commit 24687ad

File tree

1 file changed

+3
-293
lines changed

1 file changed

+3
-293
lines changed

index.html

Lines changed: 3 additions & 293 deletions
Original file line numberDiff line numberDiff line change
@@ -42,58 +42,7 @@ <h1>BioIntelligence Research Lab</h1>
4242
<!-- Main -->
4343
<div id="main">
4444

45-
<!-- Intro -->
46-
<article id="Seed">
47-
48-
<span class="image main"><img src="images/Seed.jpg" alt="" /></span>
49-
50-
<p>In today's scenario, oncologists need to manually parse through patient reports, clinical guidelines (e.g. NCCN), and clinical trials (e.g. clinicaltrials.gov) to formulate the most optimal treatment plan for their patients. This requires a multidimensional effort and focus from the oncologists and they would need to integrate all this information in their brain to effectively produce an optimal treatment plan. This becomes even more complicated when a physician is dealing with time constraints and excessive workload. </p>
51-
<p> At Seedomics Inc., we developed <i>Seed</i> to overcome these challenges and provide physicians an end-to-end AI search engine that would parse through clinical reports, clinical guidelines, and clinical trials and prepare a summary of patient's characteristics along with a <b> potential treatment plan </b>.
52-
<p> Finally, Seed would also answer any question that a physician has regarding the patient's characteristics or treatment options. For example.
53-
<ul>
54-
<li>What are the treatment options for HR+, HER2+ breast cancer patients based on Oncotype DX?
55-
</li>
56-
<li>What are the actively recruiting clinical trials for a HR+, HER2+ breast cancer patient?</li>
57-
<li>What is the current treatment recommendation for Patient X?</li>
58-
59-
</ul>
60-
</p>
61-
<h3> Check out our concept video below: </h3>
62-
<iframe width="560" height="315" src="https://www.youtube.com/embed/ggIhQK1kcPI" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
63-
64-
</article>
65-
66-
<!-- Work -->
67-
<article id="SecondOpinion">
68-
69-
<span class="image main"><img src="images/SecondOpinion.jpg" alt="" /></span>
70-
<p>
71-
Cancer is a very complex disease and it is generally better to have a second pair of eyes evaluate your treatment strategy throughout the treatment timeline. Up until now, the entire procedure of getting a second opinion was cumbersome and time consuming, and involved filling out a lot of forms. </p><p> At Seedomics Inc., we are changing the complete paradigm of getting a second opinion, by bringing the best health-care in the world right at your fingertips. It is fast, reliable, and hassle free. All you have to do is following this simple 3-step procedure.
72-
</p>
73-
<ol>
74-
<li> Add Seedomics Inc. (+1 ‪443 620 8472‬) to your Whatsapp and send us a message with your cancer type. </li>
75-
<li> Our team will reach out to you and provide you with a list of diagnostic tests that need to be done. Once done, send us your reports over Whatsapp </li>
76-
<li> Review and select your provider from the list of experts who have partnered with Seedomics Inc.
77-
Select a time to video conference with your provider and make your payment. </li>
78-
</ol>
79-
80-
81-
</p>
82-
</article>
83-
84-
<!-- About -->
85-
<article id="CancerEducation">
86-
<span class="image main"><img src="images/cae.jpg" alt="" /></span>
87-
<p>Cancer is very complex and it is very easy get lost in the ocean of information. We have partnered with experts across the world to curate different resources that can help understand and navigate the complex world of cancer.</p>
88-
<h3>Learn more ... </h3>
89-
<ul class="icons">
90-
<li><a href="https://www.twitter.com/seedomics" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li>
91-
<li><a href="https://www.facebook.com/seedomics" class="icon brands fa-facebook-f"><span class="label">Facebook</span></a></li>
92-
<li><a href="https://instagram.com/seedomics" class="icon brands fa-instagram"><span class="label">Instagram</span></a></li>
93-
<li><a href="https://www.linkedin.com/company/seedomics-inc" class="icon brands fa-linkedin"><span class="label">LinkedIn</span></a></li>
94-
</ul>
95-
<p> In addition you can send us a message (+1 ‪443 620 8472‬) with any questions that you have about your diagnosis or about cancer in general and one of our in house experts will respond with answers.</p>
96-
</article>
45+
9746

9847
<!-- Contact -->
9948
<article id="Contact">
@@ -121,247 +70,8 @@ <h2 class="major">Contact</h2>
12170

12271
</article>
12372

124-
<!-- Elements -->
125-
<article id="elements">
126-
<h2 class="major">Elements</h2>
127-
128-
<section>
129-
<h3 class="major">Text</h3>
130-
<p>This is <b>bold</b> and this is <strong>strong</strong>. This is <i>italic</i> and this is <em>emphasized</em>.
131-
This is <sup>superscript</sup> text and this is <sub>subscript</sub> text.
132-
This is <u>underlined</u> and this is code: <code>for (;;) { ... }</code>. Finally, <a href="#">this is a link</a>.</p>
133-
<hr />
134-
<h2>Heading Level 2</h2>
135-
<h3>Heading Level 3</h3>
136-
<h4>Heading Level 4</h4>
137-
<h5>Heading Level 5</h5>
138-
<h6>Heading Level 6</h6>
139-
<hr />
140-
<h4>Blockquote</h4>
141-
<blockquote>Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan faucibus. Vestibulum ante ipsum primis in faucibus lorem ipsum dolor sit amet nullam adipiscing eu felis.</blockquote>
142-
<h4>Preformatted</h4>
143-
<pre><code>i = 0;
144-
145-
while (!deck.isInOrder()) {
146-
print 'Iteration ' + i;
147-
deck.shuffle();
148-
i++;
149-
}
150-
151-
print 'It took ' + i + ' iterations to sort the deck.';</code></pre>
152-
</section>
153-
154-
<section>
155-
<h3 class="major">Lists</h3>
156-
157-
<h4>Unordered</h4>
158-
<ul>
159-
<li>Dolor pulvinar etiam.</li>
160-
<li>Sagittis adipiscing.</li>
161-
<li>Felis enim feugiat.</li>
162-
</ul>
163-
164-
<h4>Alternate</h4>
165-
<ul class="alt">
166-
<li>Dolor pulvinar etiam.</li>
167-
<li>Sagittis adipiscing.</li>
168-
<li>Felis enim feugiat.</li>
169-
</ul>
170-
171-
<h4>Ordered</h4>
172-
<ol>
173-
<li>Dolor pulvinar etiam.</li>
174-
<li>Etiam vel felis viverra.</li>
175-
<li>Felis enim feugiat.</li>
176-
<li>Dolor pulvinar etiam.</li>
177-
<li>Etiam vel felis lorem.</li>
178-
<li>Felis enim et feugiat.</li>
179-
</ol>
180-
<h4>Icons</h4>
181-
<ul class="icons">
182-
<li><a href="#" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li>
183-
<li><a href="#" class="icon brands fa-facebook-f"><span class="label">Facebook</span></a></li>
184-
<li><a href="#" class="icon brands fa-instagram"><span class="label">Instagram</span></a></li>
185-
<li><a href="#" class="icon brands fa-github"><span class="label">Github</span></a></li>
186-
</ul>
187-
188-
<h4>Actions</h4>
189-
<ul class="actions">
190-
<li><a href="#" class="button primary">Default</a></li>
191-
<li><a href="#" class="button">Default</a></li>
192-
</ul>
193-
<ul class="actions stacked">
194-
<li><a href="#" class="button primary">Default</a></li>
195-
<li><a href="#" class="button">Default</a></li>
196-
</ul>
197-
</section>
198-
199-
<section>
200-
<h3 class="major">Table</h3>
201-
<h4>Default</h4>
202-
<div class="table-wrapper">
203-
<table>
204-
<thead>
205-
<tr>
206-
<th>Name</th>
207-
<th>Description</th>
208-
<th>Price</th>
209-
</tr>
210-
</thead>
211-
<tbody>
212-
<tr>
213-
<td>Item One</td>
214-
<td>Ante turpis integer aliquet porttitor.</td>
215-
<td>29.99</td>
216-
</tr>
217-
<tr>
218-
<td>Item Two</td>
219-
<td>Vis ac commodo adipiscing arcu aliquet.</td>
220-
<td>19.99</td>
221-
</tr>
222-
<tr>
223-
<td>Item Three</td>
224-
<td> Morbi faucibus arcu accumsan lorem.</td>
225-
<td>29.99</td>
226-
</tr>
227-
<tr>
228-
<td>Item Four</td>
229-
<td>Vitae integer tempus condimentum.</td>
230-
<td>19.99</td>
231-
</tr>
232-
<tr>
233-
<td>Item Five</td>
234-
<td>Ante turpis integer aliquet porttitor.</td>
235-
<td>29.99</td>
236-
</tr>
237-
</tbody>
238-
<tfoot>
239-
<tr>
240-
<td colspan="2"></td>
241-
<td>100.00</td>
242-
</tr>
243-
</tfoot>
244-
</table>
245-
</div>
246-
247-
<h4>Alternate</h4>
248-
<div class="table-wrapper">
249-
<table class="alt">
250-
<thead>
251-
<tr>
252-
<th>Name</th>
253-
<th>Description</th>
254-
<th>Price</th>
255-
</tr>
256-
</thead>
257-
<tbody>
258-
<tr>
259-
<td>Item One</td>
260-
<td>Ante turpis integer aliquet porttitor.</td>
261-
<td>29.99</td>
262-
</tr>
263-
<tr>
264-
<td>Item Two</td>
265-
<td>Vis ac commodo adipiscing arcu aliquet.</td>
266-
<td>19.99</td>
267-
</tr>
268-
<tr>
269-
<td>Item Three</td>
270-
<td> Morbi faucibus arcu accumsan lorem.</td>
271-
<td>29.99</td>
272-
</tr>
273-
<tr>
274-
<td>Item Four</td>
275-
<td>Vitae integer tempus condimentum.</td>
276-
<td>19.99</td>
277-
</tr>
278-
<tr>
279-
<td>Item Five</td>
280-
<td>Ante turpis integer aliquet porttitor.</td>
281-
<td>29.99</td>
282-
</tr>
283-
</tbody>
284-
<tfoot>
285-
<tr>
286-
<td colspan="2"></td>
287-
<td>100.00</td>
288-
</tr>
289-
</tfoot>
290-
</table>
291-
</div>
292-
</section>
293-
294-
<section>
295-
<h3 class="major">Buttons</h3>
296-
<ul class="actions">
297-
<li><a href="#" class="button primary">Primary</a></li>
298-
<li><a href="#" class="button">Default</a></li>
299-
</ul>
300-
<ul class="actions">
301-
<li><a href="#" class="button">Default</a></li>
302-
<li><a href="#" class="button small">Small</a></li>
303-
</ul>
304-
<ul class="actions">
305-
<li><a href="#" class="button primary icon solid fa-download">Icon</a></li>
306-
<li><a href="#" class="button icon solid fa-download">Icon</a></li>
307-
</ul>
308-
<ul class="actions">
309-
<li><span class="button primary disabled">Disabled</span></li>
310-
<li><span class="button disabled">Disabled</span></li>
311-
</ul>
312-
</section>
313-
314-
<section>
315-
<h3 class="major">Form</h3>
316-
<form method="post" action="#">
317-
<div class="fields">
318-
<div class="field half">
319-
<label for="demo-name">Name</label>
320-
<input type="text" name="demo-name" id="demo-name" value="" placeholder="Jane Doe" />
321-
</div>
322-
<div class="field half">
323-
<label for="demo-email">Email</label>
324-
<input type="email" name="demo-email" id="demo-email" value="" placeholder="jane@untitled.tld" />
325-
</div>
326-
<div class="field">
327-
<label for="demo-category">Category</label>
328-
<select name="demo-category" id="demo-category">
329-
<option value="">-</option>
330-
<option value="1">Manufacturing</option>
331-
<option value="1">Shipping</option>
332-
<option value="1">Administration</option>
333-
<option value="1">Human Resources</option>
334-
</select>
335-
</div>
336-
<div class="field half">
337-
<input type="radio" id="demo-priority-low" name="demo-priority" checked>
338-
<label for="demo-priority-low">Low</label>
339-
</div>
340-
<div class="field half">
341-
<input type="radio" id="demo-priority-high" name="demo-priority">
342-
<label for="demo-priority-high">High</label>
343-
</div>
344-
<div class="field half">
345-
<input type="checkbox" id="demo-copy" name="demo-copy">
346-
<label for="demo-copy">Email me a copy</label>
347-
</div>
348-
<div class="field half">
349-
<input type="checkbox" id="demo-human" name="demo-human" checked>
350-
<label for="demo-human">Not a robot</label>
351-
</div>
352-
<div class="field">
353-
<label for="demo-message">Message</label>
354-
<textarea name="demo-message" id="demo-message" placeholder="Enter your message" rows="6"></textarea>
355-
</div>
356-
</div>
357-
<ul class="actions">
358-
<li><input type="submit" value="Send Message" class="primary" /></li>
359-
<li><input type="reset" value="Reset" /></li>
360-
</ul>
361-
</form>
362-
</section>
363-
364-
</article>
73+
74+
36575

36676
</div>
36777

0 commit comments

Comments
 (0)