{"id":16911657,"url":"https://github.com/dpploy/chen-1070","last_synced_at":"2025-06-21T21:03:57.264Z","repository":{"id":96190568,"uuid":"166510635","full_name":"dpploy/chen-1070","owner":"dpploy","description":"Introduction to Chemical Engineering (UMass Lowell, Fall 2019); Profs. Manohar and de Almeida.","archived":false,"fork":false,"pushed_at":"2023-09-17T05:03:24.000Z","size":793,"stargazers_count":4,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-11T16:10:11.454Z","etag":null,"topics":["chemical-engineering","freshmen","jupyter-notebook","python-3","scipy"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dpploy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-01-19T05:40:18.000Z","updated_at":"2022-07-04T08:35:05.000Z","dependencies_parsed_at":"2025-02-19T16:35:03.538Z","dependency_job_id":"3606fbf2-3ec9-49e8-9da9-69cafb42533a","html_url":"https://github.com/dpploy/chen-1070","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/dpploy/chen-1070","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpploy%2Fchen-1070","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpploy%2Fchen-1070/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpploy%2Fchen-1070/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpploy%2Fchen-1070/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dpploy","download_url":"https://codeload.github.com/dpploy/chen-1070/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpploy%2Fchen-1070/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261193089,"owners_count":23122904,"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","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":["chemical-engineering","freshmen","jupyter-notebook","python-3","scipy"],"created_at":"2024-10-13T19:07:02.969Z","updated_at":"2025-06-21T21:03:52.245Z","avatar_url":"https://github.com/dpploy.png","language":"Jupyter Notebook","funding_links":[],"categories":["Courses"],"sub_categories":[],"readme":"# ChEn-1070 Introduction to Chemical Engineering\n[![Website](https://img.shields.io/website/https/github.com/dpploy/chen-1070?down_color=lightgrey\u0026down_message=offline\u0026up_color=blue\u0026up_message=online)](https://github.com/dpploy/chen-1070)\n[![Home](https://img.shields.io/github/repo-size/dpploy/chen-1070)](https://github.com/dpploy/chen-1070)\n[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/dpploy/chen-1070/master)\n[![NBViewer](https://github.com/jupyter/design/blob/master/logos/Badges/nbviewer_badge.svg)](https://nbviewer.jupyter.org/github/dpploy/chen-1070/tree/master/notebooks)\n\n   + [University of Massachusetts Lowell](https://www.uml.edu/), Fall 2019\n   + [Dept. of Chemical Engineering](https://www.uml.edu/Engineering/Chemical/)\n   + [Prof. Valmor F. de Almeida](https://www.uml.edu/Engineering/Chemical/faculty/de-Almeida-Valmor.aspx) (valmor_dealmeida@uml.edu)\n   + Prof. Sanjeev Manohar (sanjeev_manohar@uml.edu)\n   + T.A. Lohith Vamsi Mohan Reddy Annadevula (lohithvamsimohanreddy_annadevula@student.uml.edu)\n   \n\nThe goal of this course is to present to freshmen students of chemical engineering an interconnected set of concepts and their corresponding computational methods needed in the core undergraduate chemical engineering curriculum. In particular, concepts central to problem solving in the core areas of chemical reactor engineering and separations with applications in nuclear, biochemical, and materials engineering.\n\nFeedback and collaboration to improve this course are welcome through GitHub `pull requests` and `issues` or direct email to the faculty listed above.\n\nThis course uses Jupyter Notebooks in Python programming language. **The content can be accessed in\nthe following ways:**\n\n+ Static HTML version of the notebooks will be displayed on the current browser if a\nnotebook file listed in the code repository is clicked on. This will not allow for rendering mathematical formulae. Alternatively you can render the notebooks on [NBViewer](http://nbviewer.jupyter.org/) by clicking on the `render|nbviewer` badge above.\n+ Click on the `launch/binder` badge above to launch a Jupyter Notebook server for the\ncourse notebooks. There will be a delay for the Binder cloud server to build a\nPython (Anaconda) programming environment for you. However once it is done, it will\nstart a Jupyter Notebook server on your web browser with all notebooks listed. Upon\nclicking on individual notebook files, you will access the live course notebooks.\n+ Use the green `download` button above on the right upper side of the page and download a ZIP archive to your local machine. Unzip the archive. Then use your own Jupyter Notebook server to navigate to the directory created by the unzip operation and upload the notebook files. In this case the files will not be updated and you will need to return to the repository for getting new files or updated versions of previously downloaded files.\n\n\u003e *Later in the curriculum, students will take the required course [ChEn-3170](https://github.com/dpploy/chen-3170) \n\u003e which expands the content of the present course. Students will profit from looking ahead and comparing notes between \n\u003e the two courses.*\n\nThanks in advance for inputs to improve this course.\\\nRegards,\\\nSanjeev and Valmor.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdpploy%2Fchen-1070","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdpploy%2Fchen-1070","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdpploy%2Fchen-1070/lists"}