GasChromatographySimulator.jl

GasChromatographySimulator.jl - Published in JOSS (2022)

https://github.com/GasChromatographyToolbox/GasChromatographySimulator.jl

Science Score: 67.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 6 DOI reference(s) in README
  • Academic publication links
    Links to: joss.theoj.org, zenodo.org
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (13.0%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

A package for the simulation of gas chromatography (GC)

Basic Info
  • Host: GitHub
  • Owner: GasChromatographyToolbox
  • License: mit
  • Language: Julia
  • Default Branch: main
  • Size: 11.1 MB
Statistics
  • Stars: 12
  • Watchers: 1
  • Forks: 3
  • Open Issues: 5
  • Releases: 39
Created over 4 years ago · Last pushed 10 months ago
Metadata Files
Readme Contributing License Citation

README.md

GasChromatographySimulator.jl

DOI DOI CI codecov.io

A package for the simulation of gas chromatography (GC) with additional velocity gradients produced by: - non-uniform temperature T(x) - non-uniform film thickness d_f(x) - non-uniform column diameter d(x)

Installation

To install the package type:

julia julia> ] add GasChromatographySimulator

To use the package type:

julia julia> using GasChromatographySimulator

Documentation

Please read the documentation page for more information.

Notebooks

In the folder notebooks several notebooks, using Pluto.jl, for the simulation of GC-systems are available.

To use these notebooks Julia, v1.6 or above, must be installed and Pluto must be added:

julia julia> ] (v1.7) pkg> add Pluto

To run Pluto, use the following commands:

julia julia> using Pluto julia> Pluto.run()

Pluto will open your browser. In the field Open from file the URL of a notebook or the path to a locally downloaded notebook can be insert and the notebook will open and load the necessary packages.

Overview of notebooks

  • simulation_conventional_GC.jl - Simulation of a conventional GC-system (constant temperature, constant diameter and constant film thickness along the column) and outlet pressure as "vacuum" or "atmospheric", with option of flow or pressure control and temperature program notation in the typical form used in commercial GC software (temperature levels, holding times and heating ramps). Results can be exported.
  • simulation_conventional_GC_TL.jl - Simulation of a conventional GC-system (constant temperature, constant diameter and constant film thickness along the column) with an attached transfer line (at a fixed temperature) and outlet pressure as "vacuum" or "atmospheric", with option of flow or pressure control and temperature program notation in the typical form used in commercial GC software (temperature levels, holding times and heating ramps). Results can be exported.
  • simulation_conventional_GC_load_2dbs.jl - Simulation of a conventional GC-system (constant temperature, constant diameter and constant film thickness along the column) and loading of up to two different substance databases and simulation of the common substances with the same GC-system and comparing the result. Also, an option is given, to load measured retention times and compare these to the simulations. Same setting for programs as in simulation_conventional_GC.jl
  • simulation_example.jl - General example of simulation of a GC-system with optional thermal gradient (exponential/linear model of temperature change along the column) and constant diameter and constant film thickness along the column. Results can be exported.
  • simulation_example_input_gradient_function.jl - Simulation of a GC-system with optional thermal gradient where the temperature change along the column is defined by a user-defined equation (cosine-function as example).

Contribution

Please open an issue if you: - want to report a bug - have problems using the package (please first look at the documentation) - have ideas for new features or ways to improve the usage of this package

You can contribute (e.g. fix bugs, add new features, add to the documentation) to this package by Pull Request: - first discuss your contributions in a new issue - ensure that all tests pass locally before starting the pull request - new features should be included in runtests.jl - add description to the pull request, link to corresponding issues by # and issue number - the pull request will be reviewed

Citation

@article{Leppert2022, title = {GasChromatographySimulator.jl}, author = {Jan Leppert}, journal = {Journal of Open Source Software}, year = {2022}, volume = {7}, number = {76}, pages = {4565}, publisher = {The Open Journal}, doi = {10.21105/joss.04565}, url = {https://doi.org/10.21105/joss.04565}, }

Owner

  • Name: GasChromatographyToolbox
  • Login: GasChromatographyToolbox
  • Kind: organization

Citation (CITATION.bib)

@article{Leppert2022, 
  title = {GasChromatographySimulator.jl},
  author = {Jan Leppert}, 
  journal = {Journal of Open Source Software},
  year = {2022}, 
  volume = {7}, 
  number = {76}, 
  pages = {4565},
  publisher = {The Open Journal}, 
  doi = {10.21105/joss.04565}, 
  url = {https://doi.org/10.21105/joss.04565}, 
}

GitHub Events

Total
  • Create event: 23
  • Commit comment event: 10
  • Release event: 6
  • Delete event: 9
  • Issue comment event: 19
  • Push event: 39
  • Pull request event: 32
Last Year
  • Create event: 23
  • Commit comment event: 10
  • Release event: 6
  • Delete event: 9
  • Issue comment event: 19
  • Push event: 39
  • Pull request event: 32

Committers

Last synced: 7 months ago

All Time
  • Total Commits: 588
  • Total Committers: 3
  • Avg Commits per committer: 196.0
  • Development Distribution Score (DDS): 0.007
Past Year
  • Commits: 59
  • Committers: 1
  • Avg Commits per committer: 59.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Jan Leppert 6****t 584
TillmanBrehmer 1****r 3
Claire Foster a****f@g****m 1

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 20
  • Total pull requests: 105
  • Average time to close issues: 27 days
  • Average time to close pull requests: about 6 hours
  • Total issue authors: 4
  • Total pull request authors: 3
  • Average comments per issue: 3.45
  • Average comments per pull request: 0.8
  • Merged pull requests: 100
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 32
  • Average time to close issues: N/A
  • Average time to close pull requests: 42 minutes
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.88
  • Merged pull requests: 31
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • ma-sadeghi (8)
  • JanLeppert (7)
  • bonh (3)
  • JuliaTagBot (1)
Pull Request Authors
  • JanLeppert (107)
  • TillmanBrehmer (1)
  • c42f (1)
Top Labels
Issue Labels
bug (1)
Pull Request Labels

Dependencies

.github/workflows/TagBot.yml actions
  • JuliaRegistries/TagBot v1 composite
.github/workflows/ci.yml actions
  • actions/cache v1 composite
  • actions/checkout v2 composite
  • codecov/codecov-action v1 composite
  • julia-actions/julia-buildpkg v1 composite
  • julia-actions/julia-processcoverage v1 composite
  • julia-actions/julia-runtest v1 composite
  • julia-actions/setup-julia v1 composite
.github/workflows/documentation.yml actions
  • actions/checkout v2 composite
  • julia-actions/setup-julia latest composite