<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Postdoc | Academic</title><link>https://mqsresearch.netlify.app/tag/postdoc/</link><atom:link href="https://mqsresearch.netlify.app/tag/postdoc/index.xml" rel="self" type="application/rss+xml"/><description>Postdoc</description><generator>Wowchemy (https://wowchemy.com)</generator><language>en-us</language><lastBuildDate>Wed, 01 Dec 2021 00:00:00 +0000</lastBuildDate><image><url>https://mqsresearch.netlify.app/media/icon_hu0b7a4cb9992c9ac0e91bd28ffd38dd00_9727_512x512_fill_lanczos_center_3.png</url><title>Postdoc</title><link>https://mqsresearch.netlify.app/tag/postdoc/</link></image><item><title>Footwear Predictive Model</title><link>https://mqsresearch.netlify.app/project/predictive-model/</link><pubDate>Wed, 01 Dec 2021 00:00:00 +0000</pubDate><guid>https://mqsresearch.netlify.app/project/predictive-model/</guid><description>&lt;p>Note: The work in this study was submitted for peer-review to the Footwear Science journal, while preliminary data were presented at the 15th biennial Footwear Biomechanics Symposium. Since the work is still under review, results will not be presented - however preliminary data can be viewed in the &amp;ldquo;Can We Predict Cushioning Perception from the Mechanical Properties of Shoes?&amp;rdquo; slides in the &amp;ldquo;Featured Conference Presentations&amp;rdquo; section. Code used in this project can be found under the &amp;ldquo;Footwear-Predictive-Model&amp;rdquo; repo on my GitHub.&lt;/p>
&lt;p>Overview: Footwear companies often conduct research to investigate how running biomechanics or comfort are affected by the mechanical properties of the shoe. However, little research has been done on how runner satisfaction, or how well the shoe is perceived, is influenced by footwear mechanical properties. Therefore, we sought to build a model that could predict runner satisfaction from mechanical properties, which would be a useful tool for footwear companies. Data in this study were from a database compiled across multiple studies in the Brooks Running Research Lab in which subjects ran in shoes on a treadmill and then answered questions related to how well they enjoyed the shoe. The database contained information on 87 subjects, mechanical testing data on 61 unique shoes, and satisfaction ratings from 615 subject-shoe pairings. Satisfaction in a shoes was defined in 3 ways: degree-of-satisfaction on 7-point Likert scale, overall satisfaction on a 3-point Likert scale, and willingness-to-purchase the shoe (yes/no response). Overall satisfaction was derived from the 7-point Likert scale by collapsing all dissatisfied scores (1-3) into a single score and all satisfied scores (5-7) into a single score. Random forest and elastic net logistic regression models were built using each definition of satisfaction as the outcome variable, for a total of 6 models. Predictors used for the models were the mechanical properites measured for each shoe, in addition to subject age, gender, and body mass. For each model, an 80/20 split was used on the data to obtain training and validation sets in order to build the models and then test accuracy, defined by no-information rate (proportion of data belonging to the largest class). All analyses were performed in R, with models built using the &amp;lsquo;caret&amp;rsquo; package.&lt;/p></description></item><item><title>Data Management &amp; Exploratory Analysis</title><link>https://mqsresearch.netlify.app/project/misc-data/</link><pubDate>Thu, 30 Sep 2021 00:00:00 +0000</pubDate><guid>https://mqsresearch.netlify.app/project/misc-data/</guid><description>&lt;p>Note: The code for these projects can be found in the &amp;ldquo;misc-data&amp;rdquo; repository on my GitHub. While these projects don&amp;rsquo;t belong to any particular research study, they are responsible for helping me develop my skills in working with large datasets.&lt;/p>
&lt;p>Project 1: This project utilized the same dataset as the predictive model study. Here, we sought to determine if types of runners can be identified from running biomechanics using a linear discriminant analysis in R. Types of runners were defined by the industry partner and were based on running goals and/or volume of running performed. Biomechanical data came from studies in which subjects ran on a force-instrumented treadmill in a modified sock liner.&lt;/p>
&lt;p>Project 2: This project involved the creation of a new data table from 3 existing datasets. The first dataset was an Excel file with data combined across multiple prototype shoe-testing studies. Examples of information contained in row were: shoe tested, study name (usually the name of a prototype shoe follow by its generation and iteration), season &amp;amp; year (e.g. Fall 2020), subject name, subject characteristics (body mass, height, age), mechanical properties of shoe tested, subject perception of shoe tested, and other survey data. The second dataset was a set of folders that contained MATLAB files. File names were constructed so that embedded within each were the study name, season &amp;amp; year, and subject initials. Each file contained biomechanical data across multiple shoes for one subject for a single study. The third dataset was an Excel file that had more biomechanical data, but for a control condition in each study. Each row contained the following information: subject initials, study name, season &amp;amp; year, and the biomechanical data. I was responsible for merging all 3 datasets into a master Excel file. I wrote code in MATLAB to do the following (more detail can be found in the code):&lt;/p>
&lt;ol>
&lt;li>Locate first dataset and load it into MATLAB.&lt;/li>
&lt;li>Create a few new columns from existing columns. Combine “prototype name” and “prototype generation” into a single column. Pull first letter from “first name” and “last name” columns to create subject initials. Combine “season” and “year” into a single column.&lt;/li>
&lt;li>Loop through the folders containing the MATLAB files of biomechanical data. From the file names, extract the following: prototype shoe name + generation, prototype iteration, season + year, and subject initials.&lt;/li>
&lt;li>Load in the data and pull out names of shoes tested and their associated biomechanical variables of interest. This created a table containing information from Step 3 and biomechanical data.&lt;/li>
&lt;li>Due to irregularities and typos, quite a few names of tested shoes and prototype shoes had to be corrected from the MATLAB file. This was achieved by looping through all shoe names and seeing if they existed in a master list of shoe names from the first dataset. If they did not, then the incorrect name was replaced by the correct name by either selecting it from the master list or manually entering the name.&lt;/li>
&lt;li>A combined table was then created by merging the first dataset and the table of biomechanical data using tested shoe name, subject initials, prototype shoe name + generation, and season + year.&lt;/li>
&lt;li>More code was then written to combine the above table with the third dataset, once again using tested shoe name, subject initials, prototype shoe name + generation, and season + year.&lt;/li>
&lt;/ol>
&lt;p>Project 3: The overall goal of this project was to use GPS watch data to answer research questions for our industry partner. GPS watch data was collected from 1000+ runners over several as they went on their routine runs, and when they completed challenges set forth by the company – for a total of 150,000+ unique runs. Due to the timing of project with the end of my postdoctoral fellowship, I was only able to complete an exploratory data analysis regarding running patterns. To do this, I also needed to consolidate data across multiple datasets within a SQLite database. Unless noted, most work was done in Python using Jupyter Notebooks. Some functions I performed during my EDA:&lt;/p>
&lt;ol>
&lt;li>Used Python and SQLite3 to create CSV files from each table within a SQLite database so the data could be used in R, Excel, or Python – performed in Spyder.&lt;/li>
&lt;li>Created custom functions to: parse out times of day for use in histograms, parse out runner IDs from strings, and define runner groups from answers to a survey question.&lt;/li>
&lt;li>Merged data from datasets using unique identifiers, such as runner ID and task/challenge ID.&lt;/li>
&lt;li>Created histograms to check frequency of runs.&lt;/li>
&lt;li>Created histograms to visually check for outliers or nonsense data (e.g. value of 0 when 0 is not possible) in variables of interest – cleaned data when necessary.&lt;/li>
&lt;li>Ran simple linear regressions to test for relationships using variables of interest. Subsequently generated histograms of Pearson correlation coefficients, using average and 95% confidence intervals to confirm presence of relationships.&lt;/li>
&lt;li>Derived a categorical variable from a continuous variable, and which was used to run ANOVAs with Tukey post-hoc tests.&lt;/li>
&lt;li>Using R - run linear mixed models to determine if specific running metrics are influenced by time of day for a run&lt;/li>
&lt;li>Using R - run linear discriminant analysis to determine if types of runners can be identified from running metrics&lt;/li>
&lt;li>Using R - use principal components analysis to see if sub-groups can be distinguished within a given type of runner&lt;/li>
&lt;/ol></description></item><item><title>Prototype Footwear Testing</title><link>https://mqsresearch.netlify.app/project/prototype-footwear/</link><pubDate>Sun, 01 Aug 2021 00:00:00 +0000</pubDate><guid>https://mqsresearch.netlify.app/project/prototype-footwear/</guid><description>&lt;p>Note: Details omitted due to classified nature of studies&lt;/p>
&lt;p>Overview: In this set of studies, 4-6 sets of prototype shoes were given to us by an industry partner to test for differences in running biomechanics, and to evaluate runner feedback. In each study, runners were outfitted in a set of retroreflective markers for motion capture and asked to run on a force-instrumented treadmill. For each shoe, runners ran on the treadmill for a set amount of time at a set 8 pace, and then answered survey questions regarding the shoes. Motion capture and force plate data were used to analyze running biomechanics, while survey data were used to quantify runner perception of the shoes.&lt;/p></description></item><item><title>Injuries in Trail Running</title><link>https://mqsresearch.netlify.app/project/trail-injury/</link><pubDate>Thu, 01 Jul 2021 00:00:00 +0000</pubDate><guid>https://mqsresearch.netlify.app/project/trail-injury/</guid><description>&lt;p>Note: This work was submitted for peer-review to the Journal of Sport and Health Science, so data will not be presented.&lt;/p>
&lt;p>Overview: The purpose of this study was to quantify injuries related to trail running, as well as the type of footwear used during trail running. A survey was distributed to 1000+ runners with questions regading injuries sustained during trail running, types of trails used during running, types of terrains of said trails, and footwear preference during running. Chi-square tests were used to determine differences in injury frequency, as well as footwear preference. Multiple marginal indepedence tests describe any associations between injuries and trail/terrain type. All statistical analyses were run in R.&lt;/p></description></item></channel></rss>