44
55This is a template repository for experimental runs of LIBRA.
66
7- This repository has the data for the run [ ** insert run name ** ] .
7+ This repository has the data for the run [ BABY 1L Run # 7 ] .
88
99## How to reproduce the results
1010
@@ -20,18 +20,18 @@ This repository has the data for the run [**insert run name**].
2020conda env create -f environment.yml
2121```
2222
23- 2 . Run the notebooks with the created environment ` [INSERT NAME OF ENV ] `
23+ 2 . Run the notebooks with the created environment ` [baby-1l-run-7 ] `
2424
2525## Todo list:
2626- [ ] [ Link to Zenodo] ( https://zenodo.org/ )
27- - [ ] Change environment name in [ ` environment.yml ` ] ( environment.yml )
28- - [ ] Change environment name in [ CI workflows] ( .github/workflows )
27+ - [x ] Change environment name in [ ` environment.yml ` ] ( environment.yml )
28+ - [x ] Change environment name in [ CI workflows] ( .github/workflows )
2929- [ ] Modify [ binder] ( https://mybinder.org/ ) badge by inserting the repo name
30- - [ ] Add general run data to [ ` data/general.json ` ] ( data/general.json )
31- - [ ] Add LSC data to [ ` data/tritium_detection ` ] ( data/tritium_detection )
30+ - [x ] Add general run data to [ ` data/general.json ` ] ( data/general.json )
31+ - [x ] Add LSC data to [ ` data/tritium_detection ` ] ( data/tritium_detection )
3232- [ ] Add neutron detection data to [ ` data/neutron_detection ` ] ( data/neutron_detection )
33- - [ ] Add OpenMC model to [ ` analysis/neutron ` ] ( analysis/neutron )
34- - [ ] Add Tritium model to [ ` analysis/tritium ` ] ( analysis/tritium )
33+ - [x ] Add OpenMC model to [ ` analysis/neutron ` ] ( analysis/neutron )
34+ - [x ] Add Tritium model to [ ` analysis/tritium ` ] ( analysis/tritium )
3535- [ ] Add the right version tags to [ ` environment.yml ` ] ( environment.yml )
3636- [ ] Add and update information in the README
3737- [ ] Add all analysis to [ CI workflows] ( .github/workflows )
0 commit comments