blob: ac1a4654407ce62a3d2664021af11d8c22b60160 (
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
|
<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="navan.website" src="https://plausible.io/js/plausible.js"></script>
</head>
<body>
<article>
<section>
<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>
<ul>
<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">
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>
</ul>
<h3>Some Projects</h3>
<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>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>
<ul>
<li>navan[dot]dev</li>
<li>navan[dot]website</li>
<li>navan[dot]blog</li>
<li>navan[dot]email</li>
<li>navan[dot]wtf</li>
</ul>
<h3>Epigraphs</h3>
<div class="epigraph">
<blockquote>
<p>If you die, it is no longer your problem.</p>
</blockquote>
</div>
</section>
</article>
</body>
</html>
|