diff --git a/src/renderer/src/stories/pages/guided-mode/GuidedStart.js b/src/renderer/src/stories/pages/guided-mode/GuidedStart.js index 62235c912..666742215 100644 --- a/src/renderer/src/stories/pages/guided-mode/GuidedStart.js +++ b/src/renderer/src/stories/pages/guided-mode/GuidedStart.js @@ -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) { @@ -57,11 +58,11 @@ export class GuidedStartPage extends Page {

In the GUIDE, the process of running a conversion pipeline is broken into four high-level sections.

-

1. Project Structure

+

1. ${sections[0]}

The first section will direct you to specify the high-level structure of your conversion pipeline, including data formats and global metadata.

-

2. Data Review

+

2. ${sections[1]}

The second section will have you provide your source data files and NWB File metadata on a per-subject basis to populate your files.

@@ -86,17 +87,16 @@ export class GuidedStartPage extends Page { — though you don't need to specify a value at the current stage.

-

3. Conversion Preview

+

3. ${sections[2]}

In the third section, you will preview your conversion before uploading to DANDI.

-

4. Final Review

+

4. ${sections[3]}

Finally, you will upload your conversion to DANDI and review the resulting Dandiset.

-
-

Additional Resources

+

Additional Resources


${new InfoBox({ header: "Where can I learn more about the conversion process?",