-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
118 lines (99 loc) · 4.28 KB
/
index.html
File metadata and controls
118 lines (99 loc) · 4.28 KB
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
<!DOCTYPE html>
<html>
<head>
<title>David Ingraham</title>
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/custom.css">
</head>
<body>
<h1 >David Ingraham</h1>
<h3>dlingraham@wustl.edu</h3>
<h3>(240) 383-8926</h3>
<hr>
</div>
<!-- Summary Section -->
<h2>Summary</h2>
<hr>
<p>Dedicated professional with experience in project management and data analysis. A third-year BS candidate in Engineering with a Business minor. Proven ability to provide action recommendations from situational analysis and provide a high level of service to clients. Willing to travel and relocate.</p>
<!-- Education Section -->
<h2>Education</h2>
<hr>
<b class ="emp">Washington University in St. Louis</b>
<b class = "pos">Bachelor of Science</b>
<b class = "date" >May 2016</b>
<ul>
<li>Major in Systems Science and Engineering</li>
<li>Minor in Operations and Supply Chain Management</li>
</ul>
<b class = "emp">McDonnell Academy International Leadership Institute</b>
<b class = "date" >July 2014 - August 2014</b>
<ul>
<br><li>Chosen to participate in this selective 5-week program open to students from the US and in Shanghai</li>
<li>Discussed techniques and strategies for effective international leadership and management</li>
</ul>
<b>Relevant Coursework</b><br>
<p>
<div class="c1">Management Science</div>
<div class ="c1">Operations Management</div>
<div class="c2">Engineering Statistics</div>
<div class ="c2">Technical Writing</div>
<div class = "c3">Advanced Operations Strategy</div>
</p>
<!-- Work Section -->
<h2 class="sectionhead">Work Experience</h2>
<hr>
<b class ="emp">Centene Corporation</b>
<b class = "pos">Business Process Optimization Intern</b>
<b class = "date" >November 2014 - Present</b>
<ul>
<li>Responsible for analyzing operations and determining areas of improvement for one department</li>
<li>Managed and implemented operational improvement projects spanning different department teams</li>
</ul>
<b class ="emp">Washington University</b>
<b class = "pos">Entrepreneurial Consultant</b>
<b class = "date" >August 2014 November 2014</b>
<ul>
<li>Performed market research and developed a pricing plan recommendation for a local startupt</li>
<li>Selected by the University Center for Experiential Learning to consult in a team of three students </li>
</ul>
<b class ="emp">Washington University</b>
<b class = "pos">Event Assistant</b>
<b class = "date" >January 2014 - May 2014</b>
<ul>
<li>Managed technology, catering, safety, and other logistics of events in university-owned spaces</li>
<li>Communicated needs between clients and relevant university offices or departments</li>
<li>Available on-site during events to solve any problems that developed</li>
</ul>
<b class ="emp">Stages St. Louis</b>
<b class = "pos">Audio Technician</b>
<b class = "date" >May 2013 - October 2013</b>
<ul>
<li>Coordinated audio needs between all technical departments and performers</li>
<li>Trained an intern in technical emergency preparedness and in audio equipment maintenance</li>
</ul>
<!-- Leadership Section -->
<h2>Leadership Experience</h2>
<hr>
<b class ="emp">Theta Xi Fraternity</b>
<b class = "pos">Construction Director</b>
<b class = "date" >May 2014 - Present</b>
<ul>
<li>Responsible for planning and supervising construction for the Washington University Thurtene Carnival</li>
<li>Oversaw a team of 200 students and a budget of approximately $15,000 to build an approximately 30ftx30ftx15ft structure</li>
</ul>
<b class ="emp">Black Maskers Theatre Group</b>
<b class = "pos">Technical Director</b>
<b class = "date" >September 2010 - June 2012</b>
<ul>
<li>Directed eight crews with a total of approximately 80 people to prepare all technical aspects of productions</li>
<li>Gained experience in delegation and training new members</li>
</ul>
<!-- Skills Section -->
<h2>Skills</h2>
<hr>
<div class="skill"><b>Leadership:</b> Strong leader as a technical director for two years and now a construction director, in both cases developing highly skilled and cross-functional teams</div>
<div class="skill"><b>Computer:</b> Proficient in MATLAB, Excel, Word, and PowerPoint. Familiar with Vectorworks and Photoshop</div>
<div class="skill"><b>Language:</b> Some knowledge of French</div>
</body>
</html>