Skip to content

Commit 255618c

Browse files
committed
Integrate the algorithms figures into the documentation website.
1 parent 09b0a91 commit 255618c

File tree

4 files changed

+47
-1
lines changed

4 files changed

+47
-1
lines changed
File renamed without changes.
File renamed without changes.

docs/figures.rst

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
Algorithm Analysis Figures
2+
===========
3+
4+
.. raw:: html
5+
6+
<!DOCTYPE html>
7+
<html lang="en">
8+
<head>
9+
<meta charset="UTF-8">
10+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
11+
<title>Algorithm Analysis Figures</title>
12+
<style>
13+
14+
embed {
15+
width: 90%;
16+
margin-bottom: 4rem;
17+
height: 100vh;
18+
}
19+
</style>
20+
</head>
21+
<body>
22+
<h4>Diffusion grid for limited algorithms:</h4>
23+
<embed src="_static/Figures/D_limited.pdf" type="application/pdf" frameborder="0" scrolling="auto">
24+
<h4>Diffusion grid for all algorithms:</h4>
25+
<embed src="_static/Figures/D.pdf" type="application/pdf" frameborder="0" scrolling="auto">
26+
27+
<h4>Perfusion grid for limited algorithms:</h4>
28+
<embed src="_static/Figures/Dp_limited.pdf" type="application/pdf" frameborder="0" scrolling="auto">
29+
<h4>Perfusion grid for all algorithms:</h4>
30+
<embed src="_static/Figures/Dp.pdf" type="application/pdf" frameborder="0" scrolling="auto">
31+
32+
<h4>Perfusion fraction grid for limited algorithms:</h4>
33+
<embed src="_static/Figures/f_limited.pdf" type="application/pdf" frameborder="0" scrolling="auto">
34+
<h4>Perfusion fraction grid for all algorithms:</h4>
35+
<embed src="_static/Figures/f.pdf" type="application/pdf" frameborder="0" scrolling="auto">
36+
37+
<h4>Fitted curves:</h4>
38+
<embed src="_static/Figures/fitted_curves.pdf" type="application/pdf" frameborder="0" scrolling="auto">
39+
<h4>Curve plot:</h4>
40+
<embed src="_static/Figures/curve_plot.pdf" type="application/pdf" frameborder="0" scrolling="auto">
41+
<h4>Algorithm Fitting duration:</h4>
42+
<embed src="_static/Figures/durations.pdf" type="application/pdf" frameborder="0" scrolling="auto">
43+
44+
</body>
45+
</html>

doc/index.rst renamed to docs/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ Welcome to TF2.4 IVIM MRI Code Collection's documentation!
77
==========================================================
88

99
.. toctree::
10-
:maxdepth: 2
10+
:maxdepth: 4
1111
:caption: Contents:
1212

13+
figures
1314
modules
1415

1516
Indices and tables

0 commit comments

Comments
 (0)