forked from fasiha/ebisu
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.html
More file actions
13 lines (13 loc) · 807 Bytes
/
header.html
File metadata and controls
13 lines (13 loc) · 807 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
<meta charset="utf-8" />
<title>Ebisu</title>
<meta name="description" content="Public-domain library for quiz scheduling with Bayesian statistics." />
<meta name="twitter:card" value="summary">
<meta property="og:title" content="Ebisu" />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://fasiha.github.io/ebisu/" />
<meta property="og:image" content="https://fasiha.github.io/ebisu/figures/halflife.png" />
<meta property="og:description" content="Public-domain library for quiz scheduling with Bayesian statistics." />
<link rel="stylesheet" href="assets/modest.css">
<link rel="stylesheet" href="assets/atom-one-dark.css">
<script src="assets/highlight.pack.js"></script> <!--HLJS_CLIENTSIDE-->
<script>hljs.initHighlightingOnLoad();</script> <!--HLJS_CLIENTSIDE-->