From 066bc37e32e6382b58e181ee8b99cb2e8daadb2e Mon Sep 17 00:00:00 2001 From: Simon Linke <135662449+Simon-Linke@users.noreply.github.com> Date: Thu, 14 Mar 2024 10:40:16 +0100 Subject: [PATCH 01/13] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a40c469..502055e 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ # SOMson Interactive sonification of self-organizing maps + + +##Dependencies +This project uses p5.sound (https://github.com/processing/p5.js-sound) for sound synthesis. From be3729f75eea6d165b93d95644a5ccba22008b9f Mon Sep 17 00:00:00 2001 From: Simon Linke <135662449+Simon-Linke@users.noreply.github.com> Date: Thu, 14 Mar 2024 10:42:09 +0100 Subject: [PATCH 02/13] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 502055e..00b4784 100644 --- a/README.md +++ b/README.md @@ -2,5 +2,5 @@ Interactive sonification of self-organizing maps -##Dependencies +## Dependencies This project uses p5.sound (https://github.com/processing/p5.js-sound) for sound synthesis. From b83504655bb24905fedd43c219bea197fee49151 Mon Sep 17 00:00:00 2001 From: Simon Linke <135662449+Simon-Linke@users.noreply.github.com> Date: Thu, 14 Mar 2024 16:27:51 +0100 Subject: [PATCH 03/13] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 00b4784..02ca72b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # SOMson Interactive sonification of self-organizing maps +Explore the sonifcation at https://simon-linke.github.io/SOMson/ ## Dependencies This project uses p5.sound (https://github.com/processing/p5.js-sound) for sound synthesis. From 6609f7f34644b14655e9d07cac20915b3512d268 Mon Sep 17 00:00:00 2001 From: Simon Linke <135662449+Simon-Linke@users.noreply.github.com> Date: Sun, 31 Mar 2024 22:24:59 +0200 Subject: [PATCH 04/13] Add files via upload --- index.html | 94 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 94 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..f265406 --- /dev/null +++ b/index.html @@ -0,0 +1,94 @@ + + + + + + + Sonifiy Kohonen Map + + + + + + + + + + + + + + + + + + + + +
+
+

SOM

+
+
+ + + +
+
+ +
+

Sonification

+ + + +
+
+ +
Chroma
+
+ +
+ +
Roughness
+
+ +
+ +
Sharpness
+
+ +
+ +
Loudness Fluctuation
+
+
+
+
+ + + + + + \ No newline at end of file From c45d712f8f1621c3c0f2901774aeb068be36a21e Mon Sep 17 00:00:00 2001 From: Simon Linke <135662449+Simon-Linke@users.noreply.github.com> Date: Sun, 31 Mar 2024 22:26:20 +0200 Subject: [PATCH 05/13] Delete index.html --- index.html | 94 ------------------------------------------------------ 1 file changed, 94 deletions(-) delete mode 100644 index.html diff --git a/index.html b/index.html deleted file mode 100644 index f265406..0000000 --- a/index.html +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - Sonifiy Kohonen Map - - - - - - - - - - - - - - - - - - - - -
-
-

SOM

-
-
- - - -
-
- -
-

Sonification

- - - -
-
- -
Chroma
-
- -
- -
Roughness
-
- -
- -
Sharpness
-
- -
- -
Loudness Fluctuation
-
-
-
-
- - - - - - \ No newline at end of file From 22057477f81033e52d6b31a82843f12159338057 Mon Sep 17 00:00:00 2001 From: Simon Linke <135662449+Simon-Linke@users.noreply.github.com> Date: Tue, 21 May 2024 10:28:34 +0200 Subject: [PATCH 06/13] Add files via upload --- SOMson/js/librarys/LICENSE_js-colormaps | 22 ++++++++++++++++++++++ SOMson/js/librarys/LICENSE_p5 | 21 +++++++++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 SOMson/js/librarys/LICENSE_js-colormaps create mode 100644 SOMson/js/librarys/LICENSE_p5 diff --git a/SOMson/js/librarys/LICENSE_js-colormaps b/SOMson/js/librarys/LICENSE_js-colormaps new file mode 100644 index 0000000..43d82e6 --- /dev/null +++ b/SOMson/js/librarys/LICENSE_js-colormaps @@ -0,0 +1,22 @@ +The MIT License (MIT) + +Copyright (c) 2015 der_herr_g + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + diff --git a/SOMson/js/librarys/LICENSE_p5 b/SOMson/js/librarys/LICENSE_p5 new file mode 100644 index 0000000..6f11e49 --- /dev/null +++ b/SOMson/js/librarys/LICENSE_p5 @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2014-2015 The Processing Foundation + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. From 3ee9bfe43f2e0700e61ab3a3bfc3450f0acbd139 Mon Sep 17 00:00:00 2001 From: Simon Linke <135662449+Simon-Linke@users.noreply.github.com> Date: Tue, 21 May 2024 10:32:51 +0200 Subject: [PATCH 07/13] Add files via upload --- .../js/librarys/LICENSE_js-colormaps | 22 +++++++++++++++++++ SOMsonExtended/js/librarys/LICENSE_p5 | 21 ++++++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 SOMsonExtended/js/librarys/LICENSE_js-colormaps create mode 100644 SOMsonExtended/js/librarys/LICENSE_p5 diff --git a/SOMsonExtended/js/librarys/LICENSE_js-colormaps b/SOMsonExtended/js/librarys/LICENSE_js-colormaps new file mode 100644 index 0000000..43d82e6 --- /dev/null +++ b/SOMsonExtended/js/librarys/LICENSE_js-colormaps @@ -0,0 +1,22 @@ +The MIT License (MIT) + +Copyright (c) 2015 der_herr_g + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + diff --git a/SOMsonExtended/js/librarys/LICENSE_p5 b/SOMsonExtended/js/librarys/LICENSE_p5 new file mode 100644 index 0000000..6f11e49 --- /dev/null +++ b/SOMsonExtended/js/librarys/LICENSE_p5 @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2014-2015 The Processing Foundation + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. From 2859f07c38e26e1d0e394d62b7fb02da5529b965 Mon Sep 17 00:00:00 2001 From: Simon Linke <135662449+Simon-Linke@users.noreply.github.com> Date: Tue, 21 May 2024 10:42:37 +0200 Subject: [PATCH 08/13] Update README.md --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 02ca72b..c1de517 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,14 @@ # SOMson Interactive sonification of self-organizing maps -Explore the sonifcation at https://simon-linke.github.io/SOMson/ +Kohonen Maps, aka. self-organizing maps (SOMs) are neural networks that visualize a high-dimensional feature space on a low-dimensional map. While SOMs are an excellent tool for data examination and exploration, they inherently cause a loss of detail. Visualizations of the underlying data do not integrate well and, therefore, fail to provide an overall picture. Consequently, we suggest SOMson, an interactive sonification of the underlying data, as a data augmentation technique. The sonification increases the amount of information provided simultaneously by the SOM. + +Explore the sonification at https://simon-linke.github.io/SOMson/ + + +The associated publication is currently under review and available as a preprint. +Linke, S. & Ziemer, T.: SOMson -- Sonification of Multidimensional Data in Kohonen Maps. [arXiv:2404.00016](https://arxiv.org/abs/2404.00016), 2024 + ## Dependencies -This project uses p5.sound (https://github.com/processing/p5.js-sound) for sound synthesis. +This project uses p5.sound (https://github.com/processing/p5.js-sound) for sound synthesis. Further, for proper display js-colormaps (https://github.com/timothygebhard/js-colormaps) and jQuerry (https://github.com/jquery/jquery) are used. From 647fe7322f4a364054518b6be7f4b1f29f6e9590 Mon Sep 17 00:00:00 2001 From: Simon Linke <135662449+Simon-Linke@users.noreply.github.com> Date: Tue, 21 May 2024 10:43:26 +0200 Subject: [PATCH 09/13] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c1de517..48fa5b6 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ Explore the sonification at https://simon-linke.github.io/SOMson/ The associated publication is currently under review and available as a preprint. + Linke, S. & Ziemer, T.: SOMson -- Sonification of Multidimensional Data in Kohonen Maps. [arXiv:2404.00016](https://arxiv.org/abs/2404.00016), 2024 From 9209972388b5adc76e41cb76aa49b7574cf9c40f Mon Sep 17 00:00:00 2001 From: Simon Linke <135662449+Simon-Linke@users.noreply.github.com> Date: Tue, 21 May 2024 10:46:29 +0200 Subject: [PATCH 10/13] Add files via upload --- CITATION.cff | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..eea843f --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,10 @@ +cff-version: 1.2.0 +message: "Please cite it as below." +authors: +- family-names: "Linke" + given-names: "Simon" + orcid: "https://orcid.org/0000-0001-9272-2518" +title: "Pd-Synthesizers for IPF-Sonification" +version: 1.1.0 +date-released: 2023-06-05 +url: "https://github.com/Simon-Linke/IPF-Sonification-PD" From 395ddb12b967d5917cb2e11f14f6375114fadb0d Mon Sep 17 00:00:00 2001 From: Simon Linke <135662449+Simon-Linke@users.noreply.github.com> Date: Tue, 21 May 2024 10:50:26 +0200 Subject: [PATCH 11/13] Update CITATION.cff --- CITATION.cff | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index eea843f..939a209 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,10 +1,13 @@ -cff-version: 1.2.0 +cff-version: 1.0.0 message: "Please cite it as below." authors: - family-names: "Linke" given-names: "Simon" orcid: "https://orcid.org/0000-0001-9272-2518" -title: "Pd-Synthesizers for IPF-Sonification" -version: 1.1.0 -date-released: 2023-06-05 -url: "https://github.com/Simon-Linke/IPF-Sonification-PD" +- family-names: "Ziemer" + given-names: "Tim" + orcid: "https://orcid.org/0000-0001-6821-7327" +title: "SOMson - Interactive sonification of self-organizing maps" +version: 1.0.0 +date-released: 2024-04-01 +url: "https://github.com/Simon-Linke/SOMson/" From 5321f7678e99b6e50505cacc3d6f2a6dd3323bfa Mon Sep 17 00:00:00 2001 From: Simon Linke <135662449+Simon-Linke@users.noreply.github.com> Date: Tue, 21 May 2024 10:54:31 +0200 Subject: [PATCH 12/13] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 48fa5b6..14ba3f4 100644 --- a/README.md +++ b/README.md @@ -12,4 +12,4 @@ Linke, S. & Ziemer, T.: SOMson -- Sonification of Multidimensional Data in Kohon ## Dependencies -This project uses p5.sound (https://github.com/processing/p5.js-sound) for sound synthesis. Further, for proper display js-colormaps (https://github.com/timothygebhard/js-colormaps) and jQuerry (https://github.com/jquery/jquery) are used. +This project uses p5.sound (https://github.com/processing/p5.js-sound) for sound synthesis. Further, for proper display js-colormaps (https://github.com/timothygebhard/js-colormaps) and jQuery (https://github.com/jquery/jquery) are used. From 8eb5fd97811c792dac600379e9594721ab9f4965 Mon Sep 17 00:00:00 2001 From: Simon Linke <135662449+Simon-Linke@users.noreply.github.com> Date: Fri, 29 Nov 2024 14:12:48 +0100 Subject: [PATCH 13/13] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 14ba3f4..fe9bf83 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,10 @@ Kohonen Maps, aka. self-organizing maps (SOMs) are neural networks that visualiz Explore the sonification at https://simon-linke.github.io/SOMson/ -The associated publication is currently under review and available as a preprint. +An in-depth explanation can be found in the associated publication: -Linke, S. & Ziemer, T.: SOMson -- Sonification of Multidimensional Data in Kohonen Maps. [arXiv:2404.00016](https://arxiv.org/abs/2404.00016), 2024 +Linke, S. & Ziemer, T. (2024). SOMson - Sonification of Multidimensional Data in Kohonen Maps. In Proceedings of the 29th International Conference on Auditory Display (ICAD2024) (pp. 50–57). ICAD 2024: The 29th International Conference on Auditory Display. International Community for Auditory Display. https://doi.org/10.21785/icad2024.008 ## Dependencies -This project uses p5.sound (https://github.com/processing/p5.js-sound) for sound synthesis. Further, for proper display js-colormaps (https://github.com/timothygebhard/js-colormaps) and jQuery (https://github.com/jquery/jquery) are used. +This project uses p5.sound (https://github.com/processing/p5.js-sound) for sound synthesis. Further, for proper display, js-colormaps (https://github.com/timothygebhard/js-colormaps) and jQuery (https://github.com/jquery/jquery) are used.