From 3560c181a9813fb7841d244bd9bc2189e171b46f Mon Sep 17 00:00:00 2001 From: Michael Kuczynski Date: Tue, 12 Nov 2024 09:57:13 -0700 Subject: [PATCH 1/2] Updated upload artifact to v4 --- .github/workflows/draft-pdf.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/draft-pdf.yml b/.github/workflows/draft-pdf.yml index 09e2467..e97e328 100644 --- a/.github/workflows/draft-pdf.yml +++ b/.github/workflows/draft-pdf.yml @@ -13,7 +13,7 @@ jobs: journal: joss paper-path: manuscript/paper.md - name: Upload - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v4 with: name: ORMIR_XCT Paper Draft - path: manuscript/paper.pdf \ No newline at end of file + path: manuscript/paper.pdf From cee3feff927cf6ea353792894a7a0f28fd02a29e Mon Sep 17 00:00:00 2001 From: Michael Kuczynski Date: Tue, 12 Nov 2024 10:01:05 -0700 Subject: [PATCH 2/2] Updated citation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7339790..1432824 100644 --- a/README.md +++ b/README.md @@ -45,4 +45,4 @@ The modules in the `ormir_xct` directory can now be run. Examples for each modul ## Citation When using the ORMIR_XCT package, please use the following citation: -- *Kuczynski, M.T., et al. "ORMIR_XCT: A Python package for high resolution peripheral quantitative computed tomography image processing." arXiv preprint arXiv:2309.04602 (2023).* \ No newline at end of file +- *Kuczynski et al., (2024). ORMIR_XCT: A Python package for high resolution peripheral quantitative computed tomography image processing. Journal of Open Source Software, 9(97), 6084, https://doi.org/10.21105/joss.06084* \ No newline at end of file