Maintainer in academia (fixes)#458
Merged
ashleywolf merged 5 commits intomainfrom May 5, 2026
Merged
Conversation
Updated image sizes for better responsiveness in the JPlag maintainer spotlight.
Updated image widths in the Jenkins Warnings NG maintainer spotlight document for better display.
Added an image to the preCICE maintainer spotlight page to enhance visual understanding.
Updated the SWAT+ maintainer spotlight to include new information about community engagement, project sustainability, and upcoming events.
Updated the content to improve clarity and engagement, including rephrasing section titles and enhancing descriptions of the project's goals and contributions.
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates several “Maintainer in academia” spotlight Markdown posts, primarily by adjusting how inline images are embedded, and also includes a substantive editorial restructure of the Wordplay spotlight content.
Changes:
- Replaces fixed pixel image dimensions with
width="50%"on multiple<img>tags. - Inserts several new images into spotlight posts (SWAT+, preCICE).
- Refactors the Wordplay spotlight’s headings and Q&A content structure (beyond image presentation).
Show a summary per file
| File | Description |
|---|---|
| content/academia/wordplay-maintainer-spotlight.md | Significant editorial restructuring of the spotlight Q&A headings and content. |
| content/academia/swatplus-maintainer-spotlight.md | Adds multiple inline images intended to render at half-width. |
| content/academia/precice-maintainer-spotlight.md | Adds an inline image near the top of the post and adjusts spacing. |
| content/academia/jplag-maintainer-spotlight.md | Converts existing images from fixed pixel dimensions to a “50% width” approach. |
| content/academia/jenkins-warnings-ng-maintainer-spotlight.md | Converts existing images from fixed pixel dimensions to a “50% width” approach. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comments suppressed due to low confidence (4)
content/academia/jplag-maintainer-spotlight.md:33
- This image uses
width="50%"on the<img>element. Browsers treat thewidthattribute as a pixel integer, so the image may end up 50px wide. Use CSS-based sizing (inline style or class) for a true 50% responsive width.
<img width="50%" alt="screenshot JPlag Code View" src="https://github.com/user-attachments/assets/a16a70cf-60a6-40a4-a2da-1b0c90feee80" />
content/academia/jplag-maintainer-spotlight.md:56
width="50%"in the<img>attribute is likely to be parsed as 50px (not 50%). Please apply CSS (width: 50%) instead so the cluster view screenshot displays at the intended size across screen widths.
<img width="50%" alt="Screenshot JPlag Cluster View" src="https://github.com/user-attachments/assets/7a50b817-cdc0-48d7-9fc6-071b4ae6a66f" />
content/academia/jenkins-warnings-ng-maintainer-spotlight.md:34
- The
<img>widthattribute doesn’t support percentage sizing the way CSS does;width="50%"will likely be interpreted as 50px. Please change to CSS-driven sizing (and keepheight:auto) to avoid tiny images.
<img width="50%" alt="Photo_3" src="https://github.com/user-attachments/assets/b07adfe8-ef09-481f-a4b2-046a004288eb" />
content/academia/jenkins-warnings-ng-maintainer-spotlight.md:48
width="50%"on<img>is likely to display as 50px wide rather than 50% width. Please use CSS (width:50%) via inline style or a class to ensure responsive half-width rendering.
<img width="50%" alt="Photo_2" src="https://github.com/user-attachments/assets/2124a0d8-9b24-4673-bd22-55dcc064d077" />
- Files reviewed: 5/5 changed files
- Comments generated: 9
|
|
||
| ## What is SWAT+, and what does it help people do? | ||
|
|
||
| <img width="50%" alt="poster_board" src="https://github.com/user-attachments/assets/467ab702-52d0-4b8f-9be8-36f0ba3ec030" /> |
|
|
||
| We organize at least one international conference annually for the global SWAT community. This year's conference will be held in Thessaloniki, Greece, bringing together developers and users to share the latest innovations in the field. | ||
|
|
||
| <img width="50%" alt="swat-conf-map-2025-10-19" src="https://github.com/user-attachments/assets/234f5ead-4e54-449b-8d84-8b958b09b098" /> |
|
|
||
| ## How do you ensure the project remains sustainable over time? | ||
|
|
||
| <img width="50%" alt="total-articles-in-swat-l" src="https://github.com/user-attachments/assets/c538f757-9f97-4f66-9dfa-d9d4098d62b8" /> |
|
|
||
| It is a privilege to steward such a significant legacy project into the era of Open Science. We are excited to see how the global community will continue to build upon this foundation to solve the environmental challenges of the next 45 years. Thank you for providing a platform that recognises the value of both scientific rigour and open-source collaboration. | ||
|
|
||
| <img width="50%" alt="headshot of Natalja Čerkasova" src="https://github.com/user-attachments/assets/15bce7e3-b201-497c-85a0-013eb7de4fb7" /> |
Comment on lines
+17
to
+20
|
|
||
| <img width="50%" alt="precice-overview" src="https://github.com/user-attachments/assets/433f50c4-bdbc-47c2-9e38-30096150f4cb" /> | ||
|
|
||
|
|
| ## What is preCICE, and what does it help people do? | ||
|
|
||
|
|
||
| <img width="50%" alt="precice-overview" src="https://github.com/user-attachments/assets/433f50c4-bdbc-47c2-9e38-30096150f4cb" /> |
| JPlag supports more than 15 programming languages. The input code is processed entirely locally, ensuring GDPR–compliance. [Demo available here](https://demo.jplag.de/) | ||
|
|
||
| <img width="3024" height="1664" alt="Screenshot of JPlag Main View" src="https://github.com/user-attachments/assets/29f58583-9ff4-490a-b2b6-13a375ccb146" /> | ||
| <img width="50%" alt="Screenshot of JPlag Main View" src="https://github.com/user-attachments/assets/29f58583-9ff4-490a-b2b6-13a375ccb146" /> |
| The project was initially created to visualise code quality within an industry team. It later expanded through community contributions and was adapted for teaching and grading purposes. | ||
|
|
||
| <img width="2302" height="882" alt="Photo_1" src="https://github.com/user-attachments/assets/e59e2f07-5ca1-4d2c-ab4c-8bd64ca6dcde" /> | ||
| <img width="50%" alt="Photo_1" src="https://github.com/user-attachments/assets/e59e2f07-5ca1-4d2c-ab4c-8bd64ca6dcde" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates several academic project spotlight markdown files to improve the visual presentation of images. The main change is standardizing the display of images by setting their width to 50% and removing fixed pixel dimensions, resulting in more consistent and responsive image layouts across the articles.