You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -14,8 +14,8 @@ The MDAnalysis Project is committed to open-source, reproducible computational r
14
14
## Get Involved
15
15
16
16
-**Follow Our Code of Conduct:** We foster a welcoming, inclusive environment. Read our [Code of Conduct]({{ site.baseurl }}/conduct/) before participating.
17
-
-**Join the Community:** Connect with other users, report issues, and contribute through multiple channels. Learn more on our [Community]({{ site.baseurl }}/pages/community/) page.
18
-
-**Contribute:** Whether through coding, documentation, community support, or event organization, you can help shape the MDAnalysis ecosystem. Get started with our [Contributing Guide]({{ site.baseurl }}/pages/contribute/) or [join a team]({{ site.baseurl }}/pages/team/) to support specific initiatives.
17
+
-**Join the Community:** Connect with other users, report issues, and contribute through multiple channels. Learn more on our [Community]({{ site.baseurl }}/community/) page.
18
+
-**Contribute:** Whether through coding, documentation, community support, or event organization, you can help shape the MDAnalysis ecosystem. Get started with our [Contributing Guide]({{ site.baseurl }}contribute/) or [join a team]({{ site.baseurl }}team/) to support specific initiatives.
19
19
-**Support MDAnalysis:** MDAnalysis relies on grants, sponsorships, and donations to sustain development and community events. Your support helps fund maintenance, development, UGMs (User Group Meetings), workshops, and more. Learn more on our [Funding]({{ site.baseurl }}/pages/funding/) page.
20
20
-**Share your Feedback:** MDAnalysis welcomes feedback for improvement from its users and community. Share your thoughts on MDAnalysis, the community, or events by filling out [this feedback form][].
21
21
@@ -46,7 +46,7 @@ MDAnalysis is:
46
46
-**Openly developed**— The [source code]({{ site.github.repo }}) is hosted on GitHub.
47
47
-**Regularly updated**— Official releases are distributed via [PyPI][].
48
48
49
-
For full installation instructions and setup guides, visit our [Getting Started]({{ site.baseurl }}/pages/getting_started/) page.
49
+
For full installation instructions and setup guides, visit our [Getting Started]({{ site.baseurl }}/getting_started/) page.
50
50
51
51
[GNU Lesser General Public License, version 2.1 or later (LGPLv2.1+)]: https://www.gnu.org/licenses/lgpl-2.1.html
Copy file name to clipboardExpand all lines: community.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
layout: page
3
3
title: Community
4
-
order: 5
4
+
order: 7
5
5
---
6
6
7
7
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.
@@ -11,15 +11,15 @@ in a file called `AUTHORS` in each source code repository and in the list of
11
11
contributions; for example, see the [`AUTHORS` file for mdanalysis](https://github.com/MDAnalysis/mdanalysis/blob/develop/package/AUTHORS) and the [contributors for
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/).
14
+
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}}/mdakits/).
15
15
16
16
This page provides an overview of **how you can engage with the MDAnalysis community, where to seek support, and how to participate**.
17
17
18
18
## Stay Updated
19
19
20
20
Follow our official channels for news, updates, and major announcements:
21
21
22
-
-[Blog]({{ site.baseurl }}/blog/) — News, development highlights, tutorials, and releases.
22
+
-[News]({{ site.baseurl }}/blog/) — News, development highlights, tutorials, and releases.
23
23
-[LinkedIn](https://www.linkedin.com/company/mdanalysis/)— Professional networking, project updates, event announcements, and industry connections.
24
24
-[Bluesky](https://bsky.app/profile/mdanalysis.bsky.social)— Community-driven discussions and project insights.
25
25
@@ -33,7 +33,7 @@ Need help with MDAnalysis? Choose the right platform for your needs:
33
33
34
34
## Contribute
35
35
36
-
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.
36
+
If you are interested in contributing to MDAnalysis, visit our [Contribute]({{ site.baseurl }}/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.
Copy file name to clipboardExpand all lines: contribute.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
layout: page
3
3
title: Contribute
4
-
order: 5
4
+
order: 8
5
5
---
6
6
7
7
MDAnalysis is an open-source project that welcomes and encourages contributions from the community. Whether you're a developer, documentation writer, or interested in improving the website, there are many ways to get involved.
@@ -10,13 +10,13 @@ You can contribute by **developing new features, fixing bugs, improving document
10
10
11
11
Contributions also extend to our **mentoring and outreach programs**, where participants gain hands-on experience in open-source development and scientific software. You can also contribute by **mentoring new contributors**, helping them navigate MDAnalysis, review their work, and share best practices.
12
12
13
-
If you're new, you can start by participating in community conversations and mentoring programs. For more information on how you can participate, check out the [Community]({{ site.baseurl }}/pages/community/) and [Events]({{ site.baseurl }}/pages/events/) pages.
13
+
If you're new, you can start by participating in community conversations and mentoring programs. For more information on how you can participate, check out the [Community]({{ site.baseurl }}/community/) and [Events]({{ site.baseurl }}events) pages.
14
14
15
15
The [MDAnalysis Project][] hosts several open-source repositories beyond the main library and MDAKits. You are welcome to contribute to any of them! Each repository typically has a `CONTRIBUTING.md` file to help you get started. If you’re unsure where to begin, you can:
16
16
17
17
- Check the repository’s issue tracker for open tasks.
18
18
- Submit a pull request for improvements.
19
-
- Contact maintainers via [GitHub discussions][] or MDAnalysis [Community]({{ site.baseurl }}/pages/community/) forums.
19
+
- Contact maintainers via [GitHub discussions][] or MDAnalysis [Community]({{ site.baseurl }}/community/) forums.
20
20
21
21
This page provides an overview of how you can contribute to the [Codebase](#contributing-to-the-codebase), [MDAKits](#contributing-to-mdakits), [Documentation](#contributing-to-the-documentation), or [Mentoring & Outreach Programs](#mentoring--outreach-programs).
22
22
@@ -74,7 +74,7 @@ The [API reference]({{ site.docs.mdanalysis.url }}/stable/index.html) is **autom
74
74
MDAnalysis has actively participated in various mentoring and outreach programs **to help students, researchers, and early-career contributors gain experience in open-source development and scientific software**. Through these programs, participants receive mentorship, contribute to real-world projects, and develop valuable skills in computational science and software engineering.
75
75
76
76
### Stay informed
77
-
For the latest announcements, deadlines, and project ideas, check out our [blog]({{ site.baseurl }}/blog/) where we share updates on participation and application guidelines.
77
+
For the latest announcements, deadlines, and project ideas, check out our [News]({{ site.baseurl }}/blog/) where we share updates on participation and application guidelines.
78
78
79
79
We have been involved in several mentoring initiatives:
80
80
@@ -110,7 +110,7 @@ MDAnalysis has participated in Google Summer of Code for several years, mentorin
110
110
-[GSoC 2016]({% post_url 2016-04-26-gsoc %})
111
111
112
112
## Other Contributions
113
-
If you are interested in contributing in other ways, such as writing a **blog post**, we welcome contributions that document your experience with MDAnalysis — whether it's learning the software, participating in a UGM, or working on a project. Feel free to reach out via the [Community]({{ site.baseurl }}/pages/community/) page for guidance on submitting a post.
113
+
If you are interested in contributing in other ways, such as writing a **blog post**, we welcome contributions that document your experience with MDAnalysis — whether it's learning the software, participating in a UGM, or working on a project. Feel free to reach out via the [Community]({{ site.baseurl }}/community/) page for guidance on submitting a post.
114
114
115
115
If you are interested in improving our website, you can refer to the [README file][] in the [Website Repository][]. While the website is already maintained by the MDAnalysis team, any fixes and updates are always welcome.
Copy file name to clipboardExpand all lines: documentation.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
layout: page
3
3
title: Documentation
4
-
order: 3
4
+
order: 5
5
5
---
6
6
7
7
The MDAnalysis library (`import MDAnalysis`) is open-source code, available under the [GNU Lesser General Public License, version 2.1 or later (LGPLv2.1+)](https://www.gnu.org/licenses/lgpl-2.1.html). MDAnalysis provides **comprehensive documentation** to help users at all levels—whether you're just getting started, developing new tools, or contributing to the project. From **step-by-step tutorials** to an in-depth **API reference**, these resources will guide you through installing, using, and extending MDAnalysis.
Copy file name to clipboardExpand all lines: events.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,16 @@
1
1
---
2
2
layout: page
3
3
title: Events
4
-
order: 7
4
+
order: 6
5
5
---
6
6
7
7
MDAnalysis hosts and participates in various **community-driven events, user group meetings (UGMs), and workshops** to foster collaboration and learning.
8
8
9
9
This page provides information on **upcoming and past events**, including **UGMs, workshops, and talks**. Whether you're a developer, researcher, or new to the field, these events provide opportunities to engage with and contribute to the MDAnalysis ecosystem.
10
10
11
-
For the latest discussions, **join the MDAnalysis community channels** by visiting our [Community]({{ site.baseurl }}/pages/community/) page.
11
+
For the latest discussions, **join the MDAnalysis community channels** by visiting our [Community]({{ site.baseurl }}/community/) page.
12
12
13
-
For mentoring programs and outreach opportunities, please visit the [Contribute]({{ site.baseurl }}/pages/contribute/) page.
13
+
For mentoring programs and outreach opportunities, please visit the [Contribute]({{ site.baseurl }}/contribute/) page.
14
14
15
15
<!-- Uncomment the following section when new events are announced
Copy file name to clipboardExpand all lines: getting_started.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
layout: page
3
3
title: Getting Started
4
-
order: 1
4
+
order: 3
5
5
---
6
6
7
7
MDAnalysis is a Python library for analyzing molecular dynamics (MD) simulations. This page will guide you through quickly installing MDAnalysis, exploring a basic example, and accessing learning resources to get started.
MDAnalysis is driven by an active **community of users and contributors**. Stay updated and get involved through the following pages:
31
31
32
32
<!-- TODO: Add link [Get Involved]({{ site.baseurl }}/pages/about/#get-involved)
33
33
-->
34
-
-[Community]({{ site.baseurl }}/pages/community/) — Get involved, ask questions, and collaborate.
35
-
-[Blog]({{ site.baseurl }}/blog) — Stay updated with development news and community highlights.
36
-
-[Events]({{ site.baseurl }}/pages/events/) — Join workshops, conferences, and mentoring programs.
34
+
-[Community]({{ site.baseurl }}/community/) — Get involved, ask questions, and collaborate.
35
+
-[News]({{ site.baseurl }}/blog) — Stay updated with development news and community highlights.
36
+
-[Events]({{ site.baseurl }}/events/) — Join workshops, conferences, and mentoring programs.
37
37
38
38
## Contributing
39
39
40
40
Want to contribute to MDAnalysis? Here’s how:
41
41
42
-
-[Contribute]({{ site.baseurl }}/pages/contribute/) — Learn how to help improve MDAnalysis through coding, documentation, or discussions.
43
-
-[MDAKits and MDA-based tools]({{ site.baseurl }}/pages/mdakits/) — Build and extend MDAnalysis with MDAKits.
42
+
-[Contribute]({{ site.baseurl }}/contribute/) — Learn how to help improve MDAnalysis through coding, documentation, or discussions.
43
+
-[MDAKits and MDA-based tools]({{ site.baseurl }}/mdakits/) — Build and extend MDAnalysis with MDAKits.
44
44
-[Support MDAnalysis financially](#funding--support)— Donate via NumFOCUS to sustain the project.
45
45
46
46
47
47
## Citing MDAnalysis
48
48
49
-
If you use MDAnalysis in your research, please cite it appropriately and consider displaying our MDAnalysis badge in your projects. All citation formats and badge instructions are available in our [Citation guidelines]({{ site.baseurl }}/pages/citations/).
49
+
If you use MDAnalysis in your research, please cite it appropriately and consider displaying our MDAnalysis badge in your projects. All citation formats and badge instructions are available in our [Citation guidelines]({{ site.baseurl }}/citations/).
50
50
51
-
Additionally, consider displaying our badge in your projects that use MDAnalysis. We provide several [embedding markup examples]({{ site.baseurl }}/pages/citations/#powered-by-mdanalysis).
51
+
Additionally, consider displaying our badge in your projects that use MDAnalysis. We provide several [embedding markup examples]({{ site.baseurl }}/citations/#powered-by-mdanalysis).
52
52
53
53
[](https://www.mdanalysis.org)
0 commit comments