forked from academicpages/academicpages.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnotes.html
More file actions
49 lines (45 loc) · 1.56 KB
/
Copy pathnotes.html
File metadata and controls
49 lines (45 loc) · 1.56 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Notes | Yong Zhang</title>
<meta name="description" content="Research notes by Yong Zhang.">
<link rel="icon" href="images/favicon.ico">
<link rel="stylesheet" href="assets/css/main.css">
</head>
<body data-page="notes">
<header class="site-header">
<div class="site-wrap site-header__inner">
<a class="site-brand" href="index.html">Yong Zhang</a>
<button class="nav-toggle" type="button" data-nav-toggle aria-controls="site-nav" aria-expanded="false">Menu</button>
<nav class="site-nav" id="site-nav" data-site-nav>
<a href="index.html">Home</a>
<a href="publications.html">Publications</a>
<a href="projects.html">Projects</a>
<a href="notes.html" aria-current="page">Notes</a>
<a href="cv.html">CV</a>
</nav>
</div>
</header>
<main class="site-wrap site-main">
<section class="page-intro">
<p class="page-kicker">Research Notes</p>
<h1>Notes</h1>
<p class="page-summary">
Short technical notes on nonlocal mechanics, interfaces, and computational formulation.
</p>
</section>
<section class="page-section">
<div class="note-list" id="notes-list"></div>
</section>
</main>
<footer class="site-footer">
<div class="site-wrap">
<p>Copyright 2026 by Yong Zhang.</p>
</div>
</footer>
<script src="assets/js/main.js"></script>
<script src="assets/js/notes.js"></script>
</body>
</html>