Repository containing the manuscript, data (where available), methods, and results of the journal article "Investigating silicate, carbon, and water in the diffuse interstellar medium: the first shots from WISCI". This work has been submitted to ApJ.
.
├── analysis <- Scripts used to produce the figures in the manuscript
├── data
│ ├── external <- Photometry taken from public archives.
│ └── calibrated <- Spectra taken from JWST, HST, and VLT.
├── .gitignore <- Avoids uploading data, credentials, outputs, system files etc
├── LICENCE
├── models <- Dust composition models used to interpret absorption features, etc.
├── paper <- Manuscript
│ ├── manuscript.pdf <- Generated manuscript file, equivalent to the arXiv version
│ ├── manuscript.zip <- Archive containing the latex files and figures used to produce manuscript.pdf
├── README.md <- This file
└── requirements.txt <- Python modules used to run scripts in analysis directory