lintf2_ether_ana_postproc

Analysis postprocessing utilities for my molecular dynamics simulations of LiTFSI-Ether mixtures

https://github.com/andthum/lintf2_ether_ana_postproc

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 1 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.7%) to scientific vocabulary

Keywords

analysis-postprocessing computational-science gromacs materials-science mdanalysis mdtools molecular-dynamics molecular-dynamics-simulations molecular-mechanics molecular-modeling molecular-simulation numpy python-scripts science scientific-computing scipy trajectory-analysis

Keywords from Contributors

mesh interactive interpretability parallel optimizer yolov5s pipeline-testing datacleaner data-profilers exoplanet
Last synced: 6 months ago · JSON representation ·

Repository

Analysis postprocessing utilities for my molecular dynamics simulations of LiTFSI-Ether mixtures

Basic Info
  • Host: GitHub
  • Owner: andthum
  • License: mit
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 1.21 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 2
  • Releases: 4
Topics
analysis-postprocessing computational-science gromacs materials-science mdanalysis mdtools molecular-dynamics molecular-dynamics-simulations molecular-mechanics molecular-modeling molecular-simulation numpy python-scripts science scientific-computing scipy trajectory-analysis
Created almost 3 years ago · Last pushed 8 months ago
Metadata Files
Readme Contributing License Citation

README.rst

####################################
LiTFSI-Ether Analysis Postprocessing
####################################

|pre-commit| |pre-commit.ci_status| |Test_Status| |CodeQL_Status|
|License_MIT| |DOI| |Made_with_Python| |Code_style_black|

This is just a small helper package that contains analysis
postprocessing utilities for my molecular dynamics simulations of
LiTFSI-ether mixtures.

LiTFSI = Li[NTf2] = Lithium bis(trifluoromethanesulfonyl)imide


.. |pre-commit| image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white
    :alt: pre-commit
    :target: https://github.com/pre-commit/pre-commit
.. |pre-commit.ci_status| image:: https://results.pre-commit.ci/badge/github/andthum/lintf2_ether_ana_postproc/main.svg
    :alt: pre-commit.ci status
    :target: https://results.pre-commit.ci/latest/github/andthum/lintf2_ether_ana_postproc/main
.. |Test_Status| image:: https://github.com/andthum/lintf2_ether_ana_postproc/actions/workflows/tests.yml/badge.svg
    :alt: Test Status
    :target: https://github.com/andthum/lintf2_ether_ana_postproc/actions/workflows/tests.yml
.. |CodeQL_Status| image:: https://github.com/andthum/lintf2_ether_ana_postproc/actions/workflows/codeql-analysis.yml/badge.svg
    :alt: CodeQL Status
    :target: https://github.com/andthum/lintf2_ether_ana_postproc/actions/workflows/codeql-analysis.yml
.. |License_MIT| image:: https://img.shields.io/badge/License-MIT-blue.svg
    :alt: MIT License
    :target: https://mit-license.org/
.. |DOI| image:: https://zenodo.org/badge/610664204.svg
    :alt: DOI
    :target: https://zenodo.org/doi/10.5281/zenodo.10154409
.. |Made_with_Python| image:: https://img.shields.io/badge/Made%20with-Python-1f425f.svg
    :alt: Made with Python
    :target: https://www.python.org/
.. |Code_style_black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
    :alt: Code style black
    :target: https://github.com/psf/black

Owner

  • Name: Andreas Thum
  • Login: andthum
  • Kind: user
  • Location: Münster / Germany
  • Company: University of Münster

PhD Student, Molecular Dynamics

Citation (CITATION.cff)

# Citation File Format (cff).
# See https://citation-file-format.github.io/

cff-version: "1.2.0"
message: "If you use this software, please cite it using these metadata."

# Keep project metadata in sync with `__init__.py` and `pyproject.toml`!
type: "software"
title: "lintf2_ether_ana_postproc"
abstract: >-
  Analysis postprocessing utilities for my molecular dynamics
  simulations of LiTFSI-Ether mixtures.
authors:
  - given-names: "Andreas"
    family-names: "Thum"
    alias: "andthum"
    email: "coding.andthum@e.mail.de"
    tel: "+49 251 83-29179"
    fax: "+49 251 83-29159"
    affiliation: "University of Münster, Institute for Physical Chemistry"
    address: "Corrensstraße 28/30"
    city: "Münster"
    post-code: 48149
    country: "DE"
    region: "North Rhine-Westphalia"
    orcid: "https://orcid.org/0000-0002-2262-8507"
contact:
  - given-names: "Andreas"
    family-names: "Thum"
    email: "coding.andthum@e.mail.de"
identifiers:
  - description: "The concept DOI of the software."
    type: "doi"
    value: "10.5281/zenodo.10154409"
url: "https://github.com/andthum/lintf2_ether_ana_postproc"
repository-code: "https://github.com/andthum/lintf2_ether_ana_postproc"
license: "MIT"
license-url: "https://mit-license.org/"
keywords:
  - "Python Scripts"
  - "Science"
  - "Scientific Computing"
  - "Computational Science"
  - "Materials Science"
  - "Molecular Simulation"
  - "Molecular Modeling"
  - "Molecular Mechanics"
  - "Molecular Dynamics"
  - "Molecular Dynamics Simulations"
  - "Analysis postprocessing"
  - "Trajectory Analysis"
  - "Gromacs"
  - "MDAnalysis"
  - "MDTools"
  - "NumPy"
  - "SciPy"

# Keep references in sync with pyproject.toml.
references:
  - type: "software"
    title: "MDTools"
    abstract: "Scripts to prepare and analyze molecular dynamics simulations."
    authors:
      - given-names: "Andreas"
        family-names: "Thum"
      - given-names: "Len"
        family-names: "Kimms"
      - name: "All Contributors to MDTools"
    url: "https://github.com/andthum/mdtools"
    repository-code: "https://github.com/andthum/mdtools"
    license: "GPL-3.0-or-later"
    license-url: "https://www.gnu.org/licenses/gpl-3.0.html"
    keywords:
      - "Scripts Collection"
      - "Python Scripts"
      - "Science"
      - "Scientific Computing"
      - "Computational Science"
      - "Computational Biology"
      - "Computational Chemistry"
      - "Computational Physics"
      - "Materials Science"
      - "Molecular Simulation"
      - "Molecular Modeling"
      - "Molecular Mechanics"
      - "Molecular Dynamics"
      - "Molecular Dynamics Simulation"
      - "Trajectory Analysis"
      - "MDAnalysis"
      - "NumPy"
      - "Python3"
      - "GPLv3"

  - type: "software"
    title: "MDAnalysis"
    abstract: >-
      MDAnalysis is a Python library to analyze molecular dynamics simulations.
    authors:
      - given-names: "Naveen"
        family-names: "Michaud-Agrawal"
      - name: "The MDAnalysis Core Developer Team"
      - name: "All Contributors to MDAnalysis"
    url: "https://www.mdanalysis.org"
    repository-code: "https://github.com/MDAnalysis/mdanalysis"
    license: "GPL-2.0-or-later"
    license-url: "https://www.gnu.org/licenses/gpl-2.0.html"
    keywords:
      - "python"
      - "science"
      - "chemistry"
      - "biophysics"
      - "molecular-dynamics"
      - "computational-chemistry"
      - "molecular-simulation"
      - "analysis"
      - "trajectory-analysis"

  - type: "proceedings"
    title: >-
      MDAnalysis: A Python Package for the Rapid Analysis of Molecular Dynamics
      Simulations
    abstract: >-
      MDAnalysis (http://mdanalysis.org) is a library for structural and
      temporal analysis of molecular dynamics (MD) simulation trajectories and
      individual protein structures. MD simulations of biological molecules
      have become an important tool to elucidate the relationship between
      molecular structure and physiological function. Simulations are performed
      with highly optimized software packages on HPC resources but most codes
      generate output trajectories in their own formats so that the development
      of new trajectory analysis algorithms is confined to specific user
      communities and widespread adoption and further development is delayed.
      MDAnalysis addresses this problem by abstracting access to the raw
      simulation data and presenting a uniform object-oriented Python interface
      to the user. It thus enables users to rapidly write code that is portable
      and immediately usable in virtually all biomolecular simulation
      communities. The user interface and modular design work equally well in
      complex scripted work flows, as foundations for other packages, and for
      interactive and rapid prototyping work in IPython / Jupyter notebooks,
      especially together with molecular visualization provided by nglview and
      time series analysis with pandas. MDAnalysis is written in Python and
      Cython and uses NumPy arrays for easy interoperability with the wider
      scientific Python ecosystem. It is widely used and forms the foundation
      for more specialized biomolecular simulation tools. MDAnalysis is
      available under the GNU General Public License v2.
    authors:
      - given-names: "Richard J."
        family-names: "Gowers"
      - given-names: "Max"
        family-names: "Linke"
      - given-names: "Jonathan"
        family-names: "Barnoud"
      - given-names: "Tyler John Edward"
        family-names: "Reddy"
      - given-names: "Manuel N."
        family-names: "Melo"
      - given-names: "Sean L."
        family-names: "Seyler"
      - given-names: "Jan"
        family-names: "Domanski"
      - given-names: "David L."
        family-names: "Dotson"
      - given-names: "Sebastien"
        family-names: "Buchoux"
      - given-names: "Ian M."
        family-names: "Kenney"
      - given-names: "Oliver"
        family-names: "Beckstein"
    editors:
      - given-names: "Sebastian"
        family-names: "Benthall"
      - given-names: "Scott"
        family-names: "Rostrup"
    conference:
      name: "Proceedings of the 15th Python in Science Conference"
      city: "Austin"
      region: "Texas"
      country: "US"
    year: 2016
    pages: 98-105
    doi: "10.25080/Majora-629e541a-00e"
    url: "https://www.osti.gov/biblio/1565806"
    keywords:
      - "software"
      - "molecular dynamics simulations"
      - "science"
      - "chemistry"
      - "physics"
      - "biology"

  - type: "article"
    title: >-
      MDAnalysis: A toolkit for the analysis of molecular dynamics simulations
    abstract: >-
      Abstract MDAnalysis is an object-oriented library for structural and
      temporal analysis of molecular dynamics (MD) simulation trajectories and
      individual protein structures. It is written in the Python language with
      some performance-critical code in C. It uses the powerful NumPy package
      to expose trajectory data as fast and efficient NumPy arrays. It has been
      tested on systems of millions of particles. Many common file formats of
      simulation packages including CHARMM, Gromacs, Amber, and NAMD and the
      Protein Data Bank format can be read and written. Atoms can be selected
      with a syntax similar to CHARMM's powerful selection commands. MDAnalysis
      enables both novice and experienced programmers to rapidly write their
      own analytical tools and access data stored in trajectories in an easily
      accessible manner that facilitates interactive explorative analysis.
      MDAnalysis has been tested on and works for most Unix-based platforms
      such as Linux and Mac OS X. It is freely available under the GNU General
      Public License from http://mdanalysis.googlecode.com.
    authors:
      - given-names: "Naveen"
        family-names: "Michaud-Agrawal"
      - given-names: "Elizabeth J."
        family-names: "Denning"
      - given-names: "Thomas B."
        family-names: "Woolf"
      - given-names: "Oliver"
        family-names: "Beckstein"
    journal: "Journal of Computational Chemistry"
    volume: 32
    number: 10
    pages: "2319-2327"
    year: 2011
    doi: "10.1002/jcc.21787"
    url: "https://onlinelibrary.wiley.com/doi/abs/10.1002/jcc.21787"
    keywords:
      - "molecular dynamics simulations"
      - "analysis"
      - "proteins"
      - "object-oriented design"
      - "software"
      - "membrane systems"
      - "Python programming language"

  - type: "software"
    title: "pyedr"
    abstract: "Reads Gromacs EDR file to populate a pandas dataframe"
    authors:
      - given-names: "Jonathan"
        family-names: "Barnoud"
      - given-names: "Manuel Nuno"
        family-names: "Melo"
      - given-names: "Max"
        family-names: "Linke"
      - given-names: "Len"
        family-names: "Kimms"
        alias: "ezavod"
        email: "len.kimms@uni-muenster.de"
        tel: "+49 251 83-29154"
        fax: "+49 251 83-29159"
        affiliation: "University of Münster, Institute for Physical Chemistry"
        address: "Corrensstraße 28/30"
        city: "Münster"
        post-code: 48149
        country: "DE"
        region: "North Rhine-Westphalia"
        orcid: "https://orcid.org/0000-0003-2769-923X"
      - given-names: "Bjarne"
        family-names: "Feddersen"
      - given-names: "Oliver"
        family-names: "Beckstein"
      - given-names: "Hugo"
        family-names: "MacDermott-Opeskin"
      - given-names: "Irfan"
        family-names: "Alibay"
    url: "https://github.com/MDAnalysis/panedr"
    repository-code: "https://github.com/MDAnalysis/panedr"
    license: "LGPL-2.1"
    license-url: "https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html"

  - type: "software"
    title: "NumPy"
    abstract: "The fundamental package for scientific computing with Python."
    authors:
      - name: "All Contributors to NumPy"
    url: "https://numpy.org"
    repository-code: "https://github.com/numpy/numpy"
    license: "BSD-3-Clause"
    license-url: "https://opensource.org/licenses/BSD-3-Clause"
    keywords:
      - "python"
      - "numpy"
      - "closember"

  - type: "article"
    title: "Array programming with NumPy"
    abstract: >-
      Array programming provides a powerful, compact and expressive syntax for
      accessing, manipulating and operating on data in vectors, matrices and
      higher-dimensional arrays. NumPy is the primary array programming library
      for the Python language. It has an essential role in research analysis
      pipelines in fields as diverse as physics, chemistry, astronomy,
      geoscience, biology, psychology, materials science, engineering, finance
      and economics. For example, in astronomy, NumPy was an important part of
      the software stack used in the discovery of gravitational waves and in
      the first imaging of a black hole. Here we review how a few fundamental
      array concepts lead to a simple and powerful programming paradigm for
      organizing, exploring and analysing scientific data. NumPy is the
      foundation upon which the scientific Python ecosystem is constructed. It
      is so pervasive that several projects, targeting audiences with
      specialized needs, have developed their own NumPy-like interfaces and
      array objects. Owing to its central position in the ecosystem, NumPy
      increasingly acts as an interoperability layer between such array
      computation libraries and, together with its application programming
      interface (API), provides a flexible framework to support the next decade
      of scientific and industrial analysis.
    authors:
      - given-names: "Charles R."
        family-names: "Harris"
      - given-names: "K. Jarrod"
        family-names: "Millman"
      - given-names: "Stéfan J."
        family-names: "van der Walt"
      - given-names: "Ralf"
        family-names: "Gommers"
      - given-names: "Pauli"
        family-names: "Virtanen"
      - given-names: "David"
        family-names: "Cournapeau"
      - given-names: "Eric"
        family-names: "Wieser"
      - given-names: "Julian"
        family-names: "Taylor"
      - given-names: "Sebastian"
        family-names: "Berg"
      - given-names: "Nathaniel J."
        family-names: "Smith"
      - given-names: "Robert"
        family-names: "Kern"
      - given-names: "Matti"
        family-names: "Picus"
      - given-names: "Stephan"
        family-names: "Hoyer"
      - given-names: "Marten H."
        family-names: "van Kerkwijk"
      - given-names: "Matthew"
        family-names: "Brett"
      - given-names: "Allan"
        family-names: "Haldane"
      - given-names: "Jaime Fernández"
        family-names: "del Río"
      - given-names: "Mark"
        family-names: "Wiebe"
      - given-names: "Pearu"
        family-names: "Peterson"
      - given-names: "Pierre"
        family-names: "Gérard-Marchant"
      - given-names: "Kevin"
        family-names: "Sheppard"
      - given-names: "Tyler"
        family-names: "Reddy"
      - given-names: "Warren"
        family-names: "Weckesser"
      - given-names: "Hameer"
        family-names: "Abbasi"
      - given-names: "Christoph"
        family-names: "Gohlke"
      - given-names: "Travis E."
        family-names: "Oliphant"
    journal: "Nature"
    volume: 585
    number: 7825
    pages: "357-362"
    year: 2020
    month: 9
    publisher:
      name: "Springer Science and Business Media LLC"
    doi: "10.1038/s41586-020-2649-2"
    url: "https://doi.org/10.1038/s41586-020-2649-2"

  - type: "software"
    title: "SciPy"
    abstract: "Fundamental algorithms for scientific computing in Python"
    authors:
      - given-names: "Ralf"
        family-names: "Gommers"
      - given-names: "Pauli"
        family-names: "Virtanen"
      - given-names: "Evgeni"
        family-names: "Burovski"
      - given-names: "Warren"
        family-names: "Weckesser"
      - given-names: "Travis E."
        family-names: "Oliphant"
      - given-names: "David"
        family-names: "Cournapeau"
      - given-names: "Matt"
        family-names: "Haberland"
      - given-names: "Tyler"
        family-names: "Reddy"
      - given-names: "Pearu"
        family-names: "Peterson"
      - given-names: "Andrew"
        family-names: "Nelson"
      - given-names: "Josh"
        family-names: "Wilson"
      - given-names: "Nikolay"
        family-names: "Mayorov"
      - given-names: "Ílhan"
        family-names: "Polat"
      - given-names: "Stéfan J."
        family-names: "van der Walt"
      - given-names: "Denis"
        family-names: "Laxalde"
      - given-names: "Matthew"
        family-names: "Brett"
      - given-names: "Eric"
        family-names: "Larson"
      - given-names: "Jarrod"
        family-names: "Millman"
      - given-names: "Pamphile"
        family-names: "Roy"
      - given-names: "Paul"
        family-names: "van Mulbregt"
      - given-names: "C J"
        family-names: "Carey"
      - given-names: "Atsushi"
        family-names: "Sakai"
      - given-names: "Eric"
        family-names: "Moore"
      - given-names: "Robert"
        family-names: "Kern"
      - name: "All Contributors to SciPy"
    identifiers:
      - description: "The concept DOI of the work."
        type: "doi"
        value: "10.5281/zenodo.595738"
    url: "https://scipy.org"
    repository-code: "https://github.com/scipy/scipy"
    license: "BSD-3-Clause"
    license-url: "https://opensource.org/licenses/BSD-3-Clause"
    keywords:
      - "python"
      - "scipy"
      - "algorithms"
      - "scientific computing"
      - "closember"

  - type: "article"
    title: >-
      SciPy 1.0: Fundamental Algorithms for Scientific Computing in Python
    abstract: >-
      SciPy is an open-source scientific computing library for the Python
      programming language. Since its initial release in 2001, SciPy has become
      a de facto standard for leveraging scientific algorithms in Python, with
      over 600 unique code contributors, thousands of dependent packages, over
      100,000 dependent repositories and millions of downloads per year. In
      this work, we provide an overview of the capabilities and development
      practices of SciPy 1.0 and highlight some recent technical developments.
    authors:
      - given-names: "Pauli"
        family-names: "Virtanen"
      - given-names: "Ralf"
        family-names: "Gommers"
      - given-names: "Travis E."
        family-names: "Oliphant"
      - given-names: "Matt"
        family-names: "Haberland"
      - given-names: "Tyler"
        family-names: "Reddy"
      - given-names: "David"
        family-names: "Cournapeau"
      - given-names: "Evgeni"
        family-names: "Burovski"
      - given-names: "Pearu"
        family-names: "Peterson"
      - given-names: "Warren"
        family-names: "Weckesser"
      - given-names: "Jonathan"
        family-names: "Bright"
      - given-names: "Stéfan J."
        family-names: "van der Walt"
      - given-names: "Matthew"
        family-names: "Brett"
      - given-names: "Joshua"
        family-names: "Wilson"
      - given-names: "K. Jarrod"
        family-names: "Millman"
      - given-names: "Nikolay"
        family-names: "Mayorov"
      - given-names: "Andrew R. J."
        family-names: "Nelson"
      - given-names: "Eric"
        family-names: "Jones"
      - given-names: "Robert"
        family-names: "Kern"
      - given-names: "Eric"
        family-names: "Larson"
      - given-names: "C J"
        family-names: "Carey"
      - given-names: "Ílhan"
        family-names: "Polat"
      - given-names: "Yu"
        family-names: "Feng"
      - given-names: "Eric W."
        family-names: "Moore"
      - given-names: "Jake"
        family-names: "VanderPlas"
      - given-names: "Denis"
        family-names: "Laxalde"
      - given-names: "Josef"
        family-names: "Perktold"
      - given-names: "Robert"
        family-names: "Cimrman"
      - given-names: "Ian"
        family-names: "Henriksen"
      - given-names: "E. A."
        family-names: "Quintero"
      - given-names: "Charles R."
        family-names: "Harris"
      - given-names: "Anne M."
        family-names: "Archibald"
      - given-names: "Antônio H."
        family-names: "Ribeiro"
      - given-names: "Fabian"
        family-names: "Pedregosa"
      - given-names: "Paul"
        family-names: "van Mulbregt"
      - name: "SciPy 1.0 Contributors"
    journal: "Nature Methods"
    volume: 17
    number: 3
    pages: "261-272"
    year: 2020
    publisher:
      name: "Nature Publishing Group"
    doi: "10.1038/s41592-019-0686-2"
    url: "https://rdcu.be/b08Wh"

  - type: "software"
    title: "matplotlib"
    abstract: "Matplotlib: Visualization with Python"
    authors:
      - given-names: "Thomas A."
        family-names: "Caswell"
      - given-names: "Michael"
        family-names: "Droettboom"
      - given-names: "Antony"
        family-names: "Lee"
      - given-names: "Elliott Sales"
        family-names: "de Andrade"
      - given-names: "Tim"
        family-names: "Hoffmann"
      - given-names: "John D."
        family-names: "Hunter"
      - given-names: "Jody"
        family-names: "Klymak"
      - given-names: "Eric"
        family-names: "Firing"
      - given-names: "David"
        family-names: "Stansby"
      - given-names: "Nelle"
        family-names: "Varoquaux"
      - given-names: "Jens Hedegaard"
        family-names: "Nielsen"
      - given-names: "Benjamin"
        family-names: "Root"
      - given-names: "Ryan"
        family-names: "May"
      - given-names: "Phil"
        family-names: "Elson"
      - given-names: "Jouni K."
        family-names: "Seppänen"
      - given-names: "Darren"
        family-names: "Dale"
      - given-names: "Jae-Joon"
        family-names: "Lee"
      - given-names: "Damon"
        family-names: "McDougall"
      - given-names: "Andrew"
        family-names: "Straw"
      - given-names: "Paul"
        family-names: "Hobson"
      - given-names: "Christoph"
        family-names: "Gohlke"
      - given-names: "Adrien F."
        family-names: "Vincent"
      - given-names: "Tony S."
        family-names: "Yu"
      - given-names: "Eric"
        family-names: "Ma"
      - given-names: "Steven"
        family-names: "Silvester"
      - given-names: "Charlie"
        family-names: "Moad"
      - given-names: "Nikita"
        family-names: "Kniazev"
      - given-names: "Elan"
        family-names: "Ernest"
      - given-names: "Paul"
        family-names: "Ivanov"
      - name: "All Contributors to matplotlib"
    identifiers:
      - description: "The concept DOI of the work."
        type: "doi"
        value: "10.5281/zenodo.592536"
    url: "https://matplotlib.org"
    repository-code: "https://github.com/matplotlib/matplotlib"
    license: "PSF-2.0"
    license-url: "https://matplotlib.org/stable/users/project/license.html"
    keywords:
      - "python"
      - "matplotlib"
      - "plotting"
      - "tk"
      - "gtk"
      - "qt"
      - "wx"
      - "data-science"
      - "data-visualization"
      - "hacktoberfest"

  - type: "article"
    title: "Matplotlib: A 2D graphics environment"
    abstract: >-
      Matplotlib is a 2D graphics package used for Python for application
      development, interactive scripting,and publication-quality image
      generation across user interfaces and operating systems.
    authors:
      - given-names: "John D."
        family-names: "Hunter"
    journal: "Computing in Science & Engineering"
    volume: 9
    number: 3
    pages: "90-95"
    year: 2007
    publisher:
      name: "IEEE COMPUTER SOC"
    doi: "10.1109/MCSE.2007.55"

GitHub Events

Total
  • Release event: 1
  • Delete event: 17
  • Issue comment event: 27
  • Push event: 10
  • Pull request event: 32
  • Create event: 19
Last Year
  • Release event: 1
  • Delete event: 17
  • Issue comment event: 27
  • Push event: 10
  • Pull request event: 32
  • Create event: 19

Committers

Last synced: about 2 years ago

All Time
  • Total Commits: 480
  • Total Committers: 3
  • Avg Commits per committer: 160.0
  • Development Distribution Score (DDS): 0.027
Past Year
  • Commits: 480
  • Committers: 3
  • Avg Commits per committer: 160.0
  • Development Distribution Score (DDS): 0.027
Top Committers
Name Email Commits
andthum 5****m 467
dependabot[bot] 4****] 9
pre-commit-ci[bot] 6****] 4

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 0
  • Total pull requests: 71
  • Average time to close issues: N/A
  • Average time to close pull requests: 6 days
  • Total issue authors: 0
  • Total pull request authors: 3
  • Average comments per issue: 0
  • Average comments per pull request: 0.2
  • Merged pull requests: 60
  • Bot issues: 0
  • Bot pull requests: 25
Past Year
  • Issues: 0
  • Pull requests: 9
  • Average time to close issues: N/A
  • Average time to close pull requests: 18 days
  • Issue authors: 0
  • Pull request authors: 2
  • Average comments per issue: 0
  • Average comments per pull request: 0.67
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 9
Top Authors
Issue Authors
Pull Request Authors
  • andthum (72)
  • dependabot[bot] (36)
  • pre-commit-ci[bot] (9)
Top Labels
Issue Labels
Pull Request Labels
dependencies (46) enhancement (42) minor (39) patch (31) refactoring (22) skip-changelog (16) maintenance (13) major (11) breaking (6) bugfix (3) documentation (1)