From 275f14603ba0430954fddb6f9f783d76843f8332 Mon Sep 17 00:00:00 2001 From: Namir Oues Date: Tue, 11 Mar 2025 17:46:43 +0000 Subject: [PATCH 1/2] add community page --- pages/community.md | 51 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 pages/community.md diff --git a/pages/community.md b/pages/community.md new file mode 100644 index 00000000..b9dac05c --- /dev/null +++ b/pages/community.md @@ -0,0 +1,51 @@ +--- +layout: page +title: Community +order: 5 +--- + +MDAnalysis is developed and maintained as a freely available, open-source project by a global community of scientists. Our community adheres to the [Code of Conduct]({{ site.baseurl }}/pages/conduct/) and welcomes everyone to participate—whether through GitHub Discussions, issue reports, or code contributions. + +All contributors to the MDAnalysis library and its subprojects are acknowledged +in a file called `AUTHORS` in each source code repository and in the list of +contributions; for example, see the [`AUTHORS` file for mdanalysis](https://github.com/MDAnalysis/mdanalysis/blob/develop/package/AUTHORS) and the [contributors for +mdanalysis](https://github.com/MDAnalysis/mdanalysis/graphs/contributors). + +MDAnalysis is widely used in scientific research and is described in various [academic publications]({{site.baseurl}}/pages/citations/). It also serves as the foundation for several other [molecular dynamics tools]({{site.baseurl}}/pages/mdakits/). + +This page provides an overview of **how you can engage with the MDAnalysis community, where to seek support, and how to participate**. + +--- + +## Stay Updated + +Follow our official channels for news, updates, and major announcements: + +- [Blog]({{ site.baseurl }}/blog/) — News, development highlights, tutorials, and major feature releases. +- [LinkedIn](https://www.linkedin.com/company/mdanalysis/) — Professional networking, project updates, event announcements, and industry connections. +- [Bluesky](https://bsky.app/profile/mdanalysis.bsky.social) — Community-driven discussions and project insights. +- [X (formerly Twitter)]({{ site.twitter.url }}) — Project updates, conference announcements, notable publications. + +--- + + +## Ask Questions & Get Help + +Need help with MDAnalysis? Choose the right platform for your needs: + +- [GitHub Discussions]({{ site.mailinglists.discussion.url }}) — Best for technical questions, feature discussions, and best practices. +- [Discord]({{ site.discord.invite }}) — Ideal for quick questions, casual discussions, and interacting with core developers. +- [GitHub Issues](https://github.com/MDAnalysis/mdanalysis/issues) — Report bugs, suggest features, and track ongoing developments. + +--- + +## Contribute + +If you are interested in contributing to MDAnalysis, visit our [Contribute]({{ site.baseurl }}/pages/contribute/) page for guidelines on how to get involved. Whether it’s improving documentation, fixing bugs, or adding new features, every contribution helps strengthen the project and its community. + + + + + + + From 201b4d1d8e1a6a95bec25c4ab95d499db9e5e6ba Mon Sep 17 00:00:00 2001 From: Namir Oues Date: Wed, 12 Mar 2025 09:02:19 +0000 Subject: [PATCH 2/2] address PR review comments --- pages/community.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/pages/community.md b/pages/community.md index b9dac05c..37ad7821 100644 --- a/pages/community.md +++ b/pages/community.md @@ -4,7 +4,7 @@ title: Community order: 5 --- -MDAnalysis is developed and maintained as a freely available, open-source project by a global community of scientists. Our community adheres to the [Code of Conduct]({{ site.baseurl }}/pages/conduct/) and welcomes everyone to participate—whether through GitHub Discussions, issue reports, or code contributions. +MDAnalysis is developed and maintained as a freely available, open-source project by a global community of scientists. Our community adheres to our [Code of Conduct]({{ site.baseurl }}/pages/conduct/) and welcomes everyone to participate—whether through GitHub Discussions, issue reports, or code contributions. All contributors to the MDAnalysis library and its subprojects are acknowledged in a file called `AUTHORS` in each source code repository and in the list of @@ -15,19 +15,13 @@ MDAnalysis is widely used in scientific research and is described in various [ac This page provides an overview of **how you can engage with the MDAnalysis community, where to seek support, and how to participate**. ---- - ## Stay Updated Follow our official channels for news, updates, and major announcements: -- [Blog]({{ site.baseurl }}/blog/) — News, development highlights, tutorials, and major feature releases. +- [Blog]({{ site.baseurl }}/blog/) — News, development highlights, tutorials, and releases. - [LinkedIn](https://www.linkedin.com/company/mdanalysis/) — Professional networking, project updates, event announcements, and industry connections. - [Bluesky](https://bsky.app/profile/mdanalysis.bsky.social) — Community-driven discussions and project insights. -- [X (formerly Twitter)]({{ site.twitter.url }}) — Project updates, conference announcements, notable publications. - ---- - ## Ask Questions & Get Help @@ -37,8 +31,6 @@ Need help with MDAnalysis? Choose the right platform for your needs: - [Discord]({{ site.discord.invite }}) — Ideal for quick questions, casual discussions, and interacting with core developers. - [GitHub Issues](https://github.com/MDAnalysis/mdanalysis/issues) — Report bugs, suggest features, and track ongoing developments. ---- - ## Contribute If you are interested in contributing to MDAnalysis, visit our [Contribute]({{ site.baseurl }}/pages/contribute/) page for guidelines on how to get involved. Whether it’s improving documentation, fixing bugs, or adding new features, every contribution helps strengthen the project and its community.