Skip to content

Commit

Permalink
add figures to ecosystem
Browse files Browse the repository at this point in the history
  • Loading branch information
metelkin committed Dec 12, 2024
1 parent 9f27f22 commit bc64160
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 0 deletions.
Binary file added assets/img/fig1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/fig2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/fig3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/fig4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/fig5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/fig6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/fig7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/fig8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/fig9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions ecosystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
- Syntax highlighting for Sublime text: [heta-highlight-sublime](https://github.com/hetalang/heta-highlight-sublime) [![GitHub tag (with filter)](https://img.shields.io/github/v/tag/hetalang/heta-highlight-sublime)](https://packagecontrol.io/packages/heta)
- Parsing of Heta language code in JavaScript: [heta-parser](https://github.com/hetalang/heta-parser) [![npm](https://img.shields.io/npm/v/heta-parser)](https://www.npmjs.com/package/heta-parser)

![Heta compiler](./assets/img/fig2.png)
![HetaSimulator](./assets/img/fig5.png)
![HetaSimulator](./assets/img/fig1.png)

## Web applications

Heta syntax and Heta infrastructure were utilized for the development of web-based tools.
Expand All @@ -27,6 +31,10 @@ Heta syntax and Heta infrastructure were utilized for the development of web-bas
- [sbml-mrgsolve-case](https://shiny.insysbio.com/sbml-mrgsolve-case/)
An RMarkdown example demonstrating format conversion from SBML into mrgsolve

![mab app](./assets/img/fig7.png)
![Heta Compiler Online](./assets/img/fig4.png)
![Heta API](./assets/img/fig6.png)

## Open source QSP platforms

The examples of Heta-based QSP platforms with CI/CD capabilities are shared on GitHub.
Expand All @@ -46,6 +54,8 @@ The examples of Heta-based QSP platforms with CI/CD capabilities are shared on G
- [ANT model](https://github.com/insysbio/ant-mito-model)
Adenine Nucleotide Translocase model reproduces from published resources

![Alco](./assets/img/fig8.png)

## QSP projects

The Heta language and Heta-based QSP framework were used in several “real world” projects for the development of middle-scale and large-scale models.
Expand All @@ -58,6 +68,8 @@ For a guided introduction, check out the Heta tutorial's [Lesson #1](https://you

### Minimal Recommended Setup

![VSCode](./assets/img/fig3.png)

1. **VSCode**
- Download and Install: [https://code.visualstudio.com/](https://code.visualstudio.com/)
- Install with extensions manager: [Heta Highlight Plugin](https://marketplace.visualstudio.com/items?itemName=heta-highlight)
Expand All @@ -75,6 +87,8 @@ For a guided introduction, check out the Heta tutorial's [Lesson #1](https://you

### Alternative Configuration

![Sublime Text](./assets/img/fig9.png)

If you prefer, you can use **Sublime Text** instead of VSCode:
- Download and install: [https://www.sublimetext.com/download](https://www.sublimetext.com/download)
- Install the **Heta highlighter plugin** via:
Expand Down

0 comments on commit bc64160

Please sign in to comment.