diff --git a/public/images/chatbot.webp b/public/images/chatbot.webp new file mode 100644 index 0000000..70da9ba Binary files /dev/null and b/public/images/chatbot.webp differ diff --git a/public/videos/chatbot_ufish_spot_counting.mp4 b/public/videos/chatbot_ufish_spot_counting.mp4 new file mode 100644 index 0000000..373c607 Binary files /dev/null and b/public/videos/chatbot_ufish_spot_counting.mp4 differ diff --git a/public/videos/chatbot_ufish_spot_counting2.mp4 b/public/videos/chatbot_ufish_spot_counting2.mp4 new file mode 100644 index 0000000..d909e12 Binary files /dev/null and b/public/videos/chatbot_ufish_spot_counting2.mp4 differ diff --git a/src/App.vue b/src/App.vue index 887f570..4dab7e5 100644 --- a/src/App.vue +++ b/src/App.vue @@ -54,6 +54,9 @@ export default { + diff --git a/src/router/index.ts b/src/router/index.ts index b8d7237..6a095df 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -21,6 +21,11 @@ const router = createRouter({ name: 'predict', component: PredictView, }, + { + path: '/chatbot', + name: 'chatbot', + component: () => import('../views/ChatbotView.vue') + }, { path: '/about', name: 'about', diff --git a/src/views/AboutView.vue b/src/views/AboutView.vue index e3f33ce..7827d16 100644 --- a/src/views/AboutView.vue +++ b/src/views/AboutView.vue @@ -14,7 +14,6 @@ U-FISH Team.

-

Web app

@@ -27,6 +26,7 @@ The source code is available at here.

+ diff --git a/src/views/ChatbotView.vue b/src/views/ChatbotView.vue new file mode 100644 index 0000000..c0ef47a --- /dev/null +++ b/src/views/ChatbotView.vue @@ -0,0 +1,52 @@ + + + + + diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue index bf4e7c5..5d83c92 100644 --- a/src/views/HomeView.vue +++ b/src/views/HomeView.vue @@ -3,6 +3,9 @@
U-FISH is a deep learning method for FISH spot ✨ detection.
+
+ See our pre-print at bioRxiv! +
+
Try it now! 🔥