Compare commits

..

No commits in common. "74d96f9247085c5b26165d50bab341a2ba451465" and "7134204b39b3bf1b7ee07db2803d23be3fd2f102" have entirely different histories.

4 changed files with 23 additions and 30 deletions

View File

@ -1,5 +1 @@
# prior build approach pandoc -s -c css/markdown.css paul_trowbridge.md -o pt.html
#pandoc -s -c css/markdown.css paul_trowbridge.md -o pt.html
# current build approach
pandoc paul_trowbridge.md -o pt.html --css styles.css --standalone

View File

@ -1,6 +1,4 @@
--- # Paul Trowbridge
title: Paul Trowbridge
---
Finance & Pricing Leader | Strategic Costing | Data & Analytics Finance & Pricing Leader | Strategic Costing | Data & Analytics
@ -8,7 +6,7 @@ Finance & Pricing Leader | Strategic Costing | Data & Analytics
## Professional Summary ## Professional Summary
I build financial models of the business — integrated structures that connect pricing, cost, and operational drivers to financial outcomes across the P&L. My work gives executives and business unit leaders a clear line of sight between their decisions and results. Over 15 years in manufacturing, I've built this infrastructure from scratch at every level: pricing functions, cost environments, consolidation frameworks, and analytics platforms that became the primary financial data source for the organizations I served. Results-driven finance professional with 15+ years of experience spanning cost accounting, pricing strategy, and financial planning & analysis. Proven track record of driving revenue growth through disciplined pricing — including 65% price-based revenue growth over three years — while building financial infrastructure from the ground up. Combines deep ERP and database expertise (SQL, Python, PowerBI) with strong business acumen to deliver insights that directly influence executive decisions.
--- ---
@ -89,6 +87,12 @@ I build financial models of the business — integrated structures that connect
--- ---
## Infrastructure & Tools ## Technical Skills
SQL is the primary development language across this work — approximately 100,000 lines written spanning analytics, reporting, PowerBI data feeds, and live operational pricing software. Databases are administered directly: PostgreSQL deployed on Linux with a custom-built ETL pipeline; SQL Server on Windows; Db2, SQL Server, and PostgreSQL kept in sync as a unified sales data backend. PowerBI reporting built end-to-end, including all underlying data models. Additional tools include VBA for Excel extensibility and R for price modeling analysis. ERP experience spans SAP and Epicor CMS in manufacturing environments. **Languages & Tools:** SQL, Python, R, JavaScript, VBA — data feed integration, UI development, macro libraries, custom formulas
**Data Platforms:** Microsoft SQL Server, PostgreSQL, Oracle, Db2, PowerBI, JupyterLab
**ERP Systems:** SAP, Epicor CMS
**Core Competencies:** Pricing Strategy, FP&A, Cost Accounting, Financial Consolidation, Forecasting & Budgeting, MRP, Transfer Pricing

15
pt.html
View File

@ -4,7 +4,7 @@
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="generator" content="pandoc" /> <meta name="generator" content="pandoc" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<title>Paul Trowbridge</title> <title>paul_trowbridge</title>
<style> <style>
code{white-space: pre-wrap;} code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;} span.smallcaps{font-variant: small-caps;}
@ -16,13 +16,11 @@
<link rel="stylesheet" href="styles.css" /> <link rel="stylesheet" href="styles.css" />
</head> </head>
<body> <body>
<header id="title-block-header"> <h1 id="paul-trowbridge">Paul Trowbridge</h1>
<h1 class="title">Paul Trowbridge</h1>
</header>
<p>Finance &amp; Pricing Leader | Strategic Costing | Data &amp; Analytics</p> <p>Finance &amp; Pricing Leader | Strategic Costing | Data &amp; Analytics</p>
<hr /> <hr />
<h2 id="professional-summary">Professional Summary</h2> <h2 id="professional-summary">Professional Summary</h2>
<p>I build financial models of the business — integrated structures that connect pricing, cost, and operational drivers to financial outcomes across the P&amp;L. My work gives executives and business unit leaders a clear line of sight between their decisions and results. Over 15 years in manufacturing, Ive built this infrastructure from scratch at every level: pricing functions, cost environments, consolidation frameworks, and analytics platforms that became the primary financial data source for the organizations I served.</p> <p>Results-driven finance professional with 15+ years of experience spanning cost accounting, pricing strategy, and financial planning &amp; analysis. Proven track record of driving revenue growth through disciplined pricing — including 65% price-based revenue growth over three years — while building financial infrastructure from the ground up. Combines deep ERP and database expertise (SQL, Python, PowerBI) with strong business acumen to deliver insights that directly influence executive decisions.</p>
<hr /> <hr />
<h2 id="professional-experience">Professional Experience</h2> <h2 id="professional-experience">Professional Experience</h2>
<h3 id="growscape">Growscape</h3> <h3 id="growscape">Growscape</h3>
@ -91,7 +89,10 @@
<h2 id="education">Education</h2> <h2 id="education">Education</h2>
<p><strong>Bachelor of Science in Accounting</strong> — The University of Akron, 2006</p> <p><strong>Bachelor of Science in Accounting</strong> — The University of Akron, 2006</p>
<hr /> <hr />
<h2 id="infrastructure-tools">Infrastructure &amp; Tools</h2> <h2 id="technical-skills">Technical Skills</h2>
<p>SQL is the primary development language across this work — approximately 100,000 lines written spanning analytics, reporting, PowerBI data feeds, and live operational pricing software. Databases are administered directly: PostgreSQL deployed on Linux with a custom-built ETL pipeline; SQL Server on Windows; Db2, SQL Server, and PostgreSQL kept in sync as a unified sales data backend. PowerBI reporting built end-to-end, including all underlying data models. Additional tools include VBA for Excel extensibility and R for price modeling analysis. ERP experience spans SAP and Epicor CMS in manufacturing environments.</p> <p><strong>Languages &amp; Tools:</strong> SQL, Python, R, JavaScript, VBA — data feed integration, UI development, macro libraries, custom formulas</p>
<p><strong>Data Platforms:</strong> Microsoft SQL Server, PostgreSQL, Oracle, Db2, PowerBI, JupyterLab</p>
<p><strong>ERP Systems:</strong> SAP, Epicor CMS</p>
<p><strong>Core Competencies:</strong> Pricing Strategy, FP&amp;A, Cost Accounting, Financial Consolidation, Forecasting &amp; Budgeting, MRP, Transfer Pricing</p>
</body> </body>
</html> </html>

View File

@ -152,26 +152,18 @@ code {
@media print { @media print {
body { body {
margin: 0; margin: 0;
padding: 16px 36px; padding: 20px 36px;
font-size: 12.5px; font-size: 13px;
line-height: 1.5;
max-width: 100%; max-width: 100%;
} }
h1 { font-size: 1.8em; } h1 { font-size: 2em; }
h2 { font-size: 0.72em; margin-top: 20px; margin-bottom: 10px; } h2 { font-size: 0.72em; }
h3 { margin-top: 14px; }
ul { margin: 4px 0 8px 0; }
ul li { margin-bottom: 3px; }
hr { margin: 10px 0 16px; }
/* Avoid breaking roles across pages */ /* Avoid breaking roles across pages */
h4 { page-break-after: avoid; } h4 { page-break-after: avoid; }
ul { page-break-inside: avoid; } ul { page-break-inside: avoid; }
h3 { page-break-after: avoid; } h3 { page-break-after: avoid; }
p + ul { page-break-before: avoid; }
} }
/* --- Responsive (mobile) --- */ /* --- Responsive (mobile) --- */