From a1e3fc3a879ec2b2a161ec565d1979a44cf8173a Mon Sep 17 00:00:00 2001 From: sammlapp Date: Fri, 17 Nov 2023 12:24:10 -0500 Subject: [PATCH] move html to subfolder --- README.md | 2 +- .../01_explore_annotated_data.html | 0 .../02_prep_training_data.html | 0 03_train_cnn.html => html_notebooks/03_train_cnn.html | 0 04_cnn_prediction.html => html_notebooks/04_cnn_prediction.html | 0 05_cnn_validation.html => html_notebooks/05_cnn_validation.html | 0 .../07_explore_results.html | 0 7 files changed, 1 insertion(+), 1 deletion(-) rename 01_explore_annotated_data.html => html_notebooks/01_explore_annotated_data.html (100%) rename 02_prep_training_data.html => html_notebooks/02_prep_training_data.html (100%) rename 03_train_cnn.html => html_notebooks/03_train_cnn.html (100%) rename 04_cnn_prediction.html => html_notebooks/04_cnn_prediction.html (100%) rename 05_cnn_validation.html => html_notebooks/05_cnn_validation.html (100%) rename 07_explore_results.html => html_notebooks/07_explore_results.html (100%) diff --git a/README.md b/README.md index 41e49f5..a5d57a4 100755 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ The repository contains six notebooks and one script which each demonstrate one ## Notebooks and scripts included in this repository: -Each Jupyter Notebook can be run and modified (see instructions below), but we also provide static HTML renderings of each notebook (.html files) which can be opened in a web browser. These pages include code, figures, and interactive audio widgets allowing the user to view spectrograms and listen to sounds. +Each Jupyter Notebook and python script can be run and modified (see instructions below), but we also provide static HTML renderings of each notebook (.html files in `./html_notebooks` subfolder) which can be opened in a web browser. These pages include code, figures, and interactive audio widgets allowing the user to view spectrograms and listen to sounds. - `01_explore_annotated_data.ipynb` Explore annotated dataset of _Rana sierrae_ call types diff --git a/01_explore_annotated_data.html b/html_notebooks/01_explore_annotated_data.html similarity index 100% rename from 01_explore_annotated_data.html rename to html_notebooks/01_explore_annotated_data.html diff --git a/02_prep_training_data.html b/html_notebooks/02_prep_training_data.html similarity index 100% rename from 02_prep_training_data.html rename to html_notebooks/02_prep_training_data.html diff --git a/03_train_cnn.html b/html_notebooks/03_train_cnn.html similarity index 100% rename from 03_train_cnn.html rename to html_notebooks/03_train_cnn.html diff --git a/04_cnn_prediction.html b/html_notebooks/04_cnn_prediction.html similarity index 100% rename from 04_cnn_prediction.html rename to html_notebooks/04_cnn_prediction.html diff --git a/05_cnn_validation.html b/html_notebooks/05_cnn_validation.html similarity index 100% rename from 05_cnn_validation.html rename to html_notebooks/05_cnn_validation.html diff --git a/07_explore_results.html b/html_notebooks/07_explore_results.html similarity index 100% rename from 07_explore_results.html rename to html_notebooks/07_explore_results.html