Skip to content

Commit 0331f29

Browse files
authored
Merge pull request #141 from JuliaAstro/reorg
Reorg
2 parents 3a2025e + edb2561 commit 0331f29

File tree

5 files changed

+46
-23
lines changed

5 files changed

+46
-23
lines changed

docs/case_studies/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Case studies
1+
# Case Studies
22

33
This page includes some real world examples of JuliaAstro and other aero/astro packages being used. This is a constantly evolving document, PRs and issues are welcome!
44

docs/make.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,9 @@ makedocs(
8888
],
8989
],
9090
"Package Ecosystem" => "ecosystem.md",
91-
"Comparison with Astropy" => "comparison.md",
9291
case_studies,
92+
"Comparison with Astropy" => "comparison.md",
93+
"Community" => "community.md",
9394
],
9495
warnonly = [:missing_docs],
9596
plugins = [links],

docs/src/community.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Community
2+
3+
## Platforms
4+
5+
Our community members can be found in the following places. Feel free to reach out!
6+
7+
- [#astronomy](slack://channel?id=CMXU6SD7V&team=T68168MUP) on [JuliaLang Slack](https://julialang.org/slack/)
8+
- [#astronomy](https://julialang.zulipchat.com/#narrow/channel/astronomy) on [JuliaLang Zulip](https://julialang.zulipchat.com/register/)
9+
- [Astro/Space](https://discourse.julialang.org/c/domain/astro) topics on JuliaLang Discourse
10+
- [Monthly JuliaAstro community call](https://julialang.org/community/#events) - Fourth Wednesday of each month at 12:00 ET
11+
12+
## Organizations
13+
14+
See below for our and other aero/astro-related organizations in Julia.
15+
16+
- [JuliaAstro](https://github.com/juliaastro) - our main astronomy organization on GitHub
17+
- [JuliaHCI](https://github.com/juliahci) - high-contrast imaging
18+
- [JuliaSpace](https://github.com/JuliaSpace) - astrodynamics and satellite mission planning
19+
- [EHTJulia](https://github.com/EHTJulia) - high-resolution radio interferometry
20+
21+
22+
## Contributing
23+
24+
Our contributors come from diverse backgrounds and have various levels of interactions within astronomy, aerospace, and academia. Use the packages, file issues, and join the conversation! While the norms for contributing for many organizations may vary slightly, a good place to start is the [guidelines for contributing](https://github.com/JuliaLang/julia/blob/master/CONTRIBUTING.md) document on the main Julia repository.
25+
26+
### Google Summer of Code (GSoC)
27+
28+
Would you like to contribute to JuliaAstro through Google Summer of Code? You can! We are member of [OpenAstronomy](https://openastronomy.org); go to the [GSoC page](https://openastronomy.org/gsoc/) to see how to apply and the list of ideas. You can also propose your own idea to us!
29+
30+
31+
## Code of Conduct
32+
The JuliaAstro community is committed to maintaining a welcoming, civil and constructive environment. All members are expected to adhere to the [Julia Community Standards](https://julialang.org/community/standards/).

docs/src/index.md

Lines changed: 10 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,21 @@
11
# JuliaAstro
22

3-
[JuliaAstro](https://github.com/JuliaAstro) and its affiliated organizations are a community for astronomy in Julia. We have a wide variety of packages from [aperture photometry](https://github.com/juliaastro/Photometry.jl) to [cosmology](https://github.com/juliaastro/Cosmology.jl). Check out a curated list of packages in the JuliaAstro ecosystem (and beyond) on the [Package Ecosystem page](@ref eco), or visit their documentation directly via the navbar above. Pure Julia packages are marked with a closed circle ⬤, while wrapper packages for other languages are marked with an open circle ◯.
3+
[JuliaAstro](https://github.com/JuliaAstro) and its affiliated organizations are a community for astronomy in Julia. We strive to foster an ecosystem of packages that interoperate well with each other for a wide variety of different domains ranging from solar system science to large-scale cosmology. As part of the larger Julia ecosystem, our mission is to provide code that is fast, dynamic, composable, and reproducible.
44

5-
## Contributing
5+
## Where to Start?
66

7-
Our contributors come from diverse backgrounds and have various levels of interactions within astronomy, aerospace, and academia. Use the packages, file issues, and join the conversation!
7+
* Want to get started running some code? Check out our [Getting Started](@ref) page.
8+
* Want to see a curated list of different packages available? Check out our [Package Ecosystem](@ref eco) page.
9+
* Want to see real world applications of JuliaAstro? Check out our [Case Studies](@ref) page.
10+
* Coming from astropy? Check out our [Comparison with Astropy](@ref) page.
11+
* Want to learn more about getting involved? Check out our [Community](@ref) page.
812

9-
### Organizations
10-
11-
- [JuliaAstro](https://github.com/juliaastro) - our main astronomy organization on GitHub
12-
- [JuliaHCI](https://github.com/juliahci) - high-contrast imaging
13-
- [JuliaSpace](https://github.com/JuliaSpace) - astrodynamics and satellite mission planning
14-
- [EHTJulia](https://github.com/EHTJulia) - high-resolution radio interferometry
15-
16-
### Community
17-
18-
- [#astronomy](slack://channel?id=CMXU6SD7V&team=T68168MUP) on [JuliaLang Slack](https://julialang.org/slack/)
19-
- [#astronomy](https://julialang.zulipchat.com/#narrow/channel/astronomy) on [JuliaLang Zulip](https://julialang.zulipchat.com/register/)
20-
- [Astro/Space](https://discourse.julialang.org/c/domain/astro) topics on JuliaLang Discourse
21-
- [Monthly JuliaAstro community call](https://julialang.org/community/#events) - Fourth Wednesday of each month at 12:00 ET
22-
23-
## Google Summer of Code (GSoC)
24-
25-
Would you like to contribute to JuliaAstro through Google Summer of Code? You can! We are member of [OpenAstronomy](https://openastronomy.org); go to the [GSoC page](https://openastronomy.org/gsoc/) to see how to apply and the list of ideas. You can also propose your own idea to us!
13+
Further documentation for curated packages in the JuliaAstro and larger Julia ecosystem can be viewed directly via the navbar above. Pure Julia packages are marked with a closed circle ⬤, while wrapper packages for other languages are marked with an open circle ◯.
2614

2715
## Talks and Presentations
2816

17+
Below is a growing list of JuliaAstro and other related aero/astro presentations in Julia. If you have a presentation that you think would be a good addition, [please get in touch](@ref Community)!
18+
2919
!!! details "JuliaCon 2021"
3020
- A Short History of AstroTime.jl [[pretalx]](https://pretalx.com/juliacon2021/talk/TJ3FNS/) [[video]](https://www.youtube.com/watch?v=HGlsRoy1JxU)
3121
- Going to Jupiter with Julia [[pretalx]](https://pretalx.com/juliacon2021/talk/BPJ3N7/) [[video]](https://www.youtube.com/watch?v=WnvKaUsGv8w)

src/ecosystem.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const ECOSYSTEM_HEADER = """
22
# [Package Ecosystem](@id eco)
33
4-
The joy of our community is the many astronomy and astrophysics packages available for wide use. Packages are separated by functionality and Julia's declarative package manager takes care of resolving dependencies. You get just the functionality you need, and smaller packages lead to more rapid development.
4+
The joy of our community is the many astronomy and astrophysics packages available for wide use. Packages are separated by functionality and Julia's declarative package manager takes care of resolving dependencies. You get just the functionality you need, and smaller packages lead to more rapid development. This page serves as the index of packages available in the dropdown navigation menus above.
55
66
---
77

0 commit comments

Comments
 (0)