Skip to content

Commit b09b2c0

Browse files
bbuchsbaumclaude
andcommitted
chore: release prep — MIT badge, citation section, CITATION v0.4.0
- README: add MIT license badge, add ## Citation section - inst/CITATION: bump version 0.2.0 → 0.4.0, add email/ORCID to author, add header field Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 5222a04 commit b09b2c0

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ coverage](https://codecov.io/gh/bbuchsbaum/bidser/branch/master/graph/badge.svg)
1313
experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
1414
[![CRAN
1515
status](https://www.r-pkg.org/badges/version/bidser)](https://CRAN.R-project.org/package=bidser)
16+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
1617
<!-- badges: end -->
1718

1819
[BIDS](https://bids.neuroimaging.io/) in R – (it’s a start!)
@@ -35,6 +36,12 @@ devtools::install_github("bbuchsbaum/bidser")
3536

3637
See <https://bbuchsbaum.github.io/bidser/articles/quickstart.html>
3738

39+
## Citation
40+
41+
If you use bidser in published work, please cite:
42+
43+
Buchsbaum, B. (2026). *bidser: Work with Brain Imaging Data Structure (BIDS) Projects*. R package version 0.4.0. <https://github.com/bbuchsbaum/bidser>
44+
3845
<!-- albersdown:theme-note:start -->
3946
## Albers theme
4047
This package uses the albersdown theme. Existing vignette theme hooks are replaced so `albers.css` and local `albers.js` render consistently on CRAN and GitHub Pages. The defaults are configured via `params$family` and `params$preset` (family = 'red', preset = 'homage'). The pkgdown site uses `template: { package: albersdown }` together with generated `pkgdown/extra.css` and `pkgdown/extra.js` so the theme is linked and activated on site pages.

inst/CITATION

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
bibentry(
22
bibtype = "Manual",
33
title = "bidser: Work with Brain Imaging Data Structure (BIDS) Projects",
4-
author = person("Bradley", "Buchsbaum"),
4+
author = person("Bradley", "Buchsbaum", email = "brad.buchsbaum@gmail.com",
5+
role = c("aut", "cre"),
6+
comment = c(ORCID = "0000-0002-1108-4866")),
57
year = "2026",
6-
note = "R package version 0.2.0",
7-
url = "https://github.com/bbuchsbaum/bidser"
8+
note = "R package version 0.4.0",
9+
url = "https://github.com/bbuchsbaum/bidser",
10+
header = "To cite bidser in publications use:"
811
)
912

1013
bibentry(

0 commit comments

Comments
 (0)