From 58220a3102202a8186b0d59a716a9a3bab12387a Mon Sep 17 00:00:00 2001 From: Steven Rieder Date: Wed, 1 Nov 2023 11:47:11 +0100 Subject: [PATCH 01/14] Update and rename school.md to events.md --- events.md | 12 ++++++++++++ school.md | 9 --------- 2 files changed, 12 insertions(+), 9 deletions(-) create mode 100644 events.md delete mode 100644 school.md diff --git a/events.md b/events.md new file mode 100644 index 0000000..5d2d2dc --- /dev/null +++ b/events.md @@ -0,0 +1,12 @@ +--- +layout: default +title: Events +nav_order: 3 +permalink: /events +--- + +We organise biweekly user meetings, alternating between Thursday afternoon and Friday mornings (European time). +The user meetings are open to all AMUSE users, from beginners to experts. +They are an excellent opportunity to ask us anything you wanted to know about AMUSE, from installation issues to advanced bridging methods. + +These meetings and other AMUSE related events are announced on Github: https://github.com/amusecode/amuse/discussions/categories/events diff --git a/school.md b/school.md deleted file mode 100644 index dbb9111..0000000 --- a/school.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -layout: default -title: School -nav_order: 3 -permalink: /school ---- - -We are organising an AMUSE summer school from 13 June 2022 through 17 June 2022. - For more details, please see the [school webpage](https://local.strw.leidenuniv.nl/cms/web/2022/20220613//info.php?wsid=76). From bb8c7ba572c86d95180aa81412d2ebc2322fc483 Mon Sep 17 00:00:00 2001 From: Steven Rieder Date: Wed, 1 Nov 2023 11:49:31 +0100 Subject: [PATCH 02/14] Update events.md --- events.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/events.md b/events.md index 5d2d2dc..27b2521 100644 --- a/events.md +++ b/events.md @@ -9,4 +9,4 @@ We organise biweekly user meetings, alternating between Thursday afternoon and F The user meetings are open to all AMUSE users, from beginners to experts. They are an excellent opportunity to ask us anything you wanted to know about AMUSE, from installation issues to advanced bridging methods. -These meetings and other AMUSE related events are announced on Github: https://github.com/amusecode/amuse/discussions/categories/events +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) From cc130a52f2da38daade94398aee4e4155b5903fa Mon Sep 17 00:00:00 2001 From: Steven Rieder Date: Fri, 16 Feb 2024 14:05:32 +0100 Subject: [PATCH 03/14] Create workshopnyc.md --- workshopnyc.md | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 workshopnyc.md diff --git a/workshopnyc.md b/workshopnyc.md new file mode 100644 index 0000000..bc4262a --- /dev/null +++ b/workshopnyc.md @@ -0,0 +1,58 @@ +--- +layout: default +title: Workshop +nav_order: 4 +permalink: /workshopnyc +--- + +We are organizing an advanced workshop for AMUSE users at the American Museum of Natural History in New York City. +The meeting will be from Monday, April 22 to Friday, April 26, starting on Monday at 10am at the AMNH. +It will be held as an "unconference"/hackathon, as such there are no fixed slots for talks. + +As available places are limited, please let us know as soon as possible whether you will be able to participate. +Preference will be given to participants for whom travelling imposes a smaller carbon footprint. +We plan to organize a similar meeting later this year in Europe. +**Registration will open soon.** + +Preliminary schedule: + +Monday: +- Morning: Discuss what needs to be done. +- Afternoon: Break-out sessions on following topics: + - Community building + - Software sustainability and maintenance + - Data repositories and FAIR + - Code styles and contributions by external members + - Expanding functionality (Code-tunneling data protocol, GPU support) + - Incorporating new codes (RAMSES, Binary-C, Arepo, Exo-Speedy, GENEC, KROME) + - Including new domains (atmospheric science and chemistry) + +Tuesday: +- Morning: Work on the selected parts from day 1. +- Afternoon: Break-out sessions: discussing new features + +Thursday: +- Morning: Refactor FLASH interface in AMUSE. +- Afternoon: Break-out sessions: Discuss other MHD solver options. + +Thursday: +- Morning: Work on the selected parts from day 1. +- Afternoon: Join the RAMSES workshop at the CCA Simons Center. +- +Friday: +- Morning: Design RAMSES interface for AMUSE +- Afternoon: Conclusions and discussion of future developments + +LOC: + Mordecai-Mark Mac Low, + Sabrina Appel, + Eric Andersson, + Brooke Polak, + Adilkhan Assilkhan, + Steve McMillan + +SOC: + Steven Rieder, + Simon Portegies Zwart, + Mordecai-Mark Mac Low, + Steve McMillan From 2ab56177beeeb60e19dc3d4d974c93e35f03e2b8 Mon Sep 17 00:00:00 2001 From: Steven Rieder Date: Fri, 16 Feb 2024 14:07:57 +0100 Subject: [PATCH 04/14] update nav order --- contributing.md | 2 +- copyright.md | 2 +- gallery.md | 2 +- getting-started.md | 2 +- papers.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/contributing.md b/contributing.md index 32b51b6..2e7b391 100644 --- a/contributing.md +++ b/contributing.md @@ -1,7 +1,7 @@ --- layout: default title: Contributing -nav_order: 7 +nav_order: 8 permalink: /contributing --- AMUSE is a community effort, so we appreciate contributions. Please have a look at the [issues](https://github.com/amusecode/amuse/issues/) page to see if you can help out with fixing a bug, adding a feature or something else. Or, if you need help, feel free to create a new issue there. In particular, we appreciate contributions to [these issues](https://github.com/amusecode/amuse/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22). diff --git a/copyright.md b/copyright.md index 5cf788f..674de70 100644 --- a/copyright.md +++ b/copyright.md @@ -1,7 +1,7 @@ --- layout: default title: Copyright and citation -nav_order: 8 +nav_order: 9 permalink: /copyright --- diff --git a/gallery.md b/gallery.md index 37e0bfc..914ea3a 100644 --- a/gallery.md +++ b/gallery.md @@ -1,7 +1,7 @@ --- layout: default title: Gallery -nav_order: 5 +nav_order: 6 permalink: /gallery --- diff --git a/getting-started.md b/getting-started.md index 95be0a7..76c137b 100644 --- a/getting-started.md +++ b/getting-started.md @@ -1,7 +1,7 @@ --- layout: default title: Getting started -nav_order: 4 +nav_order: 5 permalink: /getting-started --- diff --git a/papers.md b/papers.md index 994c2fd..dddafc1 100644 --- a/papers.md +++ b/papers.md @@ -1,7 +1,7 @@ --- layout: default title: Papers -nav_order: 6 +nav_order: 7 permalink: /papers --- From 7ff37a3b6ea2c055153c42d07ccf63aa35e43cee Mon Sep 17 00:00:00 2001 From: Steven Rieder Date: Fri, 16 Feb 2024 14:12:35 +0100 Subject: [PATCH 05/14] Update workshopnyc.md add registration form link --- workshopnyc.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/workshopnyc.md b/workshopnyc.md index bc4262a..7844b2b 100644 --- a/workshopnyc.md +++ b/workshopnyc.md @@ -12,7 +12,9 @@ It will be held as an "unconference"/hackathon, as such there are no fixed slots As available places are limited, please let us know as soon as possible whether you will be able to participate. Preference will be given to participants for whom travelling imposes a smaller carbon footprint. We plan to organize a similar meeting later this year in Europe. -**Registration will open soon.** + +[**Register using this form.**](https://docs.google.com/forms/d/e/1FAIpQLSd7gvu6H7X3RbfjMuSm4pcgGNJ-m-1dSQYaPEbkzE59mptgFw/viewform) +Registration is open until March 22nd. We will notify everyone who registered soon after if they are accepted to join the workshop. Preliminary schedule: From fcf69bdfbfc5e364083b5a9c15221807edd1f29a Mon Sep 17 00:00:00 2001 From: Steven Rieder Date: Fri, 16 Feb 2024 14:27:12 +0100 Subject: [PATCH 06/14] Update workshopnyc.md --- workshopnyc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workshopnyc.md b/workshopnyc.md index 7844b2b..9950c6f 100644 --- a/workshopnyc.md +++ b/workshopnyc.md @@ -40,7 +40,7 @@ Thursday: Thursday: - Morning: Work on the selected parts from day 1. - Afternoon: Join the RAMSES workshop at the CCA Simons Center. -- + Friday: - Morning: Design RAMSES interface for AMUSE - Afternoon: Conclusions and discussion of future developments From 98986160dbf8796b6853190a830134c641ccbe42 Mon Sep 17 00:00:00 2001 From: Steven Rieder Date: Fri, 16 Feb 2024 22:19:57 +0100 Subject: [PATCH 07/14] Update workshopnyc.md --- workshopnyc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workshopnyc.md b/workshopnyc.md index 9950c6f..748c200 100644 --- a/workshopnyc.md +++ b/workshopnyc.md @@ -33,7 +33,7 @@ Tuesday: - Morning: Work on the selected parts from day 1. - Afternoon: Break-out sessions: discussing new features -Thursday: +Wednesday: - Morning: Refactor FLASH interface in AMUSE. - Afternoon: Break-out sessions: Discuss other MHD solver options. From f02df3c23f9cbf5856ed8a8291ff8714f1aa1513 Mon Sep 17 00:00:00 2001 From: Steven Rieder Date: Mon, 22 Apr 2024 17:54:35 +0200 Subject: [PATCH 08/14] Update _config.yml --- _config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_config.yml b/_config.yml index d1901de..0c535b3 100644 --- a/_config.yml +++ b/_config.yml @@ -15,5 +15,7 @@ aux_links: - "https://amuse.readthedocs.io/en/latest/" "Installation": - "https://amuse.readthedocs.io/en/latest/install/howto-install-AMUSE.html" + "Wiki for sysadmins": + - "https://github.com/amusecode/amuse/wiki" "FAQ": - "https://github.com/amusecode/amuse/discussions/categories/faq" From 87a444cb27fa3b2cf78353c6232b0b44f2b57672 Mon Sep 17 00:00:00 2001 From: Steven Rieder Date: Fri, 26 Apr 2024 13:50:32 -0400 Subject: [PATCH 09/14] Update events.md --- events.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/events.md b/events.md index 27b2521..66add4c 100644 --- a/events.md +++ b/events.md @@ -1,12 +1,24 @@ --- layout: default -title: Events +title: Events and meetings nav_order: 3 permalink: /events --- -We organise biweekly user meetings, alternating between Thursday afternoon and Friday mornings (European time). +## Online user meetings + +We organise biweekly user meetings, alternating between Friday afternoon and Friday mornings (European time). The user meetings are open to all AMUSE users, from beginners to experts. They are an excellent opportunity to ask us anything you wanted to know about AMUSE, from installation issues to advanced bridging methods. 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) + +## In-person meetings + +We (irregularly) organise in-person meetings, either in the form of a workshop or as a school. +These are organised at varying levels, with aims of teaching how to use AMUSE, contributing to AMUSE or usually a combination. + +### Recent meetings: +- [April 2024](http://amusecode.org/workshopnyc): MODEST-24a at the AMNH in New York, USA +- June 2022: AMUSE school at University of Geneva, Switzerland +- December 2019: AMUSE school at Strasbourg University, France From ae236501cfff34acf59556148fc60946b5e19fa0 Mon Sep 17 00:00:00 2001 From: Steven Rieder Date: Fri, 26 Apr 2024 13:51:15 -0400 Subject: [PATCH 10/14] Update workshopnyc.md --- workshopnyc.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/workshopnyc.md b/workshopnyc.md index 748c200..a8f06d8 100644 --- a/workshopnyc.md +++ b/workshopnyc.md @@ -9,12 +9,10 @@ We are organizing an advanced workshop for AMUSE users at the American Museum of The meeting will be from Monday, April 22 to Friday, April 26, starting on Monday at 10am at the AMNH. It will be held as an "unconference"/hackathon, as such there are no fixed slots for talks. -As available places are limited, please let us know as soon as possible whether you will be able to participate. -Preference will be given to participants for whom travelling imposes a smaller carbon footprint. -We plan to organize a similar meeting later this year in Europe. +~As available places are limited, please let us know as soon as possible whether you will be able to participate. +Preference will be given to participants for whom travelling imposes a smaller carbon footprint.~ -[**Register using this form.**](https://docs.google.com/forms/d/e/1FAIpQLSd7gvu6H7X3RbfjMuSm4pcgGNJ-m-1dSQYaPEbkzE59mptgFw/viewform) -Registration is open until March 22nd. We will notify everyone who registered soon after if they are accepted to join the workshop. +We plan to organize a similar meeting later this year in Europe. Preliminary schedule: From 2ee39905dac894353d4097c391eb5a33aedc546c Mon Sep 17 00:00:00 2001 From: Steven Rieder Date: Fri, 26 Apr 2024 13:53:42 -0400 Subject: [PATCH 11/14] Update workshopnyc.md --- workshopnyc.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/workshopnyc.md b/workshopnyc.md index a8f06d8..59ff884 100644 --- a/workshopnyc.md +++ b/workshopnyc.md @@ -1,7 +1,6 @@ --- layout: default -title: Workshop -nav_order: 4 +title: Workshop April 2024 permalink: /workshopnyc --- From 91b3ed845c8a48b67addfb9acb89e85d4cc97a7f Mon Sep 17 00:00:00 2001 From: Steven Rieder Date: Fri, 26 Apr 2024 13:55:24 -0400 Subject: [PATCH 12/14] Update workshopnyc.md --- workshopnyc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workshopnyc.md b/workshopnyc.md index 59ff884..e3d2fff 100644 --- a/workshopnyc.md +++ b/workshopnyc.md @@ -1,5 +1,5 @@ --- -layout: default +layout: page title: Workshop April 2024 permalink: /workshopnyc --- From 6616c5455c2b26fbe09c1c1f767fe66038ae9603 Mon Sep 17 00:00:00 2001 From: Steven Rieder Date: Fri, 26 Apr 2024 14:22:52 -0400 Subject: [PATCH 13/14] Update workshopnyc.md --- workshopnyc.md | 1 - 1 file changed, 1 deletion(-) diff --git a/workshopnyc.md b/workshopnyc.md index e3d2fff..ff63ede 100644 --- a/workshopnyc.md +++ b/workshopnyc.md @@ -1,6 +1,5 @@ --- layout: page -title: Workshop April 2024 permalink: /workshopnyc --- From 8cf5a1d594c81684f780c0dc22cc428779bee484 Mon Sep 17 00:00:00 2001 From: Steven Rieder Date: Fri, 26 Apr 2024 14:25:08 -0400 Subject: [PATCH 14/14] Update about.md --- about.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/about.md b/about.md index 72661aa..7aee7b8 100644 --- a/about.md +++ b/about.md @@ -6,4 +6,4 @@ permalink: /about --- AMUSE is the Astrophysical Multipurpose Software Environment. -Past and current contributors to AMUSE can be found in the [CITATION.cff](https://raw.githubusercontent.com/amusecode/amuse/master/CITATION.cff) file. We may have missed contributors here - please let us know if you find yourself or someone else is missing from this list. +Past and current contributors to AMUSE can be found in the [CITATION.cff](https://raw.githubusercontent.com/amusecode/amuse/main/CITATION.cff) file. We may have missed contributors here - please let us know if you find yourself or someone else is missing from this list.