Browse Source

README fixes

Lucas Gautheron 2 years ago
parent
commit
0232e18700
1 changed files with 6 additions and 9 deletions
  1. 6 9
      README.md

+ 6 - 9
README.md

@@ -3,15 +3,12 @@
 - [Summary](#summary)
   - [Workflow](#workflow)
   - [Repository structure](#repository-structure)
-- [Sample selection and extraction](#sample-selection-and-extraction)
+- [Preparing samples](#preparing-samples)
   - [Sampling](#sampling)
-  - [Building empty eaf annotations](#building-empty-eaf-annotations)
-  - [Extracting audio clips (optional)](#extracting-audio-clips-optional)
-- [Exchanging annotations with annotators](#exchanging-annotations-with-annotators)
-  - [Allocating annotations](#allocating-annotations)
-  - [Uploading annotations to the DropBox](#uploading-annotations-to-the-dropbox)
-  - [Fetching humans annotations](#fetching-humans-annotations)
-- [Running tests](#running-tests)
+  - [Preparing the chunks for Zooniverse](#preparing-the-chunks-for-zooniverse)
+  - [Uploading audio chunks to Zooniverse](#uploading-audio-chunks-to-zooniverse)
+- [Retrieving classifications](#retrieving-classifications)
+  - [Matching classifications back to the metadata](#matching-classifications-back-to-the-metadata)
 
 ## Summary
 
@@ -161,7 +158,7 @@ Two special notes about the output of `retrieve-classifications`:
   - It contains no information related to the metadata of the input dataset, which is the desired behavior (Zooniverse should not store any data that might compromise the privacy of the participants)
   - It contains all the classifications for this project, including those for data outside of the current campaign.
 
-### Matching classifications the metadata
+### Matching classifications back to the metadata
 
 Classifications can be matched to the original metadata (the recording from which the clips were extracted, the timestamps of the clips, etc.) with `classifications/match.py`: