https://github.com/aiidateam/aiida-resource-registry

Resource registry for easy setup computer and code

https://github.com/aiidateam/aiida-resource-registry

Science Score: 26.0%

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

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.3%) to scientific vocabulary

Keywords from Contributors

aiida materials-science nodetree provenance-tracking
Last synced: 11 months ago · JSON representation

Repository

Resource registry for easy setup computer and code

Basic Info
  • Host: GitHub
  • Owner: aiidateam
  • Language: Python
  • Default Branch: main
  • Size: 95.7 KB
Statistics
  • Stars: 4
  • Watchers: 2
  • Forks: 7
  • Open Issues: 13
  • Releases: 0
Created almost 3 years ago · Last pushed 11 months ago
Metadata Files
Readme

README.md

AiiDA resource registry

THIS IS WORK IN PROGRESS - PULL REQUESTS & SUGGESTIONS HIGHLY WELCOME

This repository collects configurations of compute resources and code for quick and easy setup in AiiDA.

The registry computers and codes database are released as JSON files on: https://aiidateam.github.io/aiida-resource-registry/

Using the AiiDA resource registry

In the following, we'll take the example of Piz Daint, an HPC system at the Swiss National Supercomputing Centre.

On AiiDAlab with resource setup widget

The easiest way to set up a computer and code is to use the resource setup widget in AiiDAlab.

  1. Open the AiiDAlab sidebar
  2. Click on the "Resource setup" button
  3. Select the computer and code you would like to set up

Contributing to this repository

We highly appreciate help in keeping the configurations up to date and adding new simulation codes & computers.

  1. Fork this repository
  2. Add your computer/code
  3. Create a Pull Request

In order to test if your configuration and file/folder structure is correct, you can generate the JSON files locally:

bash pip install -r gh_page/requirements.txt python gh_page/generate_json.py

Owner

  • Name: AiiDA team
  • Login: aiidateam
  • Kind: organization

The development team of AiiDA

GitHub Events

Total
  • Issues event: 3
  • Watch event: 2
  • Member event: 1
  • Push event: 10
  • Pull request review event: 1
  • Pull request event: 6
  • Fork event: 1
Last Year
  • Issues event: 3
  • Watch event: 2
  • Member event: 1
  • Push event: 10
  • Pull request review event: 1
  • Pull request event: 6
  • Fork event: 1

Committers

Last synced: 12 months ago

All Time
  • Total Commits: 41
  • Total Committers: 6
  • Avg Commits per committer: 6.833
  • Development Distribution Score (DDS): 0.415
Past Year
  • Commits: 3
  • Committers: 1
  • Avg Commits per committer: 3.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Jusong Yu j****u@g****m 24
Miki Bonacci 4****i 5
Aliaksandr Yakutovich y****a@g****m 5
Xing Wang x****1@g****m 4
Marnik Bercx m****x@g****m 2
Carlo Pignedoli c****i@g****m 1

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 11
  • Total pull requests: 23
  • Average time to close issues: 2 days
  • Average time to close pull requests: about 16 hours
  • Total issue authors: 3
  • Total pull request authors: 9
  • Average comments per issue: 0.55
  • Average comments per pull request: 0.61
  • Merged pull requests: 19
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 2
  • Pull requests: 7
  • Average time to close issues: less than a minute
  • Average time to close pull requests: 2 days
  • Issue authors: 1
  • Pull request authors: 3
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.29
  • Merged pull requests: 4
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • unkcpz (9)
  • mikibonacci (2)
  • yakutovicha (1)
Pull Request Authors
  • mikibonacci (9)
  • yakutovicha (8)
  • unkcpz (3)
  • superstar54 (3)
  • LucR31 (2)
  • AndresOrtegaGuerrero (2)
  • cpignedoli (2)
  • mbercx (2)
  • GeigerJ2 (1)
Top Labels
Issue Labels
bug (1)
Pull Request Labels

Dependencies

.github/workflows/ci-validate.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
.github/workflows/deploy.yml actions
  • JamesIves/github-pages-deploy-action v4 composite
  • actions/checkout v3 composite
  • actions/setup-python v3 composite
gh_page/requirements.txt pypi
  • jsonschema *
  • pyyaml *