-
Notifications
You must be signed in to change notification settings - Fork 1
/
various.html
174 lines (141 loc) · 8.3 KB
/
various.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Julian Wyatt</title>
<!-- Favicons -->
<link href="https://img.icons8.com/nolan/64/code-fork.png" rel="icon">
<link href="https://img.icons8.com/nolan/64/code-fork.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Satisfy"
rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/icofont/icofont.min.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/owl.carousel/assets/owl.carousel.min.css" rel="stylesheet">
<!-- <link href="assets/vendor/venobox/venobox.css" rel="stylesheet"> -->
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<!-- =======================================================
* Template Name: Laura - v2.0.0
* Template URL: https://bootstrapmade.com/laura-free-creative-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top d-flex justify-content-center align-items-center">
<nav id="nav" class="nav-colour nav-menu-scrolled nav-menu d-none d-lg-block d-md-block">
<ul>
<li class="active"><a href="./">Home</a></li>
<li><a href="./#about">About</a></li>
<li><a href="./#resume">Resume</a></li>
<li><a href="./#portfolio">Portfolio</a></li>
<li><a href="./#contact">Contact</a></li>
</ul>
</nav><!-- .nav-menu -->
</header><!-- End Header -->
<main id="main">
<div class="container align-content-center smallMargin" >
<h2 >Various Durham University Courseworks</h2>
<p>
<strong>Year 3:</strong>
<ul style="list-style: none;padding-left: 10px;">
<li>
<i class="icofont-rounded-right"></i><strong>Algorithmic Game Theory: </strong> Answer questions on game theory, and work with a team to produce a podcast on auctions and a paper summarisation on complexity of Nash equilibria (Languages and libraries: <strong>LaTeX</strong>, <strong>Mark: </strong>65%).
</li>
<li>
<i class="icofont-rounded-right"></i><strong>Bioinformatics: </strong> Answer questions on hidden markov models, and phylogenetic trees (Languages and libraries: <strong>Python, LaTeX</strong>, <strong>Mark: </strong>63%).
</li>
<li>
<i class="icofont-rounded-right"></i><strong>Codes and Cryptography: </strong> Build a compression algorithm for LaTeX files and decrypt and encrypted what3words address (Languages and libraries: <strong>Python, LaTeX</strong>, <strong>Mark: </strong>73%).
</li>
<li>
<i class="icofont-rounded-right"></i><strong>Parallel Scientific Computing I: </strong> Produce an N-body gravity simulation, which utilises parallel and vectorisation methodologies (Languages and libraries: <strong>C++, LaTeX, Graphing</strong>, <strong>Mark: </strong>73%).
</li>
<li>
<i class="icofont-rounded-right"></i><strong>Virtual and Augmented Reality: </strong> Build a lens distortion pre-correction and answer questions on lens distortion and chromatic abberation (Languages and libraries: <strong>C#, Unity, LaTeX, Vertex Shader & Fragment Shader C code</strong>, <strong>Mark: </strong>80%).
</li>
<li>
<i class="icofont-rounded-right"></i><strong>Recommender Systems: </strong> Build a hybrid collaborative recommendation system on the Yelp Dataset (Languages and libraries: <strong>Python, Pandas, PyTorch</strong>, <strong>Mark: </strong>90%).
</li>
</ul>
<strong>Year 2:</strong>
<ul style="list-style: none;padding-left: 10px;">
<li>
<i class="icofont-rounded-right"></i><strong>Programming Paradigms: </strong> Program Conway's Game of Life on a finite grid in C (Languages and libraries: <strong>C</strong>, <strong>Mark: </strong>92%).
</li>
<li>
<i class="icofont-rounded-right"></i><strong>AI Search: </strong> Develop two search space algorithms to solve the travelling salesman problem (Languages and libraries: <strong>Python</strong>, <strong>Mark: </strong>83%).
</li>
<li>
<i class="icofont-rounded-right"></i><strong>Cyber Security: </strong> Given a small local OS, gain access to the system, exploit vulnerabilities and explain how to mitigate them (Languages and libraries: <strong>Linux, Jack the Ripper, Kali, Terminal</strong>, <strong>Mark: </strong>89%).
</li>
<li>
<i class="icofont-rounded-right"></i><strong>Compiler Design: </strong> Develop a compiler for a First Order Logic formula (Languages and libraries: <strong>Python</strong>, <strong>Mark: </strong>95%).
</li>
<li>
<i class="icofont-rounded-right"></i><strong>Networks: </strong> Develop a client-server system, which implements a simple anonymous bulletin board system using TCP and custom protocols (Languages and libraries: <strong>Python (socket)</strong>, <strong>Mark: </strong>93%).
</li>
<li>
<i class="icofont-rounded-right"></i><strong>Distributed Systems: </strong> Develop a food ordering system using distributed system concepts (Languages and libraries: <strong>Python, Pyro</strong>, <strong>Mark: </strong>82%).
</li>
</ul>
<strong>Year 1:</strong>
<ul style="list-style: none;padding-left: 10px;">
<li>
<i class="icofont-rounded-right"></i><strong>Algorithms and Data Structures: </strong> Answer questions on hash maps, sorting and efficiency (Languages and libraries: <strong>Python</strong>, <strong>Mark: </strong>93%).
</li>
<li>
<i class="icofont-rounded-right"></i><strong>Computer Systems: </strong> Build low level code to convert a number between bases, bonus marks were awarded for code space and time efficiency (Languages and libraries: <strong>Custom Assembly</strong>, <strong>Mark: </strong>94%).
</li>
</ul>
<br><strong>See below for screenshots:</strong>
</div>
<div class="container" style="margin-bottom: 20px;">
<section id="carousel" class="carousel">
<div class="owl-carousel carouselClass">
<div class="carousel-item">
<h3>Game of Life in C</h3>
<img src="assets/img/portfolio/PP-C.png" style="max-height: 600px;object-fit: contain;" alt="">
</div>
<div class="carousel-item">
<h3 style="margin-bottom: 5px !important;">Compiler Design Parse Tree for formula:</h3>
<h4>∀ price ∃ cost1 ( Same(cost1, price) AND ( NOT Non_zero(price) IFF (cost1 == 30) ) )</h4>
<img src="assets/img/portfolio/CDexample4_parseTree.png" style="max-height: 600px;object-fit: contain;" alt="">
</div>
<div class="carousel-item">
<h3>Distributed System for food application</h3>
<img src="assets/img/portfolio/DSsystem.png" style="max-height: 600px;object-fit: contain;" alt="">
</div>
</div>
</section>
</div>
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="container" id="contact">
<h3>Julian Wyatt</h3>
<p>If you wish to contact me to ask any questions about any of my work or to view my work, please use the social links below.<br> I would love to hear from you!</p>
<p><strong>Email:</strong> [email protected]</p>
<div class="social-links">
<a href="https://github.com/Julian-Wyatt" class="github"><i class="bx bxl-github"></i></a>
<a href="https://www.linkedin.com/in/julian-wyatt-284468174/" class="linkedin"><i class="bx bxl-linkedin"></i></a>
</div>
<br>
Favicon Rights are owned by: <a href="https://www.icons8.com">icons8.com</a>
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top"><i class="icofont-simple-up"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/jquery/jquery.min.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/owl.carousel/owl.carousel.min.js"></script>
<script src="assets/js/carousel.js"></script>
<script src="assets/js/mobileNav.js"></script>
</body>
</html>