-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
49 lines (44 loc) · 2.82 KB
/
index.html
File metadata and controls
49 lines (44 loc) · 2.82 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>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link href='https://fonts.googleapis.com/css?family=Raleway' rel='stylesheet'>
<title>Numerical Partial Differential Eqiatopms</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
font-family: 'Source Sans 3';
font-weight: 300;
}
</style>
</head>
<body>
<div class="container py-5">
<div class="row h-100">
<div class="col-md-4 my-auto mx-auto">
<div class="card">
<img src="./1.9781611978285.cover.jpg" alt="cover image">
</div>
</div>
<div class="col-md-8">
<h1>Numerical Partial Differential Equations</h1>
<h2><a href="https://jadler.math.tufts.edu">James H. Adler</a>, <a href="https://uwaterloo.ca/scholar/hdesterc">Hans De Sterck</a>, <a href="https://www.math.mun.ca/~smaclachlan/">Scott MacLachlan</a>, <a href="https://lukeo.cs.illinois.edu">Luke Olson</a></h2>
<p> This is the book page for <a href="https://epubs.siam.org/doi/book/10.1137/1.9781611978285">Numerical Partial Differential Equations</a>, published by <a href="https://www.siam.org">SIAM</a>.
</p>
<p>
If you would like to report an error in the book, please first consult our <a href="https://numpdebook.github.io/1st_printing/errata.pdf">list of confirmed errata</a> as well as our github page for <a href="https://github.com/numpdebook/1st_printing/issues">reporting errata</a>. If you believe you have a new error to report, please <a href="https://github.com/numpdebook/1st_printing/issues/new?template=errata-report.md">open an issue</a> to do so.
</p>
</div>
</div>
</div>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.12.9/dist/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
</body>
</html>