Skip to content

Commit

Permalink
Update list of sections
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettmflynn committed Nov 3, 2023
1 parent 6221f9d commit 5f956a4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/renderer/src/stories/pages/guided-mode/GuidedStart.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { Page } from "../Page.js";
import "./GuidedFooter";
import { InfoBox } from "../../InfoBox.js";
import { InspectorListItem } from "../../preview/inspector/InspectorList.js";
import { sections } from "../globals.js";

export class GuidedStartPage extends Page {
constructor(...args) {
Expand Down Expand Up @@ -57,11 +58,11 @@ export class GuidedStartPage extends Page {
<p>
In the GUIDE, the process of running a conversion pipeline is broken into four high-level sections.
<p>
<h4>1. Project Structure</h4>
<h4>1. ${sections[0]}</h4>
<p>
The first section will direct you to specify the high-level structure of your conversion pipeline, including data formats and global metadata.
</p>
<h4>2. Data Review</h4>
<h4>2. ${sections[1]}</h4>
<p>
The second section will have you provide your source data files and NWB File metadata on a per-subject basis to populate your files.
</p>
Expand All @@ -86,17 +87,16 @@ export class GuidedStartPage extends Page {
— though you don't need to specify a value at the current stage.
</p>
<h4>3. Conversion Preview</h4>
<h4>3. ${sections[2]}</h4>
<p>
In the third section, you will preview your conversion before uploading to DANDI.
</p>
<h4>4. Final Review</h4>
<h4>4. ${sections[3]}</h4>
<p>
Finally, you will upload your conversion to DANDI and review the resulting Dandiset.
</p>
<br>
<h4>Additional Resources</h4>
<h2 style="padding: 0; font-size: 20px;">Additional Resources</h2>
<hr>
${new InfoBox({
header: "Where can I learn more about the conversion process?",
Expand Down

0 comments on commit 5f956a4

Please sign in to comment.