Skip to content

Commit 5b09355

Browse files
committed
Added JOSS submission status badge to readme
1 parent 7f48721 commit 5b09355

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.Rmd

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,16 @@ Open-source software for computing main effects and indices of alignment across
2525

2626

2727
```{r echo=FALSE, results='asis'}
28-
# Get current package version from DESCRIPTION
29-
if (!requireNamespace("desc", quietly = TRUE)) {
30-
install.packages("desc")
31-
}
32-
3328
# Generate badges with HTML wrapper for horizontal layout
3429
cat('<div style="display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 15px;">')
3530
3631
# Simplified GitHub Release badge (let Shields.io auto-detect version)
3732
cat('[![GitHub release](https://img.shields.io/github/v/release/Reilly-ConceptsCognitionLab/ConversationAlign?color=blue&include_prereleases&label=Release)](https://github.com/Reilly-ConceptsCognitionLab/ConversationAlign/releases)')
3833
34+
#JOSS submission badge
35+
cat('[![status](https://joss.theoj.org/papers/839ab720504a5c966b4b2893f78ec2b2/status.svg)](https://joss.theoj.org/papers/839ab720504a5c966b4b2893f78ec2b2)
36+
')
37+
3938
# GitHub Stars badge
4039
cat('
4140
[![GitHub stars](https://img.shields.io/github/stars/Reilly-ConceptsCognitionLab/ConversationAlign?style=social)](https://github.com/Reilly-ConceptsCognitionLab/ConversationAlign/stargazers)

0 commit comments

Comments
 (0)