Skip to content

Commit 48fd417

Browse files
authored
Add statements on impact and AI usage (#72)
1 parent be925a8 commit 48fd417

2 files changed

Lines changed: 26 additions & 1 deletion

File tree

paper/paper.bib

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,16 @@ @misc{Copier
6565
year=2026,
6666
note={Accessed: 2026-03-23}
6767
}
68+
69+
@article{FTorch,
70+
doi={10.21105/joss.07602},
71+
url={https://doi.org/10.21105/joss.07602},
72+
year = {2025},
73+
publisher = {The Open Journal},
74+
volume = {10},
75+
number = {107},
76+
pages = {7602},
77+
author = {Atkinson, Jack and Elafrou, Athena and Kasoar, Elliott and Wallwork, Joseph G. and Meltzer, Thomas and Clifford, Simon and Orchard, Dominic and Edsall, Chris},
78+
title = {{FTorch}: a library for coupling {PyTorch} models to {Fortran}},
79+
journal = {Journal of Open Source Software}
80+
}

paper/paper.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ affiliations:
2121
index: 1
2222
- name: Scientific Software Engineering Center, University of Washington, USA
2323
index: 2
24-
date: 23 March 2026
24+
date: 15 April 2026
2525
bibliography: paper.bib
2626

2727
---
@@ -116,6 +116,13 @@ and JOSS paper workflows can be generated from the templates. For added
116116
recursion, the workflow checks that it can itself be generated from the test
117117
suite template.
118118

119+
## Impact
120+
121+
While `green-ci` is a new tool, it is beginning to be used in the community.
122+
It was used to inform the continuous integration testing framework for the
123+
Fortran-based machine learning package, *FTorch* [@FTorch].
124+
The tool is also gathering GitHub stars.
125+
119126
# Future development
120127

121128
Currently, `green-ci` is restricted to GitHub Actions. In the future, we would
@@ -127,4 +134,9 @@ The Institute of Computing for Climate Science and Scientific Software
127134
Engineering Center are supported by Schmidt Sciences, LLC. Thank you to members
128135
of the Green RSE SIG for suggestions and feedback on best practices.
129136

137+
# AI usage statement
138+
139+
No AI tools were used in the writing or reviewing of this paper. GitHub Copilot
140+
was used in a limited way to assist with debugging the testing setup.
141+
130142
# References

0 commit comments

Comments
 (0)