Skip to content

Commit

Permalink
Remove tech details
Browse files Browse the repository at this point in the history
  • Loading branch information
s2t2 committed Sep 10, 2024
1 parent b4763f2 commit d280f3f
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 11 deletions.
8 changes: 5 additions & 3 deletions css/my-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,16 @@ section#education, li#nav-education {
p.full-details {
display: none;
}
*/




p.full-details {
span.tech-details {
display: none;
}
*/
28 changes: 20 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -185,13 +185,13 @@ <h2 class="mb-5">Interests</h2>
<div class="resume-section-content">
<h2 class="mb-5">Research</h2>

<!--div class="d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="d-flex flex-column flex-md-row justify-content-between mb-5">
<div class="flex-grow-1">
<h3 class="mb-0">OpenAI Text Embeddings for User Classification in Social Networks</h3>
<h3 class="mb-0">Text Embeddings for User Classification in Social Networks</h3>

<p>
Use text embeddings from large language models (LLMs) to classify users based on the content of their social media posts.
Social media companies can use these methods to identify bots, and flag users that are likely to use inflammatory language and spread misinformation.
We use text embeddings, including those produced by large language models from OpenAI, to classify users based on the content of their social media posts.
Social media companies can use these methods to identify bots and monitor users that are likely to spread disinformation.
</p>

<ul class="fa-ul mb-3">
Expand All @@ -210,7 +210,7 @@ <h3 class="mb-0">OpenAI Text Embeddings for User Classification in Social Networ
</ul>

</div>
</div-->
</div>


<div class="d-flex flex-column flex-md-row justify-content-between mb-5">
Expand Down Expand Up @@ -294,7 +294,7 @@ <h3 class="mb-0">Adjunct Professor</h3>
<div class="flex-grow-1">
<h3 class="mb-0">Adjunct Assistant Professor</h3>
<div class="subheading mb-3">New York University</div>
<p>Design and teach summer courses in computer programming and software development,
<p>Design and teach summer courses in software development,
for the department of Technology, Operations, and Statistics.
</p>
</div>
Expand Down Expand Up @@ -382,7 +382,9 @@ <h3 class="mb-0">Presidential Innovation Fellow</h3>
<div class="subheading mb-3">US General Services Administration</div>
<p class="full-details">
Created prototype applications and wrote technical documentation to help Federal government developers adopt a shared identity management platform called login.gov.
<span class="tech-details">
Developed web applications in languages like <span class="fst-italic">Ruby</span>, <span class="fst-italic">Node.js</span>, and <span class="fst-italic">Go</span>.
</span>
</p>

<ul class="fa-ul mb-3">
Expand All @@ -402,9 +404,11 @@ <h3 class="mb-0">Data Engineer + Director of Analytics</h3>
<div class="subheading mb-3">Fandor (a film-streaming startup)</div>
<p class="full-details">
Directed hiring and operations of a small team of data analysts, engineers, and scientists.
Implemented my strategic vision for a company-wide business intelligence (BI) and analytics program, including the identification, prioritization, measurement, and ongoing self-service monitoring of key performance indicator (KPI) metrics.
Implemented strategic vision for a company-wide business intelligence (BI) and analytics program, including the identification, prioritization, measurement, and ongoing self-service monitoring of key performance indicator (KPI) metrics.
<span class="tech-details">
Developed a data warehouse application in <span class="fst-italic">Ruby on Rails</span>, to extract, transform, and load (ETL) data from production databases and external <span class="fst-italic">APIs</span> into a single, integrated <span class="fst-italic">SQL</span> database environment.
Developed interactive data dashboards in <span class="fst-italic">Tableau</span> and <span class="fst-italic">JavaScript</span>.
</span>
</p>
</div>
<div class="flex-shrink-0"><span class="text-primary">April 2013 - July 2015</span></div>
Expand All @@ -418,8 +422,10 @@ <h3 class="mb-0">Media Data Analyst + Engineer</h3>
Analyzed political media and polling data, including over $750M in ad buys, on behalf of US Presidential and Congressional campaign clients (i.e. Obama for America, DSCC, DCCC).
Identified qualitative and quantitative trends in opponents' media and messaging strategies.
Compared media expenditures against polling results to provide data-driven media-buying insights.
Directed and oversaw the operations of an internal campaign video blogging system to inform campaign leadership and staff across the country about media and messaging trends in their respective localities.
Directed and oversaw operations of an internal campaign video blogging system to inform campaign leadership and staff across the country about media and messaging trends in their respective localities.
<span class="tech-details">
Contributed to a <span class="fst-italic">Ruby on Rails</span> application, wrote and maintained a library of <span class="fst-italic">SQL</span> scripts, and developed interactive data dashboards in <span class="fst-italic">Tableau</span> and <span class="fst-italic">JavaScript</span>.
</span>
</p>
</div>
<div class="flex-shrink-0"><span class="text-primary">March 2012 - November 2012</span></div>
Expand All @@ -431,8 +437,10 @@ <h3 class="mb-0">Lead Polling Analyst</h3>
<div class="subheading mb-3">Obama for America</div>
<p class="full-details">Analyzed quantitative and qualitative results of campaign-sponsored polls and focus groups.
Designed question language for US nationwide and "battleground state" surveys.
<span class="tech-details">
Wrote <span class="fst-italic">SQL</span> scripts to integrate internal and external polling data into a unified dataset for analysis.
Produced campaign polling insights in the form of <span class="fst-italic">Tableau</span> data dashboards.
</span>
</p>
</div>
<div class="flex-shrink-0"><span class="text-primary">September 2011 - March 2012</span></div>
Expand All @@ -443,8 +451,10 @@ <h3 class="mb-0">Lead Polling Analyst</h3>
<h3 class="mb-0">Technology Risk Consultant</h3>
<div class="subheading mb-3">Deloitte</div>
<p class="full-details">Advised clients at the Internal Revenue Service (IRS) on projects to mitigate their risk of cyber threats and ensure their systems’ compliance with Federal information security requirements.
<span class="tech-details">
Created and maintained an <span class="fst-italic">MS Access</span> database of systems and security metrics.
Streamlined reporting processes by developing automated data dashboards in <span class="fst-italic">Crystal Reports</span>.
</span>
</p>
</div>
<div class="flex-shrink-0"><span class="text-primary">September 2009 - March 2011</span></div>
Expand All @@ -455,7 +465,9 @@ <h3 class="mb-0">Technology Risk Consultant</h3>
<h3 class="mb-0">Business Intelligence Analyst</h3>
<div class="subheading mb-3">US Treasury Department</div>
<p class="full-details">Identified and prioritized key performance indicators for measuring workforce performance and productivity across the department.
<span class="tech-details">
Wrote and maintained <span class="fst-italic">SQL</span> scripts, and created automated reporting dashboards in <span class="fst-italic">MS SQL Server</span>.
</span>
</p>
</div>
<div class="flex-shrink-0"><span class="text-primary">April 2008 - May 2009</span></div>
Expand Down

0 comments on commit d280f3f

Please sign in to comment.