|
1 | | -# This template CITATION.cff file was generated with cffinit. |
2 | | -# Visit https://bit.ly/cffinit to replace its contents |
3 | | -# with information about your lesson. |
4 | | -# Remember to update this file periodically, |
5 | | -# ensuring that the author list and other fields remain accurate. |
| 1 | +# This CITATION.cff file was generated with cffinit. |
| 2 | +# Visit https://bit.ly/cffinit to generate yours today! |
6 | 3 |
|
7 | 4 | cff-version: 1.2.0 |
8 | | -title: FIXME |
| 5 | +title: Machine Learning for Biomedical Science |
9 | 6 | message: >- |
10 | 7 | Please cite this lesson using the information in this file |
11 | 8 | when you refer to it in publications, and/or if you |
12 | 9 | re-use, adapt, or expand on the content in your own |
13 | 10 | training material. |
14 | | -type: dataset |
| 11 | +type: software |
15 | 12 | authors: |
16 | 13 | - given-names: FIXME |
17 | 14 | family-names: FIXME |
| 15 | + - given-names: Susan |
| 16 | + family-names: McClatchy |
| 17 | + email: susan.mcclatchy@jax.org |
| 18 | + affiliation: The Jackson Laboratory |
| 19 | + orcid: 'https://orcid.org/0000-0003-3219-2177' |
| 20 | + - given-names: Gary |
| 21 | + family-names: Churchill |
| 22 | + email: gary.churchill@jax.org |
| 23 | + affiliation: The Jackson Laboratory |
| 24 | + orcid: 'https://orcid.org/0000-0001-9190-9284' |
| 25 | +identifiers: |
| 26 | + - type: doi |
| 27 | + value: 10.5281/zenodo.16539980 |
| 28 | + description: Lesson |
| 29 | +repository-code: >- |
| 30 | + https://github.com/carpentries-incubator/machine-learning-biomedical-science |
| 31 | +url: >- |
| 32 | + https://carpentries-incubator.github.io/machine-learning-biomedical-science/ |
18 | 33 | abstract: >- |
19 | | - FIXME Replace this with a short abstract describing the |
20 | | - lesson, e.g. its target audience and main intended |
21 | | - learning objectives. |
| 34 | + This lesson presents basic machine learning concepts |
| 35 | + featured in Data Analysis for the Life Sciences by Rafael |
| 36 | + A. Irizarry and Michael I. Love. The lesson is adapted |
| 37 | + from software for Chapter 9: Practical Machine Learning, |
| 38 | + which is published under a MIT license. Adaptation was |
| 39 | + funded by NIH grant 1R25GM141520 awarded to Dr. Gary |
| 40 | + Churchill at The Jackson Laboratory. |
22 | 41 | license: CC-BY-4.0 |
0 commit comments