-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexperience.html
More file actions
77 lines (76 loc) · 2.53 KB
/
experience.html
File metadata and controls
77 lines (76 loc) · 2.53 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
<style>
header {
background-color: #29364F;
padding: 30px;
text-align: center;
font-size: 35px;
color: white;
}
m {
"Courier New", Courier, monospace
}
nav {
float: left;
width: 20%;
padding: 20px;
}
footer {
padding: 10px;
text-align: center;
color: black;
}
article {
float: left;
padding: 20px;
width: 80%;
}
@media (max-width: 600px) {
nav, article {
width: 100%;
height: auto;
}
}
</style>
<tt>
<header>
Owen Sheekey // Experience
</header>
<article>
<section>
<h3> Undergraduate Research </h3>
Since January 2019, I have been working in Dr. Joshua Folk's Quantum Devices
group housed the Stewart Blusson Quantum Matter Institute here at UBC. The
focus my research has been in the characterization of SiAs nanowires produced
by the Manfra group at Microsoft Station Q. I have also been involved in a
project designing and implementing a fully modularized wiring system free of
hand wired parts for the group's dilution refridgerator. If interested,
please email me!
</section>
<section>
<h3> Coursework </h3>
I have taken nearly all the standard physics coursework up to year 3 including
a year of
Electricity and Magnetism, Quantum Mechanics, Thermodynamics, Statistical Mechanics, Special
Relativity, Mechanics, and Solid State Physics. I have also taken courses
in algorithm design and analysis, software engineering, and systems.
</section>
<section>
<h3> Undergraduate Teaching </h3>
In the fall of 2018 I TAed a course called 'Models of Computation'. I was
mostly a lab TA leading labs in which students used integrated circuits to
design various types of very simple computing machines but I also held weekly
office hours. Unfortunately, in the spring of 2019 I had to give it up to
make room for my research position and have not been able to TA another
course since. Hopefully I will get the chance to TA anotther course in the
future.
</section>
<section>
<h3> Misc/Languages </h3>
I have experience in a few programming languages and am always interested
in learning new ones! In order of my proffeciency - Python, C, Java, C++,
and JavaScript. I tend to lean on C and Python for nearly all the development
I do but I am comfortable in any of those 5 languages. I also have some experience
with arduinos and other microcontrollers.
</section>
</article>
</tt>