Skip to content

Commit

Permalink
info about heta-compiler v0.7.0 and heta-online
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeny Metelkin committed Nov 14, 2023
1 parent 1d8f663 commit e734c91
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ The project is currently focused on the following areas:
## How to start

- Study [Heta tutorial](https://hetalang.github.io/#/resources/?id=heta-tutorial).
- Try [Heta compiler online](https://heta-online.insysbio.com/).
- See [Heta code](https://hetalang.github.io/#/specifications/cases) examples and the [cheatsheet](https://hetalang.github.io/heta-cheatsheet.pdf).
- Read more about [Specifications](https://hetalang.github.io/#/specifications/), [Heta compiler](https://hetalang.github.io/#/heta-compiler/) and [HetaSimulator.jl](https://hetalang.github.io/#/heta-simulator/).

Expand All @@ -32,6 +33,6 @@ The project is currently focused on the following areas:

---

(c) Heta project, 2019-2022
(c) Heta project, 2019-2023

Heta project is sponsored by [InSysBio CY Ltd](https://insysbio.com)
3 changes: 2 additions & 1 deletion heta-compiler-sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
- [Export formats](/heta-compiler/export-formats.md)
- [CLI references](/heta-compiler/cli-references.md)
- [API references](https://hetalang.github.io/heta-compiler/dev/)
- [Change Log](/heta-compiler/CHANGELOG.md)
- [Migrate to v0.6](/heta-compiler/migrate-to-v0.6.md)
- [Migrate to v0.7](/heta-compiler/migrate-to-v0.7.md)
- [Change Log](/heta-compiler/CHANGELOG.md)
6 changes: 3 additions & 3 deletions implemented.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ The examples of Heta-based QSP platforms with CI/CD capabilities are shared on G

## 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:
- [Alzheimer-consortium QSP platform](https://insysbio.com/en/news/20180910)
- A set of [InSysBio](https://insysbio.com) internal projects with more than 1000 components each.
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.

## Heta supporting tools

Expand All @@ -37,6 +35,8 @@ The Heta language and Heta-based QSP framework were used in several “real worl

Heta syntax and Heta infrastructure were utilized for the development of web-based tools.

- [Heta compiler online](https://heta-online.insysbio.com/)
Web based compiler and editor of Heta code.
- [SbmlViewer](https://sv.insysbio.com/)
A tool for fast and easy reading of biological models written in SBML format. It allows you to open SBML in any browser.
- [Immune Response Template](https://irt.insysbio.com)
Expand Down
6 changes: 3 additions & 3 deletions software.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ See also the Heta tutorial's [lesson #1](https://youtu.be/aIpo9Yksyb8)

- **VSCode** <https://code.visualstudio.com/> + heta-highlight-vscode plugin + "Dark+" theme
- **Git** <https://git-scm.com/> (optional but provides bash console and Git synchronization)
- **Node** >=8 <https://nodejs.org/en/>
- **Node** >=12 <https://nodejs.org/en/>
- **heta-compiler** <https://hetalang.github.io/#/heta-compiler/?id=installation>
- **HetaSimulators.jl** <https://hetalang.github.io/#/HetaSimulator.jl/>
- **HetaSimulator** <https://hetalang.github.io/#/HetaSimulator.jl/>

## Alternative

- **Atom** <https://atom.io/> + heta-highlight-atom plugin
- **Node** >=8 <https://nodejs.org/en/>
- **Node** >=12 <https://nodejs.org/en/>
- **heta-compiler** <https://hetalang.github.io/#/heta-compiler/?id=installation>

0 comments on commit e734c91

Please sign in to comment.