-
Notifications
You must be signed in to change notification settings - Fork 0
/
publications.html
35 lines (31 loc) · 1.23 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Publications</title>
<link rel="stylesheet" href="/assets/css/style.css">
</head>
<body>
<header class="page-header" role="banner">
<nav>
<a href="https://saadlabyad.github.io/"><img src="/assets/img/home-icon.png" alt="Home" class="home-icon"></a>
<h1 class="project-name">Publications</h1>
<ul class="nav-links">
<li><a href="/files/saad_labyad_cv.pdf">CV</a></li>
<li><a href="/projects.html">Projects</a></li>
<li><a href="/publications.html">Publications</a></li>
<li><a href="/teaching.html">Teaching</a></li>
<li><a href="/posts/">Blog</a></li>
</ul>
</nav>
</header>
<main id="content" class="main-content" role="main">
<!-- Your publications content here -->
<p>View my full list of publications on <a href="https://scholar.google.com/citations?user=ZNYWDV8AAAAJ&hl=en">Google Scholar</a>.</p>
</main>
<footer class="site-footer">
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a>.</span>
</footer>
</body>
</html>