Skip to content

Commit

Permalink
Signed-off-by: Silvio Fanzon <silvio.fanzon@gmail.com>
Browse files Browse the repository at this point in the history
  • Loading branch information
sfanzon committed Aug 5, 2024
1 parent bb3d48a commit 6703db4
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 7 deletions.
26 changes: 26 additions & 0 deletions _bibliography/seminars_institutional.bib
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
%% This BibTeX bibliography file was created using BibDesk.
%% https://bibdesk.sourceforge.io/
%% Created for Silvio Fanzon at 2024-08-05 21:56:57 +0100
%% Saved with string encoding Unicode (UTF-8)
@string{aps = {American Physical Society,}}
@misc{2024-Curriculum-Design,
abbr = {Online},
abstract = {My final assignment presentation for the Curriculum Design module, part of the PCAP Programme at the University of Hull. I analyse the module Statistical Models which I taght in 2023/24, offering perspectives on how the curriculum aligns to the themes of Curricular Context, Assessment & Feedback Design, Inclusive & Decolonised curriculum, Sustainability and Global Competence. For each theme, I identify areas for enhancement and propose practical, literature-driven solutions for implementation. A comprehensive analysis of the cited literature can be found in the attached document, titled Annotated Bibliography.},
date = {6 Aug 2024},
date-added = {2024-08-05 16:55:01 +0100},
date-modified = {2024-08-05 21:56:14 +0100},
invited = {false},
month = {Aug},
slides = {/2024-Curriculum-Design-Slides/},
talk = {true},
talk_title = {Curriculum evaluation for Statistical Models},
title = {Final assignment presentation for the PCAP module Curriculum Design},
venue = {Online},
year = {2024}}
2 changes: 1 addition & 1 deletion _bibliography/seminars_talks.bib
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%% This BibTeX bibliography file was created using BibDesk.
%% https://bibdesk.sourceforge.io/
%% Created for Silvio Fanzon at 2023-09-05 10:07:12 +0200
%% Created for Silvio Fanzon at 2024-08-05 21:55:30 +0100
%% Saved with string encoding Unicode (UTF-8)
Expand Down
2 changes: 1 addition & 1 deletion _news/2023-12-22.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ inline: true
related_posts: false
---

Our preprint <a href="https://arxiv.org/abs/2312.14637">Faster identification of faster Formula 1 drivers via time-rank duality</a> is out. We provide a novel approach to estimate race-winning probabilities, which leads to new insights regarding driver-level versus car-level effects, as well as a simplified Monte Carlo simulation algorithm. The annotated R code to reproduce the findings is <a href="https://sfanzon.github.io/F1-Paper-Code/">here</a>
Our preprint <a href="/publications/#2024-Fry-Bri-Fan">Faster identification of faster Formula 1 drivers via time-rank duality</a> is out. We provide a novel approach to estimate race-winning probabilities, which leads to new insights regarding driver-level versus car-level effects, as well as a simplified Monte Carlo simulation algorithm. The annotated R code to reproduce the findings is <a href="https://sfanzon.github.io/F1-Paper-Code/">here</a>
20 changes: 15 additions & 5 deletions _pages/talks.md → _pages/presentations.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
layout: page
permalink: /talks/
title: Talks
permalink: /presentations/
title: Presentations
description:
years_talk: [2023,2022,2021,2019,2018,2017,2016]
years_talk: [2024,2023,2022,2021,2019,2018,2017,2016]
years_poster: [2021,2016]
nav: true
nav_order: 6
Expand All @@ -16,7 +16,8 @@ All my dissemination activity divided in

<p>
<ul>
<li><a href="#talk"><b>Oral Presentations</b></a></li>
<li><a href="#institutional"><b>Institutional Presentations</b></a></li>
<li><a href="#talk"><b>Academic Talks</b></a></li>
<li><a href="#poster"><b>Poster Presentations</b></a></li>
</ul>
</p>
Expand All @@ -32,7 +33,16 @@ All my dissemination activity divided in
<div class="publications">


<a id="talk"><h3 style="margin-top: 3.3rem; margin-bottom: -1.0rem;"><b>Oral Presentations</b></h3></a>
<a id="institutional"><h3 style="margin-top: 3.3rem; margin-bottom: -1.0rem;"><b>Institutional Presentations</b></h3></a>

{%- for y in page.years_talk %}
<h2 class="year">{{ y }}</h2>
{% bibliography -f seminars_talks -q @*[year={{y}}]* %}
{% endfor %}



<a id="talk"><h3 style="margin-top: 3.3rem; margin-bottom: -1.0rem;"><b>Academic Talks</b></h3></a>

{%- for y in page.years_talk %}
<h2 class="year">{{ y }}</h2>
Expand Down

0 comments on commit 6703db4

Please sign in to comment.