https://github.com/patrickfuchs/buildH/
Raw File
Tip revision: 9f05672515e1cdb0064eeb34f63844296193bc0d authored by patrickfuchs on 01 September 2021, 09:32:15 UTC
Bump version: 1.5.0 → 1.6.0
Tip revision: 9f05672
codemeta.json
{
    "@context": "https://doi.org/10.5063/schema/codemeta-2.0",
    "@type": "SoftwareSourceCode",
    "license": "https://spdx.org/licenses/BSD-3-Clause",
    "codeRepository": "https://github.com/patrickfuchs/buildH",
    "contIntegration": "https://github.com/patrickfuchs/buildH/actions",
    "dateCreated": "2019-03-06",
    "datePublished": "2019-06-21",
    "dateModified": "2021-05-21",
    "downloadUrl": "https://github.com/patrickfuchs/buildH/archive/refs/tags/v1.3.1.zip",
    "issueTracker": "https://github.com/patrickfuchs/buildH/issues",
    "name": "buildH",
    "version": "1.3.1",
    "description": "Build hydrogen atoms from united-atom molecular dynamics of lipids and calculate the order parameters",
    "applicationCategory": "Structural bioinformatics",
    "developmentStatus": "active",
    "keywords": [
        "molecular dynamics simulation",
        "order parameters",
        "lipids",
        "united-atom"
    ],
    "programmingLanguage": [
        "Python"
    ],
    "operatingSystem": [
        "Linux",
        "Windows",
        "MacOSX"
    ],
    "softwareRequirements": [
        "Python>=3.6",
        "numpy",
        "pandas",
        "MDAnalysis",
        "numba"
    ],
    "relatedLink": [
        "https://buildh.readthedocs.io/en/latest/",
        "https://pypi.org/project/buildh/",
        "https://anaconda.org/bioconda/buildh"
    ],
    "author": [
        {
            "@type": "Person",
            "@id": "http://orcid.org/0000-0001-6149-9480",
            "givenName": "Hubert",
            "familyName": "Santuz",
            "email": "hubert.santuz@gmail.com",
            "affiliation": {
                "@type": "Organization",
                "name": "Laboratoire de Biochimie Théorique (LBT), CNRS, F-75005 Paris, France"
            }
        },
        {
            "@type": "Person",
            "@id": "http://orcid.org/0000-0002-3317-9110",
            "givenName": "Amélie",
            "familyName": "Bâcle",
            "email": "amelie.bacle@gmail.com",
            "affiliation": {
                "@type": "Organization",
                "name": "Laboratoire Coopératif \"Lipotoxicity and Channelopathies - ConicMeds\", Université de Poitiers, F-86000 Poitiers, France"
            }
        },
        {
            "@type": "Person",
            "@id": "http://orcid.org/0000-0003-4177-3619",
            "givenName": "Pierre",
            "familyName": "Poulain",
            "email": "pierre.poulain@cupnet.net",
            "affiliation": {
                "@type": "Organization",
                "name": "Université de Paris, CNRS, Institut Jacques Monod, F-75006, Paris, France"
            }
        },
        {
            "@type": "Person",
            "@id": "http://orcid.org/0000-0001-7117-994X",
            "givenName": "Patrick",
            "familyName": "Fuchs",
            "email": "patrick.fuchs@univ-paris-diderot.fr",
            "affiliation": {
                "@type": "Organization",
                "name": "Sorbonne Université, Ecole Normale Supérieure, PSL Research University, CNRS, Laboratoire des Biomolécules (LBM), F-75005 Paris, France"
            }
        }
    ]
}
back to top