-
Notifications
You must be signed in to change notification settings - Fork 1
/
experience.html
52 lines (44 loc) · 2.74 KB
/
experience.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>Aron Frishberg - Experience</title>
<meta charset="UTF-8">
<meta name="description" content="Explore the professional and academic journey of Aron Frishberg, showcasing a blend of software development expertise and economic analysis. From developing a Social Media Analysis system to streamline social media due diligence at TRACT to enhancing data analytics at White Plains Hospital, Aron's internships reveal a commitment to leveraging technology for impactful solutions. As a student at the University of Chicago, he delves into computer science with a focus on machine learning and economics, specializing in business. Discover Aron's approach to combining technical skills with economic insights to drive innovation and efficiency.">
<meta name="keywords"
content="aronfrishberg, aron, frishberg, programming, data, analytics, smart, intelligent, projects, math, computer science, university of chicago, uchicago, business, experience, work, job, gpa, great gpa, Aron Frishberg, professional experience, work history, software development, data analytics, machine learning, economics, University of Chicago, programming projects, technology internships, software engineering, academic coursework, computer science education, economic studies, business specialization, leadership in technology, healthcare analytics, social media analysis, team management, programming languages, financial accounting">
<meta name="author" content="Aron Frishberg">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link
href='https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900,400italic,700italic,900italic|Droid+Serif:400,700,400italic,700italic'
rel='stylesheet' type='text/css'>
<link rel="shortcut icon" href="css/icon.ico" />
<link rel="stylesheet" href="css/index.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<script src="js/index.js"></script>
<style>
embed {
width: 50%;
height: 100vh;
border: none;
}
</style>
</head>
<body>
<header>
<h1>ARON FRISHBERG</h1>
</header>
<div class="links">
<a href="datasets.html">Datasets</a>
<a href="projects.html">Projects</a>
<a href="experience.html" id="current-page">Experience</a>
<a href="about.html">About</a>
</div>
<div class="date-line">
<p id="date-element"></p>
</div>
<center>
<h1><a href="resume.pdf" target="_blank" class="resume-button" type="application/pdf"><b>Download CV</b></a></h1>
<embed src="resume.pdf" onload="setTime()"></embed>
</center>
</body>
</html>