-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (42 loc) · 2.61 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
<!DOCTYPE html>
<html>
<head>
<title>Max Guy</title>
<link rel="stylesheet" href="css/main.css">
</head>
<div id="page_content">
<body>
<div class="TitleSection">
<h1>Max Guy Website</h1><br>
</div>
<div id="nav_bar">
<ul>
<li><a href="max_guy_software_cv.pdf" target="_blank">CV</a></li>
<li><a href="https://github.com/maxguy2001" target="_blank">Github</a></li>
<li><a href="https://www.linkedin.com/in/max-guy-3424081bb/" target="_blank">LinkedIn</a></li>
</ul>
</div>
<h4>My name is Max Guy, I'm a 4th year Mathematics and Statistics student at the University of Edinburgh with my
academic interests focussed mainly in the fields of data science, programming, statistics and computational mathematics.
<br><br>
I am the project manager for a software subteam at <a href="https://www.hyp-ed.com/">HYPED</a> where I focus on
the navigation of a pod which will be running through a vacuum tube at similar velocities to an aircraft. HYPED is
one of the most advanced and successful university teams of its type.
<br><br>
Recently in HYPED, my focus has shifted from the direct development of software to more of a mentorship/ development role for my team.
While I still actively write and review code, I have been working more to further both the programming and wider skillset of my team. This has
involved teaching effective communication in a software development context and showing how to increase the overall quality of code.
<br><br>
My fourth year honors project involves building a fast linear programming solver from scratch in C++. This is designed for use in a compiler
and so needs to be both reliable and lightweight. My code for this project can be found <a href="https://github.com/maxguy2001/hons-project">here</a>.
The final solver managed to solve the approximately 150,000 problems in 2.5 seconds on average when run on a standard laptop.
<br><br>
In my spare time, I participate in various hackathons and work on different data science projects that interest me.
I can comfortably write code in python, C++ and R however I am always excited to learn more!
</h4>
</body>
</div>
<footer>
A website by Max Guy
</footer>
</html>