Skip to content

Latest commit

 

History

History
141 lines (117 loc) · 5.49 KB

File metadata and controls

141 lines (117 loc) · 5.49 KB
layout default
title Mon CV sportif
description Benjamin Dos Santos, Runner.
redirect_from
/about
/about.html
permalink /cv.html
cover 2016/11/MR65-3.jpg

CV Sportif

Présentation

{% assign birth_year = 1988 %} {% assign birth_month = 5 %} {% assign current_year = site.time | date: '%Y' | plus: 0 %} {% assign current_month = site.time | date: '%-m' | plus: 0 %} {% assign age = current_year | minus: birth_year %} {% if current_month < birth_month %}{% assign age = age | minus: 1 %}{% endif %} Benjamin Dos Santos, {{ age }} ans, chausse du 42½, modeste routard reconverti à l'ultra trail.

❤️ J'aime bien : le Fartlek, les côtes, le zéro drop, les moutons Mérino, faire du vélo, voyager, le saumon, le minimalisme.

💔 J'aime pas trop : courir en ville, les descentes trop techniques, les filtres snapchat, les foulées d'instagrameuses.

Compétitions

{% assign year = 2013 %} {% for post in site.categories["compétition"] %} {% capture thisyear %} {{ post.date | date: '%Y' }} {% endcapture %} {% if year != thisyear %} {% assign year=thisyear %}

{{ thisyear }}

{% endif %}

{{ post.country_emoji | append: ' ' }}[{{ post.title }}]({{ post.url }}) - {{ post.distance }}, {{ post.elevation }}, {{ post.time }} {% endfor %}

2009 à 2014

Principalement des courses sur route, dont entre autre les 10km Paris centre, 10km de Reims, 10km l'Equipe, 20km de Paris, Paris-Versailles, Sedan-Charleville, Semi-Marathon de Paris [...]

Map

<script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js" integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo=" crossorigin=""></script> <script> (function () { var map = L.map('races-map').setView([20, 10], 2); L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', { attribution: '© OpenStreetMap contributors', maxZoom: 18 }).addTo(map); fetch('https://raw.githubusercontent.com/bdossantos/bds.run/master/_data/races.geojson') .then(function (r) { return r.json(); }) .then(function (data) { L.geoJSON(data, { filter: function (feature) { return feature.geometry && feature.geometry.coordinates && feature.geometry.coordinates[0] !== null && feature.geometry.coordinates[1] !== null; }, pointToLayer: function (feature, latlng) { return L.circleMarker(latlng, { radius: 6, color: '#fc4c02', fillColor: '#fc4c02', fillOpacity: 0.8 }); }, onEachFeature: function (feature, layer) { if (feature.properties && feature.properties['Race name']) { layer.bindPopup(feature.properties['Race name']); } } }).addTo(map); }) .catch(function (err) { console.error('Failed to load races GeoJSON:', err); }); })(); </script>

Index de performance ITRA*

Distance category General Half Marathon 50K 50M
ITRA Performance Index 598 598 421 421
Best ITRA Score 616 616 534 0
Races Finished 19/20 6/6 7/7 0/0

* [International Trail Running Association][ITRA] — données statiques, voir le profil live pour les chiffres à jour.

Références chronométriques

Distance Temps Course Année
10Km 38:32 10 Km de Clichy 2016
15Km 1:00:11 20 Km de Paris 2014
20Km 1:20:32 20 Km de Paris 2014
30Km 2:20:56 [Ecotrail de Paris 30 Km][30k] 2016
Semi-Marathon 1:32:00 Sedan-Charleville (24,3Km) 2013
Marathon N/A N/A N/A
50Km 6:29:44 [Ecotrail Reykjavik 82 Km][50k] 2018
100Km 13:25:00 [Ecotrail Reykjavik 82 Km][100k] 2018

Formations

2010 - 2012

Licencié à L'[ASPTT Athlétisme Charleville-Mézières][ASPTT], entrainé par Pascal Billaudel. Merci à lui ainsi qu'à Christian Haquin de m'avoir appris à courir.

Me contacter

  • [Site personnel][bds]
  • [Twitter][twitter]
  • [Strava][strava]

[30k]: {% post_url /2016/2016-03-19-ecotrail-de-paris-30Km %} [50k]: {% post_url /2018/2018-07-06-ecotrail-reykjavik-82km %} [100k]: {% post_url /2018/2018-07-06-ecotrail-reykjavik-82km %} [ASPTT]: https://asptt08.athle.com/ [ITRA]: https://itra.run/RunnerSpace/DOS.SANTOS.Benjamin/557280 [bds]: https://bds.run [twitter]: https://twitter.com/benjamin_ds [strava]: https://www.strava.com/athletes/6925704