@@ -115,6 +115,16 @@ modified slightly (to have similar format to the work by Honda et al. cited abov
115
115
with associated paper
116
116
> G. D. Barr, T. K. Gaisser, P. Lipari, S. Robbins, and T. Stanev, Phys. Rev. D 70, 023006 (2004).
117
117
118
+ ## GLoBES
119
+
120
+ The service [ ` osc.globes ` ] ( /pisa/stages/osc/globes.py ) does not reproduce but calls upon the GLoBES software
121
+ > https://www.mpi-hd.mpg.de/personalhomes/globes/index.html
122
+
123
+ The authors of that software request that anyone who uses their work to produce results cite their work.
124
+ Please do so if you make use of the above service. The form of the citation that they request
125
+ is found in their documentation at
126
+ > https://www.mpi-hd.mpg.de/personalhomes/globes/documentation.html
127
+
118
128
## nuSQuIDS
119
129
120
130
The service [ ` osc.nusquids ` ] ( /pisa/stages/osc/nusquids.py ) does not reproduce but calls upon the nuSQuIDS software
@@ -202,9 +212,47 @@ and are therefore subject to the following copyright:
202
212
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
203
213
```
204
214
215
+ ## scikit-learn
216
+
217
+ The service [ ` utils.kfold ` ] ( /pisa/stages/utils/kfold.py ) does not reproduce but calls upon the scikit-learn software
218
+ > https://github.com/scikit-learn/scikit-learn
219
+
220
+ The software is subject to the following copyright:
221
+ ```
222
+ BSD 3-Clause License
223
+
224
+ Copyright (c) 2007-2024 The scikit-learn developers.
225
+ All rights reserved.
226
+
227
+ Redistribution and use in source and binary forms, with or without
228
+ modification, are permitted provided that the following conditions are met:
229
+
230
+ * Redistributions of source code must retain the above copyright notice, this
231
+ list of conditions and the following disclaimer.
232
+
233
+ * Redistributions in binary form must reproduce the above copyright notice,
234
+ this list of conditions and the following disclaimer in the documentation
235
+ and/or other materials provided with the distribution.
236
+
237
+ * Neither the name of the copyright holder nor the names of its
238
+ contributors may be used to endorse or promote products derived from
239
+ this software without specific prior written permission.
240
+
241
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
242
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
243
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
244
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
245
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
246
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
247
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
248
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
249
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
250
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
251
+ ```
252
+
205
253
## Versioneer
206
254
207
255
Automatic versioning is provided by public-domain sofware The Versioneer, written by Brian Warner
208
- (files [ ` versioneer.py ` ] ( versioneer.py ) and [ ` _version.py ` ] ( /pisa/_version.py ) . This project can be found at
256
+ (files [ ` versioneer.py ` ] ( versioneer.py ) and [ ` _version.py ` ] ( /pisa/_version.py ) ) . This project can be found at
209
257
> https://github.com/python-versioneer/python-versioneer
210
258
0 commit comments