https://github.com/echemdb/website
Tools for building the echemdb website.
https://github.com/echemdb/website
database electrochemistry website-template
Last synced: 7 months ago
JSON representation
Tools for building the echemdb website.
- Host: GitHub
- URL: https://github.com/echemdb/website
- Owner: echemdb
- License: gpl-3.0
- Created: 2021-05-04T14:54:28.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-24T23:22:28.000Z (almost 2 years ago)
- Last Synced: 2024-04-25T01:42:02.000Z (over 1 year ago)
- Topics: database, electrochemistry, website-template
- Language: Python
- Homepage: https://www.echemdb.org
- Size: 12 MB
- Stars: 3
- Watchers: 2
- Forks: 8
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This project builds a website from the [eletrochemistry-data
repository](https://github.com/echemdb/electrochemistry-data) which contains
high quality experimental and theoretical data on electrochemical systems. The
standardized and validated data displayed on the [projects
website](https://www.echemdb.org/cv) so far is from the community and
publications aiming at fullfilling the [FAIR
principles](https://www.go-fair.org/fair-principles/).
The repository can be browsed on [our
websites](https://www.echemdb.org/) or explored with a [Python
API](https://github.com/echemdb/unitpackage).
# For developers
Install [pixi](https://pixi.sh) and clone this repository
```sh
git clone git@github.com:echemdb/website.git
```
To preview the website run
```sh
cd website
pixi run preview
```
If you make changes to the code test the modules with
```sh
pixi run doctest
pixi run lint
```
# License
The contents of this repository are licensed under the [GNU General Public
License v3.0](./LICENSE) or, at your option, any later version. The contents
of [data/](./data/) and [literature/](./literature/) are additionally licensed
under the [Creative Commons Attribution 4.0 International
License](https://creativecommons.org/licenses/by/4.0/).