Compare commits

...

4 Commits

2 changed files with 89 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 234 KiB

View File

@ -0,0 +1,89 @@
---
title: "2023年10月の活動報告"
date: 2023-11-03
summary: "管理人です。2023年10月の活動報告をします。"
topics: "活動"
authors:
- "管理人"
---
管理人です。仙台は段々と肌寒くなってきました。10月はSendai Coffee Fesが定禅寺通りでやっていましたね
![Image](https://farm66.staticflickr.com/65535/53259432663_4791a5fec9_c.jpg)
さて、いつものようにOB, OG有志にて`Strava`を利用し始めたので、10月の活動報告をしようと思います。
## Stravaの記録で振り返る10月
[Strava](https://www.strava.com/clubs/1124508/latest-rides/105e28b4242f413d3b66e18cef4f66144b4ae5fa?show_rides=false)の記録をグラフ化すると、このようになりました。
### ランキング
まずは個人のランキングです。単純にランニング、ウォーキング、水泳、サイクリングの距離を足し算したランキングです。Musashiさんが自転車通勤を始めて、かなり距離を稼いでいます
{{< chart >}}
type: 'bar',
data: {
labels: ['Musashi', 'Goto', 'Kumakura'],
datasets: [
{
label: '距離(km)',
data: [333.07340, 248.69870, 176.70880],
}
]
}
{{< /chart >}}
### 日々の運動量
日々の運動量はこちらになります。みなさん、毎日コンスタントに運動しています!
{{< 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.36080, 0, 8.32390, 0, 0, 8.34000, 15.28980, 15.32000, 7.60290, 0, 8.30770, 8.32600, 8.31170, 15.56030, 12.40060, 0, 8.34010, 8.34770, 8.32470, 8.52350, 15.44120, 15.38960, 0, 16.67120, 8.37420, 8.61290, 0, 15.29460, 12.23530, 0, 0],
},
{
label: 'Kumakura',
data: [4.12240, 13.72480, 2.31500, 6.67120, 2.89840, 1.29160, 4.43150, 8.30370, 17.39390, 4.69750, 5.18610, 1.21930, 6.30070, 7.74570, 8.66260, 4.51570, 1.46230, 7.20160, 1.20720, 6.12150, 8.60950, 5.55870, 5.38450, 1.75140, 4.85050, 4.09650, 4.23010, 10.68380, 7.14220, 5.20480, 3.72410],
},
{
label: 'Musashi',
data: [18.60190, 5.94510, 11.41470, 7.34050, 2.96570, 5.76900, 42.08120, 1.10000, 0.60760, 5.78890, 7.66610, 7.47390, 21.33340, 24.12470, 5.26750, 0, 10.53130, 20.76600, 12.75330, 8.22810, 0, 0, 8.23070, 8.34290, 15.51440, 5.92030, 16.14810, 12.71250, 22.87230, 21.02430, 2.54900],
},
]
},
options: {
scales: {
x: {
stacked: true
},
y: {
stacked: true
}
}
}
{{< /chart >}}
### 種別ごとの集計
運動種別ごとの割合はこちらです。Musashiさんのサイクリングが目立っていますが、Gotoさんがコツコツとランニングの距離を稼いでいることに注目すべきと思います
{{< chart >}}
type: 'doughnut',
data: {
labels: ['ランニング', 'サイクリング', 'ウォーキング', 'スイミング'],
datasets: [
{
label: '距離(km)',
data: [320.27420, 207.85160, 188.70510, 41.65000],
}
]
}
{{< /chart >}}
### まとめ
イブランの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>