From 7b0143c1cddd70d540709bfe69f22b59480e3c63 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lo=C3=AFc=20Lehnhoff?= <loic.lehnhoff@gmail.com>
Date: Wed, 26 Feb 2025 12:17:16 +0100
Subject: [PATCH] README update

---
 README.md | 22 ++++++++++++----------
 1 file changed, 12 insertions(+), 10 deletions(-)

diff --git a/README.md b/README.md
index e992b2ff..e15636ba 100644
--- a/README.md
+++ b/README.md
@@ -3,25 +3,27 @@ Identification of Signature whistles in the DOLPHINFREE dataset.
 
 Using an original mehtod (DTW + HDBSCAN + manual verification), this repo analyses the whistle contour types (WCTs) and Signature Whistle Types (SWTs) of short-beaked common dolphins during the DOLPHINFREE experiments.
 
+See article (in preparation) for more details.
+
 
 
 ## Description
 ```bash
 .
 ├── README.md
-├── WCT_analysis_utils.py			# Functions/classes for analyses
+├── WCT_analysis_utils.py		# Functions/classes for analyses
 ├── dtw_hdbscan_categorisation.py	# Categorisation of contours into WCTs
-├── WCT_analysis.ipynb				# Overview and statistics on WCTs and SWTs
-├── artwarp-comparison				# Categorisation of contours with ARTwarp
-│	├── artwarp-custom					# ARTwarp modified for octave
+├── WCT_analysis.ipynb			# Overview and statistics on WCTs and SWTs
+├── artwarp-comparison			# Categorisation of contours with ARTwarp
+│	├── artwarp-custom				# ARTwarp modified for octave
 │	├── ARTwarp_automation.py			# Python script to run ARTwarp on all contours
 │	├── WCT_verification.py				# Python script for manual verification
-│	└── artwarp_hdbscan_comparison		# Overview and comparison of WCTs obtained from 2 methods
-├── resources						# Inputs and outputs of python scripts
-│	├── ARTwarp_outputs					# octave and json files
-│	├── DF-whistles						# whistle features and json files
-│	└── dtw_resources					# hdbscan categorisation results
-└── drafts							# Folder containing unused scripts
+│	└── artwarp_hdbscan_comparison			# Overview and comparison of WCTs obtained from 2 methods
+├── resources				# Inputs and outputs of python scripts
+│	├── ARTwarp_outputs				# octave and json files
+│	├── DF-whistles					# Whistle features and json files
+│	└── dtw_resources				# hdbscan categorisation results
+└── drafts				# Folder containing unused scripts
 ```
 
 ## What to use
-- 
GitLab