Skip to content

Commit fdbd060

Browse files
docs: standardize journal quality metrics in README
- Align publication section structure with portfolio standards - Add explicit Impact Factor and CiteScore metrics for the TEST journal - Update SJR and H-Index to reflect the latest 2025 data - Ensure visual and narrative consistency across all repositories
1 parent 36a05c7 commit fdbd060

1 file changed

Lines changed: 5 additions & 9 deletions

File tree

README.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,14 @@ This project implements a **ridge penalization** scheme to enhance the log-likel
3737

3838
## 🏆 Publication & Journal Quality
3939

40-
This research is published in the **Brazilian Journal of Probability and Statistics (BJPS)**, the official journal of the Brazilian Statistical Association (ABE). Received May 2025; accepted December 2025.
40+
This research was published in the **Brazilian Journal of Probability and Statistics (BJPS)**, the official journal of the Brazilian Statistical Association (ABE). The journal's standing speaks to the rigor of the underlying research, as reflected in its key metrics:
4141

42-
* **DOI:** [10.1214/25-BJPS645](https://doi.org/10.1214/25-BJPS645)
43-
* **SJR (SCImago Journal Rank):** 0.251
44-
* **H-Index:** 23
45-
* **CiteScore:** 1.2
4642
* **Impact Factor:** 0.55
43+
* **CiteScore:** 1.2
44+
* **SJR:** 0.251
45+
* **H-Index:** 23
4746

48-
49-
<a href="https://www.scimagojr.com/journalsearch.php?q=19900192736&amp;tip=sid&amp;exact=no" title="SCImago Journal &amp; Country Rank"><img border="0" src="https://www.scimagojr.com/journal_img.php?id=19900192736" alt="SCImago Journal &amp; Country Rank" /></a>
47+
[![SCImago Journal & Country Rank](https://www.scimagojr.com/journal_img.php?id=19900192736)](https://www.scimagojr.com/journalsearch.php?q=19900192736&tip=sid&exact=no)
5048

5149
*(Note: Metrics reflect the journal's standing in the field of Statistics and Probability)*
5250

@@ -113,14 +111,12 @@ install.packages("path/to/file/BarmaRidgeBJPS2025_1.0.0.tar.gz",
113111
repos = NULL,
114112
type = "source")
115113
```
116-
*(Note: Change the version number in the filename if it differs from `1.0.0`)*
117114

118115
**⚠️ Note on Installation Time:**
119116
The installation process builds the package vignettes, which involve running **bootstrap procedures** to reproduce the examples from the article.
120117
**This process may take several minutes.**
121118
Please note that while the original simulation study utilized high-performance parallel computing (8+ cores), the package vignettes are restricted to run on **1 core** to ensure compatibility across all systems, even though the code supports parallelization.
122119

123-
124120
---
125121

126122
**Last Tested Environment**

0 commit comments

Comments
 (0)