Using Quarto as the core piece of aggregator for reproducible research "paper" #6240
Replies: 1 comment
-
Hi, Content creators can "submit" their content (tutorials, notebooks, scripts, packages,...) in any format they are comfortable with (ipynb, rmd qmd, docx, .R,.py,docx) and our engine build on top of quarto does the conversion to markdown and then html to make it available to the end-user via the rendered website. We committed to Quarto because we are convinced of its philosophy. Its a great tool for reproducible research and it is so adaptable to the diverse environments users (specifically in the interdisciplinary field of computational social science) work in. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Hi,
I'm working on the idea of a open source file format agnostic aggregator for reproducible research "paper" based on Quarto.
Researchers will write using their favourite tool (Quarto, Jupyter Notebook, ...) and version control their work in their favourite Git host (GitHub, GitLab, Bitbucket, ...). The aggregator operator creates containers capable of reproduce the code blocks in the documents, renders the document to Markdown (adding relevant metadata) using Quarto, and stores the Markdown in a central location. After process all the documents, the aggregator operator render all the documents into a website using Quarto.
User Case
Limitations
Why do you use Markdown as intermediate step?
Beta Was this translation helpful? Give feedback.
All reactions