Skip to content

Commit 73902d9

Browse files
authored
Update main page links and events (#5)
* Fix Installation link in header * Update short installation instructions on main page * Update link to examples * Update book link to point to second edition * Add user meeting and Heidelberg workshop to events page * Add Slack and rename Events to Community
1 parent 898112d commit 73902d9

3 files changed

Lines changed: 21 additions & 12 deletions

File tree

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ aux_links:
1414
"Documentation":
1515
- "https://amuse.readthedocs.io/en/latest/"
1616
"Installation":
17-
- "https://amuse.readthedocs.io/en/latest/install/howto-install-AMUSE.html"
17+
- "https://amuse.readthedocs.io/en/latest/install/index.html"
1818
"Wiki for sysadmins":
1919
- "https://github.com/amusecode/amuse/wiki"
2020
"FAQ":
Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,31 @@
11
---
22
layout: default
3-
title: Events and meetings
3+
title: Community
44
nav_order: 3
5-
permalink: /events
5+
permalink: /community
66
---
77

88
## Online user meetings
99

10-
We organise biweekly user meetings, alternating between Friday afternoon and Friday mornings (European time).
10+
We organise biweekly user meetings on Friday afternoon 15:00 (3 PM) European time. Join
11+
us on [Jitsi](https://meet.jit.si/AMUSECommunityMeeting)!
12+
1113
The user meetings are open to all AMUSE users, from beginners to experts.
1214
They are an excellent opportunity to ask us anything you wanted to know about AMUSE, from installation issues to advanced bridging methods.
1315

14-
These meetings and other AMUSE related events are announced on Github: [https://github.com/amusecode/amuse/discussions/categories/events](https://github.com/amusecode/amuse/discussions/categories/events)
16+
## Slack
17+
18+
[Join the AMUSE Slack](https://join.slack.com/t/amusecode/shared_invite/zt-3yacr6o12-ni0gXJg1jnjzmYV0b8yaVg) to connect to the community and the developers, ask for help, and be notified of user meetings.
1519

1620
## In-person meetings
1721

1822
We (irregularly) organise in-person meetings, either in the form of a workshop or as a school.
1923
These are organised at varying levels, with aims of teaching how to use AMUSE, contributing to AMUSE or usually a combination.
2024

2125
### Recent meetings:
26+
27+
- [March 2026](https://indico.strw.leidenuniv.nl/event/5/overview): AMUSE Spring School 2026, Heidelberg, Germany
2228
- [April 2024](http://amusecode.org/workshopnyc): MODEST-24a at the AMNH in New York, USA
2329
- June 2022: AMUSE school at University of Geneva, Switzerland
2430
- December 2019: AMUSE school at Strasbourg University, France
31+

index.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,13 @@ With it, you can simulate many astrophysical systems.
1111

1212
### Getting Started
1313

14-
The easiest way to use AMUSE is to install it with pip - see [installation](https://amuse.readthedocs.io/en/latest/install/index.html).
15-
1. Install Python and other prerequisites, such as a compiler and MPI.
16-
2. (Optional) Create a virtual environment.
17-
3. Install AMUSE via pip.
18-
4. Done! Try some of the examples if you like.
14+
The easiest way to use AMUSE is to install it with conda - see [installation](https://amuse.readthedocs.io/en/latest/install/index.html).
15+
16+
1. Install conda, preferably using miniforge
17+
2. Create a conda environment
18+
3. Download the AMUSE source code
19+
4. Use ./setup to install AMUSE
20+
5. Done! Try some of the examples if you like.
1921

2022
We also encourage you to register to the AMUSE announcements list at [https://groups.google.com/g/amusecode/about](https://groups.google.com/g/amusecode/about).
2123

@@ -26,8 +28,8 @@ are appreciated, the source is in the github repository [tree](https://github.co
2628

2729
### Examples
2830

29-
AMUSE comes with many examples, which you can find in the ["examples" directory on github](https://github.com/amusecode/amuse/tree/master/examples).
30-
The "textbook" examples are described in the [AMUSE book](https://iopscience.iop.org/book/978-0-7503-1320-9).
31+
AMUSE comes with many examples, which you can find in the ["examples" directory on github](https://github.com/amusecode/amuse/tree/main/src/amuse/examples).
32+
The "textbook" examples are described in the [AMUSE book](https://iopscience.iop.org/book/mono/978-0-7503-5331-1).
3133
If you need help, don't hesitate to contact us (preferably by [creating an issue on github](https://github.com/amusecode/amuse/issues/new?assignees=&labels=question&template=question.md&title=)).
3234

3335
### Get involved

0 commit comments

Comments
 (0)