From e3daae84ea5afe1005c86e4cc4997fe09e7db59d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Rom=C3=A1n=20Palacios?= Date: Wed, 17 Apr 2024 10:07:15 -0700 Subject: [PATCH] =?UTF-8?q?Update=20Pages=20=E2=80=9CHome=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/_data/home.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/_data/home.json b/src/_data/home.json index 5165fdd..16cc240 100644 --- a/src/_data/home.json +++ b/src/_data/home.json @@ -1,8 +1,8 @@ { "title": "The Data Diversity Lab", "subTitle": "At the University of Arizona", - "description": "Discover the intersection of data science and bioinformatics at the data diversity lab, where innovation meets inquiry across disciplines. Our research is a dynamic exploration of ecology, evolution, human health, and software development, driven by the power of extensive datasets and cutting-edge machine learning approaches.", - "buttons" : [ + "description": "Welcome to our website! Our research is a dynamic exploration of ecology, evolution, and software development, driven by the power of extensive datasets and cutting-edge data science approaches.", + "buttons": [ { "title": "Lab Members", "link": "/our-team" @@ -16,7 +16,7 @@ "link": "/join-us" } ], - "backgroundImages" : [ + "backgroundImages": [ { "image": "assets/images/landing.webp" }, @@ -27,7 +27,7 @@ "image": "assets/images/landing-three.jpg" } ], - "cards" : [ + "cards": [ { "image": "assets/images/research-card.png", "title": "Research", @@ -49,4 +49,4 @@ "description": "The data diversity lab is led by Dr. Cristian Román-Palacios, assistant professor at the school of information at the University of Arizona. His research interests often relate to phylogenetics, systematics, conservation biology, and the effects of climate change on biodiversity at different scales." } ] -} \ No newline at end of file +}