diff options
author | navanchauhan <navanchauhan@gmail.com> | 2023-01-21 18:25:00 -0700 |
---|---|---|
committer | navanchauhan <navanchauhan@gmail.com> | 2023-01-21 18:25:00 -0700 |
commit | 7bb0213f42346efece7b2d4d2875affc2a3e4801 (patch) | |
tree | 561cd82d85963856cd8881770ecfdc74143fa469 /index.html | |
parent | 1142b25a43e7af2c752b4423693383fe03929caa (diff) |
minor update
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 31 |
1 files changed, 21 insertions, 10 deletions
@@ -12,10 +12,6 @@ <h1>Navan Chauhan</h1> <hr> </section> -<!--<section> - <h2>Introduction</h2> - <p>The purpose of this website is to guide the lurker to the relevant section.</p> -</section>--> <section> <h2>Programming</h2> <h3>Links</h3> @@ -23,13 +19,18 @@ <li>Version Control</li> <ul> <li>GitHub: <a href="https://github.com/navanchauhan">@navanchauhan</a></li> - <li>Self-Hosted: <a href="https://pi4.navan.dev/gitea"> + <li>Self-Hosted Mirror: <a href="https://pi4.navan.dev/gitea"> Gitea</a></li> </ul> - <li>E-Mail: hey[at]navan.dev</li> - <li>Posts: <a href="https://web.navan.dev">https://web.navan.dev</a></li> + <li>E-Mail</li> + <ul> + <li>hey[at]navan[dot]dev</li> + <li>subject[at]navan[dot]email</li> + </ul> + <li>Blog: <a href="https://web.navan.dev">https://web.navan.dev</a></li> </ul> - <h3>Some Projects</h3> + <h3>Projects</h3> + <p>Most of my time since March 2020 has been spent building projects with a particular pharmaceutical R&D comapny. Thus, this list does not actually reflect all the projects I am proud of.</p> <ul> <li>Curie - A Drug Discovery Toolkit<label for="curie-note" class="margin-toggle sidenote-number"></label></li> <input type="checkbox" id="curie-note" class="margin-toggle"/> @@ -38,6 +39,14 @@ <li>Curie-Web: Web Interface - <a href="https://github.com/navanchauhan/Curie-Web">GitHub</a></li> <li>Curie-Cli: Command Line Interface - <a href="https://github.com/navanchauhan/curie-cli">GitHub</a></li> </ul> + <li>FDA 510K Search<label for="fda-note" class="margin-toggle sidenote-number"></label></li> + <input type="checkbox" id="fda-note" class="margin-toggle"/> + <span class="sidenote">Actively developed and maintained</span> + <ul> + <li>Full-text search for 510(k) premarket notifications, with automatic predicate tracking, and more.</li> + <li>The program architecture allows the entire pipeline to be self-hosted. Including the OCR Processor, Indexer, and Web Interface</li> + <li>Demo: <a href="https://fda510k.navan.dev">510k Search</a></li> + </ul> <li>Vaporwave Generator</li> <ul> <li>Code: <a href="https://github.com/navanchauhan/VaporwaveGenerator">GitHub</a></li> @@ -67,12 +76,14 @@ <section> <h2>Miscellaneous</h2> <h3>My Personal Domains</h3> + <p>All active domains I currently use. Any domain marked as deprecated will slowly be sunsetted and eventually removed.</p> <ul> <li>navan[dot]dev</li> <li>navan[dot]website</li> - <li>navan[dot]blog</li> + <li>navan[dot]blog<label for="domain-note" class="margin-toggle sidenote-number"></label></li> <li>navan[dot]email</li> - <li>navan[dot]wtf</li> + <input type="checkbox" id="domain-note" class="margin-toggle"/> + <span class="sidenote">Deprecated.</span> </ul> <h3>Epigraphs</h3> <div class="epigraph"> |