AcidWatch

Democratize and open up the discussion around CO2 impurities and provide a reliable resource for researchers, chemists, and industry professionals in the CCS domain.
https://github.com/equinor/acidwatch

Category: Emissions
Sub Category: Carbon Capture

Keywords

carbon-capture-and-storage ccs computational-chemistry hacktoberfest hacktoberfestivus impurities

Last synced: about 16 hours ago
JSON representation

Repository metadata

AcidWatch is a platform for modeling chemical reactions in CO2 streams, designed for researchers in CCS.


Owner metadata


GitHub Events

Total
Last Year

Issue and Pull Request metadata

Last synced: 1 day ago

Total issues: 116
Total pull requests: 207
Average time to close issues: about 1 month
Average time to close pull requests: 11 days
Total issue authors: 7
Total pull request authors: 11
Average comments per issue: 0.5
Average comments per pull request: 0.29
Merged pull request: 116
Bot issues: 0
Bot pull requests: 1

Past year issues: 74
Past year pull requests: 150
Past year average time to close issues: 16 days
Past year average time to close pull requests: 10 days
Past year issue authors: 7
Past year pull request authors: 10
Past year average comments per issue: 0.3
Past year average comments per pull request: 0.35
Past year merged pull request: 80
Past year bot issues: 0
Past year bot pull requests: 1

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/equinor/acidwatch

Top Issue Authors

  • kvashchuka (54)
  • haralde (30)
  • SAKavli (17)
  • pinkwah (7)
  • lars-petter-hauge (4)
  • fmell (2)
  • Hardins (2)

Top Pull Request Authors

  • SAKavli (45)
  • haralde (45)
  • lars-petter-hauge (30)
  • UsamaEquinorAFK (28)
  • pinkwah (19)
  • kvashchuka (16)
  • fmell (11)
  • Hardins (5)
  • Sviatose (4)
  • olvemaudal (3)
  • dependabot[bot] (1)

Top Issue Labels

  • bug (6)
  • blocked (5)
  • good first issue (3)
  • frontend (2)
  • v0.1 (2)
  • epic (1)

Top Pull Request Labels

  • dependencies (1)
  • python (1)

Dependencies

frontend/package-lock.json npm
  • 762 dependencies
frontend/package.json npm
  • @eslint/js ^9.13.0 development
  • @types/plotly.js-basic-dist ^1.54.4 development
  • @types/react ^18.3.11 development
  • @types/react-dom ^18.3.1 development
  • @types/react-plotly.js ^2.6.3 development
  • @vitejs/plugin-react ^4.3.3 development
  • eslint ^9.15.0 development
  • eslint-plugin-react-hooks ^5.0.0 development
  • eslint-plugin-react-refresh ^0.4.13 development
  • globals ^15.11.0 development
  • prettier ^3.3.3 development
  • typescript ~5.6.2 development
  • typescript-eslint ^8.10.0 development
  • vite ^5.4.9 development
  • @azure/msal-browser ^3.26.1
  • @azure/msal-react ^2.1.1
  • @equinor/eds-core-react latest
  • @equinor/eds-data-grid-react latest
  • @microsoft/applicationinsights-react-js ^17.3.4
  • @microsoft/applicationinsights-web ^3.3.4
  • @microsoft/mgt ^4.4.0
  • @microsoft/mgt-msal-provider ^2.11.2
  • @microsoft/mgt-msal2-provider ^4.4.0
  • @microsoft/mgt-react ^4.4.0
  • @tanstack/react-query ^5.59.16
  • axios ^1.7.8
  • plotly.js ^2.9.0
  • plotly.js-basic-dist ^2.35.2
  • react ^18.3.1
  • react-dom ^18.3.1
  • react-modal ^3.16.1
  • react-plotly.js ^2.6
  • react-router-dom ^6.27.0
  • zustand ^5.0.0
backend/poetry.lock pypi
  • annotated-types 0.7.0
  • anyio 4.7.0
  • atomicwrites 1.4.1
  • attrs 24.3.0
  • azure-core 1.32.0
  • azure-cosmos 4.9.0
  • azure-identity 1.19.0
  • certifi 2024.12.14
  • cffi 1.17.1
  • charset-normalizer 3.4.0
  • click 8.1.7
  • colorama 0.4.6
  • cryptography 43.0.3
  • exceptiongroup 1.2.2
  • fastapi 0.115.6
  • flake8 7.1.1
  • flake8-bugbear 24.12.12
  • h11 0.14.0
  • httpcore 1.0.7
  • httpx 0.27.2
  • idna 3.10
  • iniconfig 2.0.0
  • mccabe 0.7.0
  • msal 1.31.1
  • msal-extensions 1.2.0
  • packaging 24.2
  • pluggy 1.5.0
  • portalocker 2.10.1
  • py 1.11.0
  • pycodestyle 2.12.1
  • pycparser 2.22
  • pydantic 2.10.3
  • pydantic-core 2.27.1
  • pyflakes 3.2.0
  • pyjwt 2.10.1
  • pytest 6.2.5
  • python-dotenv 1.0.1
  • pywin32 308
  • requests 2.32.3
  • six 1.17.0
  • sniffio 1.3.1
  • starlette 0.41.3
  • toml 0.10.2
  • typing-extensions 4.12.2
  • urllib3 2.2.3
  • uvicorn 0.32.1
backend/pyproject.toml pypi
  • flake8 ^7.1.1 develop
  • flake8-bugbear ^24.10.31 develop
  • pytest ^6.2.2 develop
  • azure-cosmos ^4.9.0
  • azure-identity ^1.19
  • fastapi ^0.115.5
  • httpx ^0.27.2
  • msal ^1.31.1
  • pyjwt ^2.10.1
  • python ^3.9
  • python-dotenv ^1.0.1
  • requests ^2.32.3
  • uvicorn ^0.32.1
.github/workflows/prettier.yaml actions
  • actions/checkout v3 composite
  • actions/setup-node v3 composite
backend/Dockerfile docker
  • python 3.11-slim build
frontend/Dockerfile docker
  • docker.io/library/node 22-bookworm-slim build
  • docker.io/nginxinc/nginx-unprivileged alpine build
.github/workflows/Black.yml actions
  • actions/checkout v4 composite
  • psf/black stable composite
.github/workflows/Vitest.yml actions
  • actions/checkout v4 composite
docker-compose.yml docker

Score: -Infinity