diff --git a/_data/navigation.yml b/_data/navigation.yml index adda744c8ad6c..ae5e01ab7439d 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -6,11 +6,11 @@ main: - title: "Talks" url: /talks/ - - title: "Teaching" - url: /teaching/ + # - title: "Teaching" + # url: /teaching/ - - title: "Portfolio" - url: /portfolio/ + # - title: "Portfolio" + # url: /portfolio/ - title: "Blog Posts" url: /year-archive/ diff --git a/_pages/portfolio.html b/_pages/projects.html similarity index 61% rename from _pages/portfolio.html rename to _pages/projects.html index d5c93d2e408c9..98c34c6510aaf 100644 --- a/_pages/portfolio.html +++ b/_pages/projects.html @@ -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 %} diff --git a/_projects/project-2.md b/_projects/project-2.md new file mode 100644 index 0000000000000..bfe3a654ffce9 --- /dev/null +++ b/_projects/project-2.md @@ -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) + + + +Check project on GitHub \ No newline at end of file