From f491077f0939965e90e775cd00051d4b2aca1318 Mon Sep 17 00:00:00 2001 From: Joshua Bloom Date: Mon, 13 Nov 2017 11:14:07 -0800 Subject: [PATCH 1/2] Added citation to the zenodo/DOI --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index f56ad32..94b9c14 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,19 @@ Code accompanying "A recurrent neural network for classification of unevenly sam - Experiments for light curve data are found in `survey_autoencoder.main` - Light curve data is in `./data` - Model weights are saved in `./keras_logs` + +You can cite this code as: +``` +@misc{brett_naul_2017_1045560, + author = {Brett Naul and + Joshua S. Bloom and + Fernando Pérez and + Stéfan van der Walt}, + title = {{Code/Data from: "A recurrent neural network for + classification of unevenly sampled variable stars"}}, + month = nov, + year = 2017, + doi = {10.5281/zenodo.1045560}, + url = {https://doi.org/10.5281/zenodo.1045560} +} +``` From 685dc927306722d7ea10563761f05f202b49120d Mon Sep 17 00:00:00 2001 From: Joshua Bloom Date: Tue, 21 Nov 2017 11:08:48 -0800 Subject: [PATCH 2/2] added DOI for the paper --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 94b9c14..3090254 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ Code accompanying "A recurrent neural network for classification of unevenly sam - Light curve data is in `./data` - Model weights are saved in `./keras_logs` +The DOI for the paper is: 10.1038/s41550-017-0321-z + You can cite this code as: ``` @misc{brett_naul_2017_1045560,