{"id":21715163,"url":"https://github.com/chicolucio/reversiblefirstorder","last_synced_at":"2026-04-29T23:31:22.018Z","repository":{"id":99055565,"uuid":"305412669","full_name":"chicolucio/ReversibleFirstOrder","owner":"chicolucio","description":"Plots for reversible first order reactions","archived":false,"fork":false,"pushed_at":"2022-09-27T22:29:42.000Z","size":3186,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-25T17:41:24.618Z","etag":null,"topics":["chemistry","interactive-visualizations","kinetics","physical-chemistry","python","science"],"latest_commit_sha":null,"homepage":"","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/chicolucio.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}},"created_at":"2020-10-19T14:31:16.000Z","updated_at":"2022-09-27T17:53:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"2971f638-5bb9-4825-8990-3f249e8ca134","html_url":"https://github.com/chicolucio/ReversibleFirstOrder","commit_stats":{"total_commits":17,"total_committers":1,"mean_commits":17.0,"dds":0.0,"last_synced_commit":"6c5256b7e5263c7674f523e186225ce8bf8b4b1b"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chicolucio%2FReversibleFirstOrder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chicolucio%2FReversibleFirstOrder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chicolucio%2FReversibleFirstOrder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chicolucio%2FReversibleFirstOrder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chicolucio","download_url":"https://codeload.github.com/chicolucio/ReversibleFirstOrder/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244676454,"owners_count":20491828,"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":["chemistry","interactive-visualizations","kinetics","physical-chemistry","python","science"],"created_at":"2024-11-26T00:41:28.350Z","updated_at":"2026-04-29T23:31:21.978Z","avatar_url":"https://github.com/chicolucio.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Reversible reactions of the first order\n\n![reversible_gif](reversible_interactive.gif)\n\nInteractive web app:\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://reversiblefirstorder.streamlitapp.com/\" target=\"_blank\"\u003e\n\u003cimg src=\"https://img.shields.io/badge/-Streamlit%20app-FF4B4B?style=for-the-badge\u0026logo=Streamlit\u0026logoColor=white\" alt=\"streamlit app badge\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\nA simple project to plot Concentration vs Time or Reaction quotient vs Time plots for reversible first order reactions. Interactive plots can also be made following [tutorial](tutorial.ipynb) instructions. An interactive Colab notebook can also be used \u003ca href=\"https://colab.research.google.com/github/chicolucio/ReversibleFirstOrder/blob/main/colab/interactive_colab.ipynb\" target=\"_blank\"\u003e\n  \u003cimg src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/\u003e\n\u003c/a\u003e\n\n # Installation and usage\n\n1. clone the repo\n2. create a virtual environment\n3. activate the virtual environment\n4. install dependencies with [`requirements.txt`](requirements.txt)\n5. use the code and/or run a local Streamlit app\n\n```bash\ngit clone git@github.com:chicolucio/ReversibleFirstOrder.git\ncd ReversibleFirstOrder\npython -m venv .venv\nsource .venv/bin/activate\npip install -r requirements.txt\nstreamlit run Home.py\n```\n\nThese are the Python packages under the hood:\n\n![Matplotlib](https://img.shields.io/badge/Matplotlib-3670A0.svg?style=plastic\u0026logo=\u0026logoColor=white)\n![NumPy](https://img.shields.io/badge/NumPy-%23013243.svg?style=plastic\u0026logo=numpy\u0026logoColor=white)\n![Streamlit](https://img.shields.io/badge/Streamlit-FF4B4B.svg?style=plastic\u0026logo=streamlit\u0026logoColor=white)\n\n\nSee the [tutorial](tutorial.ipynb) \u003ca href=\"https://colab.research.google.com/github/chicolucio/ReversibleFirstOrder/blob/main/colab/tutorial_colab.ipynb\" target=\"_blank\"\u003e\n  \u003cimg src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/\u003e\n\u003c/a\u003e\nto know how to customize the plot and how to animate it like the gif at the top\nof this readme.\n\nInteractive web app hosted on Streamlit Cloud:\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://reversiblefirstorder.streamlitapp.com/\" target=\"_blank\"\u003e\n\u003cimg src=\"https://img.shields.io/badge/-Streamlit%20app-FF4B4B?style=for-the-badge\u0026logo=Streamlit\u0026logoColor=white\" alt=\"streamlit app badge\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n# Contributing\n\nAll contributions are welcome.\n\n**Issues**\n\nFeel free to submit issues regarding:\n\n- recommendations\n- more examples for the tutorial\n- enhancement requests and new useful features\n- code bugs\n\n**Pull requests**\n\n- before starting to work on your pull request, please submit an issue first\n- fork the repo\n- clone the project to your own machine\n- commit changes to your own branch\n- push your work back up to your fork\n- submit a pull request so that your changes can be reviewed\n\n# License\n\nMIT, see [LICENSE](LICENSE)\n\n# Citing\n\nIf you use this project in a scientific publication or in classes, please consider citing as\n\nF. L. S. Bustamante, Reversible reactions of the first order, 2020 - Available at: https://github.com/chicolucio/ReversibleFirstOrder\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchicolucio%2Freversiblefirstorder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchicolucio%2Freversiblefirstorder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchicolucio%2Freversiblefirstorder/lists"}