Skip to content

Update team page with titles, roles, and formatting improvements#57

Merged
VatsalSy merged 13 commits intomainfrom
team-page
Jun 12, 2025
Merged

Update team page with titles, roles, and formatting improvements#57
VatsalSy merged 13 commits intomainfrom
team-page

Conversation

@VatsalSy
Copy link
Member

Summary

  • Added academic titles (Dr., MSc, BSc) to team member names
  • Added current roles (Assistant Professor, Ph.D. Student, etc.) below names with larger font
  • Updated supervision terminology from "Joint with" to "Co-advised with"
  • Added thesis links for Jnandeep Talukdar and Saumili Jana
  • Used non-breaking hyphens for date ranges to prevent line breaks
  • Optimized card padding and width for better content fit
  • Fixed spacing issues and abbreviated institution names
  • Cleaned up collaborator titles and formatting

Test plan

  • Verify team member cards display correctly with new formatting
  • Check that date ranges don't break across lines
  • Ensure thesis links work properly
  • Confirm responsive design works on mobile
  • Test in both light and dark themes

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jun 12, 2025

Caution

Review failed

The pull request is closed.

📝 Walkthrough

Summary by CodeRabbit

  • Style
    • Improved formatting and consistency of the team and collaborators page, including enhanced titles, degree details, and inline information for clarity.
    • Updated collaborator and alumni sections for uniformity and readability.
    • Refined team member card spacing and padding for a cleaner appearance across devices.
    • Enhanced text wrapping and added support to prevent unwanted line breaks in date ranges and specific inline elements.

Summary by CodeRabbit

  • Style
    • Improved formatting and consistency on the team and collaborators page, including standardized titles, compact position descriptions, and uniform degree and affiliation formatting.
    • Adjusted layout spacing and padding for team member sections to increase content space and enhance readability.
    • Enhanced text wrapping to prevent date ranges from breaking across lines for better visual clarity.

Walkthrough

The changes update the team page's markdown content for improved consistency, formatting, and clarity, standardizing titles, degree information, and layout. Corresponding CSS adjustments refine padding, width, and text wrapping to enhance the visual presentation and prevent awkward line breaks, especially for date ranges and list items.

Changes

File(s) Change Summary
_team/index.md Standardized member titles, reformatted positions and degree info, improved inline links, and enhanced textual consistency.
assets/css/team.css Reduced padding, slightly increased content width, added CSS rules to prevent line breaks in date ranges and list items.

Possibly related PRs

Poem

In the warren, names now shine so bright,
With titles and degrees all lined up right.
Date ranges stick together, never torn—
Thanks to clever CSS, no lines forlorn!
The team stands proud, in tidy rows,
As every bunny surely knows.
🐇✨

Warning

There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure.

🔧 ESLint

If the error stems from missing dependencies, add them to the package.json file. For unrecoverable errors (e.g., due to private dependencies), disable the tool in the CodeRabbit configuration.

npm error Exit handler never called!
npm error This is an error with npm itself. Please report this error at:
npm error https://github.com/npm/cli/issues
npm error A complete log of this run can be found in: /.npm/_logs/2025-06-12T21_06_59_465Z-debug-0.log


📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 45db414 and b7aac60.

📒 Files selected for processing (2)
  • _team/index.md (11 hunks)
  • assets/css/team.css (6 hunks)
✨ Finishing Touches
🧪 Generate Unit Tests
  • Create PR with Unit Tests
  • Commit Unit Tests in branch team-page
  • Post Copyable Unit Tests in Comment

🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai auto-generate unit tests to generate unit tests for this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 6

🧹 Nitpick comments (4)
assets/css/team.css (3)

148-148: Optional: Simplify width calc for .team-member
Since box-sizing: border-box is in use, you can replace width: calc(100% - 2px) with width: 100% to account for the 1px border without manual subtraction.


387-392: Optional: Refine break control for hyphenation
Applying hyphens: manual globally on <li> could block normal word breaks. Instead target only date-range spans.


684-686: Duplicate overrides in media queries
You repeat padding: 1rem 0.7rem and width calcs for .team-member. Consider leveraging the base rule and only override values that actually change across breakpoints to reduce redundancy.

Also applies to: 781-783

_team/index.md (1)

24-24: Optional: Use plural “Research Interests”
Most entries list multiple topics; consider changing “Research Interest:” to “Research Interests:” for consistency.

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between d87f780 and 45db414.

📒 Files selected for processing (2)
  • _team/index.md (11 hunks)
  • assets/css/team.css (6 hunks)
🧰 Additional context used
🪛 LanguageTool
_team/index.md

[uncategorized] ~12-~12: Did you mean “I”?
Context: ...ck;">](https://github.com/VatsalSy) [<i class="ai ai-google-scholar-square" sty...

(I_LOWERCASE_PREMIUM)


[uncategorized] ~20-~20: Did you mean “I”?
Context: ...Fluids - Univ. Twente / 2018‑22, <i class="fa-solid fa-file-pdf pdf-link-ic...

(I_LOWERCASE_PREMIUM)


[uncategorized] ~21-~21: Did you mean “I”?
Context: ...Instability Lab, IIT-R / 2013‑18, <i class="fa-solid fa-file-pdf pdf-link-ic...

(I_LOWERCASE_PREMIUM)


[inconsistency] ~28-~28: Consider using a more common abbreviation of this university degree.
Context: ..._CV.pdf){: .cv-button} ### Ayush Dixit MSc Ph.D. ...

(BACHELOR_ABBR)


[uncategorized] ~40-~40: Did you mean “I”?
Context: ...Instability Lab, IIT-R / 2018‑23, <i class="fa-solid fa-file-pdf pdf-link-ic...

(I_LOWERCASE_PREMIUM)


[inconsistency] ~44-~44: Consider using a more common abbreviation of this university degree.
Context: ..., Respiratory Drops. ### Aman Bhargava MSc Ph.D. ...

(BACHELOR_ABBR)


[duplication] ~48-~48: Possible typo: you repeated a word.
Context: ...University of Twente Co-advised with with [Detlef Lohse](https://en.wikipedia.org...

(ENGLISH_WORD_REPEAT_RULE)


[inconsistency] ~61-~61: Consider using a more common abbreviation of this university degree.
Context: ...Drop Retraction. ### Jnandeep Talukdar MSc Ph.D. ...

(BACHELOR_ABBR)


[duplication] ~65-~65: Possible typo: you repeated a word.
Context: ...University of Twente Co-advised with with [Detlef Lohse](https://en.wikipedia.org...

(ENGLISH_WORD_REPEAT_RULE)


[uncategorized] ~67-~67: Did you mean “I”?
Context: ...k;">](https://github.com/spilltheT) [<i class="ai ai-google-scholar-square" sty...

(I_LOWERCASE_PREMIUM)


[uncategorized] ~74-~74: Did you mean “I”?
Context: ... Fluids - Univ. Twente / 2023‑25, <i class="fa-solid fa-file-pdf pdf-link-ic...

(I_LOWERCASE_PREMIUM)


[inconsistency] ~79-~79: Consider using a more common abbreviation of this university degree.
Context: ...nomaly, Soft Wetting. ### Saumili Jana MSc Ph.D. ...

(BACHELOR_ABBR)


[duplication] ~83-~83: Possible typo: you repeated a word.
Context: ...University of Twente Co-advised with with [Detlef Lohse](https://en.wikipedia.org...

(ENGLISH_WORD_REPEAT_RULE)


[uncategorized] ~90-~90: Did you mean “I”?
Context: ...*, Mech. Eng., IIT-KGP / 2020‑25, <i class="fa-solid fa-file-pdf pdf-link-ic...

(I_LOWERCASE_PREMIUM)


[inconsistency] ~94-~94: Consider using a more common abbreviation of this university degree.
Context: ...terest:** Soft Impact. ### Floris Hoek BSc M.Sc. ...

(BACHELOR_ABBR)


[duplication] ~98-~98: Possible typo: you repeated a word.
Context: ...University of Twente Co-advised with with [Martin van der Hoef](https://pof.tnw.u...

(ENGLISH_WORD_REPEAT_RULE)


[uncategorized] ~144-~144: Did you mean “I”?
Context: ...google.com/citations?user=FE8TQeUAAAAJ) [<i class="fa-brands fa-x-twitter" style="f...

(I_LOWERCASE_PREMIUM)


[misspelling] ~191-~191: Possible spelling mistake found.
Context: ...-Swelling, Viscoelastic Flows. ### Dr. John Kolinski [<i class="ai ai-google-scholar-square...

(EN_MULTITOKEN_SPELLING_TWO)


[uncategorized] ~211-~211: Did you mean “I”?
Context: ...J&hl=en&inst=5726176096060060532&oi=ao) [<i class="fa-brands fa-x-twitter" style="f...

(I_LOWERCASE_PREMIUM)


[inconsistency] ~311-~311: Consider using a more common abbreviation of this university degree.
Context: ... ### Arivazhagan (Ari) Balasubramanian MSc [<i class="ai ai-google-scholar-square...

(BACHELOR_ABBR)


[inconsistency] ~332-~332: Consider using a more common abbreviation of this university degree.
Context: ... Impact. ## Our Alumni ### Milan Sent BSc [<i class="fa-brands fa-github" style=...

(BACHELOR_ABBR)


[inconsistency] ~339-~339: Consider using a more common abbreviation of this university degree.
Context: ...pinning Pizza ### Valentin Rosario MSc [<i class="fa-brands fa-linkedin" styl...

(BACHELOR_ABBR)


[inconsistency] ~347-~347: Consider using a more common abbreviation of this university degree.
Context: ...stic solid ### Swen van den Heuvel MSc [<i class="fa-brands fa-linkedin" styl...

(BACHELOR_ABBR)


[inconsistency] ~355-~355: Consider using a more common abbreviation of this university degree.
Context: ...y rising bubbles ### Niels Kuipers BSc [<i class="fa-brands fa-linkedin" styl...

(BACHELOR_ABBR)


[inconsistency] ~363-~363: Consider using a more common abbreviation of this university degree.
Context: ...ous films ### C. H. (Luuk) Maurits MSc - 2023: [Graduated with M.Sc., Uni...

(BACHELOR_ABBR)


[inconsistency] ~368-~368: Consider using a more common abbreviation of this university degree.
Context: ... meets Marangoni ### Tom Appleford MSc - Now: [Ph.D. Student, Fluid Lab -...

(BACHELOR_ABBR)


[inconsistency] ~374-~374: Consider using a more common abbreviation of this university degree.
Context: ...simple shear flow ### Twan Heijink BSc [<i class="fa-brands fa-linkedin" styl...

(BACHELOR_ABBR)


[inconsistency] ~382-~382: Consider using a more common abbreviation of this university degree.
Context: ...stocapillarity ### Steven Meuleman MSc [<i class="fa-brands fa-linkedin" styl...

(BACHELOR_ABBR)


[inconsistency] ~390-~390: Consider using a more common abbreviation of this university degree.
Context: ...re-shell nozzle ### Thijmen Kroeze MSc [<i class="fa-brands fa-linkedin" styl...

(BACHELOR_ABBR)


[inconsistency] ~398-~398: Consider using a more common abbreviation of this university degree.
Context: ...gh Bond numbers ### Coen Verschuur MSc - Now: [Ph.D. Student, Phys. Fluid...

(BACHELOR_ABBR)


[inconsistency] ~404-~404: Consider using a more common abbreviation of this university degree.
Context: ...ble drop impacts ### Pim J. Dekker MSc [<i class="fa-brands fa-linkedin" styl...

(BACHELOR_ABBR)


[inconsistency] ~412-~412: Consider using a more common abbreviation of this university degree.
Context: ...ir interface ### Laurence Bruggink MSc [<i class="fa-brands fa-linkedin" styl...

(BACHELOR_ABBR)

🔇 Additional comments (4)
assets/css/team.css (2)

136-136: Review: Reduced .team-member padding looks effective
The tweak to padding: 1rem 0.7rem gives more content room while preserving visual balance. Confirm it works across supported breakpoints.


286-286: Approve: Tighter .member-content padding
Reducing horizontal padding to 0 0.3rem improves text density. It’s consistent with your goal of compact cards.

_team/index.md (2)

8-8: Approve: Added “Dr.” prefix for principal investigator
The academic title is now clear and consistent.


32-32: Approve: “Co-advised with” phrasing
The updated supervision terminology matches PR objectives and reads clearly.

VatsalSy added 2 commits June 12, 2025 22:52
Replace ineffective ::first-line pseudo-element with .no-break class
that uses white-space: nowrap to prevent line breaks in date ranges.
The previous approach only affected the first line and didn't prevent
breaking across multiple lines.
- Add periods to all degree abbreviations (B.Tech., M.Tech., M.Sc., B.Sc.)
  for consistency across headings and body text
- Replace regular hyphens with non-breaking hyphens (&#8209;) in date ranges
  to prevent unwanted line breaks
- Fix duplicated "with" in co-advised phrases
- Maintain consistent degree formatting throughout the document
@VatsalSy VatsalSy merged commit c895771 into main Jun 12, 2025
2 checks passed
@VatsalSy VatsalSy deleted the team-page branch June 12, 2025 21:02
@coderabbitai coderabbitai bot mentioned this pull request Aug 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant