From ff64db4861ccb6f6395addbcdb926e7fc2d5f3f1 Mon Sep 17 00:00:00 2001 From: Vedran Kasalica Date: Wed, 8 May 2024 13:57:50 +0200 Subject: [PATCH 1/4] Update logo path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5486bac6..79b907b8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -logo +logo # Workflomics: A Workflow Benchmarking Platform From e1f6529343ee76412bc6267661c6a4eda946eebe Mon Sep 17 00:00:00 2001 From: Vedran Kasalica Date: Wed, 8 May 2024 17:22:36 +0200 Subject: [PATCH 2/4] Include architecture to the readme. --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 79b907b8..2956724f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ logo -# Workflomics: A Workflow Benchmarking Platform +# Workflomics: A Workflow Benchmarking Web Platform | Badges | | @@ -46,6 +46,14 @@ To start the front-end, simply run npm start ``` +## Architecture + +The Workflomics web interface is part of a larger infrastructure that includes a Postgres database, a Postgrest API, a RESTful APE service, etc. The architecture is presented in the figure below: + +
+ architecture_workflomics +
+ ## Deployment ### Back-end services From b0be60290b0a6de4ef2f95d5cc1f604343c3f6c5 Mon Sep 17 00:00:00 2001 From: Vedran Kasalica Date: Wed, 8 May 2024 17:27:14 +0200 Subject: [PATCH 3/4] Change the position of the architecture figure --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 2956724f..f8ad97e4 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,14 @@ The platform currently focuses on the proteomics domain. We aim to extend the pl Visit the live demo: http://workflomics.org/ +## Architecture + +The Workflomics web interface is part of a larger infrastructure that includes a Postgres database, a Postgrest API, a RESTful APE service, etc. The architecture is presented in the figure below: + +
+ architecture_workflomics +
+ ## Development For now, it is assumed you already have a Postgres database and Postgrest API set up and running. See [Deployment](#deployment) below for a docker compose configuration which starts all necessary services and initializes the database with the `.sql` scripts in the `database` folder. @@ -46,14 +54,6 @@ To start the front-end, simply run npm start ``` -## Architecture - -The Workflomics web interface is part of a larger infrastructure that includes a Postgres database, a Postgrest API, a RESTful APE service, etc. The architecture is presented in the figure below: - -
- architecture_workflomics -
- ## Deployment ### Back-end services From d79d9e0649621a32bbf40a81d8f118bd697c3c03 Mon Sep 17 00:00:00 2001 From: Vedran Kasalica Date: Tue, 21 May 2024 16:59:36 +0200 Subject: [PATCH 4/4] Change the button color scheme to match the logo --- tailwind.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tailwind.config.js b/tailwind.config.js index 326cc6a7..0e1aa507 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -11,7 +11,7 @@ module.exports = { themes: [ { "flomics-theme": { - primary: "#d70c0c", + primary: "#ce4136", secondary: "#f6d860", accent: "#cd373a", neutral: "#3d4451",