{"id":32578326,"url":"https://github.com/hugomvale/pre-notebooks","last_synced_at":"2025-10-29T14:56:20.101Z","repository":{"id":203383070,"uuid":"708177224","full_name":"HugoMVale/PRE-Notebooks","owner":"HugoMVale","description":"Notebooks for Polymer Reaction Engineering lectures.","archived":false,"fork":false,"pushed_at":"2025-05-02T15:35:20.000Z","size":40435,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-05T00:42:01.656Z","etag":null,"topics":["engineering","kinetics","lectures","polymer","reaction"],"latest_commit_sha":null,"homepage":"https://hugomvale.github.io/PRE-Notebooks/","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HugoMVale.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-10-21T18:51:41.000Z","updated_at":"2025-05-02T15:35:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"fd44c4e4-1c7e-49ce-9f1a-af251356ba1a","html_url":"https://github.com/HugoMVale/PRE-Notebooks","commit_stats":null,"previous_names":["hugomvale/stuttgard-2023","hugomvale/stuttgart-2023","hugomvale/stuttgart-pre-lectures","hugomvale/pre-notebooks","hugomvale/pre-modeling-lectures"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/HugoMVale/PRE-Notebooks","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HugoMVale%2FPRE-Notebooks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HugoMVale%2FPRE-Notebooks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HugoMVale%2FPRE-Notebooks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HugoMVale%2FPRE-Notebooks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HugoMVale","download_url":"https://codeload.github.com/HugoMVale/PRE-Notebooks/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HugoMVale%2FPRE-Notebooks/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281642036,"owners_count":26536358,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-29T02:00:06.901Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["engineering","kinetics","lectures","polymer","reaction"],"created_at":"2025-10-29T14:56:13.436Z","updated_at":"2025-10-29T14:56:20.080Z","avatar_url":"https://github.com/HugoMVale.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Polymer Reaction Engineering Notebooks\n\n[![Jupyter Book Badge](https://jupyterbook.org/badge.svg)](https://hugomvale.github.io/PRE-Notebooks)\n![Python 3.10](https://img.shields.io/badge/python-3.10-blue.svg)\n\nThis 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.\n\nYou can learn to do cool things like the example below! 🚀\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"notebooks/13/animation-PLP-SEC-10-pulses.gif\" width=\"600\" alt=\"Randsom scission\"\u003e\n\u003c/p\u003e\n\n## Topics\n\nThe notebooks cover the following topics:\n\n* [x] Population Balances\n* [x] Monte Carlo Methods\n* [x] Radical Polymerization\n* [x] Living Polymerization\n* [x] Step-Growth Polymerization\n* [x] Copolymerization\n* [x] Parameter Estimation\n* [x] Devolatilization\n\n## Getting Started\n\nTo open the notebooks in book format, just click [here](https://hugomvale.github.io/PRE-Notebooks).\n\nTo run the notebooks, you can use one of three methods:\n\n* **[Google Colab](https://colab.research.google.com/)** — You can open the notebooks directly from the source code repository by selecting _File -\u003e Open notebook -\u003e GitHub -\u003e URL\"_, and entering the following repository name: `HugoMVale/PRE-Notebooks`. This method requires a Google account but is likely the easiest for beginners.\n\n* **[Binder](https://mybinder.org/v2/gh/HugoMVale/PRE-Notebooks/HEAD?labpath=notebooks)** — 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.\n\n* **Local environment** — Alternatively, you can clone or download this repository to your local machine. This method requires a local Python (\u003e=3.10) installation as well as the packages listed\nin [`requirements.txt`](requirements.txt). Assuming you're running Windows and have `git` installed, follow these steps:\n\n  ```sh\n  git clone https://github.com/HugoMVale/PRE-Notebooks.git\n  cd PRE-Notebooks\n  python -m venv .venv\n  .\\.venv\\Scripts\\Activate.ps1\n  pip install -r requirements.txt\n  ```\n\n## Contribution\n\nContributions and improvements to these notebooks are welcome. If you have any suggestions, corrections, or additional materials that could enhance the learning experience,\nplease consider submitting a pull request.\n\n## License\n\nThis project is provided under the very permissive [MIT License](LICENSE).\n\nWe hope these notebooks provide a valuable resource for your journey into the world of (de)polymerization reaction modeling. Happy learning!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhugomvale%2Fpre-notebooks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhugomvale%2Fpre-notebooks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhugomvale%2Fpre-notebooks/lists"}