Skip to content

Commit

Permalink
[ENH] clean up some text
Browse files Browse the repository at this point in the history
Dan Levitas committed Dec 4, 2023
1 parent 9ad2af4 commit 0f1a77e
Showing 6 changed files with 19 additions and 15 deletions.
5 changes: 2 additions & 3 deletions ui/src/Deface.vue
Original file line number Diff line number Diff line change
@@ -3,10 +3,9 @@
<el-form v-if="anatObjects.length && !isDefacing">
<p>
If you'd like to deface all anatomical images, please select a defacing method and click
<b>Run Deface</b> button. Defaced images will be reoriented via FSL's <i>reorient2std</i> function to
ensure proper defacing.
<b>Run Deface</b> button. Otherwise, you can skip this page.
</p>
<p>Otherwise, you can skip this page.</p>
<p>Defaced images will be reoriented via FSL's <i>reorient2std</i> function to ensure proper defacing.</p>

<el-form-item>
<b>Defacing Method </b>
2 changes: 1 addition & 1 deletion ui/src/Description.vue
Original file line number Diff line number Diff line change
@@ -59,7 +59,7 @@ export default defineComponent({
<div style="padding: 20px">
<p>
Please enter as much information you like to include in the <b>dataset_description.json</b>. For specific
For specific information and examples, see
information and examples, see
<a
href="https://bids-specification.readthedocs.io/en/stable/03-modality-agnostic-files.html#dataset_descriptionjson"
target="_blank"
2 changes: 1 addition & 1 deletion ui/src/Participant.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div style="padding: 20px">
<p>You can store metadata/phenotypical data for each participant in this dataset.</p>
<p>Please skip this step if you do not need to store any phenotypical data.</p>
<p>Please skip this step if you do not wish to store any phenotypical data.</p>
<h5>Phenotype Columns</h5>
<small>Define phenotypical keys stored for this study (recommended).</small>
<br /><br />
4 changes: 2 additions & 2 deletions ui/src/SeriesPage.vue
Original file line number Diff line number Diff line change
@@ -41,8 +41,8 @@
<div v-if="!ss" style="padding: 20px">
<div class="hint">
<p>
Please update how you'd like to map each dicom SeriesDescription to BIDS datatype, suffix,
entities.
Please update (if necessary) how you'd like to map each dicom SeriesDescription to BIDS
datatype, suffix, entities.
</p>
<p>
The information you specify here will be applied to all subjects that uses matching
4 changes: 2 additions & 2 deletions ui/src/Subject.vue
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<template>
<div style="padding: 20px">
<p>
Please map DICOM PatientID to BIDS subject ID. You can also specify session (AcquisitionDate) mappings for
each subject, if appropriate. A mapping table can be downloaded later for future references.
Please map DICOM subject ID to BIDS subject ID. You can also specify session (AcquisitionDate) mappings for
each subject, if appropriate. A mapping table can be downloaded at the end for future reference.
</p>

<el-dropdown style="float: right; margin: 10px" size="small" @command="resetSubjects">
17 changes: 11 additions & 6 deletions ui/src/Upload.vue
Original file line number Diff line number Diff line change
@@ -42,17 +42,21 @@
<h2>Information</h2>
<ul style="line-height: 200%">
<li>
If you are new to ezBIDS, please read our
If you are new to ezBIDS, please view our
<a href="https://brainlife.io/docs/tutorial/ezBIDS/" target="_blank"
><b>ezBIDS tutorial</b></a
>
and
<a href="https://brainlife.io/docs/using_ezBIDS/" target="_blank"
><b>User documentation</b></a
><b>user documentation</b></a
>
</li>
<li>See below for a brief ezBIDS video</li>
<li>See below for a brief ezBIDS tutorial video</li>
</ul>
<iframe
width="640"
height="360"
src="https://www.youtube.com/embed/mY3_bmt_e80"
src="https://youtu.be/L8rWA8qgnpo"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
@@ -75,7 +79,7 @@
Uploading
<font-awesome-icon icon="spinner" pulse />
</h3>
<small>Please do not close/refresh this page until all files are uploaded.</small>
<small>Please do not close or refresh this page until all files are uploaded.</small>
<div v-if="failed.length > 0">
<el-alert type="error">Permanently failed to upload some files</el-alert>
<pre v-for="idx in failed" :key="idx" type="info" style="font-size: 80%">{{ files[idx].path }}</pre>
@@ -163,7 +167,8 @@
</h3>
<p>
<small
>We have identified the following objects that can be organized into BIDS structure.</small
>We have identified the following files (objects) that can be organized into BIDS
structure.</small
>
</p>
<div v-for="(object, idx) in ezbids.objects" :key="idx" style="padding-bottom: 2px">

0 comments on commit 0f1a77e

Please sign in to comment.