Hello, I'm Jack Harris, a 20 year-old undergraduate studying Computer Science at Jesus College, Oxford!

I am currently in my third year of reading Computer Science at the University of Oxford, and have been awarded exhibitions by Jesus College for high academic achievement in both the first and second year of my course. In the upcoming year I am going to take modules on Artificial Intelligence, Computer Graphics, Geometric Modelling, Data Visualisation, Computer Networks, and Databases. I will also be working on a project that involves making a platform-agnostic, user-friendly control panel for SoLiD under the supervision of Jun Zhao.
My Projects

Microsoft Talent Finder System
I was team lead on a project at the University of Oxford that entailed building a talent finding system for Microsoft to assist in their interview system. This involved me using Trello and other management tools, alongside building an extensive amount of the backend of the project. The project was built using Django and was validated and accepted by Microsoft at the end of the development process.

Single-Transferrable Vote Election System for Jesus College, Oxford
In my role as the IT Officer for the Jesus College student body, I built the election system for the student elections within the college. I first built this system as a macro for Microsoft Excel, but I have since remade the entire system in Python to make the system more maintainable and robust. The elections in the college are constitutionally required te be run using Single-Transferrable Vote, so the system implements this voting system. It is designed to be integrated with Microsoft Forms to facilitate the use of Microsoft Nexus' organisation-wide polls feature.

Extending a Pascal Compiler with OCaml
As part of the assessment for the Compilers module in my CompSci Integrated Masters at the University of Oxford, I had to extend a pascal compiler to include open array parameters, heap-allocated arrays, and array slices. The compiler was built using OCaml, so I had to both learn OCaml and use it to extend the compiler.

IT Officer for the Jesus College JCR
I was elected as the IT Officer for the student body of Jesus College, Oxford for two consecutive terms. Re-election for a second term rarely occurs in any of Oxford's student organisations, and I believe this serves as a testament to the quality of my service in the role. I have helped many students with their various IT problems (and occasionally with the odd programming problem), set up a jailbroken Wii in the common room, built the election system detailed above, and maintained the JCR website to a high standard.

It Officer for the Oxford Alternative Ice Hockey Society
I was elected as the IT Officer for the Oxford Alternative Ice Hockey Society, colloquially known as ALTS. This involved maintaining the website, keeping all the documents up to date and updating the details of the committee as they change. This has also involved a small amount of tinkering with the software that runs our sessions, with a more comprehensive update planned for once I leave university. I also helped run the sessions by doing the majority of the announcements and commentary through the evening, and this is generally enjoyed by everyone in attendance.

Rudimentary Client for the Gemini Protocol
As part of an experiment in network programming, I attempted to build a client for the Gemini protocol, a community-driven alternative protocol to the World Wide Web. I was much more interested in the backend-side of building a client, so the client doesn't have a GUI or any nice formatting of the recieved data. It does however successfully implement a TLS handshake and interface properly with the Gemini server protocols.

Quest Log, a Gamified To-Do List
The Solid Control Panel project that I am working on in third year is built using react.js. Having no experience with react, I decided to build a to-do list with it to help familiarise me with the workflow of the framework. While this side-project is unlikely to ever be completed, the experience it gave me with react was invaluable.