From 4b14f1a6b6cb8b55fa008dd19992831da44deff2 Mon Sep 17 00:00:00 2001 From: QUT Ecoacoustics Date: Thu, 21 Dec 2023 13:22:25 +1000 Subject: [PATCH] Use SharePoint instead of CloudStor (CloudStor deprecation project) --- .vscode/settings.json | 3 +++ content/resources/help-centre/converting/convert-r/index.md | 2 +- content/resources/help-centre/segmenting/segment-r/index.md | 2 +- content/resources/known-problems | 2 +- .../resources/lessons/make-your-own-recognizer/practical.md | 2 +- content/resources/lessons/shared/symposium_data.md | 6 +++--- content/resources/registry/publishing/_index.md | 2 +- 7 files changed, 11 insertions(+), 8 deletions(-) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..ff8bde0 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "cSpell.words": ["Ecoacoustics"] +} diff --git a/content/resources/help-centre/converting/convert-r/index.md b/content/resources/help-centre/converting/convert-r/index.md index 7a142de..16ce57e 100644 --- a/content/resources/help-centre/converting/convert-r/index.md +++ b/content/resources/help-centre/converting/convert-r/index.md @@ -16,7 +16,7 @@ Throughout this guide, we will provide examples of how to call the various R functions, based on the example R project working directory shown below. Three audio files are provided to use in the examples, and you can download those files -[here](https://cloudstor.aarnet.edu.au/plus/s/xlr924y4Ovu17Yr). +[here](https://connectqutedu.sharepoint.com/sites/QUTEcoacousticsAnon/Shared%20Documents/Forms/AllItems.aspx?id=%2Fsites%2FQUTEcoacousticsAnon%2FShared%20Documents%2Fopen%2Decoacoustics%2Fconverting%2Dwith%2Dr). ``` markdown . diff --git a/content/resources/help-centre/segmenting/segment-r/index.md b/content/resources/help-centre/segmenting/segment-r/index.md index fa9cecc..1e35cdd 100644 --- a/content/resources/help-centre/segmenting/segment-r/index.md +++ b/content/resources/help-centre/segmenting/segment-r/index.md @@ -17,7 +17,7 @@ The example code below will look for sound files in the `data` folder of your current R working directory. For these first examples, the `data` folder contains a single `WAVE` file (`CC1_20171010_125500.wav`), which has a duration of just over 1 minute. You can download the practice `WAVE` file -[here](https://cloudstor.aarnet.edu.au/plus/s/xlr924y4Ovu17Yr). +[here](https://connectqutedu.sharepoint.com/sites/QUTEcoacousticsAnon/Shared%20Documents/Forms/AllItems.aspx?id=%2Fsites%2FQUTEcoacousticsAnon%2FShared%20Documents%2Fopen%2Decoacoustics%2Fconverting%2Dwith%2Dr). As mentioned, the `split_sound_files` function can segment your `WAVE` files into specific durations, or into a specific number of segments. In this first diff --git a/content/resources/known-problems b/content/resources/known-problems index ff9ed0e..4ba54f6 160000 --- a/content/resources/known-problems +++ b/content/resources/known-problems @@ -1 +1 @@ -Subproject commit ff9ed0e4cf1194ab5b2ff4b048208a9970acee7a +Subproject commit 4ba54f6d347b168e4386f1a94085fccf537522ba diff --git a/content/resources/lessons/make-your-own-recognizer/practical.md b/content/resources/lessons/make-your-own-recognizer/practical.md index ac91dec..b3b45e2 100644 --- a/content/resources/lessons/make-your-own-recognizer/practical.md +++ b/content/resources/lessons/make-your-own-recognizer/practical.md @@ -78,7 +78,7 @@ This should open up a page in your browser where you can see the materials for t --- -The full Noisy Pitta file is available from https://cloudstor.aarnet.edu.au/plus/s/Fsoi5Dm0AJ1JvYU?path=%2FMake%20you%20own%20recognizer +The full Noisy Pitta file is available from [here](https://connectqutedu.sharepoint.com/sites/QUTEcoacousticsAnon/Shared%20Documents/Forms/AllItems.aspx?ga=1&id=%2Fsites%2FQUTEcoacousticsAnon%2FShared%20Documents%2F2022%20Ecoacoustics%20Symposium%2FMake%20you%20own%20recognizer) diff --git a/content/resources/lessons/shared/symposium_data.md b/content/resources/lessons/shared/symposium_data.md index a4547a5..501c022 100644 --- a/content/resources/lessons/shared/symposium_data.md +++ b/content/resources/lessons/shared/symposium_data.md @@ -2,12 +2,12 @@ --- There is a shared dataset used for some of the practicals. -You can download it from here: . +You can download it from here: . The total size of the shared data is ≈1.8 GB. -- Go to -- Choose the _⇩ Download_ link in the top right corner +- Go to +- Choose the _⇩ Download_ link in the top left corner - Extract the contents of the zip file to an easy to find directory - e.g. `C:\2022 Ecoacoustics Symposium` or `/2022 Ecoacoustics Symposium` - The easiest way to do this is to the set the destination to `C:\` or `/` diff --git a/content/resources/registry/publishing/_index.md b/content/resources/registry/publishing/_index.md index dc15208..733b2ce 100644 --- a/content/resources/registry/publishing/_index.md +++ b/content/resources/registry/publishing/_index.md @@ -177,7 +177,7 @@ For larger datasets it is not ideal to store the data in the GitHub repository. - [An ecoacoustics repository](../../software/repositories) - A bioacoustics repository - like [Xeno Canto](https://xeno-canto.org/) -- Cloud storage options like DropBox, CloudStor, OneDrive, etc. +- Cloud storage options like DropBox, OneDrive, etc. - Commercial services like Amazon S3, Google Cloud Storage, etc. ### How do I keep my recognizer private until I'm ready to publish?