4
4
5
5
This is a template repository for experimental runs of LIBRA.
6
6
7
- This repository has the data for the run [ ** insert run name ** ] .
7
+ This repository has the data for the run [ BABY 1L Run # 10 ] .
8
8
9
9
## How to reproduce the results
10
10
@@ -20,21 +20,21 @@ This repository has the data for the run [**insert run name**].
20
20
conda env create -f environment.yml
21
21
```
22
22
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-10 `
24
24
25
25
## Todo list:
26
26
- [ ] [ 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 )
29
29
- [ ] 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 )
32
32
- [ ] 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 )
35
35
- [ ] Add the right version tags to [ ` environment.yml ` ] ( environment.yml )
36
36
- [ ] Add and update information in the README
37
- - [ ] Add all analysis to [ CI workflows] ( .github/workflows )
37
+ - [x ] Add all analysis to [ CI workflows] ( .github/workflows )
38
38
- [ ] Make first release on GitHub
39
39
- [ ] Update Zenodo badge with new DOI
40
40
- [ ] Link Zenodo record (created automatically) to the [ LIBRA-project Zenodo community] ( https://zenodo.org/communities/libra-project/records )
0 commit comments