Skip to content

Commit 2b23e4f

Browse files
committed
Website update
1 parent b4bc87d commit 2b23e4f

1 file changed

Lines changed: 67 additions & 6 deletions

File tree

website/tutorials.html

Lines changed: 67 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,75 @@
3333
<div class="shell grid">
3434
<main>
3535

36-
<section style="text-align:center;padding:4rem 1rem;">
36+
<section>
37+
<h2>Example Input Image</h2>
38+
39+
<p>
40+
We provide the input image used in the GUI and CLI tutorials for download.
41+
</p>
42+
43+
<a href="https://github.com/chinefed/DNA2Graph/releases/download/v1.0.1/sample_input.tif" class="btn">Download Example Input Image</a>
44+
45+
</section>
46+
47+
<section>
48+
<h2>Getting Started</h2>
49+
50+
<iframe
51+
width="560"
52+
height="315"
53+
src="https://www.youtube.com/embed/GiRrF6uvSvA"
54+
title="DNA2Graph Tutorial: Getting Started"
55+
frameborder="0"
56+
allowfullscreen>
57+
</iframe>
58+
59+
<div class="note-box">
60+
61+
<strong>NOTE:</strong>
62+
The trained segmentation pipeline is available as a beta feature.
63+
Try the standard pipeline first.
64+
</div>
65+
66+
</section>
67+
68+
<section>
69+
<h2>Understanding the Output Files</h2>
70+
71+
<iframe
72+
width="560"
73+
height="315"
74+
src="https://www.youtube.com/embed/6ZZYIvV4-6Y"
75+
title="DNA2Graph Tutorial: Understanding the Output Files"
76+
frameborder="0"
77+
allowfullscreen>
78+
</iframe>
3779

38-
<h1>Page Under Construction</h1>
39-
<p>
40-
The tutorial page will be available soon.
41-
</p>
42-
4380
</section>
81+
82+
<section>
83+
<h2>Advanced Options</h2>
84+
85+
<iframe
86+
width="560"
87+
height="315"
88+
src="https://www.youtube.com/embed/uKdudehy4Zk"
89+
title="DNA2Graph Tutorial: Advanced Options"
90+
frameborder="0"
91+
allowfullscreen>
92+
</iframe>
93+
94+
<div class="note-box">
95+
<strong>NOTE:</strong>
96+
The segmenter patch size must not be smaller than the shortest side of the input image.
97+
</div>
98+
99+
<div class="note-box">
100+
<strong>NOTE:</strong>
101+
When using the trained segmentation pipeline, the patch size must also be divisible by 32.
102+
</div>
103+
104+
</section>
44105

45106
</main>
46107
</div>

0 commit comments

Comments
 (0)