Skip to content

Commit 407595d

Browse files
committed
update links
1 parent d814836 commit 407595d

3 files changed

Lines changed: 16 additions & 12 deletions

File tree

README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,23 @@ Our Package Ecosystem page and Comparison page are integrated with the rest of t
2828

2929
```julia
3030
(
31-
name = "eschnett/ASDF2.jl",
32-
repo = "https://github.com/eschnett/ASDF2.jl",
33-
doc = "https://eschnett.github.io/ASDF2.jl/dev/",
34-
tagline = "ASDF, the Advanced Scientific Data Format",
31+
name = "PairPlots.jl",
32+
repo = "https://github.com/sefffal/PairPlots.jl",
33+
doc = "https://sefffal.github.io/PairPlots.jl/dev/",
34+
tagline = "Beautiful and flexible visualizations of high dimensional data",
3535
descr = """
36-
- A new [Advanced Scientific Data Format (ASDF)](https://asdf-standard.readthedocs.io/en/latest/index.html) package, written in Julia
36+
- Corner plots or scatter plot matrices. Both Julia and Python are supported (PairPlots.jl and [pairplots.py](https://pypi.org/project/pairplots/))
37+
- Inspired by [corner.py](https://corner.readthedocs.io/en/latest/index.html) and [chainconsumer.py](https://samreay.github.io/ChainConsumer/usage.html)
38+
39+
See also:
40+
- [ReferenceFrameRotations.jl](https://github.com/JuliaSpace/ReferenceFrameRotations.jl)
3741
""",
38-
astropy = ["asdf-astropy"],
42+
astropy = ["astropy.visualization"],
3943
),
4044
```
4145

4246
> [!NOTE]
43-
> The overall `ecosystem` object that this entry is stored in determines the order of the top level dropdown menus on the site (`highlevel`) and how each package appears on both pages, alphabetically by package name (`name`). Packages under the JuliaAstro organization are listed as their bare name, while packages outside of the organization have their parent repo name prepended to it, e.g., `eschnett/ASDF2.jl`
47+
> The overall `ecosystem` object that this entry is stored in determines the order of the top level dropdown menus on the site (`highlevel`) and how each package appears on both pages, alphabetically by package name (`name`). Packages under the JuliaAstro organization are listed as their bare name, while packages outside of the organization have their parent repo name prepended to it, e.g., `sefffal/PairPlots.jl`
4448
4549
If appropriate, we appreciate a quick entry for your package in the `astropy` field that relates it to a similar package in the [Astropy ecosystem](https://www.astropy.org/). This helps new users who may be more familiar with Python get more easily oriented in the Julia ecosystem. See our [Comparison page](https://juliaastro.org/home/comparison/) for examples. If you feel that there is not a good match for your package, you can just leave the `astropy` field blank (i.e., as an empty array `[]`) and it will not appear in this page.
4650

docs/src/community/roadmap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The core product of JuliaAstro is high quality astronomical software, including
4242

4343
🟢 Determine a plan for [long-term support of FITS](https://github.com/JuliaAstro/FITSIO.jl), while also improving performance and making contributions easier.
4444

45-
🔶 Determine a plan for long-term support of a [pure Julia implementation of FITS](https://github.com/JuliaAstro/FITSFiles.jl) and [ASDF](https://github.com/JuliaAstro/ASDF2.jl), while also improving performance and making contribution easier.
45+
🔶 Determine a plan for long-term support of a [pure Julia implementation of FITS](https://github.com/JuliaAstro/FITSFiles.jl) and [ASDF](https://github.com/JuliaAstro/ASDF.jl), while also improving performance and making contribution easier.
4646

4747
🟥 Provide next-generation radio analysis tools usable by individual researchers and larger surveys with [EHTJulia coordinated packages](https://github.com/EHTJulia) and formation of a Radio Astronomy Group (RAG).
4848

src/JuliaAstroDocs.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -709,12 +709,12 @@ ecosystem() = (
709709
"Utilities" => (
710710
"Data I/O" => (
711711
(
712-
name = "ASDF2.jl",
713-
repo = "https://github.com/JuliaAstro/ASDF2.jl",
714-
doc = "https://juliaastro.org/ASDF2.jl/dev/",
712+
name = "ASDF.jl",
713+
repo = "https://github.com/JuliaAstro/ASDF.jl",
714+
doc = "https://juliaastro.org/ASDF/stable/",
715715
tagline = "ASDF, the Advanced Scientific Data Format",
716716
descr = """
717-
- A new [Advanced Scientific Data Format (ASDF)](https://asdf-standard.readthedocs.io/en/latest/index.html) package, written in Julia
717+
- A Julia implementation of the Advanced Scientific Data Format (ASDF)
718718
""",
719719
astropy = ["asdf-astropy"],
720720
),

0 commit comments

Comments
 (0)