Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ website:
- stan-users-guide/complex-numbers.qmd
- stan-users-guide/dae.qmd
- stan-users-guide/survival.qmd
- stan-users-guide/wiener_diffusion_model.qmd
- section: "Programming Techniques"
contents:
- stan-users-guide/floating-point.qmd
Expand Down
62 changes: 61 additions & 1 deletion src/bibtex/all.bib
Original file line number Diff line number Diff line change
Expand Up @@ -1341,7 +1341,7 @@ @article{Henrich2024
and Klauer, Karl Christoph},
title={The Seven-parameter Diffusion Model: an Implementation in Stan for Bayesian Analyses},
journal={Behavior Research Methods},
year={2024},
year={2023},
month={Jun},
day={01},
volume={56},
Expand All @@ -1352,3 +1352,63 @@ @article{Henrich2024
url={https://doi.org/10.3758/s13428-023-02179-1}
}

@article{Henrich2026,
author={Henrich, Franziska and Klauer, Karl Christoph},
title={Modeling truncated and censored data with the diffusion model in Stan},
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Capitals in titles need to be escaped, so

Stan -> {S}tan

in the title.

journal={Behavior Research Methods},
year={2026},
month={Jan},
day={20},
volume={58},
number={42},
doi={10.3758/s13428-025-02822-z},
url={https://doi.org/10.3758/s13428-025-02822-z}
}


@article{Wagenmakers2009,
author = {Wagenmakers, Eric-Jan},
year = {2009},
title = {{Methodological and empirical developments for the Ratcliff diffusion model of response times and accuracy}},
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only escape the unusual caps, so that BibTeX can style. This should not have the outer braces and just curly braces around the R in Ratcliff.

pages = {641--671},
volume = {21},
number = {5},
issn = {0954-1446},
journal = {{European Journal of Cognitive Psychology}},
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No double braces. BibTeX styles sort out which style of capitalization and we only need to provide hints about things that should always be capitalized by wrapping in curly braces.

doi = {10.1080/09541440802205067}
}


@article{Ulrich1994,
author = {Ulrich, Rolf and Miller, Jeff},
year = {1994},
title = {{Effects of truncation on reaction time analysis}},
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No double braces.

pages = {34--80},
volume = {123},
number = {1},
journal = {{Journal of Experimental Psychology: General}}
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No double braces.

}


@article{Ratcliff1998,
author = {Ratcliff, Roger and Rouder, Jeffrey N.},
year = {1998},
title = {{Modelling response times for two-choice decisions}},
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK, I'm not going to keep writing this, but all the double braces should be removed.

pages = {347--356},
volume = {9},
number = {5},
issn = {0956-7976},
journal = {{Psychological Science}}
}


@article{Ratcliff1978,
author = {Ratcliff, Roger},
year = {1978},
title = {{A Theory of Memory Retrieval}},
pages = {59--108},
volume = {85},
number = {2},
journal = {{Psychological Review}}
}

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can't figure out where else to leave this comment, so I'm putting it here.

If the image was taken from a publication, then the source needs to be cited, the license of the source, and copyright holder of the source. Even if that copyright holder is you.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also w.r.t. the image, is the .pdf version being used? The web site will presumably use the .jpg version. Does the LaTeX automatically grab the .pdf somehow? If not, remove the .pdf if it's not being used.

1 change: 1 addition & 0 deletions src/stan-users-guide/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ book:
- complex-numbers.qmd
- dae.qmd
- survival.qmd
- wiener_diffusion_model.qmd
- part: "Programming Techniques"
chapters:
- floating-point.qmd
Expand Down
Binary file added src/stan-users-guide/img/Figure_DDM.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/stan-users-guide/img/Figure_DDM.pdf
Binary file not shown.
Loading