From 25054e3fc71efc463930dd54a409dd46489f9661 Mon Sep 17 00:00:00 2001 From: Chavhan675 <149674931+Chavhan675@users.noreply.github.com> Date: Tue, 17 Mar 2026 11:21:29 +0530 Subject: [PATCH] Improve code readability by adding comments and fixing minor typos in index.hbs This change improves the readability of the index.hbs file by adding meaningful comments. Updates include: - Added comments to explain different sections of the UI - Improved understanding of the homepage structure - Fixed minor typos in the content These changes help new contributors understand the codebase more easily. --- views/index.hbs | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/views/index.hbs b/views/index.hbs index f76c4c6..692287c 100644 --- a/views/index.hbs +++ b/views/index.hbs @@ -1,12 +1,17 @@ + + +
+

Welcome to the ModelBricks project

+


@@ -15,12 +20,15 @@ descriptions of model elements must be found in the corresponding paper. Expandi As a result, new models are almost always created anew, repeating literature searches for kinetic parameters, initial conditions and modeling specifics. It is akin to building a brick house starting with a pile of clay. Here we present a database of ModelBricks - well-annotated, reusable component mechanisms that can be assembled into fully annotated mathematical models for cell biology.
+ +

Browse ModelBricks

+

Each ModelBrick contains

@@ -49,15 +57,19 @@ Flux terms can be simple mass action kinetics or complex functions.

+ +


+
+

ModelBricks can be

-1. Downloaded in mulltiple formats, such as SBML or VCML formats +1. Downloaded in multiple formats, such as SBML or VCML formats

@@ -67,10 +79,12 @@ Flux terms can be simple mass action kinetics or complex functions.

-3.Created from existing models and submitted for inclusion in the repository. +3. Created from existing models and submitted for inclusion in the repository.

-
+ + +

Browse ModelBricks