-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume_v1.html
162 lines (137 loc) · 7.35 KB
/
resume_v1.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
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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body {background-color: limegreen;}
* {box-sizing: border-box;}
/* Create three unequal columns that floats next to each other */
.column { float: left;}
.left{width: 30%;}
.right{width: 30%; ;padding-top:10px;}
.middle{width: 40%;padding:10px;}
/* Clear floats after the columns */
.row:after {
content: "";
display: table;
clear: both;
}
</style>
</head>
<body>
<div class="row">
<div class="column left">
<img src="resume_photo.jpeg", width=200, height=200>
</div>
<div class="column middle">
<center >
<ul style="list-style: none; word-wrap: break-word">
<li><h1>Trent Casillas, P.E.</h1></li>
<li><h2><a href="mailto:[email protected]">Email</a></h2></li>
<li><h2><a href = "https://www.linkedin.com/in/trentcasillas">LinkedIn</a></h2></li>
<li><h2><a href = "https://github.com/trent129">Github</a></h2></li>
<li><h2>(949)-307-6685</h2></li>
</ul>
</center>
</div>
<div class="column right_top">
</div>
</div>
<! -- Line Break and Resume Details -->
<! -- Career Statement Goal -->
<div class="Resume_Information">
<h2>
<u>Goal: </u>
</h2>
<p>To showcase my background and technical skills while continuing to develop technical and change-agent abilities to provide cost-effective solutions to complex problems as a part of a great team. </p>
<h2>
<u>Summary of Qualifications</u>
</h2>
<ul>
<li>Hold Bachelor of Science and Master of Science Degrees in Civil Engineering</li>
<li>California Registered Engineer in Civil Engineering</li>
<li>Completed a Data Science Certification and actively learning new languages: HTML,CSS, Javascript currently</li>
</ul>
<h2>
<u>Technical Skills and Certifications</u>
</h2>
<ul>
<li><b><u>Software:</u></b> Python[Pandas, Scikit-Learn, Numpy, NLTK, Scipy] , SQL[Postgres, SQLite], HTML5, CSS, and Javascript(Actively Learning)</li>
<li><b><u>Machine Learning Techniques:</u></b> Regression, Classification, Clustering, NLP, Mixed Effect Models</li>
<li><b><u>Data Visualization:</u></b> Seaborn, Matplotlib,Tableau, Google Earth </li>
<li><b><u>Certifications:</u></b> Thinkful Data Science, Professional Civil Engineer(PE), California<a href= "https://search.dca.ca.gov/details/7500/C/88829/1abb4e3b10b7db4c15f768574a7ba784">(88829)</a></li>
</ul>
<h2>
<u>Work Experience</u>
</h2>
<! -- Tried and True Entry -->
<b>Tried and True, Remote,</b><i> Instructor,Data Science Curiculum Developer</i>,<b> June 2020-Present</b>
<ul>
<li>Develop specialized lesson plans to fit class level and student's understanding. </li>
<li>Review latest practices in order to deliver effective,fun lectures</li>
<li>Coordinate with Tried and True admin staff to ensure all students get access to class materials and instruction.</li>
</ul>
<! -- Data Contractor -->
<b>Self Employed, Remote,</b><i> Data Analytics Contractor</i>,<b> March 2019-Present</b>
<ul>
<li>Coordinate and communicate with client to understand and improve their desired goals.</li>
<li>Analyze and improve efficiency in data collection and present assessments and visualizations.</li>
<li>Researching and learning new methods to stay current with industry standards.</li>
</ul>
<! -- Geotech Engineer -->
<b>Brierley Associates, Los Angeles, CA,</b><i> Staff Geotechnical Engineer</i>,<b> Aug 2016-September 2018</b>
<ul>
<li>Interpreted ground conditions from boring and CPT data to understand their impact on design and construction.</li>
<li>Wrote incisive, clear, and accurate technical reports and correspondence</li>
<li>Observe field operations from drilling, sampling, and work with contractor and client to ensure safety and satisificatory projects</li>
</ul>
<! --Project Section -->
<h2>
<u>Relevant Projects</u>
</h2>
<! -- NHAA Data Cleaning and Marketing -->
<b>Data Management,Newport Harbor Alumni Association, Newport Beach, CA, </b><i>Volunteer</i>,<b> June 2020-Present</b>
<p>
The project goal is to clean and figure out best data management practice to cut down on bounced emails and improve marketing data to inform alumni of upcoming events and news. Additionally, looking to expand data collection measures to perform more advanced modeling to help increase donations for annual scholarship distribution.
</p>
<! -- Dynamic Rentals -->
<b>Camera and Lens Data Project, Dynamic Rentals, Glendale, CA, </b><i>Contractor</i>,<b> March 2019-September</b>
<p>
The project goal was to increase product utilization and revenue by creating a statistical model to define current and future high-performing inventory, as well as to trigger timely under-performing inventory liquidation processes.
</p>
<! -- LE Expectancy -->
<b>Country Life Expectancy Prediction, <a href="github.com/trent129/Life-Expectancy-Prediction">Github,</a></b><i> Data Science Student</i>,<b> March 2019-May 2019</b>
<p>
Completed an exploratory data analysis on United Nations and Global Health Observatory datasets with 193 Countries from 2000-2015. The analysis featured supervised and unsupervised learning regression methods to predict life expectancy ranges and what influences them.
</p>
<! -- TD-IDF -->
<b>Women's E-Commerce Clothing Reviews, <a href="github.com/trent129/NLP-E-commerce-Text-Review"> Github,</a></b><i> Data Science Student,</i> <b> Feb 2019-March 2019</b>
<p>
Performed an exploratory data analysis (EDA) on women's clothing reviews based on department, division, and class name to discover data patterns. Adopted a Bag of Words, term frequency-inverse document frequency (TD-IDF), and Gensim natural language processing (NLP) analyses to create clusters to compare to ground truth of class name.
</p>
<! -- Education Section-->
<h2>
<u>Education</u>
</h2>
<ul>
<li><b>Data Science Certificate,Thinkful,</b> October 2018-April 2019</li>
<li><b>Master of Science, Civil Engineering</b>, University of California, Los Angeles, June 2016, Geotechnical Engineering Emphasis</li>
<li><b>Bachelor of Science, Civil Engineering,</b> California Polytechnic State University, San Luis Obispo, December 2013, Dean’s List (2 quarters)</li>
Tiger Woods Foundation, Earls Woods Scholar Alumni, ~75% Undergraduate Tuition Paid through scholarships
</ul>
<! -- Professional Affilation -->
<h2>
<u>Professional Affiliations</u>
</h2>
</h2>
<ul>
<li><b>Board Member,</b><a href="https://www.newportharboralumni.org"> Newport Harbor Alumni Association</a>, 2020-Present</li>
<li><b>Board Member,</b><a href="https://www.supportnhhs.com"> Newport Harbor Educational Fund</a>, 2019-Present</li>
<li><b>Scholarship Reviewer,</b>UCLA Engineering, 2017-2018</li>
<li><b>Professional Development and Sponsorship Co-Chair</b>American Society of Civil Engineers (ASCE), Los Angeles Younger Member Forum (YMF), 2015-2017 </li>
<li><b>Mentorship Chair</b>American Society of Civil Engineers (ASCE), Orange County Younger Member Forum (YMF), 2014-2015 </li>
</ul>
</div>
</body>
</html>