Skip to content

Commit

Permalink
added links to agents
Browse files Browse the repository at this point in the history
  • Loading branch information
marfantyk committed Jan 19, 2024
1 parent df27597 commit 276f91d
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ <h2 id="textbig" class="appearing">Unlock the secrets to a longer, healthier lif
</div>
<div id="sun2" class="link-div link-div2 ">
<img class="sun sun-2" src="./images/sun.png">
<a class=" link link-2" href="./about_us.html"><h2>About us</h2></a>
<a class=" link link-2" href=""><h2>About us</h2></a>
</div>
<div id="sun3" class="link-div link-div3">
<img class="sun sun-3" src="./images/sun.png">
<a class=" link link-3" href="./terms_of_use.html"><h2>Terms of Use</h2></a>
<a class=" link link-3" href=""><h2>Terms of Use</h2></a>
</div>
<script>
let sun = document.getElementById("sun")
Expand Down Expand Up @@ -133,6 +133,10 @@ <h3>Longevity Map</h3>
<h3>Genetics</h3>
Do you have questions about genetics? Whether you're curious about the genetic causes of diseases, exploring how genes impact your daily health choices, seeking information on family planning, or uncovering a family history of inherited diseases, our agent is connected to the Online Mendelian Inheritance in Man (OMIM) database and other reliable sources to provide you with the answers you need.
</div>
<div class="slider-item">
<h3>Clinical Trials GPT</h3>
The registry of clinical trials, ClinicalTrials.gov, holds registrations from over 400,000 trials in more than 200 countries. To easily navigate among the registered clinical trials, we have created this agent. Which clinical trials are registered for a particular disease? Which of them are interventional? What outcomes have they shown? Get answers with just a click.
</div>
</div>
<div class="buttons sections">
<img class="slider-prev" src="./images/left-arrow1.png">
Expand All @@ -147,9 +151,10 @@ <h2 class="chat-now sections sections-wrapper">Chat Now!*</h2>
<section class="button-itself sections-wrapper">
<img class="sun1 sections" src="./images/sun1.png">
<section class="sections">
<a href="https://chat.openai.com/g/g-HnvTUyFeq-just-dna-seq-rest-api-agent" target="_blank" rel="noopener noreferrer"><p>LongevityMap Agent</p></a>
<a href="" target="_blank" rel="noopener noreferrer"><p>DrugAge Agent</p></a>
<a href="" target="_blank" rel="noopener noreferrer"><p>AnAge Agent</p></a>
<a href="https://chat.openai.com/g/g-HnvTUyFeq-genetics-genie" target="_blank" rel="noopener noreferrer"><p>Genetics Agent</p></a>
<a href="https://chat.openai.com/g/g-Y7oRsdMUS-drugage-genie" target="_blank" rel="noopener noreferrer"><p>DrugAge Agent</p></a>
<a href="https://chat.openai.com/g/g-I8OGEVL4X-animal-ageing-genie" target="_blank" rel="noopener noreferrer"><p>AnAge Agent</p></a>
<a href="https://chat.openai.com/g/g-tpOIOEeWm-clinical-trials-genie" target="_blank" rel="noopener noreferrer"><p>Clinical Trial Agent</p></a>
</section>
</section>
<img class="schema sections sections-wrapper" src="./images/schema.png">
Expand Down

0 comments on commit 276f91d

Please sign in to comment.