Skip to content

Commit d38f8cd

Browse files
committed
docs: add CITATION.cff and sync citation info to v1.0.2
1 parent aec3345 commit d38f8cd

File tree

3 files changed

+25
-4
lines changed

3 files changed

+25
-4
lines changed

CITATION.cff

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
cff-version: 1.2.0
2+
message: "If you use this software, please cite it as below."
3+
type: software
4+
title: "Athlytics: A Reproducible Framework for Endurance Data Analysis"
5+
version: 1.0.2
6+
date-released: 2025-01-18
7+
url: "https://github.com/HzaCode/Athlytics"
8+
repository-code: "https://github.com/HzaCode/Athlytics"
9+
license: MIT
10+
authors:
11+
- family-names: "He"
12+
given-names: "Zhiang"
13+
14+
keywords:
15+
- R
16+
- sports-science
17+
- exercise-physiology
18+
- training-load
19+
- ACWR
20+
- Strava
21+
abstract: "An open-source computational framework for longitudinal analysis of exercise physiology metrics using local Strava data exports. Provides standardized functions to calculate and visualize key physiological indicators including Acute:Chronic Workload Ratio (ACWR), Efficiency Factor (EF), and training load metrics."

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ If you use **Athlytics** in academic work, please cite the software as well as t
151151
title = {Athlytics: A Reproducible Framework for Endurance Data Analysis},
152152
author = {Zhiang He},
153153
year = {2025},
154-
version = {1.0.0},
154+
version = {1.0.2},
155155
url = {https://github.com/HzaCode/Athlytics}
156156
}
157157
```

inst/CITATION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
bibentry(
22
bibtype = "Manual",
3-
title = "Athlytics: A Computational Framework for Longitudinal Analysis of Exercise Physiology",
3+
title = "Athlytics: A Reproducible Framework for Endurance Data Analysis",
44
author = person("Zhiang", "He", email = "[email protected]"),
55
year = 2025,
6-
note = "R package version 1.0.0",
6+
note = "R package version 1.0.2",
77
url = "https://github.com/HzaCode/Athlytics",
8-
textVersion = paste("Zhiang He (2025). Athlytics: A Computational Framework for Longitudinal Analysis of Exercise Physiology. R package version 1.0.0. https://github.com/HzaCode/Athlytics")
8+
textVersion = paste("Zhiang He (2025). Athlytics: A Reproducible Framework for Endurance Data Analysis. R package version 1.0.2. https://github.com/HzaCode/Athlytics")
99
)
1010

0 commit comments

Comments
 (0)