-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsoftware.html
More file actions
30 lines (30 loc) · 1.13 KB
/
software.html
File metadata and controls
30 lines (30 loc) · 1.13 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="assets/site.css" />
</head>
<body>
<section id="software" aria-labelledby="soft-title">
<p class="kicker">Software</p>
<h2 id="soft-title">Open-source packages</h2>
<div class="cards">
<article class="card">
<h3>TaylorSeries.jl</h3>
<p class="meta">Julia • JuliaDiff</p>
<p>Automatic differentiation and Taylor series expansions in Julia.</p>
<p>(collaborator)</p>
<div class="row"><a class="btn" href="https://github.com/JuliaDiff/TaylorSeries.jl" target="_blank">Repo</a></div>
</article>
<article class="card">
<h3>TaylorIntegration.jl</h3>
<p class="meta">Julia • Numerical integration</p>
<p>High-order Taylor method for solving ordinary differential equations in Julia.</p>
<p>(collaborator)</p>
<div class="row"><a class="btn" href="https://github.com/PerezHz/TaylorIntegration.jl" target="_blank">Repo</a></div>
</article>
</div>
</section>
</body>
</html>