Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/echemdb/rawtofigure
https://github.com/echemdb/rawtofigure
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/echemdb/rawtofigure
- Owner: echemdb
- License: other
- Created: 2023-09-18T18:34:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-22T18:30:45.000Z (7 months ago)
- Last Synced: 2024-05-22T19:43:46.914Z (7 months ago)
- Language: TeX
- Homepage: https://echemdb.github.io/rawtofigure/intro.html
- Size: 4.32 MB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RawToFigure
Raw to figure describes echemdb's approaches towards research data management (RDM).
## Contribute
If you want to modify rawtofigure's content itself, get a copy of the latest
unreleased version of this repository:```sh
git clone https://github.com/echemdb/rawtofigure.git
```Go to the directory and install the dependencies with
```sh
cd rawtofigure
conda env create --file environment.yaml
conda activate rawtofigure
```To build the page locally, run
```sh
jb build rtfbook/
```The generated files are located in `rtfbook/_build/html` and can be browsed
by simply opening the generated files or via:```sh
python -m http.server 8880 -b localhost --directory rtfbook/_build/html
```Then open http://localhost:8880/ with your browser.