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

The primary website for AiiDA

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

Science Score: 36.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
    2 of 13 committers (15.4%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.9%) to scientific vocabulary

Keywords from Contributors

aiida materials-science nodetree provenance-tracking materials-informatics click pallets density-functional-theory physics solid-state-physics
Last synced: 10 months ago · JSON representation

Repository

The primary website for AiiDA

Basic Info
  • Host: GitHub
  • Owner: aiidateam
  • License: mit
  • Language: Python
  • Default Branch: main
  • Homepage: https://aiida.net
  • Size: 33.4 MB
Statistics
  • Stars: 2
  • Watchers: 0
  • Forks: 9
  • Open Issues: 8
  • Releases: 0
Created about 4 years ago · Last pushed 10 months ago
Metadata Files
Readme License

README.md

aiida-website

The primary website for AiiDA.

How to add a post

Clone this repository and create a new branch.

Then, either run python create_post.py -h or follow the steps manually:

  1. Create a Markdown file in docs/news/posts, named by the date and keyword.
  2. Add the ablog topmatter to the page
  3. Write in MyST Markdown
  4. If the post announces or reports on an event, then update the docs/events.yaml file.

Finally, create a PR to this repository.

Tips

The top-matter category should be one of the following:

  • News: To announce a general news
  • Events: To announce an event
  • Reports: To report on an event
  • Release: To announce a new release
  • Blog: A blog post

You can use the update directive to note an update to an existing post.

Use the subfigure directive, to arrange multiple images in a figure.

Building the documentation locally

Install and run tox to install a local virtual environment and build the documentation, or directly install requirements.txt and run: sphinx-build -nW --keep-going -b html docs/ docs/_build/html.

To check HTML links, run tox -e linkcheck or sphinx-build -b linkcheck docs/ docs/_build/linkcheck.

TODO

  • Feedback forms (contact us, Join us)
  • Decide on set of post categories/tags
  • Upstream to ablog
    • Empty postlist placeholder
    • image number for topmatter
    • event date
    • fix blog_post_pattern?
    • config for "All Posts"

Owner

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

The development team of AiiDA

GitHub Events

Total
  • Create event: 15
  • Issues event: 3
  • Watch event: 1
  • Delete event: 15
  • Issue comment event: 19
  • Push event: 128
  • Gollum event: 1
  • Pull request event: 44
  • Pull request review comment event: 117
  • Pull request review event: 90
  • Fork event: 1
Last Year
  • Create event: 15
  • Issues event: 3
  • Watch event: 1
  • Delete event: 15
  • Issue comment event: 19
  • Push event: 128
  • Gollum event: 1
  • Pull request event: 44
  • Pull request review comment event: 117
  • Pull request review event: 90
  • Fork event: 1

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 105
  • Total Committers: 13
  • Avg Commits per committer: 8.077
  • Development Distribution Score (DDS): 0.648
Past Year
  • Commits: 36
  • Committers: 11
  • Avg Commits per committer: 3.273
  • Development Distribution Score (DDS): 0.75
Top Committers
Name Email Commits
Chris Sewell c****l@h****m 37
Sebastiaan Huber m****l@s****t 20
Julian Geiger j****r@p****h 9
Giovanni Pizzi g****i@e****h 7
Ali Khosravi k****i@g****m 5
pre-commit-ci[bot] 6****] 5
Marnik Bercx m****x@g****m 4
Edan Bainglass 4****s 4
Alexander Goscinski a****i@p****e 4
Jusong Yu j****u@g****m 3
Kristjan Eimre k****e@g****m 3
Xing Wang x****1@g****m 2
Francisco Ramirez r****f 2
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 8
  • Total pull requests: 119
  • Average time to close issues: about 2 months
  • Average time to close pull requests: 16 days
  • Total issue authors: 7
  • Total pull request authors: 13
  • Average comments per issue: 1.0
  • Average comments per pull request: 0.83
  • Merged pull requests: 105
  • Bot issues: 0
  • Bot pull requests: 6
Past Year
  • Issues: 2
  • Pull requests: 49
  • Average time to close issues: N/A
  • Average time to close pull requests: 5 days
  • Issue authors: 2
  • Pull request authors: 10
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.73
  • Merged pull requests: 43
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • chrisjsewell (2)
  • khsrali (1)
  • sphuber (1)
  • AquibKhann (1)
  • GeigerJ2 (1)
  • SharanRP (1)
  • mbercx (1)
Pull Request Authors
  • chrisjsewell (26)
  • GeigerJ2 (20)
  • sphuber (18)
  • khsrali (12)
  • agoscinski (9)
  • edan-bainglass (8)
  • pre-commit-ci[bot] (6)
  • giovannipizzi (4)
  • unkcpz (4)
  • superstar54 (4)
  • mbercx (4)
  • ramirezfranciscof (2)
  • eimrek (2)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

.github/workflows/ci.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
requirements.txt pypi
  • ablog *
  • myst-parser *
  • pydata-sphinx-theme ==0.12.0rc1
  • sphinx-design *
  • sphinx-notfound-page *
  • sphinx-timeline *
  • sphinx_subfigure *