Information about data used in papers.
We welcome contributions to Paper Data Links! Here are some guidelines to help you get started.
Contributed materials should follow the expected directory structure and file requirements:
papers/year/journal_abbrev/bibcode
(e.g., papers/2023/ApJ/2023ApJ...943...70S
).INSTRUMENT_DETAILS.md
: A natural language description of the data sources used.download_script.py
: The script to download the data.README.md
: A YAML front matter file containing metadata and paper information.RATIONALE.md
, SCRIPT_WITH_COMMENTS.md
) are not required. These files are artifacts of our automated pipeline and do not require correction.Example structure:
papers/2023/ApJ/2023ApJ...943...70S/
│
├── INSTRUMENT_DETAILS.md
├── download_script.py
├── README.md
We categorize the actions one can take with a new PR as follows:
download_script.py
but focus more on how the data were used in the context of the study.Must explain how the data from each instrument was utilized in the analysis or findings of the paper.
download_script.py
.INSTRUMENT_DETAILS.md
must be consistent with the parameters and data sources specified in download_script.py
. # WARNING: BROAD TIME RANGE
# This query may not return results due to fetching too many files.
# Consider using a shorter time range (e.g., a day or a week) to see results from providers.
# Check VSO Health Report for latest assessment on connectivity. https://docs.virtualsolar.org/wiki/VSOHealthReport
The README.md file should contain YAML front matter with the following required keys:
---
layout: paper
title: [Paper Title]
bibcode: [NASA/ADS Bibcode]
authors:
- [Author 1]
- [Author 2]
# ... more authors
vso_source_keys:
[Source Key 1]: [Source Name 1]
[Source Key 2]: [Source Name 2]
# ... more sources
vso_instrument_keys:
[Instrument Key 1]: [Instrument Name 1]
[Instrument Key 2]: [Instrument Name 2]
# ... more instrumentsA
year: [Year of Publication]
journal_abbrev: [Journal Abbreviation, (bibstem)]
---
All of these keys are required. Ensure that the information is accurate and matches the paper and the data sources used. Also, carefully note that the file MUST start and end with ---
.
Available VSO sources can be found here.
Available VSO instruments can be found here.