Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion citations.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
layout: page
title: Citations
order: 11
redirect_from: /pages/citations
redirect_from:
- /pages/citations
- /pages/citations/
---

MDAnalysis and the included algorithms are scientific software that
Expand Down
4 changes: 3 additions & 1 deletion community.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
layout: page
title: Community
order: 6
redirect_from: /pages/community
redirect_from:
- /pages/community
- /pages/community/
---

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 }}/conduct/) and welcomes everyone to participate—whether through GitHub Discussions, issue reports, or code contributions.
Expand Down
4 changes: 3 additions & 1 deletion contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
layout: page
title: Contribute
order: 8
redirect_from: /pages/contribute
redirect_from:
- /pages/contribute
- /pages/contribute/
---

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.
Expand Down
4 changes: 3 additions & 1 deletion documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
layout: page
title: Documentation
order: 5
redirect_from: /pages/documentation
redirect_from:
- /pages/documentation
- /pages/documentation/
---

The [MDAnalysis library]({{ site.github.repo }}) (`import MDAnalysis`) is open-source code, available under the [GNU Lesser General Public License, version 3 or later (LGPLv3+)](https://www.gnu.org/licenses/lgpl-3.0.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.
Expand Down
4 changes: 3 additions & 1 deletion events.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
layout: page
title: Events
order: 7
redirect_from: /pages/events
redirect_from:
- /pages/events
- /pages/events/
---

MDAnalysis hosts and participates in various **community-driven events, user group meetings (UGMs), workshops, and hackathons** to foster collaboration and learning.
Expand Down
4 changes: 3 additions & 1 deletion getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
layout: page
title: Getting Started
order: 3
redirect_from: /pages/getting_started
redirect_from:
- /pages/getting_started
- /pages/getting_started/
---

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.
Expand Down
4 changes: 3 additions & 1 deletion learning_MDAnalysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
layout: page
title: Learning MDAnalysis
order: 4
redirect_from: /pages/learning_MDAnalysis
redirect_from:
- /pages/learning_MDAnalysis
- /pages/learning_MDAnalysis/
---

MDAnalysis is a powerful Python library for analyzing MD simulations. While primarily designed to help you build custom analysis tools, it also supports interactive data exploration in environments like [IPython](http://ipython.org/) and [Jupyter notebooks](https://jupyter.org/), especially when combined with [pandas](http://pandas.pydata.org/). This makes MDAnalysis an excellent choice for rapid prototyping and exploratory analysis.
Expand Down
4 changes: 3 additions & 1 deletion mdakits.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
layout: page
title: MDA Ecosystem
order: 10
redirect_from: /pages/mdakits
redirect_from:
- /pages/mdakits
- /pages/mdakits/
---

MDAnalysis is developed with extensibility in mind, allowing
Expand Down
4 changes: 3 additions & 1 deletion privacy.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
layout: page
title: Privacy Policy
order: 12
redirect_from: /pages/privacy
redirect_from:
- /pages/privacy
- /pages/privacy/
---

MDAnalysis is a [fiscally sponsored
Expand Down
4 changes: 3 additions & 1 deletion team.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
layout: page
title: MDAnalysis Team
order: 9
redirect_from: /pages/team
redirect_from:
- /pages/team
- /pages/team/
---

MDAnalysis is a community-driven project that is made possible through the efforts of many members who contribute in numerous and diverse ways, ranging from direct package development, maintenance, documentation, communication, and managerial responsibilities. On this page we list identified project roles and team members for each of those roles. We note that the listed roles on this page can differ significantly in scope and required effort.
Expand Down
Loading