-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
198 lines (195 loc) · 9.8 KB
/
index.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
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Kyle Ruzic - Software Developer</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.2/css/bulma.min.css">
<link rel="stylesheet" type="text/css" href="styles/styles.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<main class="site">
<div class="columns">
<div class="column is-centered is-half has-background-primary is-home-left-column">
<div class="container headline">
<p>Hi, I'm Kyle Ruzic</p>
<div class="social">
<ul>
<li>
<a href="https://www.linkedin.com/in/kyle-ruzic-485513179/">
<i class="fab fa-linkedin-in"></i>
</a>
</li>
<li>
<a href="https://github.com/kyruzic">
<i class="fab fa-github"></i>
</a>
</li>
<li>
<a href="mailto:[email protected]">
<i class="fas fa-envelope"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
<div class="column is-half is-home-right-column">
<div class="tabset">
<!-- Tab 1 -->
<input type="radio" name="tabset" id="tab1" aria-controls="Home" checked>
<label for="tab1">Home</label>
<!-- Tab 2 -->
<input type="radio" name="tabset" id="tab2" aria-controls="About">
<label for="tab2">About</label>
<!-- Tab 3 -->
<input type="radio" name="tabset" id="tab3" aria-controls="Projects">
<label for="tab3">Projects</label>
<div class="tab-panels">
<section class="tab-panel is-full-height" id="Home">
<h2>My Qualifications</h2>
<div class="container education">
<h3>Education</h3>
<span class="degree">B.Sc. Major in Physics</span>
| Sept. 2014 - Dec. 2018
<span class="location is-pulled-right">
University of Calgary
</span>
<div class="details">
<aside>My unique experience in physics provides me with problem solving skills that are invaluable in the field of software development.</aside>
<dl>
<dt>Related Courses:<dt>
<dd>Data Structures, Algorithms, and Their Analysis; Computing Machinery; Introduction to Cryptography; Computational Physics I & II; Computational Physics Based Research Thesis<dd>
</dl>
</div>
</div>
<div class="work-experience">
<h3>Work Experience</h3>
<span class="degree">Summer Research Student</span>
| Summer 2018
<span class="location is-pulled-right">
University of Calgary
</span>
<div class="details">
<aside>Worked alongside the e-POP (now Swarm-E) research team developing computational tools to be used to gain a better understanding of radiowave propagation through the ionosphere.</aside>
<ul>
<li id="list">
Developed a 3D model of radiowave propagation through the ionosphere that is used as a reference for the data received by the radio receiver onboard e-POP.
</li>
<li id="list">
Presented research at the Canadian Undergraduate Physics Conference (CUPC 2018),
</li>
<li id="list">
Gained experience in the methods and approaches used in scientific research.
</li>
</div>
<span class="degree">Highschool Science Tutor</span>
| Throughout 2018
<div class="details">
<aside>Conducted one-on-one tutoring with high school students in both physics and chemistry</aside>
<ul>
<li id="list">
Communicated complicated topics to the students in easily digestible ways
</li>
<li id="list">
Gained valuable techincal communication experience
</li>
</div>
</div>
</section>
<section class="tab-panel is-full-height no-header-spacing" id="About">
<h2> About Me </h2>
<div class="container" id="bio">
<h3> Bio </h3>
<p> I am a recent physics graduate from the University of Calgary interested in pursuing a career in software development.
I have a passion for learning new things and a knack for solving complex problems with innovative software solutions.
</p>
</div>
<div class="what-i-know">
<h2> What I Know </h2>
<div class="container" id="languages">
<h3> Languages </h3>
<div class="language">
<span class="skill">Matlab</span>
<span class="is-pulled-right stars">
<span class="icon star">
<i class="fas fa-star"></i>
</span>
<span class="icon star">
<i class="fas fa-star"></i>
</span>
<span class="icon star">
<i class="fas fa-star"></i>
</span>
<span class="icon star">
<i class="fas fa-star"></i>
</span>
<span class="icon star">
<i class="fas fa-star-half-alt"></i>
</span>
</span>
</div>
<div class="language">
<span class="skill">Python</span>
<span class="is-pulled-right stars">
<span class="icon star">
<i class="fas fa-star"></i>
</span>
<span class="icon star">
<i class="fas fa-star"></i>
</span>
<span class="icon star">
<i class="fas fa-star"></i>
</span>
<span class="icon star">
<i class="fas fa-star"></i>
</span>
</span>
</div>
<div class="language">
<span class="skill">Javascript</span>
<span class="is-pulled-right stars">
<span class="icon star">
<i class="fas fa-star"></i>
</span>
<span class="icon star">
<i class="fas fa-star"></i>
</span>
<span class="icon star">
<i class="fas fa-star"></i>
</span>
</span>
</div>
</div>
<div class="skills">
<h3> Skills </h3>
<p>
Some of my other skills are; Numpy/Scipy, HTML5, CSS, Vue.js, and Git.
</p>
</div>
</div>
</section>
<section class="tab-panel is-full-height" id="Projects">
<div class="projects">
<h2> Projects </h2>
<div class="project">
<div class="cover">
<img id="project-img" src="images/raytrace.png">
</div>
<div class="description">
<h3> Raytrace Model </h3>
<p>
A 3D model of radiowave propagation through the ionosphere built using MATLAB. The model is generated by tracing many rays using the PHaRLAP raytracing package and then computing the power at each point along the rays path and binning the power according to the rays location.
</p>
<a class="button is-primary" href="https://github.com/kyruzic/Raytrace-Model">See More</a>
</div>
</div>
</div>
</section>
</div>
</div>
</div>
</main>
</body>
</html>