Commit 947c8dc3 authored by Gaetano Scandariato's avatar Gaetano Scandariato
Browse files

Remove citation metadata files and update contact information in README

parent 25eeef1a
Loading
Loading
Loading
Loading
Loading

CITATION.bib

deleted100644 → 0
+0 −14
Original line number Diff line number Diff line
@ARTICLE{2017A&A...606A.134S,
  author = {{Scandariato}, G. and {Nascimbeni}, V. and {Lanza}, A. F. and {Pagano}, I. and {Zanmar Sanchez}, R. and {Leto}, G.},
  title = {TOSC: an algorithm for the tomography of spotted transit chords},
  journal = {Astronomy \& Astrophysics},
  year = {2017},
  volume = {606},
  pages = {A134},
  doi = {10.1051/0004-6361/201730966},
  eprint = {1707.01153},
  archivePrefix = {arXiv},
  primaryClass = {astro-ph.EP},
  adsurl = {https://ui.adsabs.harvard.edu/abs/2017A%26A...606A.134S/abstract},
  adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}

CITATION.cff

deleted100644 → 0
+0 −55
Original line number Diff line number Diff line
cff-version: 1.2.0
title: TOSC
message: "If you use TOSC, please cite the software and associated article."
type: software
license: MIT
authors:
  - family-names: Scandariato
    given-names: G.
  - family-names: Nascimbeni
    given-names: V.
  - family-names: Lanza
    given-names: A. F.
  - family-names: Pagano
    given-names: I.
  - family-names: Zanmar Sanchez
    given-names: R.
  - family-names: Leto
    given-names: G.
repository-code: "https://gitlab.com/<group-or-user>/TOSCweb"
abstract: "Tomography Of Spotted transit Chords: an R tool for reconstructing the temperature profile along exoplanet transit chords from transit light curves."
keywords:
  - exoplanets
  - transit photometry
  - stellar activity
  - tomography
preferred-citation:
  type: article
  title: "TOSC: an algorithm for the tomography of spotted transit chords"
  authors:
    - family-names: Scandariato
      given-names: G.
    - family-names: Nascimbeni
      given-names: V.
    - family-names: Lanza
      given-names: A. F.
    - family-names: Pagano
      given-names: I.
    - family-names: Zanmar Sanchez
      given-names: R.
    - family-names: Leto
      given-names: G.
  journal: Astronomy and Astrophysics
  volume: 606
  issue: A134
  year: 2017
  month: 10
  doi: 10.1051/0004-6361/201730966
  identifiers:
    - type: doi
      value: "10.1051/0004-6361/201730966"
    - type: arxiv
      value: "1707.01153"
    - type: other
      description: ADS bibcode
      value: "2017A&A...606A.134S"
 No newline at end of file
+19 −25
Original line number Diff line number Diff line
@@ -16,7 +16,24 @@ The method is presented in:

- Scandariato, G., Nascimbeni, V., Lanza, A. F., Pagano, I., Zanmar Sanchez, R., and Leto, G. (2017), Astronomy & Astrophysics, 606, A134, doi:10.1051/0004-6361/201730966

If you use TOSC, please cite this reference.
If you use TOSC, please cite this reference:

```bibtex
@ARTICLE{2017A&A...606A.134S,
   author = {{Scandariato}, G. and {Nascimbeni}, V. and {Lanza}, A. F. and {Pagano}, I. and {Zanmar Sanchez}, R. and {Leto}, G.},
   title = {TOSC: an algorithm for the tomography of spotted transit chords},
   journal = {Astronomy \& Astrophysics},
   year = {2017},
   volume = {606},
   pages = {A134},
   doi = {10.1051/0004-6361/201730966},
   eprint = {1707.01153},
   archivePrefix = {arXiv},
   primaryClass = {astro-ph.EP},
   adsurl = {https://ui.adsabs.harvard.edu/abs/2017A%26A...606A.134S/abstract},
   adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
```

## Repository Structure

@@ -69,31 +86,8 @@ Adjust paths and parameters according to your local input files.

For scientific or technical support, contact:

- G. Scandariato (gas at oact dot inaf dot it)

## Citation Metadata
- G. Scandariato (gaetano.scandariato at inaf dot it)

Machine-readable citation metadata is provided in `CITATION.cff`.
BibTeX format is provided in `CITATION.bib`.

BibTeX entry:

```bibtex
@ARTICLE{2017A&A...606A.134S,
   author = {{Scandariato}, G. and {Nascimbeni}, V. and {Lanza}, A. F. and {Pagano}, I. and {Zanmar Sanchez}, R. and {Leto}, G.},
   title = {TOSC: an algorithm for the tomography of spotted transit chords},
   journal = {Astronomy \& Astrophysics},
   year = {2017},
   volume = {606},
   pages = {A134},
   doi = {10.1051/0004-6361/201730966},
   eprint = {1707.01153},
   archivePrefix = {arXiv},
   primaryClass = {astro-ph.EP},
   adsurl = {https://ui.adsabs.harvard.edu/abs/2017A%26A...606A.134S/abstract},
   adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
```

## License