Updated README
Compare changes
- Andie Dewhurst authored
+ 14
− 6
@@ -7,7 +7,7 @@ SaveTranscription is a script that manages saving transcription files to make it
@@ -7,7 +7,7 @@ SaveTranscription is a script that manages saving transcription files to make it
Once **transcription-save-script-main.zip** has downloaded, right-click it and select **Extract All**. Delete “transcription-save-script-main” from the textbox and click **Extract**.
@@ -18,7 +18,7 @@ When you’re ready to save your progress, click **Export**, and under **Labeled
@@ -18,7 +18,7 @@ When you’re ready to save your progress, click **Export**, and under **Labeled
* > This process exports your current progress to the workspace, effectively saving your progress. Export to the workspace regularly (every 10-20 audio files) to avoid losing your work. Give each **ls** file a unique name.
When you have exported all your progress and are ready to exit, close the ***Signal Labeler** app. Click **OK** when prompted to confirm that you want to exit (provided you have exported), and return to the main MatLab window.
* > Note: The code checks for changes between versions, so do not attempt to export a file that hasn't been changed*
@@ -30,22 +30,30 @@ Type your initials when prompted and hit **Enter** again.
@@ -30,22 +30,30 @@ Type your initials when prompted and hit **Enter** again.
When prompted, save the .mat file to the appropriate location with all the other in-progress files for that subject. Name the file using the usual format: `{#}_Transcript_{TaskName}_{SubjID}–InProg_{ReviewerInitials}`.
***Once the code is done running and the file has saved, you may freely close MATLAB. Your progress has been saved.***
To continue from an in progress transcription, load the most recent version of the transcript into the command window.
* `remainingFiles` --- Effectively a to-do list, which provides a record of all the files that still need to be transcribed. Double click on the variable in the workspace to view it. Drag the edge of the the column **File_Name** to expand it and view the complete file names.
The process is exactly the same as usual, but you will be able to play the audio in the same instance instead of having a second one open. ***Huzzah!***
The saving process is the same when you completely finish a transcription. The only difference is to name the resulting .mat file `{#}_Transcript_{TaskName}_{SubjID}–Complete_{ReviewerInitials}`.
\ No newline at end of file
\ No newline at end of file