blob: 92b2a7b20cbc4ddd0eb4ac8773cf80a333e3ee8f (
plain)
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
|
<html>
<head>
<title>Navan Chauhan - Index</title>
<meta name="description" content="One page to rule them all. Lists everything.">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="tufte.css"/>
<script defer data-domain="hi.navan.dev" src="https://plausible.io/js/script.js"></script>
</head>
<body>
<article>
<section>
<h1>Navan Chauhan</h1>
<hr>
</section>
<section>
<h2>Programming</h2>
<h3>Links</h3>
<ul>
<li>Version Control</li>
<ul>
<li>GitHub: <a href="https://github.com/navanchauhan">@navanchauhan</a></li>
<li>Self-Hosted Mirror: <a href="https://pi4.navan.dev/gitea">
Gitea</a></li>
</ul>
<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>Projects</h3>
<p>Projects that I have independently worked on, and 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"/>
<span class="sidenote">No longer maintained.</span>
<ul>
<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>TimeSlicer - TimeBoxing Done Right.<label for="timeslicer-note" class="margin-toggle sidenote-number"></label></li>
<input type="checkbox" id="timeslicer-note" class="margin-toggle"/>
<span class="sidenote">Actively developed, maintained.</span>
<ul>
<li>Timeboxing app with multi-calendar sync support. Everything happens fully on-device. Originally made for CU Hack 9 (1st Prize in General Track)</li>
<li>App landing page w/ link to the App Store: <a href="https://timeslicer.prudent.studio">TimeSlicer</a>. Code: <a href="https://github.com/PrudentStudio/TimeSlicer">GitHub</a></li>
<li>Demo: <a href="https://youtu.be/diF--i9HpL4">YouTube (Hackathon Submission)</a>
</ul>
<li>Vaporwave Generator</li>
<ul>
<li>Code: <a href="https://github.com/navanchauhan/VaporwaveGenerator">GitHub</a></li>
</ul>
<li>Work with AR.js</li>
<ul>
<li>NFT Demo (Natural Feature Tracking not Non-Fungible Tokens) <p>Scan the QR Code or click <a href="https://navanchauhan.github.io/Experiments/2020-08-01/index.html">here</a> and scan <a href="https://github.com/navanchauhan">my profile picture!</a> ( It does take some time to calculate the image descriptors the first time though, try reloading if you think it is stuck )</p> <p>( It does take some time to calculate the image descriptors the first time though, try reloading if you think it is stuck )</p><img src="https://raw.githubusercontent.com/navanchauhan/navanchauhan/master/qr.png"></li>
</ul>
</ul>
<h3>IndieAuth</h3>
<ul>
<li><a href="https://github.com/navanchauhan" rel="me">Github</a></li>
</ul>
<h3>Fediverse</h3>
<ul>
<li><a rel="me" href="https://mastodon.social/@navanchauhan">Mastodon</a></li>
</ul>
</section>
<section>
<h2>Science</h2>
<h3>Links</h3>
<ul>
<li><a href="https://scholar.google.com/citations?user=_qr57CgAAAAJ&hl=en">Google Scholar</a></li>
</ul>
</section>
<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<label for="domain-note" class="margin-toggle sidenote-number"></label></li>
<li>navan[dot]email</li>
<input type="checkbox" id="domain-note" class="margin-toggle"/>
<span class="sidenote">Deprecated.</span>
</ul>
<h3>Epigraphs</h3>
<div class="epigraph">
<blockquote>
<p>If you die, it is no longer your problem.</p>
</blockquote>
<blockquote>
<p>What is there to do but learn?</p>
</blockquote>
</div>
</section>
</article>
</body>
</html>
|