TomWagg / software-citation-station

A website for making citing software used in your research quick and easy
23 stars 2 forks source link

[NEW SUBMISSION] tglc #61

Closed TeHanHunter closed 1 week ago

TeHanHunter commented 1 week ago

TODO before submitting

Delete this list before submitting the issue!

Citation information

"tglc": {
    "tags": [
        "2023AJ....165...71H"
    ],
    "logo": "img/TGLC.jpg",
    "language": "Python",
    "category": "Photometry",
    "keywords": [
        "TESS",
        "Light Curve",
        "FFI light curve",
        ""
    ],
    "description": "TESS-Gaia Light Curve",
    "link": "https://github.com/TeHanHunter/TESS_Gaia_Light_Curve",
    "attribution_link": "https://archive.stsci.edu/hlsp/tglc",
    "zenodo_doi": "",
    "custom_citation": "",
    "dependencies": [
        "astropy",
        "matplotlib",
        "numpy",
        "python",
        "scipy",
        "Astrocut",
        "astroquery",
        "Numba",
        "tqdm"
    ]
}

BibTeX

@ARTICLE{2023AJ....165...71H,
       author = {{Han}, Te and {Brandt}, Timothy D.},
        title = "{TESS-Gaia Light Curve: A PSF-based TESS FFI Light-curve Product}",
      journal = {\aj},
     keywords = {Light curves, Astronomy software, Astronomy databases, Exoplanet astronomy, Variable stars, Eclipsing binary stars, 918, 1855, 83, 486, 1761, 444, Astrophysics - Instrumentation and Methods for Astrophysics, Astrophysics - Earth and Planetary Astrophysics, Astrophysics - Solar and Stellar Astrophysics},
         year = 2023,
        month = feb,
       volume = {165},
       number = {2},
          eid = {71},
        pages = {71},
          doi = {10.3847/1538-3881/acaaa7},
archivePrefix = {arXiv},
       eprint = {2301.03704},
 primaryClass = {astro-ph.IM},
       adsurl = {https://ui.adsabs.harvard.edu/abs/2023AJ....165...71H},
      adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}

TGLC

TomWagg commented 1 week ago

Thanks @TeHanHunter! I've added it to the site :)

Have you considered indexing your package on Zenodo? It's a fairly simple process (step-by-step guide here) and will create a new record on Zenodo for each version that you release on GitHub. This helps people cite the specific version that they use via a DOI and give proper credit to all contributors. It can also be helpful for accurately keeping track of who cites your package.

TeHanHunter commented 1 week ago

Thanks. It has been added to zenodo already: https://zenodo.org/records/13883175

Also, I tried to add the badge for cite but the button on your website didn’t work for me. Can you share what do I need to put into my readme.rst on Girhub? Thanks!

Best, Te

On Thu, Oct 17, 2024 at 08:49 Tom Wagg @.***> wrote:

Thanks @TeHanHunter https://github.com/TeHanHunter! I've added it to the site :)

Have you considered indexing your package on Zenodo? It's a fairly simple process (step-by-step guide here https://docs.github.com/en/repositories/archiving-a-github-repository/referencing-and-citing-content) and will create a new record on Zenodo for each version that you release on GitHub. This helps people cite the specific version that they use via a DOI and give proper credit to all contributors. It can also be helpful for accurately keeping track of who cites your package.

— Reply to this email directly, view it on GitHub https://github.com/TomWagg/software-citation-station/issues/61#issuecomment-2419911822, or unsubscribe https://github.com/notifications/unsubscribe-auth/AL4U5CKXK6NZWB3OZQZHZQ3Z37MAFAVCNFSM6AAAAABQCKBETGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMJZHEYTCOBSGI . You are receiving this because you were mentioned.Message ID: @.***>

TomWagg commented 1 week ago

Great, I've added the Zenodo link to your record!

I've only tested it in a README.md file, in which something like this works

<a href="https://www.tomwagg.com/software-citation-station/?auto-select=tglc">
    <img src="https://img.shields.io/badge/Cite-TGLC-blue" />
</a>

I'm guessing that for a rst file it would be something like this, let me know if it works!

.. image:: https://img.shields.io/badge/Cite-TGLC-blue
   :target: https://www.tomwagg.com/software-citation-station/?auto-select=tglc
TeHanHunter commented 1 week ago

This is perfect, thank you!

On Thu, Oct 17, 2024 at 09:36 Tom Wagg @.***> wrote:

Great, I've added the Zenodo link to your record!

I've only tested it in a README.md file, in which something like this works

I'm guessing that for a rst file it would be something like this, let me know if it works!

.. image:: https://img.shields.io/badge/Cite-TGLC-blue :target: https://www.tomwagg.com/software-citation-station/?auto-select=tglc

— Reply to this email directly, view it on GitHub https://github.com/TomWagg/software-citation-station/issues/61#issuecomment-2420010947, or unsubscribe https://github.com/notifications/unsubscribe-auth/AL4U5CLM6JAV47KOWVURXVLZ37RQTAVCNFSM6AAAAABQCKBETGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMRQGAYTAOJUG4 . You are receiving this because you were mentioned.Message ID: @.***>

TomWagg commented 1 week ago

Great, you're welcome :)