diff options
| author | mjkwiatkowski <mati.rewa@gmail.com> | 2025-12-21 12:28:33 +0100 |
|---|---|---|
| committer | mjkwiatkowski <mati.rewa@gmail.com> | 2025-12-21 12:28:33 +0100 |
| commit | a96d8ec708500b10cf48298213922b7dc0398d9a (patch) | |
| tree | c8c180e06bee1e81effb3f8f9085c7edd9093630 /public/cv/index.html | |
| parent | 87370a6c7d891a30d6a50ed66ac98feda5a63817 (diff) | |
refactor: moved files from themes to layouts and static
Diffstat (limited to 'public/cv/index.html')
| -rw-r--r-- | public/cv/index.html | 143 |
1 files changed, 0 insertions, 143 deletions
diff --git a/public/cv/index.html b/public/cv/index.html deleted file mode 100644 index a571a63..0000000 --- a/public/cv/index.html +++ /dev/null @@ -1,143 +0,0 @@ -<!DOCTYPE html> -<html lang=en-us> - <head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script> - <meta charset="utf-8"> - <meta name="viewport" content="width=device-width, initial-scale=1"> - <link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png"> - <link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png"> - <link rel="manifest" href="/images/site.webmanifest"> - <link rel="stylesheet" href="/css/style.css" /> - <link rel="stylesheet" href="/css/fonts.css" /> - </head> - <body> - <header> - <div class="container"> - <div class="avatar"> - <img width="120px" height="120px" src="images/pyro.jpg" alt="my logo"> - </div> - <div> - <h1>mjkw</h1> - <ul id="bar"> - <li> - <a href="mailto:mati.rewa@gmail.com">mati.rewa@gmail.com</a> - </li> - <li>|</li> - <li> - <a href="https://git.denounce.ai/">git.denounce.ai</a> - </li> - <li> - | - </li> - <li> - <a href="https://ohmyghost.nl">ohmyghost.nl</a> - </li> - <li> - | - </li> - <li> - <a href="https://atlarge-research.com/mkwiatkowski/">research</a> - </li> - <li> - | - </li> - <li> - book blog - </li> - </ul> - </div> - </div> - </header> - - -<div class="container"> - <p>Posts</p> -<div class="content-wrapper"> - - <h1 id="mateusz-kwiatkowski">Mateusz Kwiatkowski</h1> -<p><strong>Computer Science student</strong> | -Amsterdam, the Netherlands | <a href="mailto:m.j.kwiatkowski@student.vu.nl">m.j.kwiatkowski@student.vu.nl</a> | <a href="https://nl.linkedin.com/in/m-j-kwiatkowski">LinkedIn</a></p> -<hr> -<h2 id="education">Education</h2> -<p><strong>B.Sc. in Computer Science</strong> -Vrije Universiteit Amsterdam | 2023 – Current</p> -<ul> -<li>Current GPA 9.2 out of 10.</li> -<li>Honors student, admitted to the extracurricular honors program for exceptional students.</li> -<li>Ranked top 1% among more than 350 students in Computer Organization and Computer Networks courses,</li> -<li>Ranked top 6.2% among all students in B.Sc. degrees in Faculty of Science, in academic year 2023/2024.</li> -<li>Member of the STORM, SIB and A.S.A.V. Aquila student associations.</li> -<li>International student ambassador.</li> -</ul> -<h2 id="experience">Experience</h2> -<p><strong>University Teaching Assistant</strong> -Amsterdam, the Netherlands | April 2024 – Current | 1 year 4 months</p> -<ul> -<li> -<p>Computer Programming:</p> -<ul> -<li>teaching first year students programming in C++</li> -<li>grading C++ assignments and giving constructive feedback</li> -<li>tutoring a group of 30 first year students during weekly labs</li> -</ul> -</li> -<li> -<p>Computer Organization:</p> -<ul> -<li>organizing task distribution among team members</li> -<li>coordinating team communication and weekly meetings</li> -<li>managing and improving course components, such as assmebly labs, tutorials and lectures</li> -</ul> -</li> -<li> -<p>Computer Networks:</p> -<ul> -<li>coordinating the communication between students and teaching team</li> -<li>managing the in-lecture activities and grading of quizzes</li> -<li>organizing and presenting interactive tutorial sessions for students</li> -</ul> -</li> -<li> -<p>Software Engineering Processes:</p> -<ul> -<li>grading testing and CI/CD assignments</li> -<li>providing constructive feedback to students</li> -<li>improving course components for future course editions</li> -</ul> -</li> -</ul> -<hr> -<h2 id="projects">Projects</h2> -<p><strong>Honors Research Project</strong></p> -<ul> -<li>Inspecting the impact of data centers on digital society and economy.</li> -<li>Investigating the potential use-cases of data center digital twins.</li> -<li>Designing a novel reference architecture for a data center digital twin.</li> -</ul> -<hr> -<h2 id="research-experience">Research Experience</h2> -<ul> -<li>Member of @Large-Research, leading computer systems research team in the Netherlands, with focus on cloud computing, data center technology and ICT digital twins.</li> -<li>Attending weekly group meetings to discuss current projects, present research findings and receive feedback.</li> -</ul> -<hr> - - - <ul id="content-list"> - - - - </ul> -</div> -</div> - -<footer> - <center> - - © Copyright 2024-2025 Mateusz J. Kwiatkowski. All Rights Reserved. - - </center> -</footer> -</body> -</html> - - |
