forked from academicpages/academicpages.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
19 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
--- | ||
layout: archive | ||
title: "Portfolio" | ||
permalink: /portfolio/ | ||
title: "Projects" | ||
permalink: /projects/ | ||
author_profile: true | ||
--- | ||
|
||
{% include base_path %} | ||
|
||
|
||
{% for post in site.portfolio %} | ||
{% for post in site.projects %} | ||
{% include archive-single.html %} | ||
{% endfor %} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
title: "F1 Performance Analysis and Visualisation" | ||
date: 2022-08-07 | ||
excerpt: "Data Analysis of drivers performance from telemetry using Python" | ||
collection: projects | ||
--- | ||
|
||
Analysed drivers performance and produced infographics as well as maps for better data visualisation using telemetry recordings from live GP races (Python) | ||
|
||
<!-- <img src='/images/projects/Hungary_2022_Qualifying_RUS_LEC.png'> --> | ||
|
||
<a href='https://github.com/antonypap'>Check project on GitHub</a> |