Skip to content

Commit e3088b3

Browse files
committed
reorder pages in sb- rename blog to news - move core pages to top level
1 parent ce23e71 commit e3088b3

16 files changed

+40
-40
lines changed

_posts/2023-12-21-github-discussions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The mailing lists will remain open for a bit longer to finish off open discussio
2222

2323
\- Rocco Meli, on behalf of the [MDAnalysis Team][]
2424

25-
[MDAnalysis Team]: {{ site.url }}{% link pages/team.md %}
25+
[MDAnalysis Team]: {{ site.url }}{% link team.md %}
2626
[GitHub Discussions]: https://github.com/MDAnalysis/mdanalysis/discussions
2727
[Q&A]: https://github.com/MDAnalysis/mdanalysis/discussions/categories/q-a
2828
[mdnalysis-devel]: https://groups.google.com/g/mdnalysis-devel

about.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: page
33
title: About MDAnalysis
4-
order: 10
4+
order: 1
55
---
66

77
<img src="{{ site.baseurl }}/public/mdanalysis-logo_square.png"
@@ -14,8 +14,8 @@ The MDAnalysis Project is committed to open-source, reproducible computational r
1414
## Get Involved
1515

1616
- **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.
1919
- **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.
2020
- **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][].
2121

@@ -46,7 +46,7 @@ MDAnalysis is:
4646
- **Openly developed** &mdash; The [source code]({{ site.github.repo }}) is hosted on GitHub.
4747
- **Regularly updated** &mdash; Official releases are distributed via [PyPI][].
4848

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.
5050

5151
[GNU Lesser General Public License, version 2.1 or later (LGPLv2.1+)]: https://www.gnu.org/licenses/lgpl-2.1.html
5252
[PyPI]: https://pypi.org/project/MDAnalysis/

blog/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: page
3-
title: Blog
4-
order: 12
3+
title: News
4+
order: 2
55
---
66

77
<div class="posts">
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: page
33
title: Citations
4-
order: 8
4+
order: 11
55
---
66

77
MDAnalysis and the included algorithms are scientific software that
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: page
33
title: Community
4-
order: 5
4+
order: 7
55
---
66

77
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&mdash;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
1111
contributions; for example, see the [`AUTHORS` file for mdanalysis](https://github.com/MDAnalysis/mdanalysis/blob/develop/package/AUTHORS) and the [contributors for
1212
mdanalysis](https://github.com/MDAnalysis/mdanalysis/graphs/contributors).
1313

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}}/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/).
1515

1616
This page provides an overview of **how you can engage with the MDAnalysis community, where to seek support, and how to participate**.
1717

1818
## Stay Updated
1919

2020
Follow our official channels for news, updates, and major announcements:
2121

22-
- [Blog]({{ site.baseurl }}/blog/) &mdash; News, development highlights, tutorials, and releases.
22+
- [News]({{ site.baseurl }}/blog/) &mdash; News, development highlights, tutorials, and releases.
2323
- [LinkedIn](https://www.linkedin.com/company/mdanalysis/) &mdash; Professional networking, project updates, event announcements, and industry connections.
2424
- [Bluesky](https://bsky.app/profile/mdanalysis.bsky.social) &mdash; Community-driven discussions and project insights.
2525

@@ -33,7 +33,7 @@ Need help with MDAnalysis? Choose the right platform for your needs:
3333

3434
## Contribute
3535

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.
3737

3838

3939

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: page
33
title: Contribute
4-
order: 5
4+
order: 8
55
---
66

77
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
1010

1111
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.
1212

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.
1414

1515
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:
1616

1717
- Check the repository’s issue tracker for open tasks.
1818
- 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.
2020

2121
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).
2222

@@ -74,7 +74,7 @@ The [API reference]({{ site.docs.mdanalysis.url }}/stable/index.html) is **autom
7474
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.
7575

7676
### 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.
7878

7979
We have been involved in several mentoring initiatives:
8080

@@ -110,7 +110,7 @@ MDAnalysis has participated in Google Summer of Code for several years, mentorin
110110
- [GSoC 2016]({% post_url 2016-04-26-gsoc %})
111111

112112
## 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 &mdash; 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 &mdash; 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.
114114

115115
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.
116116

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: page
33
title: Documentation
4-
order: 3
4+
order: 5
55
---
66

77
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&mdash;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.

pages/events.md renamed to events.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
22
layout: page
33
title: Events
4-
order: 7
4+
order: 6
55
---
66

77
MDAnalysis hosts and participates in various **community-driven events, user group meetings (UGMs), and workshops** to foster collaboration and learning.
88

99
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.
1010

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.
1212

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.
1414

1515
<!-- Uncomment the following section when new events are announced
1616
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: page
33
title: Getting Started
4-
order: 1
4+
order: 3
55
---
66

77
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.

index.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,34 +21,34 @@ Learn more about our **mission, development, team, and governance** on the [Abou
2121

2222
If you're new to *MDAnalysis*, explore the following resources to install the `MDAnalysis` package, access tutorials, and dive into the documentation:
2323

24-
- [Getting Started]({{ site.baseurl }}/pages/getting_started/)
25-
- [Learning MDAnalysis]({{ site.baseurl }}/pages/learning_MDAnalysis)
26-
- [Documentation]({{ site.baseurl }}/pages/documentation)
24+
- [Getting Started]({{ site.baseurl }}/getting_started/)
25+
- [Learning MDAnalysis]({{ site.baseurl }}/learning_MDAnalysis/)
26+
- [Documentation]({{ site.baseurl }}/documentation/)
2727

2828
## Community
2929

3030
MDAnalysis is driven by an active **community of users and contributors**. Stay updated and get involved through the following pages:
3131

3232
<!-- TODO: Add link [Get Involved]({{ site.baseurl }}/pages/about/#get-involved)
3333
-->
34-
- [Community]({{ site.baseurl }}/pages/community/) &mdash; Get involved, ask questions, and collaborate.
35-
- [Blog]({{ site.baseurl }}/blog) &mdash; Stay updated with development news and community highlights.
36-
- [Events]({{ site.baseurl }}/pages/events/) &mdash; Join workshops, conferences, and mentoring programs.
34+
- [Community]({{ site.baseurl }}/community/) &mdash; Get involved, ask questions, and collaborate.
35+
- [News]({{ site.baseurl }}/blog) &mdash; Stay updated with development news and community highlights.
36+
- [Events]({{ site.baseurl }}/events/) &mdash; Join workshops, conferences, and mentoring programs.
3737

3838
## Contributing
3939

4040
Want to contribute to MDAnalysis? Here’s how:
4141

42-
- [Contribute]({{ site.baseurl }}/pages/contribute/) &mdash; Learn how to help improve MDAnalysis through coding, documentation, or discussions.
43-
- [MDAKits and MDA-based tools]({{ site.baseurl }}/pages/mdakits/) &mdash; Build and extend MDAnalysis with MDAKits.
42+
- [Contribute]({{ site.baseurl }}/contribute/) &mdash; Learn how to help improve MDAnalysis through coding, documentation, or discussions.
43+
- [MDAKits and MDA-based tools]({{ site.baseurl }}/mdakits/) &mdash; Build and extend MDAnalysis with MDAKits.
4444
- [Support MDAnalysis financially](#funding--support) &mdash; Donate via NumFOCUS to sustain the project.
4545

4646

4747
## Citing MDAnalysis
4848

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/).
5050

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).
5252

5353
[![Powered by MDAnalysis](https://img.shields.io/badge/powered%20by-MDAnalysis-orange.svg?logoWidth=16&logo=data:image/x-icon;base64,AAABAAEAEBAAAAEAIAAoBAAAFgAAACgAAAAQAAAAIAAAAAEAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJD+XwCY/fEAkf3uAJf97wGT/a+HfHaoiIWE7n9/f+6Hh4fvgICAjwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACT/yYAlP//AJ///wCg//8JjvOchXly1oaGhv+Ghob/j4+P/39/f3IAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJH8aQCY/8wAkv2kfY+elJ6al/yVlZX7iIiI8H9/f7h/f38UAAAAAAAAAAAAAAAAAAAAAAAAAAB/f38egYF/noqAebF8gYaagnx3oFpUUtZpaWr/WFhY8zo6OmT///8BAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgICAn46Ojv+Hh4b/jouJ/4iGhfcAAADnAAAA/wAAAP8AAADIAAAAAwCj/zIAnf2VAJD/PAAAAAAAAAAAAAAAAICAgNGHh4f/gICA/4SEhP+Xl5f/AwMD/wAAAP8AAAD/AAAA/wAAAB8Aov9/ALr//wCS/Z0AAAAAAAAAAAAAAACBgYGOjo6O/4mJif+Pj4//iYmJ/wAAAOAAAAD+AAAA/wAAAP8AAABhAP7+FgCi/38Axf4fAAAAAAAAAAAAAAAAiIiID4GBgYKCgoKogoB+fYSEgZhgYGDZXl5e/m9vb/9ISEjpEBAQxw8AAFQAAAAAAAAANQAAADcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAjo6Mb5iYmP+cnJz/jY2N95CQkO4pKSn/AAAA7gAAAP0AAAD7AAAAhgAAAAEAAAAAAAAAAACL/gsAkv2uAJX/QQAAAAB9fX3egoKC/4CAgP+NjY3/c3Nz+wAAAP8AAAD/AAAA/wAAAPUAAAAcAAAAAAAAAAAAnP4NAJL9rgCR/0YAAAAAfX19w4ODg/98fHz/i4uL/4qKivwAAAD/AAAA/wAAAP8AAAD1AAAAGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALGxsVyqqqr/mpqa/6mpqf9KSUn/AAAA5QAAAPkAAAD5AAAAhQAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADkUFBSuZ2dn/3V1df8uLi7bAAAATgBGfyQAAAA2AAAAMwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB0AAADoAAAA/wAAAP8AAAD/AAAAWgC3/2AAnv3eAJ/+dgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA9AAAA/wAAAP8AAAD/AAAA/wAKDzEAnP3WAKn//wCS/OgAf/8MAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIQAAANwAAADtAAAA7QAAAMAAABUMAJn9gwCe/e0Aj/2LAP//AQAAAAAAAAAA)](https://www.mdanalysis.org)
5454

0 commit comments

Comments
 (0)