Skip to content

Commit

Permalink
Merge pull request #67 from Workflomics/LOGO_FIX
Browse files Browse the repository at this point in the history
Update the color scheme and figures
  • Loading branch information
kretep authored May 22, 2024
2 parents c63f871 + d79d9e0 commit 8670498
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<img src="https://raw.githubusercontent.com/Workflomics/.github/main/WORKFLOMICS_logo_small.jpg" alt="logo" width=60%/>
<img src="https://github.com/Workflomics/.github/blob/main/WORKFLOMICS_logo.png" alt="logo" width=60%/>

# Workflomics: A Workflow Benchmarking Platform
# Workflomics: A Workflow Benchmarking Web Platform


| Badges | |
Expand All @@ -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:

<div align="left">
<img src="https://github.com/Workflomics/.github/blob/main/draw.io/architecture_simplified.png" alt="architecture_workflomics" width="60%">
</div>

## 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.
Expand Down
2 changes: 1 addition & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = {
themes: [
{
"flomics-theme": {
primary: "#d70c0c",
primary: "#ce4136",
secondary: "#f6d860",
accent: "#cd373a",
neutral: "#3d4451",
Expand Down

0 comments on commit 8670498

Please sign in to comment.