hires-literature

All the literature on high-resolution spectroscopy of exoplanet atmospheres — theory and observation.

https://github.com/arjunsavel/hires-literature

Science Score: 64.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: arxiv.org, zenodo.org
  • Committers with academic emails
    1 of 2 committers (50.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.7%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

All the literature on high-resolution spectroscopy of exoplanet atmospheres — theory and observation.

Basic Info
Statistics
  • Stars: 9
  • Watchers: 1
  • Forks: 2
  • Open Issues: 22
  • Releases: 12
Created over 3 years ago · Last pushed about 1 year ago
Metadata Files
Readme Citation

README.md

hires-literature

Generate plots Scrape ArXiv DOI

Made with Hayley Beltz and Isaac Malsky. Special thanks to Vivien Parmentier for benchmarking (Table 4 of Guillot et al. 2022).

This repo aims to contain all papers related to high-resolution spectroscopy of exoplanet atmospheres — theory and observation. The status of this work can be tracked in the related project.

The notebook is for exploratory plots and explicit workings-through. Also, new entries are currently added via the notebook (though this will soon change!).

The below data fields for observational works are slated to be tracked: - [x] Lead author - [x] Target name - [x] Publication year - [x] Detected species - [ ] Non-detected species - [ ] Tellurics correction method - [ ] Analysis method (e.g., retrieval, grid of paramaterized forward models) - [ ] Paper URL - [x] Detection significance - [ ] Whether the data is newly acquired or archival - [ ] Associated Doppler shifts of detected species - [ ] Code used for forward model, if applicable - [x] Instrument used for detections - [ ] Comments (e.g., author caveats)

The below data fields for theoretical works are slated to be tracked: - [x] Lead author - [x] Title - [x] Publication year - [x] Number of dimensions considered - [x] Paper URL - [ ] Comments (e.g., author caveats) - [ ] Subfield tags (e.g., astrobiology)

The below data fields for instrument are slated to be tracked: - [x] Resolution - [x] Wavelength min - [x] Wavelength max - [x] First light - [x] Normal telescope it's mounted in - [x] Location of that telescope - [x] Altitude of that telescope - [x] Comments (e.g., other available modes)

In addition to the raw data tracking, this repository will generate the following plots: - [x] Number of theory papers over time - [x] Number of theory papers that are multidimensional - [x] Number of species observed over time - [x] Variety of species observed per planet

Owner

  • Name: Arjun Savel
  • Login: arjunsavel
  • Kind: user
  • Company: @astroumd

PhD candidate at UMD, College Park | exoplanet atmospheres 🪐

Citation (CITATION.cff)

cff-version: 1.1.0
message: "If you use this software, please cite it as below. "
authors:
  - family-names: Savel
    given-names: Arjun
    orcid: https://orcid.org/0000-0002-2454-768X
  - family-names: M.-R. Kempton
    given-names: Eliza
    orcid: https://orcid.org/0000-0002-1337-9051
  - family-names: Beltz
    given-names: Hayley
    orcid: https://orcid.org/0000-0002-6980-052X
  - family-names: Malsky
    given-names: Isaac
    orcid: https://orcid.org/0000-0003-0217-3880
title: "arjunsavel/hires-literature"
identifiers:
  - type: doi
    value: 10.5281/zenodo.7063148
version: v1.0.5
date-released: 2024-08-11

GitHub Events

Total
  • Issues event: 3
  • Watch event: 1
  • Push event: 60
Last Year
  • Issues event: 3
  • Watch event: 1
  • Push event: 60

Committers

Last synced: 9 months ago

All Time
  • Total Commits: 1,068
  • Total Committers: 2
  • Avg Commits per committer: 534.0
  • Development Distribution Score (DDS): 0.001
Past Year
  • Commits: 209
  • Committers: 1
  • Avg Commits per committer: 209.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
arjunsavel a****l 1,067
Alex Ioannidis a****s@c****h 1
Committer Domains (Top 20 + Academic)
cern.ch: 1

Issues and Pull Requests

Last synced: 9 months ago

All Time
  • Total issues: 50
  • Total pull requests: 2
  • Average time to close issues: 6 days
  • Average time to close pull requests: about 1 hour
  • Total issue authors: 2
  • Total pull request authors: 1
  • Average comments per issue: 0.04
  • Average comments per pull request: 1.0
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 6
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 1
  • Pull request authors: 0
  • Average comments per issue: 0.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • arjunsavel (33)
  • captain-exoplanet (1)
Pull Request Authors
  • slint (1)
Top Labels
Issue Labels
bug (2) enhancement (2)
Pull Request Labels

Dependencies

.github/workflows/generate_plots.yml actions
  • actions/checkout master composite
  • actions/setup-python master composite
  • stefanzweifel/git-auto-commit-action v4 composite
.github/workflows/make_release.yml actions
  • actions/checkout v2 composite
  • ncipollo/release-action v1 composite
.github/workflows/scrape_arxiv.yml actions
  • actions/checkout master composite
  • actions/setup-python master composite
  • stefanzweifel/git-auto-commit-action v4 composite
requirements.txt pypi
  • Ipython *
  • arxivscraper *
  • matplotlib *
  • numpy *
  • pandas *