| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <title>Work History</title>
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <link rel="stylesheet" href="//yegor256.github.io/tacit/tacit.min.css">
- <!-- favicon -->
- <link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png?v=3">
- <link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png?v=3">
- <link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png?v=3">
- <link rel="manifest" href="/favicon/site.webmanifest?v=3">
- <link rel="mask-icon" href="/favicon/safari-pinned-tab.svg?v=3" color="#ffb300">
- <link rel="shortcut icon" href="/favicon/favicon.ico?v=3">
- <meta name="msapplication-TileColor" content="#00aba9">
- <meta name="msapplication-config" content="/favicon/browserconfig.xml?v=3">
- <meta name="theme-color" content="#ffffff">
- <!-- https://realfavicongenerator.net/favicon_result?file_id=p1i11gpomc1kc09h71jmnr19kp6 -->
- </head>
- <body>
- <header> </header>
- <section>
- <article>
- <!--
- title: Work History
- -->
- <p>TODO: Use a <a href="http://quasar-framework.org/components/timeline.html">Quasar Timeline</a> widget?</p>
- <h1 id="ata-engineering-inc" class="deep-link"><a href="#ata-engineering-inc">ATA Engineering, Inc.</a></h1>
- <p>San Diego, CA.<br>
- Mar 29 - Sept 17, 2010 and Mar 30 - Sept 18, 2009</p>
- <p>How I benefited ATA:</p>
- <ul>
- <li>Built finite element models, ran analyses, and post-processed results.
- <ul>
- <li><strong>Created clear presentations</strong> for customers explaining the results.</li>
- </ul>
- </li>
- <li>Communicated closely with the sales team to determine and meet their needs.
- <ul>
- <li>Created an application to track software sales</li>
- </ul>
- </li>
- <li>During down time, wrote new web-based tools to run on ATA’s intranet:
- <ul>
- <li>An analysis server webpage that <strong>saved engineers time</strong>.</li>
- <li>A WYSIWYG floor plan editor that made maintaining online floor plans <strong>easy for HR</strong>.</li>
- </ul>
- </li>
- <li>Upgraded, customized and <strong>enhanced</strong> ATA's software issue-reporting website and timesheet application.</li>
- </ul>
- <h1 id="uc-simulation-center-with-procter--gamble" class="deep-link"><a href="#uc-simulation-center-with-procter--gamble">UC Simulation Center with Procter & Gamble.</a></h1>
- <p>Cincinnati, OH.<br>
- Mar 29 - Sept 17, 2011</p>
- <p>How I benefited P&G:</p>
- <ul>
- <li>Ported 15,000 lines of undocumented C++ code from 32-bit Windows to 64-bit Linux.
- <ul>
- <li>This <strong>reduced simulation time</strong> and <strong>simplified the simulation process</strong> by allowing the entire process run on their Linux cluster.</li>
- <li><strong>Documented the code</strong>, uncovering the equations and assumptions used by the model that was previously a black box.</li>
- </ul>
- </li>
- <li>Wrote a proof-of-concept tool to import geometry from a proprietary design program into the simulation.
- <ul>
- <li>Laid the foundation for tighter collaboration between P&G designers and simulators.</li>
- </ul>
- </li>
- </ul>
- <h1 id="drexel-university" class="deep-link"><a href="#drexel-university">Drexel University</a></h1>
- <p>TODO</p>
- <h1 id="mobile-ad-monitor" class="deep-link"><a href="#mobile-ad-monitor">Mobile Ad Monitor</a></h1>
- <p>TODO</p>
- <h1 id="swordfish-web-solutions" class="deep-link"><a href="#swordfish-web-solutions">Swordfish Web Solutions</a></h1>
- <p>TODO</p>
- </article>
- </section>
- <footer> </footer>
- </body>
- </html>
|