This project builds a website from the eletrochemistry-data repository which contains high quality experimental and theoretical data on electrochemical systems. The standardized and validated data displayed on the projects website so far is from the community and publications aiming at fullfilling the FAIR principles.
The repository can be browsed on our websites or explored with a Python API.
Install pixi and clone this repository
git clone [email protected]:echemdb/website.git
To preview the website run
cd website
pixi run preview
If you make changes to the code test the modules with
pixi run doctest
pixi run lint
The contents of this repository are licensed under the GNU General Public License v3.0 or, at your option, any later version. The contents of data/ and literature/ are additionally licensed under the Creative Commons Attribution 4.0 International License.