The aim of the KinOpt project is to use kinetics data to perform isoconversional analysis and model optimization.
A documentation of the KinOpt module is available at KinOpt Documentation
The first step is to obtain experimental kinetic data (e.g. from FTIR, DSC or rheological experiments). These data should be stored as text or csv files containing four columns arranged in the following order:
- Time (in seconds)
- Temperature (in Kelvin)
- Reaction speed (in s-1)
- Extent of reaction (no unit)
This project uses Python, so please make sure you installed it and that the version is superior or equal to 3.9.
To install this module, simply download the project in a zip file and extract it.
Once you’ve downloaded the project, you can install the required python modules from PyPI with pip or with conda.
Open a command prompt in the KinOpt folder and execute:
python -m pip install -r requirements.txtTutorials are available on Youtube to show you how to install and use the software:
Youtube Tutorials for KinOpt (Make sure you installed VSCode to follow the tutorials)
To start the graphical interface:
- Open a command prompt in the ‘src’ folder
- Run the “main.py” script using python.
>> python3 main.pyCopyright (c) 2024, Alan Tabore. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
-
Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
-
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
-
Neither the name of Alan Tabore nor the names of any contributors may be used to endorse or promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
We would like to express our gratitude to the following individuals, organizations, and projects for their contributions and support to this project:
- NumPy and SciPy teams for their invaluable libraries that power scientific computing in Python.
- Matplotlib developers for providing an extensive plotting library for Python.
- PyQt5 developers for their powerful cross-platform GUI toolkit.
- tqdm developers for their handy progress bar utility.
- Python Software Foundation for maintaining the Python programming language and its rich standard library.
We are grateful to the open-source community for their continuous contributions, bug reports, and feedback, which help improve this project over time.