everun/content/posts/2023-07-activity-summary/index.md

86 lines
3.4 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: "2023年07月の活動報告"
date: 2023-08-01
summary: "管理人です。2023年07月の活動報告をします。"
topics: "活動"
authors:
- "管理人"
---
管理人です。OB, OG有志にて`Strava`を利用し始めたので、`Strava`のデータから7月の活動をまとめてみます。イブランのStravaグループ、誰でも参加できるようになっていますので、興味ある現役生の方はぜひ参加してみてください
<iframe allowtransparency frameborder='0' height='160' scrolling='no' src='https://www.strava.com/clubs/1124508/latest-rides/105e28b4242f413d3b66e18cef4f66144b4ae5fa?show_rides=false' width='300'></iframe>
## Stravaの記録で振り返る7月
[Strava](https://www.strava.com/clubs/1124508/latest-rides/105e28b4242f413d3b66e18cef4f66144b4ae5fa?show_rides=false)の記録をグラフ化すると、このようになりました。
### ランキング
まずは個人のランキングです。単純にランニング、ウォーキング、水泳の距離を足し算したランキングです。7月もGotoさんが一位でした。二位はKumakuraさん、三位がMusashiさんでした。
{{< chart >}}
type: 'bar',
data: {
labels: ['Goto', 'Kumakura', 'Musashi'],
datasets: [
{
label: '距離(km)',
data: [260.31580, 119.02350, 101.45800],
}
]
}
{{< /chart >}}
### 日々の運動量
日々の運動量はこちらになります。Gotoさん、Kumakuraさんがコンスタントに運動しています。Musashiさんはもう少しコンスタントに運動すると、いいのかも。
{{< chart >}}
type: 'bar',
data: {
labels: ['1日', '2日', '3日', '4日', '5日', '6日', '7日', '8日', '9日', '10日', '11日', '12日', '13日', '14日', '15日', '16日', '17日', '18日', '19日', '20日', '21日', '22日', '23日', '24日', '25日', '26日', '27日', '28日', '29日', '30日', '31日', ],
datasets: [
{
label: 'Goto',
data: [15.36980, 30.83220, 0, 0, 8.72070, 8.70040, 8.74020, 15.30900, 15.34200, 0, 0, 0, 8.73560, 8.73760, 11.01430, 15.32410, 15.32730, 0, 0, 8.67280, 8.68770, 14.46760, 15.28170, 0, 0, 8.30470, 0, 8.25360, 12.07040, 12.05310, 10.37100],
},
{
label: 'Kumakura',
data: [4.18700, 1.55340, 5.01050, 1.82430, 4.54990, 3.03820, 2.86670, 7.83010, 9.93410, 3.76780, 2.28630, 3.48510, 1.11990, 5.53280, 7.95020, 2.35770, 5.34220, 4.48190, 2.22460, 0.90710, 0, 1.82800, 6.43280, 4.08220, 3.23830, 2.11760, 2.09710, 2.28880, 4.39780, 8.70030, 3.59080],
},
{
label: 'Musashi',
data: [0, 0, 4.77710, 0, 0, 0, 2.31380, 4.78230, 9.62490, 4.79940, 0, 4.79670, 4.83260, 2.38080, 7.60640, 0, 7.90600, 0, 4.02320, 0, 4.88180, 9.15510, 4.81890, 0, 4.79390, 0, 0, 2.21180, 10.64950, 7.10380, 0],
},
]
},
options: {
scales: {
x: {
stacked: true
},
y: {
stacked: true
}
}
}
{{< /chart >}}
### 種別ごとの集計
運動種別ごとの割合はこちらです。Kumakuraさんの水泳と、Musashiさんの自転車に注目です
{{< chart >}}
type: 'doughnut',
data: {
labels: ['ランニング', 'ウォーキング', '水泳', '自転車'],
datasets: [
{
label: '距離(km)',
data: [308.31450, 130.68330, 31.15000, 10.64950],
}
]
}
{{< /chart >}}
### まとめ
イブランのStravaグループ、誰でも参加できるようになっていますので、興味ある現役生の方はぜひ参加してみてください