Principles of steel deoxidation and desulfurization with pedagogic intents.
Course contents can be accessed here.
- Fundamentals of steel deoxidation
- Fundamentals of steel desulfurization
- Extreme value statistics for microstructural characterization
Coming soon...
Coming soon...
- Fundamentos de desoxidación de aceros
- Fundamentos de desulfuración de aceros
- Estadística de valores extremos para caracterización microestructural
To run the notebooks you need an install of the Python programming language.
To setup the environment in a reproducible way, first create a local environment by running in command line:
# Install the `virtualenv` package
pip install virtualenv
# Create a local virtual environment
python -m virtualenv venv
# Activate the environment
./venv/Scripts/activate
# Install the project requirements
pip install -r requirements.txt
Then simply launch jupyter-notebook
from a terminal and you should be ready to
work in your browser.
For those willing to work within VSCode, you can install extensions Python
and
Jupyter
(both from Microsoft).
The Python files above are written with the percent %%
format allowing for
execution as notebooks.
Implemented with Jupyter Book. To build the project run the following from this directory:
# Convert documents to MyST markdown format (JupyterBook requirement).
jupytext --to myst src/*/*.py
# Generate HTML.
jupyter-book build --all --builder=html src/
# Generate PDF.
jupyter-book build --all --builder=pdflatex src/
Relevant documentation:
For citing this work, please consider this bibliographic entry.