-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathqualifications.html
227 lines (193 loc) · 9.04 KB
/
qualifications.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
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Academic work</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/modern-business.css" rel="stylesheet">
<!-- jquery -->
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
</head>
<body>
<div class="content">
<!--Navigation bar-->
<div id="nav-placeholder">
</div>
<script>
$(function () {
$("#nav-placeholder").load("navbar.html");
});
</script>
<!--end of Navigation bar-->
<!-- Page Content -->
<div class="container">
<!-- Page Heading/Breadcrumbs -->
<h1 class="mt-4 mb-3">Academic</h1>
<ol class="breadcrumb">
<li class="breadcrumb-item">
<a href="index.html">Home</a>
</li>
<li class="breadcrumb-item active">Academic</li>
</ol>
<!-- Project One -->
<div class="row">
<div class="col-md-7">
<a>
<img class="img-fluid rounded mb-3 mb-md-0"
src="https://jcass149.github.io/IMAGES/ImageProcessing.PNG" alt="">
</a>
</div>
<div class="col-md-5">
<h3>Project One- Image Processing</h3>
<p>For this project, the task was to apply multiple image processing algorithms to transform once
seemingly empty images into something useful. Please see 'Image Processing Summative.pdf' in the
GitHub repository to see the process.</p>
<a class="btn btn-primary" href="https://github.com/JCass149/ImageProcessing">View Project <span
class="glyphicon glyphicon-chevron-right"></span></a>
</div>
</div>
<!-- /.row -->
<hr>
<!-- Project Two -->
<div class="row">
<div class="col-md-7">
<a>
<img class="img-fluid rounded mb-3 mb-md-0" src="https://jcass149.github.io/IMAGES/HexGame.PNG"
alt="">
</a>
</div>
<div class="col-md-5">
<h3>Project Two- Hex Board Game</h3>
<p>Creating the board game involved writing algorithms that would detect whether a move was legible,
and
whether it would lead to a player winning the game. The real challenge however, was building an
intelligent computer player to play against.</p>
<a class="btn btn-primary" href="https://github.com/JCass149/HexBoardGame">View Project <span
class="glyphicon glyphicon-chevron-right"></span></a>
</div>
</div>
<!-- /.row -->
<hr>
<!-- Project Three -->
<div class="row">
<div class="col-md-7">
<a>
<img class="img-fluid rounded mb-3 mb-md-0" src="https://jcass149.github.io/IMAGES/PMA.PNG"
alt="">
</a>
</div>
<div class="col-md-5">
<h3>Project Three- Personal Medication Application</h3>
<p>The focus of this project was about user interaction with a system, and how to efficiently and
effectively display information. The Application may be run by downloading the files and running
the
'run.bat' file. GUI information can be found in the 'Report.pdf'.</p>
<a class="btn btn-primary" href="https://github.com/JCass149/PersonalMedicationApp">View Project
<span class="glyphicon glyphicon-chevron-right"></span></a>
</div>
</div>
<!-- /.row -->
<hr>
<!-- Project Four -->
<div class="row">
<div class="col-md-7">
<a href="https://www.youtube.com/watch?v=V0rPmJLNBYA">
<img class="img-fluid rounded mb-3 mb-md-0" src="https://jcass149.github.io/IMAGES/CV.PNG"
alt="">
</a>
</div>
<div class="col-md-5">
<h3>Project Four- Computer Vision</h3>
<p>This computer vision assignment focused on gaining an understanding of how algorithms like RANSAC
are
used with disparity in OpenCV to perform edge detection and outline road surfaces.</p>
<a class="btn btn-primary" href="https://www.youtube.com/watch?v=V0rPmJLNBYA">View Project <span
class="glyphicon glyphicon-chevron-right"></span></a>
</div>
</div>
<hr>
<!-- Project Five -->
<div class="row">
<div class="col-md-7">
<a>
<img class="img-fluid rounded mb-3 mb-md-0" src="https://jcass149.github.io/IMAGES/FAQ.PNG"
alt="">
</a>
</div>
<div class="col-md-5">
<h3>Project Five- Web Programming</h3>
<p>Involved creating a PHP web REST service for a FAQ's page on the University servers. This
included writting a single page HTML web app for user and administrative access with
authentication using SHA256 string encoding for POST actions. The page also included
sentiment
analysis from tweets pulled using the Twitter API.</p>
<a class="btn btn-primary" href="https://github.com/JCass149/WebProgramming">View Project <span
class="glyphicon glyphicon-chevron-right"></span></a>
</div>
</div>z
<hr>
<!-- Project Six -->
<div class="row">
<div class="col-md-7">
<a>
<img class="img-fluid rounded mb-3 mb-md-0" src="https://jcass149.github.io/IMAGES/GP.png"
alt="">
</a>
</div>
<div class="col-md-5">
<h3>Project Six- Group Project</h3>
<p>Worked in a small team of 6 to produce a website to allow users to find and share unwanted
food
in an attempt to help reduce food wastage. I worked as a front-end developer, and as a team
we
used GitLab for coding concurrency.</p>
<a class="btn btn-primary" href="https://github.com/JCass149/GroupProject">View Project <span
class="glyphicon glyphicon-chevron-right"></span></a>
</div>
</div>
<hr>
<!-- Project seven -->
<div class="row">
<div class="col-md-7">
<a href="https://www.youtube.com/watch?v=FwuJtQq3OWU">
<img class="img-fluid rounded mb-3 mb-md-0" src="https://jcass149.github.io/IMAGES/NAPP.PNG"
alt="">
</a>
</div>
<div class="col-md-5">
<h3>Project Seven- Computing Methodologies</h3>
<p>Studied different numerical algorithms and implemented parallel programming to produce a
system
that could efficiency simulate many bodies in space with the effects of gravitational
attraction
and momentum preservation upon collision.</p>
<a class="btn btn-primary" href="https://github.com/JCass149/ComputingMethodologies">View
Project
<span class="glyphicon glyphicon-chevron-right"></span></a>
</div>
</div>
<!-- /.row -->
<hr>
</div>
<!-- /.container -->
</div>
<!--Footer-->
<div id="footer-placeholder">
</div>
<script>
$(function () {
$("#footer-placeholder").load("footer.html");
});
</script>
<!--end of Footer-->
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/popper/popper.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
</body>
</html>