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.
-
The first section will direct you to specify the high-level structure of your conversion pipeline, including data formats and global metadata.
-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. -In the third section, you will preview your conversion before uploading to DANDI.
-Finally, you will upload your conversion to DANDI and review the resulting Dandiset.
-