work-history.html 3.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Work History</title>
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <link rel="stylesheet" href="//yegor256.github.io/tacit/tacit.min.css">
  8. <!-- favicon -->
  9. <link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png?v=3">
  10. <link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png?v=3">
  11. <link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png?v=3">
  12. <link rel="manifest" href="/favicon/site.webmanifest?v=3">
  13. <link rel="mask-icon" href="/favicon/safari-pinned-tab.svg?v=3" color="#ffb300">
  14. <link rel="shortcut icon" href="/favicon/favicon.ico?v=3">
  15. <meta name="msapplication-TileColor" content="#00aba9">
  16. <meta name="msapplication-config" content="/favicon/browserconfig.xml?v=3">
  17. <meta name="theme-color" content="#ffffff">
  18. <!-- https://realfavicongenerator.net/favicon_result?file_id=p1i11gpomc1kc09h71jmnr19kp6 -->
  19. </head>
  20. <body>
  21. <header>&#xA0;</header>
  22. <section>
  23. <article>
  24. <!--
  25. title: Work History
  26. -->
  27. <p>TODO: Use a <a href="http://quasar-framework.org/components/timeline.html">Quasar Timeline</a> widget?</p>
  28. <h1 id="ata-engineering-inc" class="deep-link"><a href="#ata-engineering-inc">ATA Engineering, Inc.</a></h1>
  29. <p>San Diego, CA.<br>
  30. Mar 29 - Sept 17, 2010 and Mar 30 - Sept 18, 2009</p>
  31. <p>How I benefited ATA:</p>
  32. <ul>
  33. <li>Built finite element models, ran analyses, and post-processed results.
  34. <ul>
  35. <li><strong>Created clear presentations</strong> for customers explaining the results.</li>
  36. </ul>
  37. </li>
  38. <li>Communicated closely with the sales team to determine and meet their needs.
  39. <ul>
  40. <li>Created an application to track software sales</li>
  41. </ul>
  42. </li>
  43. <li>During down time, wrote new web-based tools to run on ATA&#x2019;s intranet:
  44. <ul>
  45. <li>An analysis server webpage that <strong>saved engineers time</strong>.</li>
  46. <li>A WYSIWYG floor plan editor that made maintaining online floor plans <strong>easy for HR</strong>.</li>
  47. </ul>
  48. </li>
  49. <li>Upgraded, customized and <strong>enhanced</strong> ATA&apos;s software issue-reporting website and timesheet application.</li>
  50. </ul>
  51. <h1 id="uc-simulation-center-with-procter--gamble" class="deep-link"><a href="#uc-simulation-center-with-procter--gamble">UC Simulation Center with Procter &amp; Gamble.</a></h1>
  52. <p>Cincinnati, OH.<br>
  53. Mar 29 - Sept 17, 2011</p>
  54. <p>How I benefited P&amp;G:</p>
  55. <ul>
  56. <li>Ported 15,000 lines of undocumented C++ code from 32-bit Windows to 64-bit Linux.
  57. <ul>
  58. <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>
  59. <li><strong>Documented the code</strong>, uncovering the equations and assumptions used by the model that was previously a black box.</li>
  60. </ul>
  61. </li>
  62. <li>Wrote a proof-of-concept tool to import geometry from a proprietary design program into the simulation.
  63. <ul>
  64. <li>Laid the foundation for tighter collaboration between P&amp;G designers and simulators.</li>
  65. </ul>
  66. </li>
  67. </ul>
  68. <h1 id="drexel-university" class="deep-link"><a href="#drexel-university">Drexel University</a></h1>
  69. <p>TODO</p>
  70. <h1 id="mobile-ad-monitor" class="deep-link"><a href="#mobile-ad-monitor">Mobile Ad Monitor</a></h1>
  71. <p>TODO</p>
  72. <h1 id="swordfish-web-solutions" class="deep-link"><a href="#swordfish-web-solutions">Swordfish Web Solutions</a></h1>
  73. <p>TODO</p>
  74. </article>
  75. </section>
  76. <footer>&#xA0;</footer>
  77. </body>
  78. </html>