https://github.com/equinor/mercury
Mercury calculator - API and Webapp
https://github.com/equinor/mercury
mercury processing
Last synced: about 1 month ago
JSON representation
Mercury calculator - API and Webapp
- Host: GitHub
- URL: https://github.com/equinor/mercury
- Owner: equinor
- License: mit
- Created: 2022-06-15T10:44:25.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-24T13:37:13.000Z (over 1 year ago)
- Last Synced: 2025-02-24T13:37:48.427Z (over 1 year ago)
- Topics: mercury, processing
- Language: TypeScript
- Homepage: https://mercury.app.radix.equinor.com
- Size: 281 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# Mercury
[![License][license-badge]][license]
[![On push main branch][on-push-main-branch-badge]][on-push-main-branch-action]
[![SCM Compliance][scm-badge]][scm-policy]
This is an **application** to perform phase equilibrium calculations for mercury.
[About](#about) • [Development](#development) • [Contributing](#Contributing)
## :books: About
See the [documentation][docs-about] for more information about the thermodynamic model used in Mercury Calculator.
## :dizzy: Development
See the [developer guide][docs-development] if you want to start developing.
## :+1: Contributing
Thanks for your interest in contributing! There are many ways to contribute to this project.
Please see the [contributing guidelines][docs-contributing] for more information.
[license-badge]: https://img.shields.io/badge/License-MIT-blue.svg
[license]: https://github.com/equinor/mercury/blob/main/LICENSE.md
[on-push-main-branch-badge]: https://github.com/equinor/mercury/actions/workflows/on-push-main-branch.yaml/badge.svg
[on-push-main-branch-action]: https://github.com/equinor/mercury/actions/workflows/on-push-main-branch.yaml
[scm-badge]: https://scm-compliance-api.radix.equinor.com/repos/equinor/mercury/badge
[scm-policy]: https://developer.equinor.com/governance/scm-policy/
[docs-about]: https://varia.equinor.com/docs/default/system/mercury#about
[docs-development]: https://varia.equinor.com/docs/default/system/mercury/developers/guide/
[docs-contributing]: https://varia.equinor.com/docs/default/system/mercury/contributing