From 84282b064aab0e4ec951bb7a4f3b1b0fd06f6c0a Mon Sep 17 00:00:00 2001 From: Michele Maris Date: Mon, 22 May 2023 10:30:59 +0000 Subject: [PATCH] Added Reference in Readme --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 295d5e1..3b2318e 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ through TAP and PYVO services. Dependencies: numpy, scipy, pandas, pyvo To install pyvo: ->sudo pip install pyvo +>sudo pip3 install pyvo Example of session with TAP: selection of a list of cases @@ -49,3 +49,9 @@ Example of session with TAP: download of a fits map of temperatures >MAP=atap.get_map(tab.URL[0]) +REFERENCES: +Please quote +Climate bistability of Earth-like exoplanets +Murante G., Provenzale A., Vladilo G.,Taffoni G., Silva L., Palazzi E.,von Hardenberg J.,Maris M., Londero E., Knapic C., Zorba C. +MNRAS 492, 2638–2650 (2020) +doi: 10.1093/mnras/stz3529 -- GitLab