Skip to content

Commit

Permalink
wip: text updates for presentation
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobiClark committed Jan 24, 2025
1 parent a1e8ef0 commit dd2549f
Showing 1 changed file with 15 additions and 24 deletions.
39 changes: 15 additions & 24 deletions src/renderer/src/sections/guided_mode/guided_curate_dataset.html
Original file line number Diff line number Diff line change
Expand Up @@ -1354,16 +1354,18 @@ <h2 class="text-sub-step-title mb-3 step-before-spreadsheet-path-declared">
<div
id="guided-unstructured-data-import-tab"
class="guided--page"
data-page-name="Import dataset data"
data-page-name="Data importation"
>
<div class="guided--section">
<h1 class="text-sub-step-title">Import your dataset's folders and files</h1>
<h1 class="text-sub-step-title">Import Your Data</h1>
<p class="help-text w-100">
Import all of the experimental data collected during your study using the interface
below.
</p>
<p class="help-text">
Import all of the experimental data that was collected in your study into SODA's
virtual file explorer below. Once you have imported your data, click '<span
class="next-button-span"
></span
>' to begin the dataset annotation process.
<b>Note:</b> If your data is organized into subfolders (e.g., "microscopy,"
"imaging"), import the subfolders directly instead of the parent folder containing
them.
</p>
</div>
<div
Expand Down Expand Up @@ -1471,7 +1473,7 @@ <h1 class="text-sub-step-title">Subjects specification</h1>
></div>
<div
id="guided-source-derivative-folders-and-files-selector-tab"
data-page-name="Denote Supplementary Data"
data-page-name="Annotate Source and Derivative data"
class="guided--page"
data-component-type="entity-selection-page"
data-entity-type="source-derivative-folders-and-files"
Expand Down Expand Up @@ -1938,22 +1940,11 @@ <h1 class="text-sub-step-title">Docs data</h1>
class="guided--page"
data-page-name="Dataset structure review"
>
<div class="guided--section">
<h1 class="text-sub-step-title">Dataset structure review</h1>
<p class="help-text">
The SDS compliant dataset structure shown below will be generated by SODA (during the
last step of this process) based on the data files you specified in the previous
steps. Review and go back to make changes if needed. Please note that all empty
folders will be deleted before generating the dataset since empty folders are not
allowed in the SDS.
</p>
</div>
<div class="guided--section">
<div
id="guided-folder-structure-review"
style="display: block; margin-left: 0px; margin-right: 0px"
></div>
</div>
<div
data-component-type="dataset-tree-view-renderer"
data-full-width="true"
class="guided--section"
></div>
</div>
</div>

Expand Down

0 comments on commit dd2549f

Please sign in to comment.