Skip to content

Principles of steel deoxidation and desulfurization with pedagotic intents

License

Notifications You must be signed in to change notification settings

eicastroc/steelDeoxDesulf101

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

steelDeoxDesulf101

Principles of steel deoxidation and desulfurization with pedagogic intents.

Course contents can be accessed here.

Contents

English

  1. Fundamentals of steel deoxidation
  2. Fundamentals of steel desulfurization
  3. Extreme value statistics for microstructural characterization

French

Coming soon...

Portuguese

Coming soon...

Spanish

  1. Fundamentos de desoxidación de aceros
  2. Fundamentos de desulfuración de aceros
  3. Estadística de valores extremos para caracterización microestructural

Usage

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.

Creating book

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:

Citing

For citing this work, please consider this bibliographic entry.

About

Principles of steel deoxidation and desulfurization with pedagotic intents

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published