pre-notebooks
Notebooks for Polymer Reaction Engineering lectures.
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (16.8%) to scientific vocabulary
Keywords
Repository
Notebooks for Polymer Reaction Engineering lectures.
Basic Info
- Host: GitHub
- Owner: HugoMVale
- License: mit
- Language: Jupyter Notebook
- Default Branch: main
- Homepage: https://hugomvale.github.io/PRE-Notebooks/
- Size: 35.9 MB
Statistics
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
Polymer Reaction Engineering Notebooks
This GitHub repository contains Jupyter notebooks that illustrate various aspects of polymerization reactions, along with the mathematical and computational methods used to model and analyze them. These resources are suitable for both self-learning and classroom instruction.
You can learn to do cool things like the example below! 🚀
Topics
The notebooks cover the following topics:
- [x] Population Balances
- [x] Monte Carlo Methods
- [x] Radical Polymerization
- [x] Living Polymerization
- [x] Step-Growth Polymerization
- [x] Copolymerization
- [x] Parameter Estimation
- [x] Devolatilization
Getting Started
To open the notebooks in book format, just click here.
To run the notebooks, you can use one of three methods:
Google Colab — You can open the notebooks directly from the source code repository by selecting File -> Open notebook -> GitHub -> URL", and entering the following repository name:
HugoMVale/PRE-Notebooks. This method requires a Google account but is likely the easiest for beginners.Binder — Binder also allows you to open the notebooks directly from the repository. However, you will need to wait for the container to be built. While suitable for beginners, this method requires a bit more patience, and the build process can occasionally fail, requiring a relaunch.
Local environment — Alternatively, you can clone or download this repository to your local machine. This method requires a local Python (>=3.10) installation as well as the packages listed in
requirements.txt. Assuming you're running Windows and havegitinstalled, follow these steps:
sh
git clone https://github.com/HugoMVale/PRE-Notebooks.git
cd PRE-Notebooks
python -m venv .venv
.\.venv\Scripts\Activate.ps1
pip install -r requirements.txt
Contribution
Contributions and improvements to these notebooks are welcome. If you have any suggestions, corrections, or additional materials that could enhance the learning experience, please consider submitting a pull request.
License
This project is provided under the very permissive MIT License.
We hope these notebooks provide a valuable resource for your journey into the world of (de)polymerization reaction modeling. Happy learning!
Owner
- Login: HugoMVale
- Kind: user
- Repositories: 5
- Profile: https://github.com/HugoMVale
Citation (CITATION.cff)
cff-version: 1.2.0
title: PRE-Notebooks
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Hugo
family-names: Vale
name-particle: M.
orcid: "https://orcid.org/0000-0003-1869-7355"
repository-code: "https://github.com/HugoMVale/PRE-Notebooks"
license: MIT
GitHub Events
Total
- Watch event: 6
- Push event: 82
Last Year
- Watch event: 6
- Push event: 82