Skip to content

Commit 84c82aa

Browse files
eprifticlaude
andcommitted
feat: Add ecosystem network to landing page capabilities
Add "Ecosystem Network" card to the capabilities grid on the landing page with i18n keys (EN + FR). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 053f7d7 commit 84c82aa

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

frontend/src/i18n/locales/en.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,9 @@
6767
"startAnalyzing": "Start analyzing your data in minutes",
6868
"startNow": "Start Now",
6969
"openSource": "Open Source",
70-
"openSourceDesc": "GPL-3.0 licensed. Inspect, extend, and contribute to the codebase."
70+
"openSourceDesc": "GPL-3.0 licensed. Inspect, extend, and contribute to the codebase.",
71+
"ecosystemNetwork": "Ecosystem Network",
72+
"ecosystemNetworkDesc": "Visualize species co-abundance networks with taxonomic coloring, Louvain community detection, and FBM overlay to bridge ecology with predictive models."
7173
},
7274
"login": {
7375
"title": "PredomicsApp",

frontend/src/i18n/locales/fr.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,9 @@
6767
"startAnalyzing": "Commencez à analyser vos données en quelques minutes",
6868
"startNow": "Commencer maintenant",
6969
"openSource": "Open Source",
70-
"openSourceDesc": "Licence GPL-3.0. Inspectez, étendez et contribuez au code source."
70+
"openSourceDesc": "Licence GPL-3.0. Inspectez, étendez et contribuez au code source.",
71+
"ecosystemNetwork": "Réseau écosystémique",
72+
"ecosystemNetworkDesc": "Visualisez les réseaux de co-abondance avec coloration taxonomique, détection de communautés Louvain et superposition FBM reliant écologie et modèles prédictifs."
7173
},
7274
"login": {
7375
"title": "PredomicsApp",

frontend/src/views/HomeView.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ const capabilities = computed(() => [
211211
{ icon: '\u{25A3}', title: t('home.dashboardOverview'), desc: t('home.dashboardOverviewDesc') },
212212
{ icon: '\u{2235}', title: t('home.projectNotes'), desc: t('home.projectNotesDesc') },
213213
{ icon: '\u{21C4}', title: t('home.publicSharing'), desc: t('home.publicSharingDesc') },
214+
{ icon: '\u{25CE}', title: t('home.ecosystemNetwork'), desc: t('home.ecosystemNetworkDesc') },
214215
])
215216
216217
const useCases = [

0 commit comments

Comments
 (0)