Data-driven Statistical modeling project on three Spectroscopy datasets, FTIR, NMR, and GPC to develop a quantitative polymer structure-performance relationship -- Juliana Nam and Suhas Cristy Mathey
📌 1. Project Introduction
The goal of this project is to create a computational workflow that takes in input analytical characterization data, for various materials of interest to Dow Chemical, and generates a quantitative polymer structure-performance relationship. The raw data provided by Dow Chemical included three forms of analytical characterization data obtained from NMR, FTIR, and GPC experiments for 12 material samples.
🗒️ 2. Contents
- Project Deliverables folders contain all the code written in Jupyter notebook, for three Spectroscopy datasets, FTIR, NMR, and GPC. This folder also contains the documentation for the code and our reasons for choosing a particular method
- Each subfolder in Project Deliverables folder contains three subfolders each corresponding to FTIR, NMR, and GPC with its own dataset as .csv file and two jupyter notebooks in each folder one for Naive and the other for Dynamic Binning
- Plots folder contains plots obtained from three spectroscopy analyses.
- Used find_peaks function from Scipy signal, python signal processing library to identify peaks in the samples.
📊 3. Observations