-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathblog.html
More file actions
37 lines (31 loc) · 1.3 KB
/
Copy pathblog.html
File metadata and controls
37 lines (31 loc) · 1.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Ray Berkeley</title>
<link rel="stylesheet" type="text/css" href="./css/style.css" />
</head>
<header class="header">
<nav>
<a href="index.html" class="nav-item">home</a> |
<!-- <a href="bio.html" class="nav-item">bio</a> | -->
<a href="blog.html" class="nav-item semibold-italic">blog</a> |
<a href="cv.html" class="nav-item">cv</a>
</nav>
</header>
<body>
<div class="main-content">
<div class="text">
<p>
<ul>
<li>[2026-03-12] - <a href="posts/2dmol/index.html">A fork of py2Dmol</a> from the inimitable <a href="https://py2dmol.solab.org">solab</a>.</li>
<li>[2024-09-11] - <a href="posts/words.txt">A clean plaintext word list</a>, because I couldn't find a safe one to sample online.</li>
<li>[2023-04-12] - <a href="posts/Plot_2D_NMR_Spectra_in_Browser.html">Plot Publication-Quality 2D NMR Spectra in the browser with nmrglue and HoloViews.</a></li>
<li>[2023-04-10] - <a href="posts/PDB_to_FASTA_Converter.html">Convert PDBs to FASTA with BioPython.</a></li>
</ul>
</p>
</div>
</div>
</body>
</html>