Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/echemdb/rawtofigure


https://github.com/echemdb/rawtofigure

Last synced: about 2 months ago
JSON representation

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.