<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Projects on Josh M</title><link>https://joshm21.github.io/projects/</link><description>Recent content in Projects on Josh M</description><generator>Hugo</generator><language>en-us</language><atom:link href="https://joshm21.github.io/projects/index.xml" rel="self" type="application/rss+xml"/><item><title>Robotic Fixture Design</title><link>https://joshm21.github.io/projects/robotic-fixture-design/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://joshm21.github.io/projects/robotic-fixture-design/</guid><description>&lt;h2 id="see-it-in-action">See it in action&lt;/h2>
&lt;video width="100%" controls muted>
&lt;source src="https://joshm21.github.io/projects/robotic-fixture-design/robotic-fixture.mp4" type="video/mp4">
Your browser does not support the video tag.
&lt;/video>
&lt;h2 id="gallery-header" style="margin-top: 2rem;">Gallery&lt;/h2>
&lt;div id="project-carousel" class="splide" style="margin: 1rem 0; visibility: hidden;">
&lt;div class="splide__track">
&lt;ul class="splide__list">
&lt;li class="splide__slide" style="background-color: #f8f8f8; border-radius: 12px; position: relative; display: flex; align-items: center; justify-content: center;">
&lt;img src="https://joshm21.github.io/projects/robotic-fixture-design/1-fixture-plans-overview_hu_6e7b7f9115b66602.webp"
alt="1-fixture-plans-overview.png"
style="width: 100%; height: 500px; object-fit: contain;">
&lt;div class="carousel-caption" style="position: absolute; bottom: 0; width: 100%; background: rgba(0,0,0,0.6); color: white; padding: 10px; text-align: center; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; font-size: 0.9rem;">
1 Fixture Plans Overview.png
&lt;/div>
&lt;/li>
&lt;li class="splide__slide" style="background-color: #f8f8f8; border-radius: 12px; position: relative; display: flex; align-items: center; justify-content: center;">
&lt;img src="https://joshm21.github.io/projects/robotic-fixture-design/2-fixture-plan-detail_hu_b6d5aa83765cf146.webp"
alt="2-fixture-plan-detail.png"
style="width: 100%; height: 500px; object-fit: contain;">
&lt;div class="carousel-caption" style="position: absolute; bottom: 0; width: 100%; background: rgba(0,0,0,0.6); color: white; padding: 10px; text-align: center; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; font-size: 0.9rem;">
2 Fixture Plan Detail.png
&lt;/div>
&lt;/li>
&lt;li class="splide__slide" style="background-color: #f8f8f8; border-radius: 12px; position: relative; display: flex; align-items: center; justify-content: center;">
&lt;img src="https://joshm21.github.io/projects/robotic-fixture-design/3-plc-programming_hu_8dfbe8556c0395da.webp"
alt="3-plc-programming.png"
style="width: 100%; height: 500px; object-fit: contain;">
&lt;div class="carousel-caption" style="position: absolute; bottom: 0; width: 100%; background: rgba(0,0,0,0.6); color: white; padding: 10px; text-align: center; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; font-size: 0.9rem;">
3 Plc Programming.png
&lt;/div>
&lt;/li>
&lt;li class="splide__slide" style="background-color: #f8f8f8; border-radius: 12px; position: relative; display: flex; align-items: center; justify-content: center;">
&lt;img src="https://joshm21.github.io/projects/robotic-fixture-design/4-pneumatic-diagram_hu_8a26e77b7508c021.webp"
alt="4-pneumatic-diagram.png"
style="width: 100%; height: 500px; object-fit: contain;">
&lt;div class="carousel-caption" style="position: absolute; bottom: 0; width: 100%; background: rgba(0,0,0,0.6); color: white; padding: 10px; text-align: center; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; font-size: 0.9rem;">
4 Pneumatic Diagram.png
&lt;/div>
&lt;/li>
&lt;/ul>
&lt;/div>
&lt;/div>
&lt;script>
document.addEventListener('DOMContentLoaded', function () {
var splide = new Splide('#project-carousel', {
type : 'fade',
rewind : true,
autoplay : true,
interval : 4000,
pauseOnHover: true,
arrows : true,
pagination: true,
height : '500px',
});
splide.on('mounted', function() {
document.getElementById('project-carousel').style.visibility = 'visible';
});
splide.mount();
});
&lt;/script>
&lt;style>
.splide__arrow { background: rgba(0,0,0,0.5) !important; z-index: 2; }
.splide__arrow svg { fill: white !important; }
.splide__pagination { bottom: 3rem !important; }
.splide__pagination__page.is-active { background: #fff !important; }
.splide__list { height: 500px !important; }
&lt;/style>
&lt;h2 id="situation">Situation&lt;/h2>
&lt;ul>
&lt;li>&lt;strong>Problem:&lt;/strong> Manual clamping and welding processes were labor-intensive and physically demanding.&lt;/li>
&lt;li>&lt;strong>Goal:&lt;/strong> Automate the part-holding process to improve throughput and workplace safety.&lt;/li>
&lt;li>&lt;strong>Context:&lt;/strong> Operators were reporting frequent back injuries due to repetitive, awkward posturing during manual welding.&lt;/li>
&lt;/ul>
&lt;h2 id="task">Task&lt;/h2>
&lt;ul>
&lt;li>&lt;strong>Responsibility:&lt;/strong> Lead designer for the mechanical fixture and the control logic.&lt;/li>
&lt;li>&lt;strong>Constraints:&lt;/strong> Must integrate seamlessly with existing robot arms and fit within the current cell footprint.&lt;/li>
&lt;li>&lt;strong>Tech Stack:&lt;/strong> CAD software for modeling, PLC for sequencing, and pneumatic actuators.&lt;/li>
&lt;/ul>
&lt;h2 id="action">Action&lt;/h2>
&lt;ul>
&lt;li>&lt;strong>Design:&lt;/strong> Developed a custom &lt;strong>pneumatically actuated clamping fixture&lt;/strong> using CAD to ensure precision alignment.&lt;/li>
&lt;li>&lt;strong>Programming:&lt;/strong> Wrote &lt;strong>PLC logic&lt;/strong> to synchronize sensors, actuators, and robot arm movements for a seamless handshaking sequence.&lt;/li>
&lt;li>&lt;strong>Prototyping:&lt;/strong> Collaborated closely with the &lt;strong>tool and die shop&lt;/strong> to fabricate the hardware.&lt;/li>
&lt;li>&lt;strong>Iterating:&lt;/strong> Conducted stress testing and refined the clamping pressure and sensor positioning to eliminate part slippage.&lt;/li>
&lt;/ul>
&lt;h2 id="result">Result&lt;/h2>
&lt;ul>
&lt;li>&lt;strong>Efficiency:&lt;/strong> &lt;strong>Halved labor costs&lt;/strong> by transitioning from manual to automated operation.&lt;/li>
&lt;li>&lt;strong>Safety:&lt;/strong> Significantly &lt;strong>improved ergonomics&lt;/strong>, resulting in a measurable reduction in reported back injuries.&lt;/li>
&lt;/ul>
&lt;hr></description></item><item><title>School Behavior App</title><link>https://joshm21.github.io/projects/school-behavior-app/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://joshm21.github.io/projects/school-behavior-app/</guid><description>&lt;h2 id="situation">Situation&lt;/h2>
&lt;p>A school district needed a centralized way to track behavioral data for hundreds of students across multiple classrooms. Existing paper-based or disjointed systems made it difficult to identify long-term trends, manage reward &amp;ldquo;point&amp;rdquo; economies, or keep parents updated in real-time without significant manual effort from teachers.&lt;/p>
&lt;h2 id="task">Task&lt;/h2>
&lt;p>I was tasked with building a low-friction, high-impact web application that would:&lt;/p>
&lt;ul>
&lt;li>&lt;strong>Empower Teachers:&lt;/strong> Quick entry for positive/negative behavioral incidents.&lt;/li>
&lt;li>&lt;strong>Engage Students:&lt;/strong> A portal to view &amp;ldquo;merit points&amp;rdquo; and redeem them for school rewards.&lt;/li>
&lt;li>&lt;strong>Inform Parents:&lt;/strong> Automated, easy-to-read progress reports.&lt;/li>
&lt;li>&lt;strong>Equip Admins:&lt;/strong> High-level analytics to monitor trends per teacher or student over time.&lt;/li>
&lt;/ul>
&lt;h2 id="action">Action&lt;/h2>
&lt;p>I leveraged &lt;strong>Google Apps Script&lt;/strong> as a serverless backend to minimize deployment friction and technical overhead for the district:&lt;/p></description></item><item><title>Georgian Morphological Segmentation &amp; Visualization</title><link>https://joshm21.github.io/projects/georgian-verb-segmentation-visualization/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://joshm21.github.io/projects/georgian-verb-segmentation-visualization/</guid><description>&lt;h2 id="situation">Situation&lt;/h2>
&lt;p>Georgian verbs are famously complex, featuring a multi-slot morphological system where a single word form can encode subject, object, and version markers. Manually analyzing these forms is time-consuming, and standard text-based dictionaries fail to illustrate how individual morphemes shift across different grammatical categories.&lt;/p>
&lt;h2 id="task">Task&lt;/h2>
&lt;p>I was responsible for building a technical bridge between raw linguistic data and human-readable analysis:&lt;/p>
&lt;ul>
&lt;li>&lt;strong>ML Segmentation:&lt;/strong> Develop a model to automatically split verb forms into constituent parts (e.g., &lt;em>ga-v-aket-eb-di&lt;/em>).&lt;/li>
&lt;li>&lt;strong>Interactive Visualization:&lt;/strong> Build a web-based dashboard to align and compare these segments visually for researchers and students.&lt;/li>
&lt;/ul>
&lt;h2 id="action">Action&lt;/h2>
&lt;p>I approached this as a two-stage engineering problem:&lt;/p></description></item><item><title>Automated Invoicing Pipeline</title><link>https://joshm21.github.io/projects/automated-invoicing-pipeline/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://joshm21.github.io/projects/automated-invoicing-pipeline/</guid><description>&lt;h2 id="gallery-header" style="margin-top: 2rem;">Gallery&lt;/h2>
&lt;div id="project-carousel" class="splide" style="margin: 1rem 0; visibility: hidden;">
&lt;div class="splide__track">
&lt;ul class="splide__list">
&lt;li class="splide__slide" style="background-color: #f8f8f8; border-radius: 12px; position: relative; display: flex; align-items: center; justify-content: center;">
&lt;img src="https://joshm21.github.io/projects/automated-invoicing-pipeline/1-the-complex-vendor-form_hu_5ffb2367ad3c44f8.webp"
alt="1-the-complex-vendor-form.png"
style="width: 100%; height: 500px; object-fit: contain;">
&lt;div class="carousel-caption" style="position: absolute; bottom: 0; width: 100%; background: rgba(0,0,0,0.6); color: white; padding: 10px; text-align: center; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; font-size: 0.9rem;">
1 the Complex Vendor Form.png
&lt;/div>
&lt;/li>
&lt;li class="splide__slide" style="background-color: #f8f8f8; border-radius: 12px; position: relative; display: flex; align-items: center; justify-content: center;">
&lt;img src="https://joshm21.github.io/projects/automated-invoicing-pipeline/2-the-returned-vendor-data_hu_7ca95a19cf36c34f.webp"
alt="2-the-returned-vendor-data.png"
style="width: 100%; height: 500px; object-fit: contain;">
&lt;div class="carousel-caption" style="position: absolute; bottom: 0; width: 100%; background: rgba(0,0,0,0.6); color: white; padding: 10px; text-align: center; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; font-size: 0.9rem;">
2 the Returned Vendor Data.png
&lt;/div>
&lt;/li>
&lt;li class="splide__slide" style="background-color: #f8f8f8; border-radius: 12px; position: relative; display: flex; align-items: center; justify-content: center;">
&lt;img src="https://joshm21.github.io/projects/automated-invoicing-pipeline/3-results_hu_b84835ec28352462.webp"
alt="3-results.png"
style="width: 100%; height: 500px; object-fit: contain;">
&lt;div class="carousel-caption" style="position: absolute; bottom: 0; width: 100%; background: rgba(0,0,0,0.6); color: white; padding: 10px; text-align: center; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; font-size: 0.9rem;">
3 Results.png
&lt;/div>
&lt;/li>
&lt;/ul>
&lt;/div>
&lt;/div>
&lt;script>
document.addEventListener('DOMContentLoaded', function () {
var splide = new Splide('#project-carousel', {
type : 'fade',
rewind : true,
autoplay : true,
interval : 4000,
pauseOnHover: true,
arrows : true,
pagination: true,
height : '500px',
});
splide.on('mounted', function() {
document.getElementById('project-carousel').style.visibility = 'visible';
});
splide.mount();
});
&lt;/script>
&lt;style>
.splide__arrow { background: rgba(0,0,0,0.5) !important; z-index: 2; }
.splide__arrow svg { fill: white !important; }
.splide__pagination { bottom: 3rem !important; }
.splide__pagination__page.is-active { background: #fff !important; }
.splide__list { height: 500px !important; }
&lt;/style>
&lt;h2 id="situation">Situation&lt;/h2>
&lt;p>The client’s quoting process was stalled by a massive manual bottleneck involving:&lt;/p></description></item><item><title>Paintline Optimization</title><link>https://joshm21.github.io/projects/paintline-optimization/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://joshm21.github.io/projects/paintline-optimization/</guid><description>&lt;h2 id="situation">Situation&lt;/h2>
&lt;ul>
&lt;li>&lt;strong>Problem:&lt;/strong> Inefficient powder utilization and frequent, unoptimized color changes were driving up material costs and reducing throughput.&lt;/li>
&lt;li>&lt;strong>Goal:&lt;/strong> Increase powder transfer efficiency and streamline the scheduling of parts on the moving track.&lt;/li>
&lt;li>&lt;strong>Context:&lt;/strong> The system utilized spray guns to coat charged parts on metal hangers across a continuous conveyor line.&lt;/li>
&lt;/ul>
&lt;h2 id="task">Task&lt;/h2>
&lt;ul>
&lt;li>&lt;strong>Responsibility:&lt;/strong> Lead data collection, nozzle calibration, and the development of a digital scheduling solution.&lt;/li>
&lt;li>&lt;strong>Constraints:&lt;/strong> Must work within part batch deadlines and provide an accessible interface for floor managers.&lt;/li>
&lt;li>&lt;strong>Tech Stack:&lt;/strong> VBA (Excel-based tool), ultrasonic thickness gauges, and flow control sensors.&lt;/li>
&lt;/ul>
&lt;h2 id="action">Action&lt;/h2>
&lt;ul>
&lt;li>&lt;strong>Data Analysis:&lt;/strong> Audited paint thickness across various part geometries and colors to identify areas of over-application.&lt;/li>
&lt;li>&lt;strong>Process Tuning:&lt;/strong> Optimized &lt;strong>spray nozzle outputs&lt;/strong> to ensure uniform coverage, reducing wasted powder and &amp;ldquo;orange peel&amp;rdquo; defects.&lt;/li>
&lt;li>&lt;strong>Software Development:&lt;/strong> Built a &lt;strong>custom VBA tool&lt;/strong> that allowed managers to input part batches and constraints.&lt;/li>
&lt;li>&lt;strong>Optimization:&lt;/strong> Programmed the tool to minimize high-cost color changes and part-size transitions while meeting strict delivery timeframes.&lt;/li>
&lt;/ul>
&lt;h2 id="result">Result&lt;/h2>
&lt;ul>
&lt;li>&lt;strong>Financial Impact:&lt;/strong> Netting &lt;strong>$20,000+ in annual savings&lt;/strong> through reduced powder waste and improved labor efficiency.&lt;/li>
&lt;li>&lt;strong>Consistency:&lt;/strong> Achieved high-uniformity coating standards, reducing rework by stabilizing paint thickness.&lt;/li>
&lt;/ul></description></item><item><title>Drafting Automations</title><link>https://joshm21.github.io/projects/drafting-automations/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://joshm21.github.io/projects/drafting-automations/</guid><description>&lt;h2 id="gallery-header" style="margin-top: 2rem;">Gallery&lt;/h2>
&lt;div id="project-carousel" class="splide" style="margin: 1rem 0; visibility: hidden;">
&lt;div class="splide__track">
&lt;ul class="splide__list">
&lt;li class="splide__slide" style="background-color: #f8f8f8; border-radius: 12px; position: relative; display: flex; align-items: center; justify-content: center;">
&lt;img src="https://joshm21.github.io/projects/drafting-automations/1-wrote-code-to-automatically-mark-clear-points_hu_21b7b089818200bf.webp"
alt="1-wrote-code-to-automatically-mark-clear-points.png"
style="width: 100%; height: 500px; object-fit: contain;">
&lt;div class="carousel-caption" style="position: absolute; bottom: 0; width: 100%; background: rgba(0,0,0,0.6); color: white; padding: 10px; text-align: center; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; font-size: 0.9rem;">
1 Wrote Code to Automatically Mark Clear Points.png
&lt;/div>
&lt;/li>
&lt;li class="splide__slide" style="background-color: #f8f8f8; border-radius: 12px; position: relative; display: flex; align-items: center; justify-content: center;">
&lt;img src="https://joshm21.github.io/projects/drafting-automations/2-wrote-code-to-automatically-draw-where-underground-utilities-crossed-rail-alignment_hu_54dad54c7da4a07.webp"
alt="2-wrote-code-to-automatically-draw-where-underground-utilities-crossed-rail-alignment.png"
style="width: 100%; height: 500px; object-fit: contain;">
&lt;div class="carousel-caption" style="position: absolute; bottom: 0; width: 100%; background: rgba(0,0,0,0.6); color: white; padding: 10px; text-align: center; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; font-size: 0.9rem;">
2 Wrote Code to Automatically Draw Where Underground Utilities Crossed Rail Alignment.png
&lt;/div>
&lt;/li>
&lt;/ul>
&lt;/div>
&lt;/div>
&lt;script>
document.addEventListener('DOMContentLoaded', function () {
var splide = new Splide('#project-carousel', {
type : 'fade',
rewind : true,
autoplay : true,
interval : 4000,
pauseOnHover: true,
arrows : true,
pagination: true,
height : '500px',
});
splide.on('mounted', function() {
document.getElementById('project-carousel').style.visibility = 'visible';
});
splide.mount();
});
&lt;/script>
&lt;style>
.splide__arrow { background: rgba(0,0,0,0.5) !important; z-index: 2; }
.splide__arrow svg { fill: white !important; }
.splide__pagination { bottom: 3rem !important; }
.splide__pagination__page.is-active { background: #fff !important; }
.splide__list { height: 500px !important; }
&lt;/style>
&lt;h2 id="situation">Situation&lt;/h2>
&lt;ul>
&lt;li>&lt;strong>Problem:&lt;/strong> Manual drafting workflows for large-scale civil projects were prone to human error and consumed excessive billable hours.&lt;/li>
&lt;li>&lt;strong>Goal:&lt;/strong> Create a robust set of &amp;ldquo;one-click&amp;rdquo; tools to handle complex geometric exports and bulk text edits within the AutoCAD environment.&lt;/li>
&lt;li>&lt;strong>Context:&lt;/strong> Specialized tasks like railway turnout extraction and coordinate data exporting required custom logic not found in the standard Civil3D toolkit.&lt;/li>
&lt;/ul>
&lt;h2 id="task">Task&lt;/h2>
&lt;ul>
&lt;li>&lt;strong>Responsibility:&lt;/strong> Design, code, and document a collection of productivity scripts to be used by the wider drafting team.&lt;/li>
&lt;li>&lt;strong>Constraints:&lt;/strong> Tools had to be compatible with legacy AutoCAD versions and support external data formats (CSV/TXT) for seamless integration with field surveys.&lt;/li>
&lt;li>&lt;strong>Tech Stack:&lt;/strong> AutoLISP for core CAD manipulation and VBA/Instructions for data management.&lt;/li>
&lt;/ul>
&lt;h2 id="action">Action&lt;/h2>
&lt;ul>
&lt;li>&lt;strong>Data Automation:&lt;/strong> Developed scripts to &lt;strong>automatically draw and export point data&lt;/strong>, eliminating manual entry and ensuring coordinate accuracy between the model and field files.&lt;/li>
&lt;li>&lt;strong>Geometric Specialized Tools:&lt;/strong> Built a custom &lt;strong>Turnout Data Export&lt;/strong> utility to handle specialized rail geometry calculations and reporting.&lt;/li>
&lt;li>&lt;strong>Bulk Processing:&lt;/strong> Created an &lt;strong>Incremental Text Replacement&lt;/strong> tool to automate sequential labeling and systematic text updates across entire drawing sets.&lt;/li>
&lt;li>&lt;strong>Documentation:&lt;/strong> Authored comprehensive &lt;strong>Work Instructions&lt;/strong> for each utility to ensure consistent application and reduce the learning curve for new users.&lt;/li>
&lt;/ul>
&lt;h2 id="result">Result&lt;/h2>
&lt;ul>
&lt;li>&lt;strong>Speed:&lt;/strong> Reduced data extraction and export times by approximately 80% compared to manual methods.&lt;/li>
&lt;li>&lt;strong>Accuracy:&lt;/strong> Eliminated transcription errors by automating the flow of data from the drawing space to external utility reports.&lt;/li>
&lt;li>&lt;strong>Scalability:&lt;/strong> The tools allowed the team to handle significantly larger datasets without increasing the drafting headcount.&lt;/li>
&lt;/ul></description></item><item><title>Biomass Gasification Research</title><link>https://joshm21.github.io/projects/biomass-gasification-research/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://joshm21.github.io/projects/biomass-gasification-research/</guid><description>&lt;h2 id="situation">Situation&lt;/h2>
&lt;ul>
&lt;li>&lt;strong>The Problem:&lt;/strong> Biomass and municipal solid waste (MSW) are underutilized energy sources due to high tar production and low conversion efficiency.&lt;/li>
&lt;li>&lt;strong>The Goal:&lt;/strong> Optimize a &lt;strong>75 KWth bubbling fluidized bed (BFB)&lt;/strong> gasifier to handle diverse feedstocks (industrial/agricultural waste).&lt;/li>
&lt;li>&lt;strong>Environment:&lt;/strong> Research conducted in the on-site bay using a system funded by a &lt;strong>$60,000 NSF EPSCoR grant&lt;/strong>.&lt;/li>
&lt;/ul>
&lt;h2 id="task">Task&lt;/h2>
&lt;ul>
&lt;li>&lt;strong>Design:&lt;/strong> Integrate a biogas burner into the existing gasification infrastructure.&lt;/li>
&lt;li>&lt;strong>Analyze:&lt;/strong> Evaluate how feedstock variation and reactor hydrodynamics impact &lt;strong>cold-gas efficiency&lt;/strong>.&lt;/li>
&lt;li>&lt;strong>Maintain:&lt;/strong> Ensure project continuity through rigorous data documentation for faculty and future researchers.&lt;/li>
&lt;/ul>
&lt;h2 id="action">Action&lt;/h2>
&lt;ul>
&lt;li>&lt;strong>Hardware Engineering:&lt;/strong> * Designed and installed improvements to a &lt;strong>biogas burner&lt;/strong> as part of a collaborative engineering team.&lt;/li>
&lt;li>&lt;strong>Experimental Testing:&lt;/strong> * Conducted &lt;strong>parametric experiments&lt;/strong> focusing on temperature, bed composition, and fluidization hydrodynamics while analyzing &lt;strong>gas chromatography&lt;/strong>.&lt;/li>
&lt;li>&lt;strong>Data-Driven Optimization:&lt;/strong> * Identified correlations between feed system configurations and &lt;strong>tar production&lt;/strong> levels.&lt;/li>
&lt;li>&lt;strong>Knowledge Management:&lt;/strong> * Drafted technical reports and findings for the &lt;strong>Engineering Department Chair&lt;/strong>.&lt;/li>
&lt;/ul>
&lt;h2 id="result">Result&lt;/h2>
&lt;ul>
&lt;li>&lt;strong>Efficiency Gains:&lt;/strong> Identified specific operating parameters that maximized cold-gas efficiency while minimizing tar.&lt;/li>
&lt;li>&lt;strong>System Capability:&lt;/strong> Successfully upgraded the research platform with a functional burner for synthesis gas combustion.&lt;/li>
&lt;li>&lt;strong>Academic Impact:&lt;/strong> Created a foundational dataset and documentation library used by subsequent student research teams.&lt;/li>
&lt;/ul></description></item></channel></rss>