-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
93 additions
and
54 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,111 @@ | ||
<!DOCTYPE html><html> | ||
<!doctype html> | ||
<html> | ||
<head> | ||
<meta name="author" content="Kwat Medetgul-Ernar" /> | ||
<title>Website of Kwat Medetgul-Ernar</title> | ||
<meta name="description" content="Website of Kwat Medetgul-Ernar" /> | ||
<meta name="keywords" content="Kwat Medetgul-Ernar, Kwat, Medetgul, Ernar, KwatMDPhD, Bioinformatics, Causality, Medicine, Immunology, Cancer" /> | ||
<link rel="icon" href="favicon.png" type="image/x-icon" /> | ||
<meta | ||
name="keywords" | ||
content="Kwat Medetgul-Ernar, Kwat, Medetgul, Ernar, KwatMDPhD, Bioinformatics, Causality, Medicine, Immunology, Cancer" | ||
/> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<meta charset="utf-8" /> | ||
<script src="https://cdn.tailwindcss.com"></script> | ||
</head> | ||
<body> | ||
<div class="flex h-dvh flex-col selection:bg-rose-200"> | ||
<header class="bg-rose-800 py-8"> | ||
<nav> | ||
<ul class="flex justify-center gap-8"> | ||
<div class="flex min-h-svh flex-col gap-16"> | ||
<header | ||
class="flex place-content-center bg-rose-600 py-8 text-xl font-bold tracking-wide text-white" | ||
> | ||
Kwat Medetgul-Ernar | ||
</header> | ||
<main class="flex flex-1 place-content-center"> | ||
<div class="max-w-prose"> | ||
<h1 class="text-xl font-bold">Hi, I'm Kwat 🤠</h1> | ||
<br /> | ||
<h2 class="text-lg font-semibold"> | ||
My life's work is to build | ||
|
||
<span class>the everything blood test</span>. | ||
</h2> | ||
<p> | ||
At the | ||
|
||
<a class="font-medium" href="https://med.stanford.edu/davislab.html" | ||
>Stanford Mark Davis Lab</a | ||
>, I code analytics that use a causality model to analyze various | ||
molecules, such as antibodies, proteins, and RNAs, to generate | ||
clinical-grade results that are highly interpretable. I help my | ||
collaborators integrate this model into their projects. To ensure | ||
that as many researchers as possible have access to the data for the | ||
model, I'm building a | ||
|
||
<a class="font-medium" href="https://OmicsOne.com" | ||
>blood data generation platform</a | ||
>. Additionally, to allow the public to try out the blood test, I've | ||
launched a | ||
|
||
<a class="font-medium" href="https://MyTrillions.com" | ||
>direct-to-consumer test</a | ||
>. | ||
</p> | ||
<br /> | ||
<h2 class="text-lg font-semibold"> | ||
I've build software, hardware, businesses, and more: | ||
</h2> | ||
<ul class="indent-4"> | ||
<li> | ||
<a class="font-medium" href | ||
>Gene Set Enrichment Analysis (the GSEA)</a | ||
> | ||
</li> | ||
<li> | ||
<a class="font-medium" href>OncoGPS</a> | ||
</li> | ||
<li> | ||
<a class="text-white" href="/">Home 🤠</a> | ||
<a class="font-medium" href>Genome Explorer</a> | ||
</li> | ||
<li> | ||
<a class="text-white" href="/writing">Writing 📓</a> | ||
<a class="font-medium" href>Helixa</a> | ||
</li> | ||
<li> | ||
<a class="font-medium" href>Guardiome.com</a> | ||
</li> | ||
<li> | ||
<a class="font-medium" href>Tiny Beasts</a> | ||
</li> | ||
<li> | ||
<a class="font-medium" href>Mount Jiu-Jitsu</a> | ||
</li> | ||
</ul> | ||
<br /> | ||
<h2 class="text-lg font-semibold">Links:</h2> | ||
<ul class="indent-4"> | ||
<li> | ||
<a class="font-medium" href="https://github.com/KwatMDPhD" | ||
>GitHub</a | ||
> | ||
</li> | ||
<li> | ||
<a class="font-medium" href="https://x.com/KwatMDPhD" | ||
>X (Twitter)</a | ||
> | ||
</li> | ||
<li> | ||
<a | ||
class="font-medium" | ||
href="https://scholar.google.com/citations?user=PAM4lScAAAAJ&hl" | ||
>OnlyFans</a | ||
> | ||
</li> | ||
</ul> | ||
</nav> | ||
</header> | ||
<main class="flex grow justify-center bg-rose-100 py-8"> | ||
<div> | ||
<h1>I'm Kwat 🤠</h1> | ||
<p>I'm remaking this site using the Genie Framework.</p> | ||
<p>Stay tuned.</p> | ||
</div> | ||
</main> | ||
<footer class="flex justify-center bg-rose-800 py-8"> | ||
<a class="text-white" href="/">KwatMDPhD.com</a> | ||
<footer | ||
class="flex place-content-center bg-rose-600 py-8 font-bold text-white" | ||
> | ||
<a href="#">Less is More.</a> | ||
</footer> | ||
</div> | ||
</body></html> | ||
</body> | ||
</html> |
This file was deleted.
Oops, something went wrong.