diff --git a/examples/example1.py b/examples/example1.py index 73666d9..e0d14d6 100644 --- a/examples/example1.py +++ b/examples/example1.py @@ -14,6 +14,7 @@ # %% [markdown] # # Example 1. System with two processes, two parameters, one material. +# *ODYM example by Stefan Pauliuk, adapted for sodym* # # A simple MFA system with one material, a time horizon of 30 years [1980-2010], two processes, and a time-dependent parameter is analysed. # diff --git a/examples/example2.py b/examples/example2.py index 65dd24f..ac24df4 100644 --- a/examples/example2.py +++ b/examples/example2.py @@ -14,6 +14,7 @@ # %% [markdown] # # Example 2. Alloying elements in recycling. +# *ODYM example by Stefan Pauliuk, adapted for sodym* # # A recycling system with two end-of-life (EoL) products, two scrap types, one secondary material, and several types of losses are studied. Three chemical elements are considered: iron, copper, and manganese. A time horizon of 30 years [1980-2010], five processes, and time-dependent parameters are analysed. The processes have element-specific yield factors, meaning that the loss rates depend on the chemical element considered. These values are given below. # diff --git a/examples/example3.py b/examples/example3.py index a1e7988..186d277 100644 --- a/examples/example3.py +++ b/examples/example3.py @@ -14,6 +14,7 @@ # %% [markdown] # # Example 3. Dynamic Stock modelling +# *ODYM example by Stefan Pauliuk, adapted for sodym* # # sodym defines the class DynamicStockModel for handling the inflow-driven and stock driven model of in-use stocks, see methods section 3 of the [uni-freiburg industrial ecology course](http://www.teaching.industrialecology.uni-freiburg.de/). In this notebook, we show how the dynamic stock model is used in the sodym framework. Other methods of the dynamic_stock_modelling class can be used in a similar way. # diff --git a/examples/example5.py b/examples/example5.py index dc8cb09..6168e13 100644 --- a/examples/example5.py +++ b/examples/example5.py @@ -14,6 +14,7 @@ # %% [markdown] # # Example 5. Estimating the material content of the global vehicle fleet +# *ODYM example by Stefan Pauliuk, adapted for sodym* # # This example shows a fully-fledged MFA system, designed to estimate the material composition of the global passenger vehicle fleet in 2017, covering 130 countries, 25 age-cohorts, and 25 materials. #