Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upload coredev blog post #423

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
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
56 changes: 56 additions & 0 deletions _posts/2025-02-04-new_coredevs
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
---
layout: post
title: Meet our New Core Developers!
---

We are thrilled to announce that MDAnalysis has elected three new [Core Developers]({{ site.baseurl }}/pages/about/#mdanalysis-core-developers/) to the project: @BradyAJohnston, @marinegor, and @p-j-smith. We thank each of them for the many contributions they have already made to the MDAnalysis project, and look forward to having them help shape the future direction of the project. Keep reading to [learn more about Brady, Egor, and Paul](#introductions), as well as the [process behind becoming a Core Developer](#becoming-a-core-developer) of MDAnalysis.

## Introductions
### Brady Johnston (@BradyAJohnston)
<img
src="Picture Here"
title="Brady Johnston" alt="Brady Johnston"
style="float: left; width: 110px; height: 110px; border-radius: 20px; border: 15px solid white" />

I originally did my PhD in structural biology at the University of Western Australia. Starting out doing crystallography, I became interested instead with ways to better visualise molecular data instead of collecting it. I created [Molecular Nodes](https://bradyajohnston.github.io/MolecularNodes) (MN) for cinematic visualisation of molecular data inside of the 3D modelling and animation program [Blender](https://blender.org). Molecular Nodes relies heavily on MDAnalysis for import and handling of molecular dynamics (MD) datasets, with projects going forward also allowing Blender to become a tool for analysing MD trajectories. I have now left academia and do freelance scientific illustration and development full time. You can contact me on on [BlueSky](https://bsky.app/profile/bradyajohnston.bsky.social), [GitHub](https://github.com/bradyajohnston), Discord and [LinkedIn](https://www.linkedin.com/in/bradyajohnston/) as @bradyajohnston, or see my [website](https://bradyajohnston.github.io). I’m always excited to chat about anything related to Blender and data visualisation.

### Egor Marin (@marinegor)
<img
src="Picture Here"
title="Egor Marin" alt="Egor Marin"
style="float: left; width: 110px; height: 110px; border-radius: 20px; border: 15px solid white" />

Please write a short (1-2 paragraphs) bio here. Feel free to include your affiliation(s), ways you interface with MDAnalysis, and any other personal and/or professional interests. Please include any contact information you feel comfortable sharing publicly (e.g., GitHub/Discord handle, LinkedIn, website, etc.)

### Paul Smith (@p-j-smith)
<img
src="Picture Here"
title="Brady Johnston" alt="Brady Johnston"
style="float: left; width: 110px; height: 110px; border-radius: 20px; border: 15px solid white" />

Please write a short (1-2 paragraphs) bio here. Feel free to include your affiliation(s), ways you interface with MDAnalysis, and any other personal and/or professional interests. Please include any contact information you feel comfortable sharing publicly (e.g., GitHub/Discord handle, LinkedIn, website, etc.)
orbeckst marked this conversation as resolved.
Show resolved Hide resolved

## Becoming a Core Developer
MDAnalysis is a dynamic, ever-changing [community]({{ site.baseurl }}/pages/about/#community), with many new contributors joining continuously. It is important to us that the leadership of MDAnalysis reflects the community that builds it. Therefore, the MDAnalysis Core Developer team regularly holds elections for new core developers, as described in our [governance section]({{ site.baseurl }}/pages/about/#governance/). While this voting process is conducted in private, we are publishing and formalizing what we consider when voting, in the interests of transparency.

Firstly, potential Core Developers are identified based on their past contributions to MDAnalysis and potential to move the MDAnalysis project forward. Contributions we account for include both those that are technical in nature, and also less quantifiable ones which add value to the MDAnalysis organization. Examples include:
* Fixing bugs
* Adding features
* Adding or fixing documentation
* Reviewing pull requests (PRs)
* Interacting with the community on [GitHub]({{ site.github.repo }}) or our Discord server ({{ site.discord.url }})
* Participating in discussions in PRs and issues
* Organizing workshops or events
* Mentoring either in an official capacity (e.g., [Google Summer of Code](https://summerofcode.withgoogle.com/)) or unofficially (e.g., through reviewing PRs)
* Promoting a culture which reflects the core values of MDAnalysis, as detailed in our [Code of Conduct]({{ site.baseurl }}/pages/conduct/) (e.g., promoting diversity and inclusion within our community)
* Involvement in ongoing community projects (e.g., applying for grants) and liaising with other organisations, such as our fiscal sponsor, [NumFOCUS](https://numfocus.org/)

If a candidate has shown a history of participating in these activities, they are put forward for election. The Core Developer team reviews the candidate and votes on whether or not they wish to elect an individual, following [our standard voting procedures]({{ site.baseurl }}/pages/about/#decision-making-process-and-membership/).

Finally, being an active Core Developer requires some amount of active participation in meetings, decisions, and other administrative business. As MDAnalysis does not have any guaranteed long-term funding, this work is usually unpaid. Therefore, the final decision to accept or decline the election is left to the developers themselves: do they have the time and willingness to keep contributing?
p-j-smith marked this conversation as resolved.
Show resolved Hide resolved

If you are interested in becoming a Core Developer, we highly encourage you to [participate]({{ site.baseurl }}/#participating) in some of the activities listed above, especially reviewing pull requests and mentoring other developers. Learn more about the many roles MDAnalysis community members take on to move the project forward on our [MDAnalysis team]({{ site.baseurl }}/pages/team/) page, and reach out to us on our [GitHub discussions forum]({{ site.mailinglists.discussions.url }}) or [Discord server]({{ site.discord.url }}) (join the server using the invitation link, [https://discord.gg/fXTSfDJyxE]({{ site.discord.invite }}). On our end, the MDAnalysis Core Developer team will, to the best of its abilities, aim to offer mentorship and other opportunities to people who express an interest in becoming a Core Developer.
jennaswa marked this conversation as resolved.
Show resolved Hide resolved

Being a Core Developer is work, but it’s also a fantastic opportunity to work with and for a wonderful and welcoming community. As part of [our mission]({{ site.baseurl }}/about/#mission), we welcome anyone who cares for this community and wants to help it grow.

— [@MDAnalysis/coredevs](https://github.com/orgs/MDAnalysis/teams/coredevs)
Loading