You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.md
+38-3Lines changed: 38 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,38 @@ layout: page
6
6
title: "The Book of Statistical Proofs"
7
7
---
8
8
9
+
<!-- Style -->
10
+
<styletype="text/css"media="screen">
11
+
.container {
12
+
text-align: center;
13
+
}
14
+
.list {
15
+
text-align: left;
16
+
}
17
+
h1 {
18
+
font-size: 4em;
19
+
line-height: 1;
20
+
letter-spacing: -1px;
21
+
}
22
+
form {
23
+
text-align: center;
24
+
}
25
+
</style>
26
+
27
+
<!-- Script -->
28
+
<scripttype="text/javascript">
29
+
functionopenURL()
30
+
{
31
+
// get text box content
32
+
var name =document.getElementById('q').value;
33
+
34
+
// create Google search URL
35
+
var url ='https://www.google.com/search?q=site%3AStatProofBook.github.io+%22'+encodeURIComponent(name) +'%22';
36
+
37
+
// open Google search URL
38
+
window.location.href= url;
39
+
}
40
+
</script>
9
41
10
42
Welcome to **The Book of Statistical Proofs** -- <br>
11
43
*a centralized, open and collaboratively edited archive <br>
@@ -32,8 +64,11 @@ of statistical theorems for the computational sciences*! <br>
32
64
</table>
33
65
34
66
<divalign="center">
35
-
You can also <ahref="https://github.com/StatProofBook/StatProofBookTools/blob/master/write_book/StatProofBook.pdf">view</a> or <ahref="https://github.com/StatProofBook/StatProofBookTools/raw/master/write_book/StatProofBook.pdf">download</a> the entire book as a single PDF.
67
+
You can also <ahref="https://github.com/StatProofBook/StatProofBookTools/blob/master/write_book/StatProofBook.pdf">view</a> or <ahref="https://github.com/StatProofBook/StatProofBookTools/raw/master/write_book/StatProofBook.pdf">download</a> the entire book as a single PDF
36
68
</div>
37
69
38
-
[//]: # (- [Proof by Author](I/Proof_by_Author) -- sorted by contributor)
39
-
[//]: # (- [Definition by Author](I/Definition_by_Author) -- sorted by contributor)
0 commit comments