Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Metadata and README updates #35

Merged
merged 3 commits into from
Oct 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,24 @@
[![resspect](https://img.shields.io/badge/COIN--Focus-RESSPECT-red)](http://cosmostatistics-initiative.org/resspect/)
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/LSSTDESC/RESSPECT/smoke-test.yml)](https://github.com/LSSTDESC/RESSPECT/actions/workflows/smoke-test.yml)
[![Benchmarks](https://img.shields.io/github/actions/workflow/status/LSSTDESC/RESSPECT/asv-main.yml?label=benchmarks)](https://LSSTDESC.github.io/RESSPECT/benchmarks)


# <img align="right" src="docs/images/logo_small.png" width="350"> RESSPECT
<h1 align="center">
<img align="center" src="https://raw.githubusercontent.com/lsstdesc/resspect/main/docs/images/logo_small.png" width="500">
</h1><br>

# Recommendation System for Spectroscopic follow-up

## Recommendation System for Spectroscopic follow-up
[![resspect](https://img.shields.io/badge/COIN--Focus-RESSPECT-red)](http://cosmostatistics-initiative.org/resspect/)
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/LSSTDESC/RESSPECT/smoke-test.yml)](https://github.com/LSSTDESC/RESSPECT/actions/workflows/smoke-test.yml)
[![Benchmarks](https://img.shields.io/github/actions/workflow/status/LSSTDESC/RESSPECT/asv-main.yml?label=benchmarks)](https://LSSTDESC.github.io/RESSPECT/benchmarks)

This repository holds the pipeline of the RESSPECT project, built as part of the inter-collaboration activities developed by the Cosmostatistics Initiative ([COIN](cosmostatistics-initiative.org)) and the LSST Dark Energy Science Collaboration ([DESC](https://lsstdesc.org/)).
This repository holds the pipeline of the RESSPECT project, built as part of the inter-collaboration activities developed by the Cosmostatistics Initiative ([COIN](cosmostatistics-initiative.org)) and the LSST Dark Energy Science Collaboration ([DESC](https://lsstdesc.org/)). It was forked from the original RESSPECT repo that can be found here.

This work grew from activities developed within the [COIN Residence Program #4](http://iaacoin.wix.com/crp2017), using as a starting point their [ActSNClass](https://github.com/COINtoolbox/ActSNClass) software.

The active learning and telescope resources pipeline is described in [Kennamer et al, 2020](https://cosmostatistics-initiative.org/portfolio-item/resspect1/). The pre-processed data set used to obtain the results shown in the paper is available through zenodo at [de Souza et al., 2020](https://zenodo.org/record/4399109#.X-sL21lKhNg).

We kindly ask you to include the full citation for the above mentioned work if you use this material in your research.

Full documentation can be found at [readthedocs](https://resspect.readthedocs.io/en/latest/).
Full documentation can be found at [readthedocs](https://lsst-resspect.readthedocs.io/en/latest/).

# Dependencies

Expand All @@ -28,7 +30,6 @@ Full documentation can be found at [readthedocs](https://resspect.readthedocs.io
- numpy >= 1.24.2
- pandas >= 1.5.3
- progressbar2 >= 4.2.0
- pytest >= 7.2.1
- scikit_learn >= 1.2.1
- scipy >= 1.10.0
- seaborn >= 0.12.2
Expand Down
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ dependencies = [
"numpy>=1.24.2",
"pandas>=1.5.3",
"progressbar2>=4.2.0",
"pytest>=7.2.1",
"scikit_learn>=1.2.1",
"scipy>=1.10.0",
"seaborn>=0.12.2",
Expand All @@ -34,8 +33,8 @@ dependencies = [
]

[project.urls]
Homepage = "https://github.com/COINtoolbox/resspect"
Source = "https://github.com/COINtoolbox/resspect"
Homepage = "https://lsst-resspect.readthedocs.io/en/latest/"
Source = "https://github.com/LSSTDESC/RESSPECT"

[project.scripts]
build_canonical = "resspect.scripts.build_canonical:main"
Expand Down
Loading