https://github.com/aiidateam/aiida-tutorials

AiiDA tutorials web site

https://github.com/aiidateam/aiida-tutorials

Science Score: 23.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
  • DOI references
  • Academic publication links
  • Committers with academic emails
    9 of 33 committers (27.3%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (14.4%) to scientific vocabulary

Keywords from Contributors

aiida computational-science data-provenance provenance scheduler ssh workflow-engine workflows quantum-espresso materials-science
Last synced: 11 months ago · JSON representation

Repository

AiiDA tutorials web site

Basic Info
Statistics
  • Stars: 24
  • Watchers: 5
  • Forks: 37
  • Open Issues: 68
  • Releases: 0
Created about 8 years ago · Last pushed almost 2 years ago
Metadata Files
Readme

README.md

Documentation Status

AiiDA tutorials

The official place to find materials from AiiDA tutorial events, interactive demos and videos.

Visit http://aiida-tutorials.readthedocs.org

Contributing

We highly welcome contributions of

  • links to new tutorial materials
  • corrections of existing tutorial materials

If you would like to contribute a fix or a link to a new tutorial resource, please:

  • Fork this repository
  • Make your changes
  • Submit a pull request

If you have a question, feel free to just open an issue.

Building the web site locally

Prerequisites

  • python 3.12 or greater

Build instructions

```bash git clone https://github.com/aiidateam/aiida-tutorials.git cd aiida-tutorials pip install -r requirements.txt pre-commit install # enable pre-commit hooks (optional) cd docs/ make

open build/html/index.html

```

Note that make will run with the nitpick option, treating warnings as errors. If you are updating the documentation and warnings are expected, run make html instead. This does not use the nitpick exception and will ensure that the documentation compiles despite the warnings.

Writing and testing interactive content

When writing tutorial content that demonstrates interaction with AiiDA, it may be desirable to write and test this in a reproducible environment. In the root of this project, the docker-compose.yml provides one way to achieve this, by configuring and starting up a Docker container (naturally this requires you to have installed Docker). The container initialises an AiiDA environment, exposes ports for you to access locally, and mounts the ./docs/pages/ inside the container.

To change what python packages are installed, alter .docker/aiida-environment.yml. Also, if you place an AiiDA archive at ./docs/pages/archive.aiida, this will be imported on startup.

To start the container and wait for it to initialise:

console $ docker-compose up -d --build $ docker exec aiida-core wait-for-services

To enter the container:

console $ docker exec -it --user aiida aiida-core /bin/bash

To run a verdi command:

console $ docker exec -it --user aiida aiida-core /bin/bash -c 'verdi shell'

To start a notebook server that you can access locally:

console $ docker exec -it --user aiida aiida-core /bin/bash -c "jupyter notebook --port=8888 --ip=0.0.0.0 --no-browser"

Then open http://localhost:8888/?token=... in your browser.

To start the REST API:

console $ docker exec -it --user aiida aiida-core /bin/bash -c "verdi restapi --port 5000 --hostname=0.0.0.0"

Then open http://127.0.0.1:5000/api/v4 in your browser. (TODO this currentl gives error: 172.21.0.1 - - [05/Jul/2020 05:35:45] "GET /api/v4 HTTP/1.1" 404 -)

Once finished, shut down the container (NOTE, this will reset the aiida database):

console $ docker-compose down

Acknowledgements

This work is supported by the MARVEL National Centre for Competency in Research funded by the Swiss National Science Foundation, as well as by the MaX European Centre of Excellence funded by the Horizon 2020 EINFRA-5 program, Grant No. 676598.

MARVEL MaX

Owner

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

The development team of AiiDA

GitHub Events

Total
  • Watch event: 1
Last Year
  • Watch event: 1

Committers

Last synced: over 1 year ago

All Time
  • Total Commits: 510
  • Total Committers: 33
  • Avg Commits per committer: 15.455
  • Development Distribution Score (DDS): 0.714
Past Year
  • Commits: 4
  • Committers: 3
  • Avg Commits per committer: 1.333
  • Development Distribution Score (DDS): 0.5
Top Committers
Name Email Commits
Leopold Talirz l****z@g****m 146
Marnik Bercx m****x@g****m 109
Giovanni Pizzi g****i@e****h 42
Sebastiaan Huber m****l@s****t 37
Casper Welzel Andersen c****n@e****h 26
marrazzo a****o@e****h 22
Francisco Ramirez r****f 16
Atsushi Togo a****o@g****m 14
Aliaksandr Yakutovich y****a@g****m 14
Chris Sewell c****l@h****m 13
danieleongari d****i@g****m 9
Carl Simon Adorf c****f@u****u 9
Junfeng Qiao q****g@o****m 8
Jusong Yu j****u@g****m 8
Marco Borelli b****m 5
Flaviano José dos Santos f****s@l****m 5
Oscar David Arbeláez E o****e@g****m 4
d-tomerini 4****i 3
kei0822kei m****u@g****m 3
Ali Khosravi k****i@g****m 2
Xing Wang x****1@g****m 2
Oscar David Arbeláez o****z@e****h 2
Alexander Goscinski a****i@p****e 1
anoop chandran s****y@g****m 1
Snehal Kumbhar s****r@e****h 1
DanielMarchand D****d@g****m 1
Espen e****l@o****o 1
JRSuckert J****t 1
Julian Geiger j****r@p****h 1
Kristjan Eimre e****k 1
and 3 more...
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: over 1 year ago

All Time
  • Total issues: 88
  • Total pull requests: 111
  • Average time to close issues: 4 months
  • Average time to close pull requests: 14 days
  • Total issue authors: 20
  • Total pull request authors: 19
  • Average comments per issue: 2.32
  • Average comments per pull request: 1.37
  • Merged pull requests: 96
  • Bot issues: 0
  • Bot pull requests: 10
Past Year
  • Issues: 2
  • Pull requests: 3
  • Average time to close issues: N/A
  • Average time to close pull requests: about 17 hours
  • Issue authors: 1
  • Pull request authors: 2
  • Average comments per issue: 0.0
  • Average comments per pull request: 1.0
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • ltalirz (17)
  • yakutovicha (15)
  • mbercx (14)
  • sphuber (8)
  • giovannipizzi (8)
  • ramirezfranciscof (4)
  • Clarkszw (4)
  • odarbelaeze (4)
  • agoscinski (2)
  • unkcpz (2)
  • danieleongari (1)
  • csadorf (1)
  • bastonero (1)
  • nitishg91 (1)
  • superstar54 (1)
Pull Request Authors
  • ltalirz (26)
  • mbercx (22)
  • sphuber (16)
  • dependabot[bot] (10)
  • odarbelaeze (6)
  • giovannipizzi (5)
  • unkcpz (5)
  • khsrali (4)
  • d-tomerini (4)
  • agoscinski (4)
  • borellim (3)
  • GeigerJ2 (2)
  • flavianojs (2)
  • superstar54 (2)
  • ramirezfranciscof (2)
Top Labels
Issue Labels
type/improve (11) priority/mission-critical (9) section/fundamentals (6) priority/important (6) type/new (6) priority/nice-to-have (6) section/running-calculations (5) section/all (5) type/final-checks (3) section/data (3) type/bug (2) type/tech (1) section/plugins (1) section/workflows (1) type/maintain (1) priority/on-hold (1)
Pull Request Labels
dependencies (10)

Dependencies

.github/workflows/ci.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
  • pre-commit/action v2.0.0 composite
.docker/Dockerfile docker
  • aiidateam/aiida-core stable build
docker-compose.yml docker
  • aiidateam/aiida-core-nb stable
requirements.txt pypi
  • Sphinx *
  • jinja2 *
  • myst-nb ==0.16.0
  • sphinx-book-theme *
  • sphinx-copybutton *
  • sphinx-panels *
  • sphinx-tabs *