-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexperience.html
More file actions
100 lines (85 loc) · 4.1 KB
/
experience.html
File metadata and controls
100 lines (85 loc) · 4.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cameron Quilici | Experience</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="tab">
<ul>
<li><a href="index.html">About Me</a></li>
<li><a href="experience.html">Experience</a></li>
<li><a href="ideologies.html">Ideologies</a></li>
<li><a href="pics/Cams Resume 2022.pdf">Resume</a></li>
</ul>
</div>
<header class="site-header">
<div class="title-banner">
<h1 class="name-title" itemprop="headline">
<a href="index.html">Cameron Quilici</a>
</h1>
</div>
</header>
<h2>Work Experience</h2>
<h3>Cray Inc./Hewlett Packard Enterprise</h3>
<ul>
<li>Worked at Cray headquarters in Seattle, WA over the 2022 summer from May to Mid-August</li>
<li>Worked as a ML/AI Engineer intern where I helped develop an application to help users train ML models
distributively on a range of their own computer clusters.</li>
<li>Had the opportunity and privilege to work alongside and learn from some of the most skilled
software/systems engineers I have ever met.</li>
<li>Developed Bash scripts to allow developers to launch jobs remotely via REST calls under the privacy of their
own user account.</li>
<li>Learned multiple developer skills such as Docker, Kubernetes, Maven, Unix/Linux, Bash, Go, SSL, SSH, RESTful
API, and more.</li>
</ul>
<h3>Engineering and Mathematics Tutor</h3>
<ul>
<li>Used my knowledge of science and engineering to help various students in their respective disciplines.</li>
<li>Broke down complex subjects such as multi-variable calculus, linear algebra, and calculus-based physics into
simpler, more easily digestible bits of information.</li>
</ul>
<h3>Robotics Team Member</h3>
<ul>
<li>Helped lead a team of programmers which ultimately made it to Texas High School FTC robotics state
championship (cancelled due to COVID).</li>
<li>Worked with different image recognition frameworks such as OpenCV and tensorflow to program robot to
autonomously recognize and transfer objects.</li>
<li>Developed key problem solving and engineering skills, both technical and mechanical.</li>
</ul>
<h2>Academic and Research Experience</h2>
<p>I do not currently have a research position at my academic institution. However, I am in the process of searching
for faculty to advise me in conducting research next semester. I am
very interested in High-Performance Computing, Graph Theory, Machine Learning/Distributed Learning, and Graph
Algorithms.
<br>
<br>
Here are some things I have been reading...
<ul>
<li><a href="https://www.maths.ed.ac.uk/~v1ranick/papers/wilsongraph.pdf">Introduction to Graph Theory
Textbook</a></li>
<li><a href="https://www.deeplearningbook.org/">Deep Learning Book</a></li>
<li><a href="https://dl.acm.org/doi/10.1145/3458817.3476200">TriPoll</a></li>
<li><a href="https://arxiv.org/pdf/2108.07223.pdf">Metall Persistent Memory Allocator</a></li>
</ul>
</p>
<h3>Relevant Coursework</h3>
<h4>Past Courses</h4>
<p>
CSCE 121: Intro to Program Design and Concepts, CSCE 221: Data Structures and Algorithms, CSCE 222: Discrete
Math, CSCE 312: Computer Orginization, CSCE 314: Programming Languages, MATH 304: Linear Algebra, MATH 308:
Differential Equations, MATH 411: Probability, MATH 470: Cryptography
</p>
<h4>Current Courses</h4>
<p>
MATH 409: Real Analysis, CSCE 433: Formal Languages and Automata, CSCE 491: Research, CSCE 412: Cloud Computing
</p>
<h4>Planned Courses</h4>
<p>
CSCE 442: Scientific Programming, MATH 447: Principles of Analysis II,
</p>
</body>
</html>