diff --git a/.gitignore b/.gitignore index 671d1d8..2ef9a4b 100644 --- a/.gitignore +++ b/.gitignore @@ -66,6 +66,7 @@ Thumbs.db *.out *.synctex.gz .windsurfrules +**/.claude # Linting artifacts chktex.log @@ -73,4 +74,7 @@ chktex.log node_modules/ package-lock.json *_bibertool.bib -*.blg \ No newline at end of file +*.blg + +# Cursor AI agent configuration +**/.cursor diff --git a/CLAUDE.md b/CLAUDE.md index 0a3215d..2d5b564 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -2,66 +2,33 @@ This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository. -## Repository Overview +## Start Here First -This is a LaTeX-based academic CV repository containing two versions of Vatsal Sanjay's curriculum vitae: +**IMPORTANT: Read README.md first** for complete repository overview, build commands, CV structure, and general workflows. -- `Vatsal_CV.tex`: Comprehensive academic CV using moderncv banking style -- `Vatsal_CV-shortCV.tex`: Condensed 2-page CV using moderncv classic style +This file contains Claude-specific workflow guidance and detailed examples. -## Build Commands +## Quick Reference +### Essential Commands ```bash -# Using Makefile (recommended) - -## Build Commands make cv # Compile main CV -make shortcv # Compile short CV +make shortcv # Compile short CV make all # Compile both CVs -make clean # Remove auxiliary files -make distclean # Remove all generated files including PDFs - -## Linting and Validation Commands -make lint # Run all linters (ChkTeX on both CV files) -make lint-tex # Run ChkTeX linter on .tex files -make lint-bib # Check bibliography for warnings/errors in both CVs -make lint-lacheck # Run lacheck linter (if installed) -make lint-verbose # Run ChkTeX with verbose output -make check-refs # Check for undefined references in both CVs - -## Utility Commands -make help # Display available make targets - -# Manual compilation (if needed) -pdflatex Vatsal_CV.tex -pdflatex Vatsal_CV.tex - -# Compile the short CV -pdflatex Vatsal_CV-shortCV.tex -pdflatex Vatsal_CV-shortCV.tex +make lint # Run all linters ``` -## Architecture - -The CVs use the `moderncv` LaTeX package with: - -- Custom color scheme defined in `moderncvcolordarkmagenta.sty` -- Bibliography managed in `mypublications.bib` -- Both versions share the same bibliography but display publications differently +### Key Workflow +1. **Always update Vatsal_CV.tex first** with requested changes +2. **Check if Vatsal_CV-shortCV.tex needs updating** (publications, metrics, awards) +3. **Compile both CVs** to ensure proper formatting +4. **Run linting** with `make lint` to catch errors -## Key Customizations +## Publication Update Workflow -- Custom darkmagenta color scheme (#68236D) -- Hyperlinked references throughout (DOIs, URLs) -- FontAwesome5 icons for visual elements -- Page numbering showing current/total pages -- Custom Euro symbol command for funding amounts +### Adding New Publications -## Adding/Updating Publications - -### For Vatsal_CV.tex (Main CV) - -Publications follow this exact format: +For **Vatsal_CV.tex** (Main CV), use this exact format: ```latex \item [Authors with \textbf{Vatsal Sanjay} for self],\\ @@ -70,8 +37,7 @@ Publications follow this exact format: (OA) DOI: \href{[DOI URL]}{[DOI number]}. ``` -Example: - +**Example:** ```latex \item Ayush K. Dixit, Alexandros T. Oratis, Konstantinos Zinelis, Detlef Lohse, and \textbf{Vatsal Sanjay},\\ Viscoelastic Worthington jets and droplets produced by bursting bubbles,\\ @@ -79,113 +45,77 @@ J. Fluid Mech., 1010, A2 (2025) [32 pages];\\ (OA) DOI: \href{https://doi.org/10.1017/jfm.2025.237}{10.1017/jfm.2025.237}. ``` -Key formatting rules: +### Critical Formatting Rules - Use `\\` at end of each line except the last - Page count always in format `[X pages]` - Semicolon `;` before final `\\` on journal line - For non-OA papers with preprints: `DOI: \href{...}{...}, OA: \href{...}{...}` -- Special notes (Cover, Editor's Suggestion) go on a new line or as sub-items -### For Vatsal_CV-shortCV.tex (Short CV) +### Short CV Updates -**IMPORTANT: Always select the 7 LATEST publications** (chronologically most recent, regardless of impact) in condensed format: +**IMPORTANT:** For **Vatsal_CV-shortCV.tex**, always select the **7 LATEST publications** (chronologically most recent, not by impact): ```latex \item \textbf{V. Sanjay}, [coauthors], [Short title], \textit{[Journal]} [volume], [article] ([year]). ``` -Example: - +**Example:** ```latex \item \textbf{V. Sanjay} \& D. Lohse, Unifying theory of scaling in drop impact, \textit{Phys. Rev. Lett.}, 134, 104003 (2025). ``` -Selection criteria: - -- Always take the 7 most recent papers from the main CV -- Order them from newest to oldest -- Include year in parentheses at the end - -### For mypublications.bib - -Add proper BibTeX entries with all metadata: - -```bibtex -@article{key2025, - author = {Last1, First1 and Last2, First2 and Sanjay, Vatsal}, - title = {Full title with proper capitalization}, - journal = {Full Journal Name}, - volume = {134}, - pages = {104003}, - doi = {10.xxxx/xxxxx}, - year = {2025} -} -``` +## Common Update Scenarios -### Update Process - -1. Add new publications to the beginning of the enumerated list (latest first) in Vatsal_CV.tex -2. **Update Vatsal_CV-shortCV.tex with the 7 LATEST publications** (not most impactful, but chronologically newest) +### New Publication Added +1. Add to beginning of enumerated list in Vatsal_CV.tex (latest first) +2. Update shortCV with 7 most recent publications 3. Update total count in shortCV: "Selected publications (X total, Y+ citations)" -4. Add corresponding BibTeX entry to mypublications.bib -5. Move papers from "Works Under Review" to published section when accepted -6. Run pdflatex twice to update references and page numbers for both CVs - -## Update Protocol - -When asked to update one CV or the other: - -1. **Always update Vatsal_CV.tex first** with the requested changes -2. **Check if Vatsal_CV-shortCV.tex needs updating** based on the change: - - If publications were added/modified: Update shortCV with the 7 latest publications - - If awards/positions were added: Check if they're significant enough for the condensed CV - - If metrics were updated: Update the metrics line in shortCV - - If contact info changed: Update in both CVs -3. **Compile both CVs** if changes were made to ensure proper formatting - -## CV Formatting Symbols and Icons - -### Publication Symbols +4. Add BibTeX entry to mypublications.bib (for archival) +5. Run `pdflatex` twice for both CVs -- `\faFile`: πŸ“„ for open-access publications (replaces "(OA)") -- `\faLock`: πŸ”’ for paywalled publications with DOI -- `\faStar`: ⭐ for journal cover features and Editor's Suggestion -- `\faChartLine`: πŸ“ˆ for highly cited papers -- Publication numbering: `\begin{enumerate}[leftmargin=1.5em,label=\textbf{[\arabic*]}]` +### Paper Accepted (from Under Review) +1. Move from "Works Under Review" to published section in main CV +2. Update shortCV if it's now in the 7 most recent +3. Update metrics if needed -### Section Icons +### Awards/Positions Added +1. Add to main CV first +2. Check if significant enough for condensed shortCV +3. Update both if needed -- `\faUserGraduate`: πŸŽ“ for PhD Theses subsection -- `\faGraduationCap`: πŸŽ“ for Master Theses subsection -- `\faUniversity`: 🏫 for Bachelor Theses subsection -- `\faUsers`: πŸ‘₯ for Seminars & Conferences subsection -- `\faCheck`: βœ“ for Refereeing subsection -- `\faMicrophone`: 🎀 for Invited Talks subsection -- `\faComments`: πŸ’¬ for Contributed Talks subsection +## LaTeX Formatting Details -### Award Icons +### Special Characters and Commands +- Euro symbol: Use custom `\Euro` command for funding amounts +- Video links: `{\color{red}\faYoutube}` instead of `[Video]` text +- Icons spacing: `\faIcon\hspace{0.3em}Text` for subsections, `\hspace{0.2em}` for inline -- **Note**: No icons used in Major Awards & Achievements section to maintain humility -- Awards are emphasized with bold text only - -### Funding Icons +### Publication Numbering +```latex +\begin{enumerate}[leftmargin=1.5em,label=\textbf{[\arabic*]}] +``` -- `\faLightbulb`: πŸ’‘ for research fellowships and monetary funding -- `\faServer`: πŸ–₯️ for computational resources +### Special Notes Format +For journal covers or editor's suggestions, add as sub-items: +```latex +\begin{itemize} +\item Journal Cover Feature +\item Editor's Suggestion +\end{itemize} +``` -### Metrics Section Icons +## Error Handling -- `\faIdCard`: πŸ†” for Researcher ID -- `\faOrcid`: ORCID logo for ORCID -- `\faChartLine`: πŸ“ˆ for Hirsch-index -- `\faFile`: πŸ“„ for i10-index -- `\faUsers`: πŸ‘₯ for Research Interest Score +- **Linting errors**: Run `make lint` and fix ChkTeX warnings +- **Reference errors**: Run `make check-refs` for undefined references +- **Compilation issues**: Try `make clean` then recompile +- **Formatting problems**: Double-check `\\` placement and spacing -### General Formatting +## Notes for Claude -- Talk lists use bullet points: `\item[\textbullet]` -- Bold position titles in Professional Experience -- Icons should have spacing: `\faIcon\hspace{0.3em}Text` for subsections, `\hspace{0.2em}` for inline -- Maintain consistent icon usage across similar sections -- Video links: Use `{\color{red}\faYoutube}` instead of `[Video]` text (red YouTube icon) +- Repository uses moderncv LaTeX package with custom darkmagenta color (#68236D) +- Both CVs share styling but display publications differently +- Short CV is exactly 2 pages and shows ONLY the 7 most recent publications +- All icons and symbols are documented in README.md +- Publications are hardcoded in .tex files (not pulled from .bib file) \ No newline at end of file diff --git a/README.md b/README.md index fba2bf6..4835f15 100644 --- a/README.md +++ b/README.md @@ -1 +1,177 @@ -This is the usual LaTeX class. For the customized CV option, please visit https://github.com/VatsalSy/Vatsal_CV/tree/PhDapplication +# Vatsal Sanjay - Academic CV + +This repository contains the LaTeX source files for Vatsal Sanjay's academic curriculum vitae. + +## Repository Contents + +- **`Vatsal_CV.tex`** - Comprehensive academic CV using moderncv banking style +- **`Vatsal_CV-shortCV.tex`** - Condensed 2-page CV using moderncv banking style +- **`mypublications.bib`** - Bibliography file containing all publications +- **`moderncvcolordarkmagenta.sty`** - Custom color scheme (#68236D) +- **`Makefile`** - Build automation and linting tools + +## Building the CVs + +### Using Make (Recommended) + +```bash +# Build individual CVs +make cv # Compile main CV +make shortcv # Compile short CV +make all # Compile both CVs + +# Cleaning +make clean # Remove auxiliary files +make distclean # Remove all generated files including PDFs + +# Utility +make help # Display available make targets with descriptions +``` + +### Manual Compilation + +```bash +# Main CV +pdflatex Vatsal_CV.tex +pdflatex Vatsal_CV.tex + +# Short CV +pdflatex Vatsal_CV-shortCV.tex +pdflatex Vatsal_CV-shortCV.tex +``` + +## Quality Assurance + +### Linting Commands + +```bash +make lint # Run all linters (ChkTeX on both CV files) +make lint-tex # Run ChkTeX linter on .tex files +make lint-bib # Validate mypublications.bib format/consistency only (does not validate cross-references used in generated CV PDFs) +make lint-lacheck # Run lacheck linter (if installed) +make lint-verbose # Run ChkTeX with verbose output +make check-refs # Check for undefined references in both CVs +``` + +### Requirements + +- LaTeX distribution (TeX Live, MiKTeX, etc.) +- moderncv package +- fontawesome5 package +- ChkTeX (for linting) + +## CV Structure + +### Main CV Features + +- Complete publication list with DOI links +- FontAwesome5 icons for visual elements +- Custom darkmagenta color scheme +- Hyperlinked references throughout +- Page numbering with current/total format + +### Short CV Features + +- Condensed 2-page format +- **Latest 7 publications** (chronologically most recent) +- Essential information only +- Same styling as main CV + +## Publication Management + +Important: The generated CV PDFs do not compile or pull entries from `mypublications.bib`. Publication items are hardcoded directly in `Vatsal_CV.tex` (full CV) and in the short CV file `Vatsal_CV-shortCV.tex`. + +### Adding New Publications + +Manual update workflow: + +1. **Main CV**: Edit `Vatsal_CV.tex` and add the new entry at the beginning of the enumerated list (latest first) +2. **Short CV**: Update the short CV list in `Vatsal_CV-shortCV.tex` to include the 7 chronologically most recent publications +3. **Bibliography**: Add the corresponding BibTeX entry to `mypublications.bib` (for archival/consistency; not used to generate the PDFs) + +### Selection Criteria for Short CV + +- Always select the **7 chronologically most recent** publications +- Order them from newest to oldest +- Include year in parentheses at the end +- **Not** based on impact or importance, only recency + +### Publication Format (Main CV) + +```latex +\item [Authors with \textbf{Vatsal Sanjay} for self],\\ +[Title without quotes],\\ +[Journal abbrev.], [volume], [article#] ([year]) [[pages] pages];\\ +(OA) DOI: \href{[DOI URL]}{[DOI number]}. +``` + +### Publication Format (Short CV) + +```latex +\item \textbf{V. Sanjay}, [coauthors], [Short title], \textit{[Journal]} [volume], [article] ([year]). +``` + +## Symbols and Icons + +### Publication Symbols + +- πŸ“„ `\faFile`: Open-access publications +- πŸ”’ `\faLock`: Paywalled publications with DOI +- ⭐ `\faStar`: Journal cover features and Editor's Suggestions +- πŸ“ˆ `\faChartLine`: Highly cited papers + +### Section Icons + +- πŸŽ“ `\faUserGraduate`: PhD Theses subsection +- πŸŽ“ `\faGraduationCap`: Master Theses subsection +- 🏫 `\faUniversity`: Bachelor Theses subsection +- πŸ‘₯ `\faUsers`: Seminars & Conferences subsection +- βœ“ `\faCheck`: Refereeing subsection +- 🎀 `\faMicrophone`: Invited Talks subsection +- πŸ’¬ `\faComments`: Contributed Talks subsection + +### Funding Icons + +- πŸ’‘ `\faLightbulb`: Research fellowships and monetary funding +- πŸ–₯️ `\faServer`: Computational resources + +### Metrics Icons + +- πŸ†” `\faIdCard`: Researcher ID +- ORCID `\faOrcid`: ORCID identifier +- πŸ“ˆ `\faChartLine`: Hirsch-index +- πŸ“„ `\faFile`: i10-index +- πŸ‘₯ `\faUsers`: Research Interest Score + +## Update Protocol + +When updating CVs: + +1. **Always update `Vatsal_CV.tex` first** +2. **Check if `Vatsal_CV-shortCV.tex` needs updating**: + - Publications added/modified β†’ Update shortCV with 7 latest + - Awards/positions β†’ Check significance for condensed CV + - Metrics updated β†’ Update metrics line + - Contact info β†’ Update both CVs +3. **Compile both CVs** to ensure proper formatting + +## Current Metrics + +- **Publications**: 20 peer-reviewed papers +- **Citations**: 500+ +- **H-index**: 10 (Google Scholar), 8 (Web of Science) +- **i10-index**: 8 + +## Contact + +- **Email**: +- **Website**: [comphy-lab.org](https://comphy-lab.org) +- **ORCID**: [0000-0002-4293-6099](https://orcid.org/0000-0002-4293-6099) + +## License + +This CV template uses the moderncv LaTeX package. The content is personal academic information of Vatsal Sanjay. + +## Legacy Note + +For the customized CV option used in PhD applications, please visit [PhD application CV](https://github.com/VatsalSy/Vatsal_CV/tree/PhDapplication). diff --git a/Vatsal_CV-shortCV.pdf b/Vatsal_CV-shortCV.pdf index 9d8614c..6571e35 100644 Binary files a/Vatsal_CV-shortCV.pdf and b/Vatsal_CV-shortCV.pdf differ diff --git a/Vatsal_CV-shortCV.tex b/Vatsal_CV-shortCV.tex index dab3009..f884346 100644 --- a/Vatsal_CV-shortCV.tex +++ b/Vatsal_CV-shortCV.tex @@ -25,7 +25,7 @@ \title{PhD} \address{Department of Physics, Durham University}{PI, Computational Multiphase Physics Lab}{} \phone{+31-687668747} % You can add a phone if desired -\email{vatsalsy@comphy-lab.org} +\email{vatsal.sanjay@comphy-lab.org} \homepage{comphy-lab.org} % (Optional) Include or remove your birthdate, updates, short lines, etc. @@ -123,7 +123,7 @@ \section{Metrics (as of \today)} \begin{itemize}[leftmargin=1.5em] \item \faIdCard\hspace{0.3em}\textbf{Researcher ID:} \href{https://www.webofscience.com/wos/author/record/K-1856-2019}{K-1856-2019} \item \faOrcid\hspace{0.3em}\textbf{Orcid:} \href{https://orcid.org/0000-0002-4293-6099}{0000-0002-4293-6099} -\item \faChartLine\hspace{0.3em}\textbf{Hirsch-index:} H = 9 (\href{https://scholar.google.com/citations?hl=en&user=tHb_qZoAAAAJ}{Google Scholar}), 7 (\href{https://www.webofscience.com/wos/author/record/K-1856-2019}{Web of Science}) +\item \faChartLine\hspace{0.3em}\textbf{Hirsch-index:} H = 10 (\href{https://scholar.google.com/citations?hl=en&user=tHb_qZoAAAAJ}{Google Scholar}), 8 (\href{https://www.webofscience.com/wos/author/record/K-1856-2019}{Web of Science}) \item \faFile\hspace{0.3em}\textbf{i10-index:} 8 (\href{https://scholar.google.com/citations?hl=en&user=tHb_qZoAAAAJ}{Google Scholar}) \item \faUsers\hspace{0.3em}\textbf{Research Interest Score:} $1000+$ (top 2\% among \href{https://www.researchgate.net/profile/Vatsal-Sanjay-2}{ResearchGate} members who first published in 2015.) \end{itemize} diff --git a/Vatsal_CV.pdf b/Vatsal_CV.pdf index 44ee2e2..f85ad00 100644 Binary files a/Vatsal_CV.pdf and b/Vatsal_CV.pdf differ diff --git a/Vatsal_CV.tex b/Vatsal_CV.tex index 98854c8..5f3c7e4 100644 --- a/Vatsal_CV.tex +++ b/Vatsal_CV.tex @@ -26,7 +26,7 @@ \title{PhD} \address{Department of Physics, Durham University}{PI, Computational Multiphase Physics Lab}{} \phone{+31-687668747} % You can add a phone if desired -\email{vatsalsy@comphy-lab.org} +\email{vatsal.sanjay@comphy-lab.org} \homepage{comphy-lab.org} % (Optional) Include or remove your birthdate, updates, short lines, etc. @@ -300,6 +300,11 @@ \section{Works Under Review / In Preparation} arXiv preprint,\\ \faFile\hspace{0.2em}DOI: \href{https://doi.org/10.48550/arXiv.2503.22527}{10.48550/arXiv.2503.22527}. + \item Tom Appleford, \textbf{Vatsal Sanjay}, and Maziyar Jalaal,\\ + On the Rheology of Two-Dimensional Dilute Emulsions,\\ + arXiv preprint,\\ + \faFile\hspace{0.2em}DOI: \href{https://doi.org/10.48550/arXiv.2508.13022}{10.48550/arXiv.2508.13022}. + \item \textbf{Vatsal Sanjay}, Aleksandr Bashkatov, Γ‡ayan DemirkΔ±r, Kerstin Eckert, Dominik Krug, and Detlef Lohse,\\ Worthington jet injects droplets during coalescence of asymmetric bubbles,\\ to be submitted to J. Fluid Mech., \href{https://youtu.be/WZonMHzzkXQ}{click here for results}. @@ -395,7 +400,7 @@ \section{Summary of Key Numbers (as of \today)} \begin{itemize}[leftmargin=1.5em] \item \faIdCard\hspace{0.3em}\textbf{Researcher ID:} \href{https://www.webofscience.com/wos/author/record/K-1856-2019}{K-1856-2019} \item \faOrcid\hspace{0.3em}\textbf{Orcid:} \href{https://orcid.org/0000-0002-4293-6099}{0000-0002-4293-6099} -\item \faChartLine\hspace{0.3em}\textbf{Hirsch-index:} H = 9 (\href{https://scholar.google.com/citations?hl=en&user=tHb_qZoAAAAJ}{Google Scholar}), 7 (\href{https://www.webofscience.com/wos/author/record/K-1856-2019}{Web of Science}) +\item \faChartLine\hspace{0.3em}\textbf{Hirsch-index:} H = 10 (\href{https://scholar.google.com/citations?hl=en&user=tHb_qZoAAAAJ}{Google Scholar}), 8 (\href{https://www.webofscience.com/wos/author/record/K-1856-2019}{Web of Science}) \item \faFile\hspace{0.3em}\textbf{i10-index:} 8 (\href{https://scholar.google.com/citations?hl=en&user=tHb_qZoAAAAJ}{Google Scholar}) \item \faUsers\hspace{0.3em}\textbf{Research Interest Score:} \(1000+\) (top 2\% among \href{https://www.researchgate.net/profile/Vatsal-Sanjay-2}{ResearchGate} members who first published in 2015.) \end{itemize} diff --git a/mypublications.bib b/mypublications.bib index e65f858..3121cd4 100644 --- a/mypublications.bib +++ b/mypublications.bib @@ -7,6 +7,13 @@ %% Saved with string encoding Unicode (UTF-8) +@article{appleford2025rheology, + title={On the Rheology of Two-Dimensional Dilute Emulsions}, + author={Appleford, Tom and Sanjay, Vatsal and Jalaal, Maziyar}, + journal={arXiv preprint arXiv:2508.13022}, + doi = {10.48550/arXiv.2508.13022}, + year={2025}} + @article{saini2025implementation, title={Implementation of integral surface tension formulations in a volume of fluid framework and their applications to Marangoni flows}, author={Saini, Mandeep and Sanjay, Vatsal and Saade, Youssef and Lohse, Detlef and Popinet, Stephane}, @@ -14,14 +21,16 @@ @article{saini2025implementation doi = {10.48550/arXiv.2502.02712}, year={2025}} -@article{kayal2024focusing, - author = {Kayal, L. and Sanjay, V. and Yewale, N. and Kumar, A. and Dasgupta, R.}, - date-added = {2024-08-19 17:57:51 +0200}, - date-modified = {2024-08-19 17:57:51 +0200}, - journal = {arXiv preprint}, - title = {Focusing of concentric free-surface waves}, - doi = {10.48550/arXiv.2406.05416}, - year = {2024}} +@article{kayalFocussingConcentricFreesurface2025, + title = {Focussing of Concentric Free-Surface Waves}, + author = {Kayal, L. and Sanjay, V. and Yewale, N. and Kumar, A. and Dasgupta, R.}, + date = {2025}, + journaltitle = {J. Fluid Mech.}, + volume = {1003}, + pages = {A14}, + doi = {10.1017/jfm.2024.1089} +} + @article{ari2024bursting, author = {Balasubramanian, A. G. and Sanjay, V. and Jalaal, M. and Vinuesa, R. and Tammisola, O.}, @@ -276,15 +285,18 @@ @misc{vatsal_sanjay_2023_7598181 year = {2023}, bdsk-url-1 = {https://doi.org/10.5281/zenodo.7598181}} -@article{sanjay2024inertia, - author = {Sanjay, V. and Zhang, B. and Lv, C. and Lohse, D.}, - date-added = {2024-08-19 17:59:21 +0200}, - date-modified = {2024-08-19 17:59:21 +0200}, - doi = {10.48550/arXiv.2311.03012}, - journal = {arXiv preprint}, - title = {The role of viscosity on drop impact forces}, - year = {2024}, - bdsk-url-1 = {https://doi.org/10.48550/arXiv.2311.03012}} +@article{sanjayRoleViscosityDrop2025, + title = {The Role of Viscosity on Drop Impact Forces on Non-Wetting Surfaces}, + author = {Sanjay, V. and Zhang, B. and Lv, C. and Lohse, D.}, + date = {2025}, + journaltitle = {J. Fluid Mech.}, + volume = {1004}, + pages = {A6}, + doi = {10.1017/jfm.2024.982}, + version = {5}, + keywords = {Fluid Dynamics (physics.flu-dyn),FOS: Physical sciences,Soft Condensed Matter (cond-mat.soft)} +} + @article{sanjayzhang2022prl, author = {Zhang, B. and Sanjay, V. and Shi, S. and Zhao, Y. and Lv, C. and Lohse, D.},