-
Notifications
You must be signed in to change notification settings - Fork 0
/
publications.html
50 lines (41 loc) · 1.89 KB
/
publications.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" type="text/css" href="styles/sl.css" />
<link rel="stylesheet" type="text/css" href="styles/sl_pubs.css" />
<link rel="modulepreload" href="scripts/getJSON.js" as="script" crossorigin="anonymous" />
<link rel="modulepreload" href="scripts/works.js" as="script" crossorigin="anonymous" />
<link rel="preload" href="data/nav.json" as="fetch" crossorigin="anonymous" />
<link rel="preload" href="data/works.json" as="fetch" crossorigin="anonymous" />
<title>Subhaneil Lahiri: Publications</title>
<meta name="keywords" content="Subhaneil Lahiri publications papers article preprint" />
<meta name="description" content="A list of Subhaneil Lahiri's publications" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="referrer" content="no-referrer" />
<meta charset="utf-8" />
</head>
<body>
<header id="title-area">
<h1 id="title" tabindex="0">Publications</h1>
</header>
<main id="main-content">
<p class="ie">The publication list will not appear in Internet Explorer.
Try any other browser, or look at my Google Scholar profile.</p>
<p itemscope itemtype="https://schema.org/Person">
A fully up-to-date list of my publications can be found on
<a itemprop="sameAs" href="https://scholar.google.com/citations?user=2nEwLGcAAAAJ">
<img src="logos/scholar_favicon.png" class="intext" alt="Google Scholar" />Google Scholar</a>.
</p>
<h2 id="articles">Journal and conference papers</h2>
<h2 id="preprints">Preprints</h2>
<!-- <h2 id="abstracts">Conference abstracts</h2> -->
</main>
<script type="module">
import {publicationLinks} from "./scripts/pubs.js"
publicationLinks("S Lahiri");
import {buildPage} from "./scripts/nav.js"
buildPage("pubs");
</script>
<script nomodule src="./scripts/ie.js"></script>
</body>
</html>