Skip to content

Commit 1e5e8a5

Browse files
authored
Merge pull request #64 from jolars/fix-broken-repo-url
Fix broken repo URL in blog post
2 parents 35ee37d + 6815116 commit 1e5e8a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

blog/2025-07-31-reproduce-paper/index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ format:
1111
page-layout: article
1212
---
1313

14-
Our publication workflow makes it very easy for anyone to reproduce a given paper. Consider for instance the paper <https://doi.org/10.57750/sfxn-1t05> associated with the Github repository [published-202412-giorgi-efficient][https://github.com/computorg/published-202412-giorgi-efficient]. You first need to clone the repository. Then you need to install Quarto and the Computo Quarto extension in the `published-202412-giorgi-efficient` folder that the cloning step made. Finally, you can render the document. In summary, you do that with the following commands:
14+
Our publication workflow makes it very easy for anyone to reproduce a given paper. Consider for instance the paper <https://doi.org/10.57750/sfxn-1t05> associated with the Github repository [published-202412-giorgi-efficient](https://github.com/computorg/published-202412-giorgi-efficient). You first need to clone the repository. Then you need to install Quarto and the Computo Quarto extension in the `published-202412-giorgi-efficient` folder that the cloning step made. Finally, you can render the document. In summary, you do that with the following commands:
1515

1616
```bash
1717
git clone https://github.com/computorg/published-202412-giorgi-efficient.git

0 commit comments

Comments
 (0)