From c0989359b85c03eb1f1bc70f1e1f7848e953c3cc Mon Sep 17 00:00:00 2001 From: Taejun Kim Date: Tue, 5 Sep 2023 15:41:59 +0900 Subject: [PATCH] Update about page --- src/routes/+layout.svelte | 47 ++++++++------- src/routes/about/+page.svelte | 109 +++++++++++++++++----------------- 2 files changed, 83 insertions(+), 73 deletions(-) diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 4b85842..83a4084 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -33,29 +33,36 @@ - - - - - Music Dissector - - + {#if $page.url.pathname !== '/about'} + + + + + Music Dissector + + - - {#if $page.url.pathname !== '/about'} - - {/if} - + + {#if $page.url.pathname !== '/about'} + + {/if} + - - About - - + + About + + + {/if} + diff --git a/src/routes/about/+page.svelte b/src/routes/about/+page.svelte index c0a939e..85cd017 100644 --- a/src/routes/about/+page.svelte +++ b/src/routes/about/+page.svelte @@ -1,65 +1,68 @@ - +
-
-

Welcome to Skeleton.

- -
-
- + +

+ - - -

- -
- - Launch Documentation + Music Dissector + + +

An Interactive Music Structure Visualizer

+ + + +
+

+ This is a web app demonstrates All-In-One Music Structure Analyzer, + which you can install via pip. + The models are trained on the Harmonix Set with 8-fold cross validation. + The demonstrated tracks are from a test set of a fold. + You can also try the models on your own tracks at Hugging Face Space. + For more information, please refer to the paper. +

-
-

Try editing the following:

-

/src/routes/+layout.svelte

-

/src/routes/+page.svelte

+ +
+ \ No newline at end of file