Skip to content

Commit 7cb837c

Browse files
committed
updated zenodo link
1 parent fc3e41f commit 7cb837c

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

STATUS.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,14 @@ Implementing feature trace recording in a pure functional way, also allows us to
1313
- **Giving Examples for Evaluation**: Our demo complements our evaluation with concrete examples for the inspected edit patterns (Section 5.2) to show that our library is able to reproduce the results of our evaluation.
1414
Therefore, our demo runs feature trace recording on an instance of each pattern (i.e., a concrete edit matching this pattern).
1515

16-
We claim the _Artifacts Available_ badge as we made our artefacts publicly available on [Github][ftrgithub] and [Zenodo][ftrzenodo]. (For now, the Zenodo link points to a reserved doi under which we will publish the artifacts once completed until the deadline at June 4.)
16+
We claim the _Artifacts Available_ badge as we made our artefacts publicly available on Github (Repository and readme file: [here][ftrgithub], Submission Release: [here][ftrrelease]), and [Zenodo][ftrzenodo].
1717

1818
We claim the _Artifacts Evaluated Reusable_ badge as we implemented feature trace recording as a reusable library (see above).
1919
Furthermore, our library serves as a reference implementation if researchers or practitioners want to reimplement feature trace recording in another programming language.
2020

21-
*: One may want to compare the formal model presented in Section 4.2 with [src/feature/recording/DefaultFeatureTraceRecording.hs](src/feature/recording/DefaultFeatureTraceRecording.hs).
21+
*: One may want to compare the formal model presented in Section 4.2 with [src/feature/recording/DefaultFeatureTraceRecording.hs](https://github.com/pmbittner/FeatureTraceRecording/blob/esecfse21/src/feature/recording/DefaultFeatureTraceRecording.hs).
2222

2323
[ftrgithub]: https://github.com/pmbittner/FeatureTraceRecording/tree/esecfse21
24-
[ftrzenodo]: https://doi.org/10.5281/zenodo.4818461
24+
[ftrrelease]: https://github.com/pmbittner/FeatureTraceRecording/releases/tag/ArtefactSubmission
25+
[ftrzenodo]: https://doi.org/10.5281/zenodo.4900683
2526
[documentation]: https://pmbittner.github.io/FeatureTraceRecording/

0 commit comments

Comments
 (0)