Back on a train this morning, this time on my way to Osnabrück to give a workshop on literate programming and #Quarto at the STaPs conference (Sprachwissenschaftliche Tagung für Promotionsstudierende) tomorrow afternoon. If you're in or close to Osnabrück and want to join last minute, get in touch with me, I'm sure we can make that possible! https://staps.stuts.eu/

#linguistics #QuartoPub

STaPs | Sprachwissenschaftliche Tagung für Promotionsstudierende

@stepan

Thanks!

Replacing the clipboard didn't work for me (just tested it) but I think I partially isolated the problem:

it seems to happen only with #QuartoPub files.

Latter I'll test which plugin, LSP or what is causing it

Seriously, how would one submit the LaTex output of creating a manuscript that uses a #QuartoPub theme / extra format for a journal?

Is everything except figures now included in the "*.tex file", and anyone else should be able to "compile" it without using `quarto`?

I've never done a LaTex journal submission before ....

#AcademicChatter #Academic

We are submitting an article to MDPI Metabolites (yes, I'm aware of the general opinion of MDPI as a likely predatory publisher, I can't persuade my PI otherwise, so that's where it's going).

I'm reaching the limits of Rmd or qmd -> Word, so I'm considering using the #QuartoPub template by @thias_mittner.

https://github.com/ihrke/mdpi

Has anyone else successfully used this template for an actual journal submission to an MDPI journal?

TIA.

#AcademicPublishing #RStats

Hi #econtwitter #rstats,

Looking for great blog posts or talks on reproducible workflows w/ #QuartoPub in R/Python.
Also, examples of high-profile irreproducibility blunders 😉. I'm interested in literate programming, version control w/ Git/GitHub, & dep management with uv & renv. Any suggestions?

Help! I'm trying to write a blog post but I've fallen into the customizing-my-quarto-blog quicksand! The more I struggle to get out the deeper I sink! I've written more CSS for this R blog post than R!

#RStats #QuartoPub #Quarto

Here is a small reflection ✍️ of my life's journey 🐛 in 2025.

Wishing everyone a blessed new year 🎊 filled with peace 🍀, love ❤️, and hope 🕊️.

Link 🔗: https://jauntyjjs.github.io/reflection_2025/
Source 💻: https://github.com/JauntyJJS/reflection_2025

#rstats #quartopub #Quarto #closeread #2025reflection #scrollytelling

Build your own TARDIS with D3 – Nicola Rennie

If you’re interested in learning more about D3.js and understanding how to build custom charts with it (or if you just like Doctor Who!), then this blog is for you! It’s a step-by-step guide to creating an interactive TARDIS from scratch with D3.

Nicola Rennie
been playing about with my website. I have moved my blog here: https://blog.ritsokiguess.site/ and am filling it up with my old posts. Gotta say I like the quarto blog mechanism. #rstats #QuartoPub
Ken’s blog

TIL: If you're using #QuartoPub to render #python, you need to use

```
execute:
daemon: false
```

Or quarto will essentially reuse python sessions and NO REPRODUCIBILITY FOR YOU!