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 draft blog post to recap UGM and 2024 workshops #404

Merged
merged 9 commits into from
Sep 23, 2024
Merged
Show file tree
Hide file tree
Changes from 6 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
153 changes: 153 additions & 0 deletions _posts/2024-09-11-mda_2024events.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,153 @@
---
layout: post
title: MDAnalysis 2024 Events - Recap of the User Group Meeting and Workshops
---

As we near the last quarter of the year, we would like to reflect on the exciting events, including the recent [MDAnalysis User Group Meeting](https://www.mdanalysis.org/pages/ugm2024/) and many workshops, that allowed us to connect with the MDAnalysis community throughout 2024.

## MDAnalysis UGM (User Group Meeting)

![Group Photo of MDAnalysis UGM 2024 Participants](/public/images/UGM2024_Group_Photo.jpg)

From August 21-23, 2024, 65 MDAnalysis users and developers convened in London, United Kingdom for the [second MDAnalysis UGM](https://www.mdanalysis.org/pages/ugm2024/) (User Group Meeting). Hosted at [King's College London](https://www.kcl.ac.uk/) in partnership with the [Thomas Young Centre](https://thomasyoungcentre.org/), the event featured presentations and open discussions about using and developing MDAnalysis, followed by a hackathon. Talks covered a broad range of topics including, but not limited to, materials science applications, drug discovery and therapeutics, machine learning and multiscale modeling, and tools for molecular dynamics simulation analysis.

For more details, we invite you to check out the [MDAnalysis/UGM2024](https://github.com/MDAnalysis/UGM2024/tree/main) GitHub repository, where many of the UGM presentation and hackathon materials may be accessed.
jennaswa marked this conversation as resolved.
Show resolved Hide resolved

### Awards
Based on attendees' votes, the following recognitions were awarded to UGM participants:

*Best Talk*
* **First Place** - Raquel López-Ríos de Castro
* **Second Place** - Lexin Chen
* **Third Place** - Namir Oues
* **Honorable Mentions** - Michal H. Kolar, Matteo Degiacomi

*Best Poster*
* **First Place** - Asal Azar
* **Second Place (TIE)** - Simon Holtbrügge, Valerij Talagayev

*All Star Pet* (According to a pet photo contest on the [`#mda-pets`](https://discord.com/channels/807348386012987462/1156570811247898706) channel on Discord)
* Pom (owned by Matteo Degiacomi)

![Group Photo of MDAnalysis UGM 2024 Award Recipients](/public/images/UGM2024_Awards_Photo.jpg)

### Partners and Sponsors
We would like to thank our partners and sponsors for helping us make the 2024 MDAnalysis UGM such a success!

<br>
<a hhef="https://thomasyoungcentre.org/">
<img
src="/public/images/TYC_Logo.png"
title="Thomas Young Centre Logo" alt="Thomas Young Centre Logo"
style="float: left; height: 5em; " />
<a/>

<br>
<a href="https://chanzuckerberg.com/">
<img
src="/public/images/CZI_Logo.jpg"
title="Chan Zuckerberg Initiative Logo" alt="Chan Zuckerberg Initiative Logo"
style="float: left; height: 5em; " />
<a/>

<br>
<a href="https://mgms.org/">
<img
src="/public/images/MGMS_Logo.jpeg"
title="Molecular Graphics and Modelling Society Logo" alt="Molecular Graphics and Modelling Society Logo"
style="float: left; height: 5em; " />
<a/>

<br>
<a href="{{site.numfocus.sponsored_project}}">
<img
src="/public/images/numfocus-sponsored.png"
title="NumFOCUS Fiscally Sponsored Project Logo" alt="NumFOCUS Fiscally Sponsored Project Logo"
style="float: left; height: 5em; " />
</a>

### The Future of MDAnalysis UGMs

We would love for the MDAnalysis UGM to become an annual event. We are grateful to the [Chan Zuckerberg Initiative](https://chanzuckerberg.com/) (CZI) for supporting the 2023 and 2024 UGMs through our [Essential Open Source for Science Round 5 award](https://chanzuckerberg.com/eoss/proposals/mdanalysis-outreach-and-project-manager/). However, as the 2-year grant is coming to a close, we are working hard to find ways to support potential future UGMs.

If you are interested in sponsoring, hosting at your own institution, or joining the organizing committee for any future UGMs, please get in touch with us on [Discord](https://discord.com/channels/807348386012987462/) (to join the Discord server, use the invitation link, [https://discord.com/invite/fXTSfDJyxE](https://discord.com/invite/fXTSfDJyxE)) or [GitHub Discussions](https://github.com/MDAnalysis/mdanalysis/discussions)!
jennaswa marked this conversation as resolved.
Show resolved Hide resolved

## MDAnalysis Training Workshops

This year was an exciting year for MDAnalysis, in that we were able to offer 4 different *free* online and hybrid training workshops!

### Februrary 28th: Introduction to MDAnalysis and Molecular Nodes (Online)

Around 40 people joined us live on February 28, 2024 for an online workshop, during which 4 instructors (@fiona-naughton, @lilyminium, @yuxuanzhuang, @BradyAJohnston) introduced the MDAnalysis package and provided an interactive tutorial for visualizing MDAnalysis data in [Molecular Nodes](https://bradyajohnston.github.io/MolecularNodes/); the [recording](https://youtu.be/3zKBjnRnAMg?si=cnGSQxyUmzc9zCDd) is available on our [YouTube](https://www.youtube.com/@mdanalysis3040) channel. All workshop materials and installation instructions are publicly available on the MDAnalysis/MDAnalysisWorkshop2-Intro0.5Day GitHub repository on the ['feb24-ws' branch](https://github.com/MDAnalysis/MDAnalysisWorkshop-Intro0.5Day/tree/feb24-ws).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Non-blocking for this post, and I think I raised this elsewhere (and it is definitely better discussed elsewhere). Using branches makes things complicated to maintain, and hard for users to dig out the actual material (they might accidentally switch branch, or if they use Google they will never land on a branch other than the default one). It would be better to make a proper release for each workshop.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The same comment applies to the branches below.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, there was some discussion started about this on Discord earlier this year in January: https://discord.com/channels/807348386012987462/817022693676285992/1201343337878265887. I'll also add it to the next business meeting agenda, though there might not be time to get to it, so we don't lose track of trying to reignite the conversation and making a longer term plan.


### May 10th: Introduction to Molecular Dynamics Trajectory Analysis using MDAnalysis

On May 10, 2024, 21 attendees convened in person at [University College London](https://www.ucl.ac.uk/) (UCL) and another roughly 43 attendees joined online for a workshop walking participants through examples progressing from a beginner to an intermediate level. Instructors, @micaela-matta and @richardjgowers, showcased built-in analysis functions and walked participants through building custom analysis scripts; the [recording of the intermediate lessons](https://youtu.be/p3OUUnHXQjU) can be accessed on the MDAnalysis [YouTube](https://www.youtube.com/@mdanalysis3040) channel, and all workshop materials are on the MDAnalysisWorkshop-Intro1Day GitHub repo on the ['may24-ws' branch](https://github.com/MDAnalysis/MDAnalysisWorkshop-Intro1Day/tree/may24-ws).

![Micaela Matta Leading the In-Person Instruction for the MDAnalysis Workshop at UCL](/public/images/May2024_Workshop_Photo.jpg)

### June 24th-25th: Moving from User to Developer: Analyzing Molecular Simulations and Building New Tools

In late June 2024, an MDAnalysis instructor team (@IAlibay, @orbeckst, @fiona-naughton, @yuxuanzhuang, @mikemhenry, @ianmkenney) partnered with the [Molecular Sciences Software Institute](https://molssi.org/) (MolSSI) to offer a 2-day hybrid workshop at Arizona State University (ASU) in the [Center for Biological Physics](https://cbp.asu.edu/) covering beginner to intermediate tutorials on the [MDAnalysis library](https://github.com/MDAnalysis/mdanalysis) as well as tutorials on software development best practices provided by MolSSI instructors (@sjayellis, @armcdona). A total of 35 individuals attended in person, with another up to 76 attending online. All workshop materials are now publicly available in the MDAnalysisMolSSIWorkshop-Intermediate2Day GitHub repository under the ['jun24-ws' branch](https://github.com/MDAnalysis/MDAnalysisMolSSIWorkshop-Intermediate2Day/tree/jun24-ws).
jennaswa marked this conversation as resolved.
Show resolved Hide resolved

![Group Photo of the ASU Workshop Participants and Instructors](/public/images/June2024_Workshop_Photo.jpg)

### September 5th: MDAnalysis Intermediate Workshop, CCPBioSim Training Week

Rounding out the 2024 workshop series, @micaela-matta and @richardjgowers teamed up again for the [CCPBioSim Training Week](https://www.ccpbiosim.ac.uk/training2024), hosted at the [University of Sheffield](https://www.sheffield.ac.uk/) in hybrid format, to teach participants how to build on basic MDAnalysis skills and learn about building more complex analysis scripts. There were 13 people registered for in-person attendance, and another 30 people registered for online participation. The materials for the workshop can be accessed on the MDAnalysisWorkshop-Intermediate1Day GitHub repo under the ['ccpbiosim-24' branch](https://github.com/MDAnalysis/MDAnalysisWorkshop-Intermediate1Day/tree/ccpbiosim-24).

### Acknowledgements

A special thanks goes out to the many partners and sponsors that helped us make these workshops possible:

<br>
<a href="https://chanzuckerberg.com/">
<img
src="/public/images/CZI_Logo.jpg"
title="Chan Zuckerberg Initiative Logo" alt="Chan Zuckerberg Initiative Logo"
style="float: left; height: 5em; " />
<a/>

<a hhef="https://thomasyoungcentre.org/">
<img
src="/public/images/TYC_Logo.png"
title="Thomas Young Centre Logo" alt="Thomas Young Centre Logo"
style="float: left; height: 5em; " />
<a/>

<a hhef="https://uk-jcmaxwell.cecam.org/">
<img
src="/public/images/CECAM_UK_JCMAXWELL.png"
title="JCMaxwell Node of CECAM Logo" alt="JCMaxwell Node of CECAM Logo"
style="float: left; height: 5em; " />
<a/>

<a hhef="https://www.ccpbiosim.ac.uk/">
<img
src="/public/images/CCPBioSim_Logo.jpeg"
title="CCPBioSim Logo" alt="CCPBioSim Logo"
style="float: left; height: 5em; " />
<a/>

<a hhef="https://molssi.org/">
<img
src="/public/images/MolSSI_Logo.png"
title="Molecular Sciences Software Institute Logo" alt="Molecular Sciences Software Institute Logo"
style="float: left; height: 5em; " />
<a/>

<a hhef="https://cbp.asu.edu/">
<img
src="/public/images/CBP_logo.png"
title="Center for Biological Physics Logo" alt="Center for Biological Physics (CBP) at Arizona State University (logo) "
style="float: left; height: 5em; " />
<a/>

We would like to again thank everyone who helped us make these workshops a success, including the participants, instructors, teaching assistants, and workshop organizers! If you or your organization are interested in partnering with MDAnalysis to organize future workshops, you are always welcome to fill out our [Google form](https://docs.google.com/forms/d/e/1FAIpQLSf5-c4kE_trtA1ciSFcLLRsiFASHY-rXuFu7y902pqUgPDppg/viewform?usp=sf_link) to discuss further.

To stay up-to-date on all MDAnalysis event offerings, be sure to follow our [blog][], [X][], [LinkedIn][], and [Bluesky][] pages.

[blog]: https://www.mdanalysis.org/blog/
[X]: https://twitter.com/mdanalysis
[LinkedIn]: https://www.linkedin.com/company/mdanalysis/
[Bluesky]: https://bsky.app/profile/mdanalysis.bsky.social
Binary file added public/images/CBP_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/June2024_Workshop_Photo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/May2024_Workshop_Photo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/UGM2024_Awards_Photo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/UGM2024_Group_Photo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading