diff --git a/.claude/commands/add-pub.md b/.claude/commands/add-pub.md new file mode 100644 index 0000000..e1f0b2e --- /dev/null +++ b/.claude/commands/add-pub.md @@ -0,0 +1,250 @@ +--- +description: Add a new publication to CV files (main CV, short CV, and BibTeX) +allowed-tools: Read, Edit, Write, Bash(grep:*), Bash(wc:*), Bash(date:*) +argument-hint: [bibtex-text] [type: preprint|published] +--- + +# Add Publication to CV + +Interactively add a new publication to all CV files with proper formatting. + +**Arguments**: `$ARGUMENTS` + +## Quick Reference + +### Key Files +- **Main CV**: `./Vatsal_CV.tex` +- **Short CV**: `./Vatsal_CV-shortCV.tex` +- **Publications Only**: `./Vatsal_CV-publicationsOnly.tex` +- **BibTeX**: `./mypublications.bib` + +### Current State +- Date: !`date +%Y-%m-%d` + +## Workflow + +### Step 1: Parse Input or Request BibTeX + +If no BibTeX provided in arguments, ask: + +> Please provide the BibTeX entry for the publication you want to add. + +Parse the BibTeX entry to extract: +- Authors (all names) +- Title +- Journal +- Volume +- Article number/pages +- Year +- DOI + +### Step 2: Determine Publication Type + +If not specified in arguments, ask: + +> Is this publication: +> 1. **preprint** - Add to "Works Under Review / In Preparation" section +> 2. **published** - Add to "Peer-Reviewed Publications" section + +### Step 3: Gather Additional Information + +Ask for any missing information: + +**For all publications:** +- Page count: "How many pages is this publication? (e.g., 32 pages)" +- GitHub repository URL (optional): "Is there a GitHub repository? If yes, provide the URL" + +**For published papers:** +- Is this Open Access (OA)? If not OA: + - Ask for preprint/archived PDF URL for OA link + +**For preprints:** +- Status: "What is the submission status?" + - `submitted to [Journal]` + - `arXiv preprint` + - `to be submitted to [Journal]` + - `in preparation` + +**For special features:** +- Is this a journal cover? +- Is this an Editor's Suggestion/Choice? +- Any other special recognition? + +### Step 4: Format for Main CV (Vatsal_CV.tex) + +#### Published Paper Format (add to beginning of Peer-Reviewed section): + +```latex +\item [Authors with \textbf{Vatsal Sanjay} for self],\\ +[Title],\\ +[Journal abbrev.], [volume], [article#] ([year]) [[X pages]];\\ +\faFile\hspace{0.2em}DOI: \href{[DOI URL]}{[DOI number]};\\ +\faGithub\hspace{0.2em}\href{[GitHub URL]}{Repository}. +``` + +**For non-OA papers:** +```latex +\faLock\hspace{0.2em}DOI: \href{[DOI URL]}{[DOI number]}, \faFile\hspace{0.2em}OA: \href{[OA URL]}{[OA DOI or "archived pdf"]};\\ +``` + +**For special features, add sub-items:** +```latex +see also +\begin{itemize} + \item \faStar\hspace{0.2em}\textbf{Cover} of that volume of [Journal]. + \item \faStar\hspace{0.2em}Editor's Suggestion of that issue. +\end{itemize} +``` + +#### Preprint Format (add to Works Under Review section): + +```latex +\item [Authors with \textbf{Vatsal Sanjay} for self],\\ +[Title],\\ +[Status: "submitted to \textit{Journal}" or "arXiv preprint" or "to be submitted to [Journal]"],\\ +\faFile\hspace{0.2em}DOI: \href{[DOI URL]}{[DOI number]};\\ +\faGithub\hspace{0.2em}\href{[GitHub URL]}{Repository}. +``` + +### Step 5: Check for Existing Preprint (Published papers only) + +For published papers, search the "Works Under Review" section for an **exact title match**. + +**Matching criteria:** +- Normalize both titles: trim whitespace, compare case-insensitively +- Do NOT match on authors alone (to avoid false positives) +- Only remove on exact title match + +If exact title match found: +1. Remove the entry from "Works Under Review" section +2. Inform user: "Removed preprint entry '[title]' from Works Under Review section" + +If no exact match found, do not remove any entries. + +### Step 6: Update Short CV (Vatsal_CV-shortCV.tex) + +The short CV should contain ONLY the 7 most recent publications (by publication date). + +1. Read current publications list from short CV +2. Determine if new publication should be in top 7 (based on year) +3. If yes, add new entry and remove oldest one + +**Short CV format:** +```latex +\item [First Author] et al., \textbf{V. Sanjay}[if not first], [Short title], \textit{[Journal]} [volume], [article#] ([year]). +``` + +Or if Vatsal is first author: +```latex +\item \textbf{V. Sanjay}, [co-authors], [Short title], \textit{[Journal]} [volume], [article#] ([year]). +``` + +**Special notes in short CV:** +- Add `; \textbf{Cover}` after year if journal cover +- Keep entries concise (one line each) + +### Step 7: Update Publications-Only CV (Vatsal_CV-publicationsOnly.tex) + +**For published papers only** (skip this step for preprints): + +1. Add the new publication to the beginning of the enumerate list +2. Use the **same full format** as the main CV (not condensed) + +**Format (identical to main CV):** +```latex +\item [Authors with \textbf{Vatsal Sanjay} for self],\\ +[Title],\\ +[Journal abbrev.], [volume], [article#] ([year]) [[X pages]];\\ +\faFile\hspace{0.2em}DOI: \href{[DOI URL]}{[DOI number]};\\ +\faGithub\hspace{0.2em}\href{[GitHub URL]}{Repository}. +``` + +### Step 8: Update BibTeX (mypublications.bib) + +Add the BibTeX entry at the beginning of the file (after the header comments). + +Ensure proper formatting: +- Use standard BibTeX field names +- Include DOI field +- Use abbreviated journal names + +### Step 9: Update Metrics + +After adding a published paper, remind user to check: +- Total publication count in short CV: "Selected publications (X total, Y+ citations)" +- Any citation count updates needed + +### Step 10: Compile and Verify + +Remind user: +```bash +make all # Compile both CVs +make lint # Check for errors +``` + +## Author Formatting Rules + +1. Use `\textbf{Vatsal Sanjay}` for self-citations in main CV +2. Use `\textbf{V. Sanjay}` in short CV +3. Full names for co-authors (First M. Last format) +4. Use "et al." in short CV for papers with many authors + +## Journal Abbreviations + +Common abbreviations used: +- Journal of Fluid Mechanics -> J. Fluid Mech. +- Physical Review Letters -> Phys. Rev. Lett. +- Physical Review Fluids -> Phys. Rev. Fluids +- Nature Communications -> Nat. Commun. +- Science Advances -> Sci. Adv. +- AIChE Journal -> AIChE J. +- Chemical Engineering Science -> Chem. Eng. Sci. +- Physics of Fluids -> Phys. Fluids +- Soft Matter -> Soft Matter +- PNAS -> PNAS +- Journal of Computational Physics -> J. Comput. Phys. + +## Example Transformation + +**Input BibTeX:** +```bibtex +@article{dixit2025viscoelastic, + title={Viscoelastic Worthington jets and droplets produced by bursting bubbles}, + author={Dixit, Ayush K and Oratis, Alexandros T and Zinelis, Konstantinos and Lohse, Detlef and Sanjay, Vatsal}, + journal={J. Fluid Mech.}, + volume={1010}, + pages={A2}, + doi = {10.1017/jfm.2025.237}, + year={2025} +} +``` + +**Output for Main CV:** +```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,\\ +J. Fluid Mech., 1010, A2 (2025) [32 pages];\\ +\faFile\hspace{0.2em}DOI: \href{https://doi.org/10.1017/jfm.2025.237}{10.1017/jfm.2025.237};\\ +\faGithub\hspace{0.2em}\href{https://github.com/comphy-lab/Viscoelastic-Worthington-jets-and-droplets-produced-by-bursting-bubbles}{Repository}. +``` + +**Output for Short CV:** +```latex +\item A.K. Dixit et al., \textbf{V. Sanjay}, Viscoelastic Worthington jets, \textit{J. Fluid Mech.} 1010, A2 (2025). +``` + +## Error Handling + +- If DOI is missing: Warn and request DOI +- If journal not recognized: Ask for proper abbreviation +- If page count missing: Ask for page count +- If duplicate entry found: Warn and ask for confirmation + +## Success Criteria + +- [ ] BibTeX entry added to mypublications.bib +- [ ] Main CV updated with properly formatted entry +- [ ] Short CV updated if publication is in top 7 most recent +- [ ] Publications-only CV updated (for published papers only) +- [ ] If published: checked and removed any preprint version +- [ ] User reminded to compile and verify diff --git a/.gitignore b/.gitignore index 2ef9a4b..2a98292 100644 --- a/.gitignore +++ b/.gitignore @@ -65,8 +65,6 @@ Thumbs.db *.mtc1 *.out *.synctex.gz -.windsurfrules -**/.claude # Linting artifacts chktex.log @@ -76,5 +74,3 @@ package-lock.json *_bibertool.bib *.blg -# Cursor AI agent configuration -**/.cursor diff --git a/CLAUDE.md b/CLAUDE.md index 2d5b564..4d9e929 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -26,44 +26,11 @@ make lint # Run all linters ## Publication Update Workflow -### Adding New Publications +**Canonical reference:** See `.claude/commands/add-pub.md` for complete formatting templates, icon usage (`\faFile`, `\faLock`, `\faGithub`, `\faStar`), and examples. Use the `/add-pub` slash command for adding publications. -For **Vatsal_CV.tex** (Main CV), use this exact format: +### Short CV Rule -```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]}. -``` - -**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,\\ -J. Fluid Mech., 1010, A2 (2025) [32 pages];\\ -(OA) DOI: \href{https://doi.org/10.1017/jfm.2025.237}{10.1017/jfm.2025.237}. -``` - -### 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{...}{...}` - -### Short CV Updates - -**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:** -```latex -\item \textbf{V. Sanjay} \& D. Lohse, Unifying theory of scaling in drop impact, \textit{Phys. Rev. Lett.}, 134, 104003 (2025). -``` +For **Vatsal_CV-shortCV.tex**, always select the **7 LATEST publications** (chronologically most recent, not by impact). ## Common Update Scenarios @@ -112,10 +79,38 @@ For journal covers or editor's suggestions, add as sub-items: - **Compilation issues**: Try `make clean` then recompile - **Formatting problems**: Double-check `\\` placement and spacing +## Slash Commands + +### `/add-pub` - Add Publication to CV + +**Location:** `.claude/commands/add-pub.md` + +**Usage:** + +``` +/add-pub [bibtex-text] [type: preprint|published] +``` + +**What it does:** +1. Parses BibTeX input and extracts publication metadata +2. Routes by publication type: + - **Preprints** → "Works Under Review / In Preparation" section + - **Published** → "Peer-Reviewed Publications" section (auto-removes from preprints if previously listed) +3. Formats entries matching existing CV style: + - `\textbf{Vatsal Sanjay}` for self-citations + - Proper icons (`\faFile`, `\faLock`, `\faGithub`, `\faStar`) + - DOI/OA links, GitHub repos, page counts +4. Updates all three files: + - `Vatsal_CV.tex` (main CV) + - `Vatsal_CV-shortCV.tex` (keeps 7 most recent) + - `mypublications.bib` (BibTeX archive) +5. Asks for missing info (page count, GitHub URL, Open Access status, special features) + ## Notes for Claude - 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 +- Publications are hardcoded in .tex files (not pulled from .bib file) +- Use `/add-pub` slash command for adding new publications (handles all formatting automatically) \ No newline at end of file diff --git a/Makefile b/Makefile index 3141dc4..6b5f0f5 100644 --- a/Makefile +++ b/Makefile @@ -8,10 +8,10 @@ BLUE := \033[0;34m NC := \033[0m # No Color # Main targets -.PHONY: all clean lint help cv shortcv lint-tex lint-bib lint-lacheck check-refs +.PHONY: all clean lint help cv shortcv pubcv lint-tex lint-bib lint-lacheck check-refs # Default target -all: lint cv shortcv +all: lint cv shortcv pubcv # Compile main CV cv: @@ -31,11 +31,21 @@ shortcv: @rm -f Vatsal_CV-shortCV.build.log @$(MAKE) clean +# Compile publications-only CV +pubcv: + @echo "$(BLUE)📄 Compiling Vatsal_CV-publicationsOnly.tex...$(NC)" + @pdflatex -interaction=batchmode Vatsal_CV-publicationsOnly.tex > Vatsal_CV-publicationsOnly.build.log 2>&1 || (echo "$(RED)✗ Compilation failed!$(NC)" && cat Vatsal_CV-publicationsOnly.build.log && rm -f Vatsal_CV-publicationsOnly.build.log && exit 1) + @pdflatex -interaction=batchmode Vatsal_CV-publicationsOnly.tex >> Vatsal_CV-publicationsOnly.build.log 2>&1 || (echo "$(RED)✗ Compilation failed!$(NC)" && cat Vatsal_CV-publicationsOnly.build.log && rm -f Vatsal_CV-publicationsOnly.build.log && exit 1) + @echo "$(GREEN)✓ Vatsal_CV-publicationsOnly.pdf compiled successfully$(NC)" + @rm -f Vatsal_CV-publicationsOnly.build.log + @$(MAKE) clean + # Lint all LaTeX files lint: @echo "$(BLUE)🔍 Running ChkTeX linter...$(NC)" @chktex Vatsal_CV.tex > lint.log 2>&1 || true @chktex Vatsal_CV-shortCV.tex >> lint.log 2>&1 || true + @chktex Vatsal_CV-publicationsOnly.tex >> lint.log 2>&1 || true @if grep -E "Warning|Error" lint.log > /dev/null 2>&1; then \ echo "$(YELLOW)⚠ Linting issues found:$(NC)"; \ grep -E "Warning|Error" lint.log | sed 's/Warning/$(YELLOW)Warning$(NC)/g' | sed 's/Error/$(RED)Error$(NC)/g'; \ @@ -50,6 +60,7 @@ lint-verbose: @echo "Running ChkTeX with verbose output..." chktex -v0 Vatsal_CV.tex chktex -v0 Vatsal_CV-shortCV.tex + chktex -v0 Vatsal_CV-publicationsOnly.tex # Clean auxiliary files clean: @@ -58,7 +69,7 @@ clean: # Lint only TeX files lint-tex: @echo "$(BLUE)🔍 Linting .tex files...$(NC)" - @chktex -q Vatsal_CV.tex Vatsal_CV-shortCV.tex || true + @chktex -q Vatsal_CV.tex Vatsal_CV-shortCV.tex Vatsal_CV-publicationsOnly.tex || true @echo "$(GREEN)✓ TeX linting completed$(NC)" # Lint bibliography files @@ -79,6 +90,7 @@ lint-lacheck: @if command -v lacheck >/dev/null 2>&1; then \ lacheck Vatsal_CV.tex || true; \ lacheck Vatsal_CV-shortCV.tex || true; \ + lacheck Vatsal_CV-publicationsOnly.tex || true; \ echo "$(GREEN)✓ lacheck completed$(NC)"; \ else \ echo "$(YELLOW)⚠ lacheck not installed$(NC)"; \ @@ -87,7 +99,7 @@ lint-lacheck: # Check references check-refs: @echo "$(BLUE)🔍 Checking references...$(NC)" - @grep -E "\\\\(ref|cite)" Vatsal_CV.tex Vatsal_CV-shortCV.tex | grep -v "%" | \ + @grep -E "\\\\(ref|cite)" Vatsal_CV.tex Vatsal_CV-shortCV.tex Vatsal_CV-publicationsOnly.tex | grep -v "%" | \ if grep -E "\\?\\?" > /dev/null 2>&1; then \ echo "$(RED)✗ Undefined references found$(NC)"; \ exit 1; \ @@ -100,9 +112,10 @@ help: @echo "$(BLUE)━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━$(NC)" @echo "$(BLUE) LaTeX CV Makefile Commands$(NC)" @echo "$(BLUE)━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━$(NC)" - @echo " $(GREEN)all$(NC) - Run linter and compile both CVs" + @echo " $(GREEN)all$(NC) - Run linter and compile all CVs" @echo " $(GREEN)cv$(NC) - Compile main CV" @echo " $(GREEN)shortcv$(NC) - Compile short CV" + @echo " $(GREEN)pubcv$(NC) - Compile publications-only CV" @echo " $(GREEN)lint$(NC) - Run ChkTeX linter on all .tex files" @echo " $(GREEN)lint-tex$(NC) - Lint only .tex files" @echo " $(GREEN)lint-bib$(NC) - Check bibliography files" diff --git a/Vatsal_CV-publicationsOnly.pdf b/Vatsal_CV-publicationsOnly.pdf new file mode 100644 index 0000000..f6ae673 Binary files /dev/null and b/Vatsal_CV-publicationsOnly.pdf differ diff --git a/Vatsal_CV-publicationsOnly.tex b/Vatsal_CV-publicationsOnly.tex new file mode 100644 index 0000000..1a7b812 --- /dev/null +++ b/Vatsal_CV-publicationsOnly.tex @@ -0,0 +1,177 @@ +\documentclass[10pt,a4paper,colorlinks,linkcolor=blue,urlcolor=blue,citecolor=blue]{moderncv} + +%------------------------------------------------------------------------------ +% STYLE AND COLOR +%------------------------------------------------------------------------------ +\moderncvstyle{banking} % 'casual', 'classic', 'oldstyle', or 'banking' +\moderncvcolor{darkmagenta} % e.g., 'darkmagenta' for Durham, etc. + +\usepackage[scale=0.75,a4paper]{geometry} +\usepackage{babel} +\usepackage{xcolor} +\usepackage{enumitem} +\usepackage{amsmath} +\usepackage{lastpage} +\usepackage{footmisc} % for footnotes if needed +\usepackage[utf8]{inputenc} +\usepackage{fontawesome5} + +\usepackage{textcomp} +\newcommand{\EUR}[1]{\texteuro{#1}} + +%------------------------------------------------------------------------------ +% PERSONAL DATA +%------------------------------------------------------------------------------ +\name{Vatsal}{Sanjay} +\title{PhD} +\address{Department of Physics, Durham University}{PI, Computational Multiphase Physics Lab}{} +\email{vatsal.sanjay@comphy-lab.org} +\homepage{comphy-lab.org} +\social[github]{comphy-lab} + +% (Optional) Include or remove your birthdate, updates, short lines, etc. +\extrainfo{Date of birth: Feb.~5, 1996 \quad Updated: \today} + +%------------------------------------------------------------------------------ +\begin{document} +\makecvtitle + +%=============================== +% PUBLICATIONS +%=============================== +\section{Peer-Reviewed Publications} + +\begin{enumerate}[leftmargin=1.5em,label=\textbf{[\arabic*]}] + \item Çayan Demirkır, Rui Yang, Aleksandr Bashkatov, \textbf{Vatsal Sanjay}, Detlef Lohse, and Dominik Krug,\\ + To jump or not to jump: Adhesion and viscous dissipation dictate the detachment of coalescing wall-attached bubbles,\\ + Phys. Rev. Fluids, 10(12), 123602 (2025) [15 pages];\\ + \faFile\hspace{0.2em}DOI: \href{https://doi.org/10.1103/PhysRevFluids.10.123602}{10.1103/PhysRevFluids.10.123602};\\ + \faGithub\hspace{0.2em}\href{https://github.com/VatsalSy/jumping-bubbles}{Repository}. + + \item Josephine Mclauchlan, Jessica S. Walker, \textbf{Vatsal Sanjay}, Maziyar Jalaal, Jonathan P. Reid, Adam M. Squires, and Anton Souslov,\\ + Bouncing microdroplets on hydrophobic surfaces,\\ + PNAS, 122, e2507309122 (2025) [8 pages];\\ + \faFile\hspace{0.2em}DOI: \href{https://doi.org/10.1073/pnas.2507309122}{10.1073/pnas.2507309122}. + + \item Mandeep Saini, \textbf{Vatsal Sanjay}, Youssef Saade, Detlef Lohse, and Stéphane Popinet,\\ + Implementation of integral surface tension formulations in a volume of fluid framework and their applications to Marangoni flows,\\ + J. Comput. Phys., 542, 114348 (2025) [20 pages];\\ + \faFile\hspace{0.2em}DOI: \href{https://doi.org/10.1016/j.jcp.2025.114348}{10.1016/j.jcp.2025.114348};\\ + \faGithub\hspace{0.2em}\href{https://github.com/comphy-lab/marangoniSheet}{Repository}. + + \item Aleksandr Bashkatov, Florian Bürkle, Çayan Demirkır, Wei Ding, \textbf{Vatsal Sanjay}, Alexander Babich, Xuegeng Yang, Gerd Mutschke, Jürgen Czarske, Detlef Lohse, Dominik Krug, Lars Büttner, and Kerstin Eckert,\\ + Electrolyte droplet spraying in H$_2$ bubbles during water electrolysis under normal and microgravity conditions,\\ + Nat. Commun., 16, 4580 (2025) [10 pages];\\ + \faFile\hspace{0.2em}DOI: \href{https://doi.org/10.1038/s41467-025-59762-7}{10.1038/s41467-025-59762-7};\\ + \faGithub\hspace{0.2em}\href{https://github.com/VatsalSy/Asymmetries-in-coalescence}{Repository}. + + \item Ayush K. Dixit, Alexandros T. Oratis, Konstantinos Zinelis, Detlef Lohse, and \textbf{Vatsal Sanjay},\\ + Viscoelastic Worthington jets and droplets produced by bursting bubbles,\\ + J. Fluid Mech., 1010, A2 (2025) [32 pages];\\ + \faFile\hspace{0.2em}DOI: \href{https://doi.org/10.1017/jfm.2025.237}{10.1017/jfm.2025.237};\\ + \faGithub\hspace{0.2em}\href{https://github.com/comphy-lab/Viscoelastic-Worthington-jets-and-droplets-produced-by-bursting-bubbles}{Repository}. + + \item \textbf{Vatsal Sanjay} and Detlef Lohse,\\ + Unifying theory of scaling in drop impact: Forces \& maximum spreading diameter,\\ + Phys. Rev. Lett., 134, 104003 (2025) [9 pages];\\ + \faFile\hspace{0.2em}DOI: \href{https://doi.org/10.1103/PhysRevLett.134.104003}{10.1103/PhysRevLett.134.104003};\\ + \faGithub\hspace{0.2em}\href{https://github.com/comphy-lab/Drop-Impact}{Repository}. + + \item \textbf{Vatsal Sanjay}, Bin Zhang, Cunjing Lv, and Detlef Lohse,\\ + The role of viscosity on drop impact forces on non-wetting surfaces,\\ + J. Fluid Mech., 1004, A6 (2025) [23 pages];\\ + \faFile\hspace{0.2em}DOI: \href{https://doi.org/10.1017/jfm.2024.982}{10.1017/jfm.2024.982};\\ + \faStar\hspace{0.2em}\textbf{Cover} of that volume of J. Fluid Mech.;\\ + \faGithub\hspace{0.2em}\href{https://github.com/VatsalSy/The-role-of-viscosity-on-drop-impact-forces}{Repository}. + + \item Lohit Kayal, \textbf{Vatsal Sanjay}, Nikhil Yewale, Anil Kumar, and Ratul Dasgupta,\\ + Focusing of concentric free-surface waves,\\ + J. Fluid Mech., 1003, A14 (2025) [39 pages];\\ + \faFile\hspace{0.2em}DOI: \href{https://doi.org/10.1017/jfm.2024.1089}{10.1017/jfm.2024.1089};\\ + \faGithub\hspace{0.2em}\href{https://github.com/comphy-lab/concentricWave}{Repository}. + + \item Arivazhagan G. Balasubramanian, \textbf{Vatsal Sanjay}, Maziyar Jalaal, Ricardo Vinuesa, and Outi Tammisola,\\ + Bursting bubble in an elasto-viscoplastic medium,\\ + J. Fluid Mech., 1001, A9 (2024) [36 pages];\\ + \faFile\hspace{0.2em}DOI: \href{https://doi.org/10.1017/jfm.2024.1073}{10.1017/jfm.2024.1073};\\ + \faStar\hspace{0.2em}\textbf{Cover} of that volume of J. Fluid Mech.;\\ + \faGithub\hspace{0.2em}\href{https://github.com/comphy-lab/2023_Bubble-bursting-in-an-elasto-viscoplastic-medium}{Repository}. + + \item \textbf{Vatsal Sanjay}, Pierre Chantelot, and Detlef Lohse,\\ + When does an impacting drop stop bouncing?,\\ + J. Fluid Mech., 958, A26 (2023) [20 pages];\\ + \faFile\hspace{0.2em}DOI: \href{https://doi.org/10.1017/jfm.2023.55}{10.1017/jfm.2023.55};\\ + \faGithub\hspace{0.2em}\href{https://github.com/comphy-lab/Drop-Impact}{Repository}. + + \item \textbf{Vatsal Sanjay}, Srinath Lakshman, Pierre Chantelot, Jacco H. Snoeijer, and Detlef Lohse,\\ + Drop impact on viscous liquid films,\\ + J. Fluid Mech., 958, A25 (2023) [28 pages];\\ + \faFile\hspace{0.2em}DOI: \href{https://doi.org/10.1017/jfm.2023.13}{10.1017/jfm.2023.13};\\ + \faGithub\hspace{0.2em}\href{https://github.com/VatsalSy/Drop-impact-on-viscous-liquid-films}{Repository}. + + \item Bin Zhang, \textbf{Vatsal Sanjay}, Songlin Shi, Yinggang Zhao, Cunjing Lv, Xi-Qiao Feng, and Detlef Lohse,\\ + Impact forces of water drops falling on superhydrophobic surfaces,\\ + Phys. Rev. Lett. 129, 104501 (2022) [7 pages],\\ + \faLock\hspace{0.2em}DOI: \href{https://doi.org/10.1103/PhysRevLett.129.104501}{10.1103/PhysRevLett.129.104501}, \faFile\hspace{0.2em}OA: \href{https://doi.org/10.48550/arXiv.2202.02437}{10.48550/arXiv.2202.02437};\\ + see also + \begin{itemize} + \item + \faChartLine\hspace{0.2em}As of March/April 2024, this \textit{highly cited paper} received enough citations to place it in the top 1\% of the academic field of Physics based on a highly cited threshold for the field and publication year. Source: Web of Science. + \item + \faStar\hspace{0.2em}Editor's Suggestion of that issue. + \item + Davide Castelvecchi, Research Highlight: ``The physics of a bouncing droplet's impact'', \href{https://www.nature.com/articles/d41586-022-02302-w}{Nature, article: d41586-022-02302-w} (29/8/2022) + \item + \faGithub\hspace{0.2em}\href{https://github.com/VatsalSy/Impact-forces-of-water-drops-falling-on-superhydrophobic-surfaces}{Repository}. + \end{itemize} + + \item \textbf{Vatsal Sanjay}, Uddalok Sen, Pallav Kant, and Detlef Lohse,\\ + Taylor-Culick retractions and the influence of the surroundings,\\ + J. Fluid Mech. 948, A14 (2022) [37 pages];\\ + \faFile\hspace{0.2em}DOI: \href{https://doi.org/10.1017/jfm.2022.671}{10.1017/jfm.2022.671};\\ + \faGithub\hspace{0.2em}\href{https://github.com/VatsalSy/Taylor-Culick-retractions}{Repository}. + + \item \textbf{Vatsal Sanjay}, Detlef Lohse, and Maziyar Jalaal,\\ + Bursting bubble in a viscoplastic medium,\\ + J. Fluid Mech. 922, A22 (2021) [24 pages];\\ + \faFile\hspace{0.2em}DOI: \href{https://doi.org/10.1017/jfm.2021.489}{10.1017/jfm.2021.489};\\ + \faGithub\hspace{0.2em}\href{https://github.com/VatsalSy/Bursting-Bubble-In-a-Viscoplastic-Medium}{Repository}. + + \item Olinka Ramirez-Soto, \textbf{Vatsal Sanjay}, Detlef Lohse, Jonathan T. Pham, and Doris Vollmer,\\ + Lifting a sessile oil drop with an impacting one,\\ + Sci. Adv. 6, eaba4330 (2020) [11 pages];\\ + \faFile\hspace{0.2em}DOI: \href{https://doi.org/10.1126/sciadv.aba4330}{10.1126/sciadv.aba4330};\\ + \faGithub\hspace{0.2em}\href{https://github.com/VatsalSy/Lifting-a-sessile-drop}{Repository}. + + \item Abhinav Jain, \textbf{Vatsal Sanjay}, and Arup Kumar Das,\\ + Consequences of inclined and dual jet impingement in stagnant liquid and stratified layers,\\ + AIChE J. 65(1), 372-384 (2019) [12 pages],\\ + \faLock\hspace{0.2em}DOI: \href{https://doi.org/10.1002/aic.16373}{10.1002/aic.16373}, \faFile\hspace{0.2em}OA: \href{https://tinyurl.com/24p5dy8s}{archived pdf}. + + \item Anurag Soni, \textbf{Vatsal Sanjay}, and Arup Kumar Das,\\ + Formation of fluid structures due to jet-jet and jet-sheet interactions,\\ + Chem. Eng. Sci. 191, 67-77 (2018) [11 pages],\\ + \faLock\hspace{0.2em}DOI: \href{https://doi.org/10.1016/j.ces.2018.06.055}{10.1016/j.ces.2018.06.055}, \faFile\hspace{0.2em}OA: \href{https://tinyurl.com/2bv5fznd}{archived pdf}. + + \item \textbf{Vatsal Sanjay} and Arup Kumar Das,\\ + Numerical assessment of hazard in compartmental fire having steady heat release rate from the source,\\ + Build. Simul. 11(3), 613-624 (2018) [12 pages],\\ + \faLock\hspace{0.2em}DOI: \href{https://doi.org/10.1007/s12273-017-0411-y}{10.1007/s12273-017-0411-y}, \faFile\hspace{0.2em}OA: \href{https://tinyurl.com/2bwhzlzv}{archived pdf}. + + \item \textbf{Vatsal Sanjay} and Arup Kumar Das,\\ + On air entrainment in a water pool by impingement of a jet,\\ + AIChE J. 63(11), 5169--5181 (2017) [23 pages],\\ + \faLock\hspace{0.2em}DOI: \href{https://doi.org/10.1002/aic.15828}{10.1002/aic.15828}, \faFile\hspace{0.2em}OA: \href{https://tinyurl.com/24ne4oql}{archived pdf}. + + \item \textbf{Vatsal Sanjay} and Arup Kumar Das,\\ + Formation of liquid chain by collision of two laminar jets,\\ + Phys. Fluids 29, 112101 (2017) [12 pages],\\ + \faLock\hspace{0.2em}DOI: \href{https://doi.org/10.1063/1.4998288}{10.1063/1.4998288}, \faFile\hspace{0.2em}OA: \href{https://tinyurl.com/27sd7lgo}{archived pdf};\\ + \faGithub\hspace{0.2em}\href{https://github.com/VatsalSy/FluidChains}{Repository}. + +\end{enumerate} + +\vspace{1em} +\textit{For an up-to-date list of publications, visit:} \href{https://scholar.google.com/citations?hl=en&user=tHb_qZoAAAAJ}{Google Scholar}. + +\end{document} diff --git a/Vatsal_CV-shortCV.pdf b/Vatsal_CV-shortCV.pdf index 6571e35..cdf976c 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 f884346..b7e38fe 100644 --- a/Vatsal_CV-shortCV.tex +++ b/Vatsal_CV-shortCV.tex @@ -5,7 +5,7 @@ %------------------------------------------------------------------------------ \moderncvstyle{banking} % 'casual', 'classic', 'oldstyle', or 'banking' \moderncvcolor{darkmagenta} % e.g., 'darkmagenta' for Durham, etc. -\usepackage[scale=0.75,a4paper]{geometry} +\usepackage[scale=0.78,a4paper]{geometry} \usepackage{babel} \usepackage{xcolor} \usepackage{enumitem} @@ -24,9 +24,9 @@ \name{Vatsal}{Sanjay} \title{PhD} \address{Department of Physics, Durham University}{PI, Computational Multiphase Physics Lab}{} -\phone{+31-687668747} % You can add a phone if desired \email{vatsal.sanjay@comphy-lab.org} \homepage{comphy-lab.org} +\social[github]{comphy-lab} % (Optional) Include or remove your birthdate, updates, short lines, etc. \extrainfo{Date of birth: Feb.~5, 1996 \quad Updated: \today} @@ -62,7 +62,7 @@ \section{Professional Experience} Worked on non-Newtonian free-surface flows and soft matter singularities. } \cventry{May--July, 2016}{Research Intern}{Fluid Mechanics \& Acoustics Lab (UMR 5509)}{Univ.~Claude Bernard Lyon 1}{}{ - Worked on Landau--Levich dip coating. + Worked on Landau--Levich dip coating (OA)~\href{https://doi.org/10.13140/RG.2.2.22076.91522}{10.13140/RG.2.2.22076.91522}. } \section{Major Awards \& Achievements} @@ -81,10 +81,11 @@ \section{Service to the Community} \cvitem{Seminars}{Physics of Fluids weekly seminar (2022--2025, avg.~40 participants, 10+ international speakers/yr).} \cvitem{Conferences}{Symposium on Bubbles \& Bubbly Flows (2025, 75 participants), 35th Dutch Soft Matter Meeting (2024, 100 participants), Workshop on (De)Constructing Complex Contact Lines (2024, 25 participants).} -\cvitem{Referee}{J.~Fluid Mech.~(80+), Phys.~Rev. (20+), PNAS~(3), among others.} +\cvitem{Referee}{J.~Fluid Mech.~(100+), Phys.~Rev. (20+), PNAS~(3), among others.} \section{Research Funding} \cvitem{2025}{\faLightbulb\hspace{0.2em}Ammodo Science Fellowship (\EUR{170000}) for Mycofluidic transport.} +\cvitem{2025}{\faServer\hspace{0.2em}30 million CPU hours (\EUR{450000} equivalent) on Snellius HPC (Co-PI).} \cvitem{2023}{\faServer\hspace{0.2em}10 million CPU hours (\EUR{150000} equivalent) on Snellius HPC (Co-PI).} \section{Scientific Outreach} @@ -102,16 +103,16 @@ \section{Supervision \& Teaching} %=============================== \section{Peer-Reviewed Publications} -\textbf{Selected publications} (20 total, 500+ citations): -\begin{itemize}[leftmargin=1em, itemsep=0pt] +\textbf{Recent publications} (20 total, 500+ citations): +\begin{enumerate}[leftmargin=1.5em,label=\textbf{[\arabic*]}] +\item Ç. Demirkır et al., \textbf{V. Sanjay}, et al., Jumping bubbles: adhesion and viscous dissipation, \textit{Phys. Rev. Fluids} 10, 123602 (2025). +\item J. Mclauchlan et al., \textbf{V. Sanjay}, et al., Bouncing microdroplets on hydrophobic surfaces, \textit{PNAS} 122, e2507309122 (2025). +\item M. Saini, \textbf{V. Sanjay}, et al., Integral surface tension formulations for Marangoni flows, \textit{J. Comput. Phys.} 542, 114348 (2025). \item A. Bashkatov et al., \textbf{V. Sanjay}, et al., Electrolyte droplet spraying in H$_2$ bubbles, \textit{Nat. Commun.} 16, 4580 (2025). \item A.K. Dixit et al., \textbf{V. Sanjay}, Viscoelastic Worthington jets, \textit{J. Fluid Mech.} 1010, A2 (2025). \item \textbf{V. Sanjay} \& D. Lohse, Unifying theory of scaling in drop impact, \textit{Phys. Rev. Lett.} 134, 104003 (2025). \item \textbf{V. Sanjay}, B. Zhang, et al., Viscosity role on drop impact forces, \textit{J. Fluid Mech.} 1004, A6 (2025); \textbf{Cover}. -\item L. Kayal, \textbf{V. Sanjay}, et al., Focusing of concentric free-surface waves, \textit{J. Fluid Mech.} 1003, A14 (2025). -\item A.G. Balasubramanian, \textbf{V. Sanjay}, et al., Bursting bubble in elasto-viscoplastic medium, \textit{J. Fluid Mech.} 1001, A9 (2024); \textbf{Cover}. -\item \textbf{V. Sanjay}, P. Chantelot, D. Lohse, When does an impacting drop stop bouncing?, \textit{J. Fluid Mech.} 958, A26 (2023). -\end{itemize} +\end{enumerate} \textit{Full list:} \href{https://scholar.google.com/citations?user=tHb_qZoAAAAJ&hl=en}{Google Scholar}. @@ -123,9 +124,9 @@ \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 = 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.) +\item \faChartLine\hspace{0.3em}\textbf{Hirsch-index:} H = 11 (\href{https://scholar.google.com/citations?hl=en&user=tHb_qZoAAAAJ}{Google Scholar}), 9 (\href{https://www.webofscience.com/wos/author/record/K-1856-2019}{Web of Science}) +\item \faFile\hspace{0.3em}\textbf{i10-index:} 12 (\href{https://scholar.google.com/citations?hl=en&user=tHb_qZoAAAAJ}{Google Scholar}) +\item \faUsers\hspace{0.3em}\textbf{Research Interest Score:} $1100+$ (top 2\% among \href{https://www.researchgate.net/profile/Vatsal-Sanjay-2}{ResearchGate} members who first published in 2015.) \end{itemize} \end{document} diff --git a/Vatsal_CV.pdf b/Vatsal_CV.pdf index f85ad00..d83e086 100644 Binary files a/Vatsal_CV.pdf and b/Vatsal_CV.pdf differ diff --git a/Vatsal_CV.tex b/Vatsal_CV.tex index 5f3c7e4..9679185 100644 --- a/Vatsal_CV.tex +++ b/Vatsal_CV.tex @@ -25,9 +25,9 @@ \name{Vatsal}{Sanjay} \title{PhD} \address{Department of Physics, Durham University}{PI, Computational Multiphase Physics Lab}{} -\phone{+31-687668747} % You can add a phone if desired \email{vatsal.sanjay@comphy-lab.org} \homepage{comphy-lab.org} +\social[github]{comphy-lab} % (Optional) Include or remove your birthdate, updates, short lines, etc. \extrainfo{Date of birth: Feb.~5, 1996 \quad Updated: \today} @@ -53,7 +53,7 @@ \section{Education} \cventry{2013--2018}{B.Tech (Mech.) \& M.Tech (Thermal Eng.)}{Two-Phase Flow \& Instability Lab}{IIT Roorkee}{Graduated with distinction (Dept. Gold Medal)}{ \textbf{Supervisor:} Prof.~Arup Kumar Das,\\ - \textbf{Thesis:}~\emph{Understanding of mutual interactions between liquid jets %: Entrainment and sheet formation + \textbf{Thesis:} \emph{Understanding of mutual interactions between liquid jets %: Entrainment and sheet formation } (OA)~\href{http://dx.doi.org/10.13140/RG.2.2.22294.04166}{10.13140/RG.2.2.22294.04166}. } %\cventry{\textbf{2013}}{High School (AISSCE)}{}{}{}{} @@ -71,7 +71,7 @@ \section{Professional Experience} Worked on non-Newtonian free-surface flows and soft matter singularities. } \cventry{May--July, 2016}{\textbf{Research Intern}}{Fluid Mechanics \& Acoustics Lab (UMR 5509)}{Univ.~Claude Bernard Lyon 1}{}{ - Worked on Landau--Levich dip coating. + Worked on Landau--Levich dip coating (OA)~\href{https://doi.org/10.13140/RG.2.2.22076.91522}{10.13140/RG.2.2.22076.91522}. } %=============================== @@ -88,11 +88,11 @@ \section{Major Awards \& Achievements} } \cventry{2024}{\textbf{KIVI Hoogendoorn Fluid Mechanics Award} \href{https://pof.tnw.utwente.nl/news/130}{\faPaperclip}}{}{}{}{ - Best PhD thesis in Netherlands (2022--2023). + Best PhD thesis in NL (2022--2023). } \cventry{2024}{\textbf{Young Scientist} \href{https://www.knaw.nl/en/news/seven-young-scientists-attend-lindau-nobel-laureate-meetings}{\faPaperclip}}{}{}{nominated by KNAW}{ - 73rd Lindau Nobel Laureate Meeting (one of seven from Netherlands). + 73rd Lindau Nobel Laureate Meeting (one of seven from NL). } \cventry{2022}{\textbf{Doctor cum laude}}{}{}{met lof (with distinction)}{ Top 5\% of PhD graduates in 2021--2022. @@ -111,24 +111,25 @@ \section{Service to the Community} \subsection{\faUsers\hspace{0.3em}Seminars \& Conferences} -\cventry{2022--2025}{avg.~40 participants, 10+ international speakers/yr}{Physics of Fluids weekly seminar}{Univ. Twente}{\href{https://pof.tnw.utwente.nl/agenda}{link}.}{} +\cventry{2022--2025}{avg.~40 participants, 10+ international speakers/yr}{Physics of Fluids weekly seminar}{Univ.~Twente}{\href{https://pof.tnw.utwente.nl/agenda}{link}}{} -\cventry{May 2025}{75 participants.}{Symposium on \textit{Bubbles \& Bubbly Flows}}{Univ. Twente}{}{} +\cventry{May 2025}{75 participants}{Symposium on \textit{Bubbles \& Bubbly Flows}}{Univ.~Twente}{}{} -\cventry{Jun 2024}{25 participants}{Workshop on \textit{(De)Constructing Complex Contact Lines}}{Lorentz Center}{\href{https://www.lorentzcenter.nl/deconstructing-complex-contact-lines.html}{link}.}{} +\cventry{Jun.~2024}{25 participants}{Workshop on \textit{(De)Constructing Complex Contact Lines}}{Lorentz Center}{\href{https://www.lorentzcenter.nl/deconstructing-complex-contact-lines.html}{link}}{} -\cventry{May 2024}{100 participants; received NWO Meetings Grant.}{\textit{35th Dutch Soft Matter Meeting}}{Univ. Twente}{}{} +\cventry{May 2024}{100 participants; received NWO Meetings Grant}{\textit{35th Dutch Soft Matter Meeting}}{Univ.~Twente}{}{} -\cventry{Oct 2023}{200 participants.}{Flow for Future conference: 25 years of Physics of Fluids}{Univ. Twente}{}{} +\cventry{Oct.~2023}{200 participants}{Flow for Future conference: 25 years of Physics of Fluids}{Univ.~Twente}{}{} \subsection{\faCheck\hspace{0.3em}Refereeing} -\cvitem{2018--Now}{J.~Fluid Mech.~(80+), Phys.~Rev. (20+), PNAS~(3), among others.} +\cvitem{2018--}{J.~Fluid Mech.~(100+), Phys.~Rev.~(20+), PNAS~(3), among others.} %=============================== % RESEARCH FUNDING %=============================== \section{Research Funding} -\cvitem{2025}{\faLightbulb\hspace{0.2em}Ammodo Science Fellowship (\EUR{170000}) for Mycofluidic transport (embargo until Feb.~2025). \href{https://www.ammodo-science.org/researches/vatsal-sanjay}{\faPaperclip}} +\cvitem{2025}{\faLightbulb\hspace{0.2em}Ammodo Science Fellowship (\EUR{170000}) for mycofluidic transport. \href{https://www.ammodo-science.org/researches/vatsal-sanjay}{\faPaperclip}} +\cvitem{2025}{\faServer\hspace{0.2em}30 million CPU hours (\EUR{450000} equivalent) on Snellius HPC (Co-PI).} \cvitem{2023}{\faServer\hspace{0.2em}10 million CPU hours (\EUR{150000} equivalent) on Snellius HPC (Co-PI).} %=============================== @@ -136,8 +137,8 @@ \section{Research Funding} %=============================== \section{Scientific Outreach} \cvitem{2020--2025}{Social media manager for Physics of Fluids Dept. at \href{https://bsky.app/profile/poftwente.bsky.social}{BlueSky}\ \& \href{https://twitter.com/poftwente}{X}.} -\cvitem{2022--Now}{APS-DFD peer mentoring (mentor).} -\cvitem{2022--Now}{Skype a Scientist (high-school outreach).} +\cvitem{2022--}{APS-DFD peer mentoring (mentor).} +\cvitem{2022--}{Skype a Scientist (high-school outreach).} \cvitem{2022--2023}{Physicist To-Go (APS).} \cvitem{2021}{Panel discussion on \emph{Future of Fluid Dynamics}.} \cvitem{2021}{Panel discussion on \emph{Research \& Higher Education}. \href{https://youtu.be/dorx1L8G0D0?si=5UqSRgPWrZzKEt-h}{\color{red}\faYoutube}} @@ -169,8 +170,9 @@ \subsection{\faUniversity\hspace{0.3em}Bachelor Theses} L.~Bruggink (UT, '19, \href{https://bit.ly/ThesisLaurenceBruggink}{\faGraduationCap}).} \section{Teaching} -\cventry{Mar. 10--13, 2025}{Instructor}{High-Fidelity Simulations Using Basilisk C}{Universidad Carlos III de Madrid, Spain}{}{4-day interactive course on computational fluid dynamics. Also available as self-paced course at \href{https://comphy-lab.org/teaching/2025-Basilisk101-Madrid}{comphy-lab.org}.} -\cventry{2018--2025}{Co-lecturer}{Advanced Fluid Mechanics}{Univ. Twente}{}{} +\cventry{2025--}{Lecturer}{Introduction to Soft Matter}{Durham University}{}{Course notes available at \href{https://blogs.comphy-lab.org/Lecture-Notes/Intro-Soft-Matter/0-README}{blogs.comphy-lab.org}.} +\cventry{Mar.~10--13, 2025}{Instructor}{High-Fidelity Simulations Using Basilisk C}{Universidad Carlos III de Madrid, ES}{}{4-day interactive course on computational fluid dynamics. Also available as self-paced course at \href{https://comphy-lab.org/teaching/2025-Basilisk101-Madrid}{comphy-lab.org}.} +\cventry{2018--2025}{Co-lecturer}{Advanced Fluid Mechanics}{Univ.~Twente}{}{} \cvitem{}{For complete teaching activities, visit \href{https://comphy-lab.org/teaching/}{comphy-lab.org/teaching}.} %=============================== @@ -181,52 +183,77 @@ \section{Peer-Reviewed Publications} % the section "Selected Publications," list them, then say "Full list at ..." \begin{enumerate}[leftmargin=1.5em,label=\textbf{[\arabic*]}] + \item Çayan Demirkır, Rui Yang, Aleksandr Bashkatov, \textbf{Vatsal Sanjay}, Detlef Lohse, and Dominik Krug,\\ + To jump or not to jump: Adhesion and viscous dissipation dictate the detachment of coalescing wall-attached bubbles,\\ + Phys. Rev. Fluids, 10(12), 123602 (2025) [15 pages];\\ + \faFile\hspace{0.2em}DOI: \href{https://doi.org/10.1103/PhysRevFluids.10.123602}{10.1103/PhysRevFluids.10.123602};\\ + \faGithub\hspace{0.2em}\href{https://github.com/VatsalSy/jumping-bubbles}{Repository}. + + \item Josephine Mclauchlan, Jessica S. Walker, \textbf{Vatsal Sanjay}, Maziyar Jalaal, Jonathan P. Reid, Adam M. Squires, and Anton Souslov,\\ + Bouncing microdroplets on hydrophobic surfaces,\\ + PNAS, 122, e2507309122 (2025) [8 pages];\\ + \faFile\hspace{0.2em}DOI: \href{https://doi.org/10.1073/pnas.2507309122}{10.1073/pnas.2507309122}. + + \item Mandeep Saini, \textbf{Vatsal Sanjay}, Youssef Saade, Detlef Lohse, and Stéphane Popinet,\\ + Implementation of integral surface tension formulations in a volume of fluid framework and their applications to Marangoni flows,\\ + J. Comput. Phys., 542, 114348 (2025) [20 pages];\\ + \faFile\hspace{0.2em}DOI: \href{https://doi.org/10.1016/j.jcp.2025.114348}{10.1016/j.jcp.2025.114348};\\ + \faGithub\hspace{0.2em}\href{https://github.com/comphy-lab/marangoniSheet}{Repository}. + \item Aleksandr Bashkatov, Florian Bürkle, Çayan Demirkır, Wei Ding, \textbf{Vatsal Sanjay}, Alexander Babich, Xuegeng Yang, Gerd Mutschke, Jürgen Czarske, Detlef Lohse, Dominik Krug, Lars Büttner, and Kerstin Eckert,\\ Electrolyte droplet spraying in H$_2$ bubbles during water electrolysis under normal and microgravity conditions,\\ Nat. Commun., 16, 4580 (2025) [10 pages];\\ - \faFile\hspace{0.2em}DOI: \href{https://doi.org/10.1038/s41467-025-59762-7}{10.1038/s41467-025-59762-7}. + \faFile\hspace{0.2em}DOI: \href{https://doi.org/10.1038/s41467-025-59762-7}{10.1038/s41467-025-59762-7};\\ + \faGithub\hspace{0.2em}\href{https://github.com/VatsalSy/Asymmetries-in-coalescence}{Repository}. \item Ayush K. Dixit, Alexandros T. Oratis, Konstantinos Zinelis, Detlef Lohse, and \textbf{Vatsal Sanjay},\\ Viscoelastic Worthington jets and droplets produced by bursting bubbles,\\ J. Fluid Mech., 1010, A2 (2025) [32 pages];\\ - \faFile\hspace{0.2em}DOI: \href{https://doi.org/10.1017/jfm.2025.237}{10.1017/jfm.2025.237}. + \faFile\hspace{0.2em}DOI: \href{https://doi.org/10.1017/jfm.2025.237}{10.1017/jfm.2025.237};\\ + \faGithub\hspace{0.2em}\href{https://github.com/comphy-lab/Viscoelastic-Worthington-jets-and-droplets-produced-by-bursting-bubbles}{Repository}. \item \textbf{Vatsal Sanjay} and Detlef Lohse,\\ Unifying theory of scaling in drop impact: Forces \& maximum spreading diameter,\\ Phys. Rev. Lett., 134, 104003 (2025) [9 pages];\\ - \faFile\hspace{0.2em}DOI: \href{https://doi.org/10.1103/PhysRevLett.134.104003}{10.1103/PhysRevLett.134.104003}. + \faFile\hspace{0.2em}DOI: \href{https://doi.org/10.1103/PhysRevLett.134.104003}{10.1103/PhysRevLett.134.104003};\\ + \faGithub\hspace{0.2em}\href{https://github.com/comphy-lab/Drop-Impact}{Repository}. \item \textbf{Vatsal Sanjay}, Bin Zhang, Cunjing Lv, and Detlef Lohse,\\ The role of viscosity on drop impact forces on non-wetting surfaces,\\ J. Fluid Mech., 1004, A6 (2025) [23 pages];\\ \faFile\hspace{0.2em}DOI: \href{https://doi.org/10.1017/jfm.2024.982}{10.1017/jfm.2024.982};\\ - \faStar\hspace{0.2em}\textbf{Cover} of that volume of J. Fluid Mech. + \faStar\hspace{0.2em}\textbf{Cover} of that volume of J. Fluid Mech.;\\ + \faGithub\hspace{0.2em}\href{https://github.com/VatsalSy/The-role-of-viscosity-on-drop-impact-forces}{Repository}. \item Lohit Kayal, \textbf{Vatsal Sanjay}, Nikhil Yewale, Anil Kumar, and Ratul Dasgupta,\\ Focusing of concentric free-surface waves,\\ J. Fluid Mech., 1003, A14 (2025) [39 pages];\\ - \faFile\hspace{0.2em}DOI: \href{https://doi.org/10.1017/jfm.2024.1089}{10.1017/jfm.2024.1089}. + \faFile\hspace{0.2em}DOI: \href{https://doi.org/10.1017/jfm.2024.1089}{10.1017/jfm.2024.1089};\\ + \faGithub\hspace{0.2em}\href{https://github.com/comphy-lab/concentricWave}{Repository}. \item Arivazhagan G. Balasubramanian, \textbf{Vatsal Sanjay}, Maziyar Jalaal, Ricardo Vinuesa, and Outi Tammisola,\\ Bursting bubble in an elasto-viscoplastic medium,\\ J. Fluid Mech., 1001, A9 (2024) [36 pages];\\ \faFile\hspace{0.2em}DOI: \href{https://doi.org/10.1017/jfm.2024.1073}{10.1017/jfm.2024.1073};\\ - \faStar\hspace{0.2em}\textbf{Cover} of that volume of J. Fluid Mech. + \faStar\hspace{0.2em}\textbf{Cover} of that volume of J. Fluid Mech.;\\ + \faGithub\hspace{0.2em}\href{https://github.com/comphy-lab/2023_Bubble-bursting-in-an-elasto-viscoplastic-medium}{Repository}. \item \textbf{Vatsal Sanjay}, Pierre Chantelot, and Detlef Lohse,\\ When does an impacting drop stop bouncing?,\\ J. Fluid Mech., 958, A26 (2023) [20 pages];\\ - \faFile\hspace{0.2em}DOI: \href{https://doi.org/10.1017/jfm.2023.55}{10.1017/jfm.2023.55}. + \faFile\hspace{0.2em}DOI: \href{https://doi.org/10.1017/jfm.2023.55}{10.1017/jfm.2023.55};\\ + \faGithub\hspace{0.2em}\href{https://github.com/comphy-lab/Drop-Impact}{Repository}. \item \textbf{Vatsal Sanjay}, Srinath Lakshman, Pierre Chantelot, Jacco H. Snoeijer, and Detlef Lohse,\\ Drop impact on viscous liquid films,\\ J. Fluid Mech., 958, A25 (2023) [28 pages];\\ - \faFile\hspace{0.2em}DOI: \href{https://doi.org/10.1017/jfm.2023.13}{10.1017/jfm.2023.13}. + \faFile\hspace{0.2em}DOI: \href{https://doi.org/10.1017/jfm.2023.13}{10.1017/jfm.2023.13};\\ + \faGithub\hspace{0.2em}\href{https://github.com/VatsalSy/Drop-impact-on-viscous-liquid-films}{Repository}. - \item Bin Zhang, \textbf{Vatsal Sanjay}, Songlin Shi, Yinggang Zhao, Cunjing Lv, Xi-Qiao Feng, and Detlef Lohse,\\ + \item Bin Zhang, \textbf{Vatsal Sanjay}, Songlin Shi, Yinggang Zhao, Cunjing Lv, Xi-Qiao Feng, and Detlef Lohse,\\ Impact forces of water drops falling on superhydrophobic surfaces,\\ Phys. Rev. Lett. 129, 104501 (2022) [7 pages],\\ - \faLock\hspace{0.2em}DOI: \href{https://doi.org/10.1103/PhysRevLett.129.104501}{10.1103/PhysRevLett.129.104501}, \faFile\hspace{0.2em}OA: \href{https://doi.org/10.48550/arXiv.2202.02437}{10.48550/arXiv.2202.02437};\\ + \faLock\hspace{0.2em}DOI: \href{https://doi.org/10.1103/PhysRevLett.129.104501}{10.1103/PhysRevLett.129.104501}, \faFile\hspace{0.2em}OA: \href{https://doi.org/10.48550/arXiv.2202.02437}{10.48550/arXiv.2202.02437};\\ see also \begin{itemize} \item @@ -235,47 +262,53 @@ \section{Peer-Reviewed Publications} \faStar\hspace{0.2em}Editor's Suggestion of that issue. \item Davide Castelvecchi, Research Highlight: ``The physics of a bouncing droplet's impact'', \href{https://www.nature.com/articles/d41586-022-02302-w}{Nature, article: d41586-022-02302-w} (29/8/2022) + \item + \faGithub\hspace{0.2em}\href{https://github.com/VatsalSy/Impact-forces-of-water-drops-falling-on-superhydrophobic-surfaces}{Repository}. \end{itemize} \item \textbf{Vatsal Sanjay}, Uddalok Sen, Pallav Kant, and Detlef Lohse,\\ Taylor-Culick retractions and the influence of the surroundings,\\ - J. Fluid Mech. 948, A14 (2022) [37 pages];\\ - \faFile\hspace{0.2em}DOI: \href{https://doi.org/10.1017/jfm.2022.671}{10.1017/jfm.2022.671}. + J. Fluid Mech. 948, A14 (2022) [37 pages];\\ + \faFile\hspace{0.2em}DOI: \href{https://doi.org/10.1017/jfm.2022.671}{10.1017/jfm.2022.671};\\ + \faGithub\hspace{0.2em}\href{https://github.com/VatsalSy/Taylor-Culick-retractions}{Repository}. \item \textbf{Vatsal Sanjay}, Detlef Lohse, and Maziyar Jalaal,\\ Bursting bubble in a viscoplastic medium,\\ - J. Fluid Mech. 922, A22 (2021) [24 pages];\\ - \faFile\hspace{0.2em}DOI: \href{https://doi.org/10.1017/jfm.2021.489}{10.1017/jfm.2021.489}. + J. Fluid Mech. 922, A22 (2021) [24 pages];\\ + \faFile\hspace{0.2em}DOI: \href{https://doi.org/10.1017/jfm.2021.489}{10.1017/jfm.2021.489};\\ + \faGithub\hspace{0.2em}\href{https://github.com/VatsalSy/Bursting-Bubble-In-a-Viscoplastic-Medium}{Repository}. - \item Olinka Ramirez-Soto, \textbf{Vatsal Sanjay}, Detlef Lohse, Jonathan T. Pham, and Doris Vollmer,\\ + \item Olinka Ramirez-Soto, \textbf{Vatsal Sanjay}, Detlef Lohse, Jonathan T. Pham, and Doris Vollmer,\\ Lifting a sessile oil drop with an impacting one,\\ - Sci. Adv. 6, eaba4330 (2020) [11 pages];\\ - \faFile\hspace{0.2em}DOI: \href{https://doi.org/10.1126/sciadv.aba4330}{10.1126/sciadv.aba4330}. + Sci. Adv. 6, eaba4330 (2020) [11 pages];\\ + \faFile\hspace{0.2em}DOI: \href{https://doi.org/10.1126/sciadv.aba4330}{10.1126/sciadv.aba4330};\\ + \faGithub\hspace{0.2em}\href{https://github.com/VatsalSy/Lifting-a-sessile-drop}{Repository}. \item Abhinav Jain, \textbf{Vatsal Sanjay}, and Arup Kumar Das,\\ Consequences of inclined and dual jet impingement in stagnant liquid and stratified layers,\\ - AlChE J. 65(1), 372-384 (2019) [12 pages],\\ + AIChE J. 65(1), 372-384 (2019) [12 pages],\\ \faLock\hspace{0.2em}DOI: \href{https://doi.org/10.1002/aic.16373}{10.1002/aic.16373}, \faFile\hspace{0.2em}OA: \href{https://tinyurl.com/24p5dy8s}{archived pdf}. \item Anurag Soni, \textbf{Vatsal Sanjay}, and Arup Kumar Das,\\ Formation of fluid structures due to jet-jet and jet-sheet interactions,\\ - Chem. Eng. Sci. 191, 67-77 (2018) [11 pages],\\ + Chem. Eng. Sci. 191, 67-77 (2018) [11 pages],\\ \faLock\hspace{0.2em}DOI: \href{https://doi.org/10.1016/j.ces.2018.06.055}{10.1016/j.ces.2018.06.055}, \faFile\hspace{0.2em}OA: \href{https://tinyurl.com/2bv5fznd}{archived pdf}. \item \textbf{Vatsal Sanjay} and Arup Kumar Das,\\ Numerical assessment of hazard in compartmental fire having steady heat release rate from the source,\\ - Build. Simul. 11(3), 613-624 (2018) [12 pages],\\ + Build. Simul. 11(3), 613-624 (2018) [12 pages],\\ \faLock\hspace{0.2em}DOI: \href{https://doi.org/10.1007/s12273-017-0411-y}{10.1007/s12273-017-0411-y}, \faFile\hspace{0.2em}OA: \href{https://tinyurl.com/2bwhzlzv}{archived pdf}. \item \textbf{Vatsal Sanjay} and Arup Kumar Das,\\ On air entrainment in a water pool by impingement of a jet,\\ - AIChE J. 63(11), 5169--5181 (2017) [23 pages],\\ + AIChE J. 63(11), 5169--5181 (2017) [23 pages],\\ \faLock\hspace{0.2em}DOI: \href{https://doi.org/10.1002/aic.15828}{10.1002/aic.15828}, \faFile\hspace{0.2em}OA: \href{https://tinyurl.com/24ne4oql}{archived pdf}. \item \textbf{Vatsal Sanjay} and Arup Kumar Das,\\ Formation of liquid chain by collision of two laminar jets,\\ - Phys. Fluids 29, 112101 (2017) [12 pages];\\ - \faLock\hspace{0.2em}DOI: \href{https://doi.org/10.1063/1.4998288}{10.1063/1.4998288}, \faFile\hspace{0.2em}OA: \href{https://tinyurl.com/27sd7lgo}{archived pdf}. + Phys. Fluids 29, 112101 (2017) [12 pages],\\ + \faLock\hspace{0.2em}DOI: \href{https://doi.org/10.1063/1.4998288}{10.1063/1.4998288}, \faFile\hspace{0.2em}OA: \href{https://tinyurl.com/27sd7lgo}{archived pdf};\\ + \faGithub\hspace{0.2em}\href{https://github.com/VatsalSy/FluidChains}{Repository}. \end{enumerate} @@ -284,43 +317,55 @@ \section{Peer-Reviewed Publications} %=============================== \section{Works Under Review / In Preparation} \begin{enumerate}[leftmargin=1.5em,label=\textbf{[\arabic*]}] - \item Mandeep Saini, \textbf{Vatsal Sanjay}, Youssef Saade, Detlef Lohse, and Stephane Popinet,\\ - Implementation of integral surface tension formulations in a volume of fluid framework and their applications to Marangoni flows,\\ - submitted to \textit{J. Comput. Phys.},\\ - \vspace{2pt} - \faFile\hspace{0.2em}DOI: \href{https://doi.org/10.48550/arXiv.2502.02712}{10.48550/arXiv.2502.02712}. + \item Amir H. Ghaemi, Zhengyu Yang, A. Huang, \textbf{Vatsal Sanjay}, Jie Feng, and C. Ricardo Constante-Amores,\\ + Bursting Bubbles in Herschel-Bulkley Fluids: Dynamics and Jetting Transitions,\\ + arXiv preprint,\\ + \faFile\hspace{0.2em}DOI: \href{https://doi.org/10.48550/arXiv.2511.23345}{10.48550/arXiv.2511.23345};\\ + \faGithub\hspace{0.2em}\href{https://github.com/comphy-lab/BurstingBubble_Herschel-Bulkley}{Repository}. - \item Çayan Demirkır, Rui Yang, Aleksandr Bashkatov, \textbf{Vatsal Sanjay}, Detlef Lohse, and Dominik Krug,\\ - To jump or not to jump: Adhesion and viscous dissipation dictate the detachment of coalescing wall-attached bubbles,\\ - submitted to Phys. Rev. Lett.,\\ - \faFile\hspace{0.2em}DOI: \href{https://doi.org/10.48550/arXiv.2501.05532}{10.48550/arXiv.2501.05532}. + \item Diego Díaz, Anvesh Bhargava, Florian Walz, Azadeh Sharifi, Saravanan Sumally, Rüdiger Berger, Michael Kappl, Hans-Jürgen Butt, Detlef Lohse, Tim Willers, \textbf{Vatsal Sanjay}, and Doris Vollmer,\\ + Stood-up drop to measure receding contact angles,\\ + arXiv preprint,\\ + \faFile\hspace{0.2em}DOI: \href{https://doi.org/10.48550/arXiv.2511.20259}{10.48550/arXiv.2511.20259};\\ + \faGithub\hspace{0.2em}\href{https://github.com/comphy-lab/Retracting-Droplet}{Repository}. - \item Josephine Mclauchlan, Jessica S. Walker, \textbf{Vatsal Sanjay}, Maziyar Jalaal, Jonathan P. Reid, Adam M. Squires, and Anton Souslov,\\ - Bouncing microdroplets on hydrophobic surfaces,\\ + \item Coen I. Verschuur, Alexandros T. Oratis, \textbf{Vatsal Sanjay}, and Jacco H. Snoeijer,\\ + How elasticity affects bubble pinch-off,\\ + arXiv preprint,\\ + \faFile\hspace{0.2em}DOI: \href{https://doi.org/10.48550/arXiv.2511.20075}{10.48550/arXiv.2511.20075};\\ + \faGithub\hspace{0.2em}\href{https://github.com/comphy-lab/ElasticPinchOff}{Repository}. + + \item Ayush K. Dixit, Chenglong Zhao, Stéphane Zaleski, Detlef Lohse, and \textbf{Vatsal Sanjay},\\ + Holey sheets: double-threshold rupture of draining liquid films,\\ + arXiv preprint,\\ + \faFile\hspace{0.2em}DOI: \href{https://doi.org/10.48550/arXiv.2509.12789}{10.48550/arXiv.2509.12789};\\ + \faGithub\hspace{0.2em}\href{https://github.com/comphy-lab/HoleySheet}{Repository}. + + \item Saumili Jana, John Kolinski, Detlef Lohse, and \textbf{Vatsal Sanjay},\\ + Impacting spheres: from liquid drops to elastic beads,\\ arXiv preprint,\\ - \faFile\hspace{0.2em}DOI: \href{https://doi.org/10.48550/arXiv.2503.22527}{10.48550/arXiv.2503.22527}. + \faFile\hspace{0.2em}DOI: \href{https://doi.org/10.48550/arXiv.2510.24855}{10.48550/arXiv.2510.24855};\\ + \faGithub\hspace{0.2em}\href{https://github.com/comphy-lab/Soft-Sphere-Impacts}{Repository}. \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}. + \faFile\hspace{0.2em}DOI: \href{https://doi.org/10.48550/arXiv.2508.13022}{10.48550/arXiv.2508.13022};\\ + \faGithub\hspace{0.2em}\href{https://github.com/tappleford/droplet_under_shear_newtonian_2D}{Repository}. \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}. + to be submitted to J. Fluid Mech., \href{https://youtu.be/WZonMHzzkXQ}{click here for results};\\ + \faGithub\hspace{0.2em}\href{https://github.com/VatsalSy/Asymmetries-in-coalescence}{Repository}. - \item Vincent Bertin, \textbf{Vatsal Sanjay}, Charu Datt, Alexandros T. Oratis, Jacco H. Snoeijer,\\ + \item Vincent Bertin, \textbf{Vatsal Sanjay}, Charu Datt, Alexandros T. Oratis, and Jacco H. Snoeijer,\\ Elastic Taylor-Culick retraction,\\ to be submitted to Phys. Rev. Lett., \href{https://tinyurl.com/2cvo89bd}{click here for results}. - \item Jnandeep Talukdar, Uddalok Sen, Christian Diddens, Detlef Lohse, \textbf{Vatsal Sanjay},\\ + \item Jnandeep Talukdar, Uddalok Sen, Christian Diddens, Detlef Lohse, and \textbf{Vatsal Sanjay},\\ Sliding drops on dry \& wet substrates,\\ to be submitted to Phys. Rev. Fluids, \href{https://tinyurl.com/2xvlhlc6}{click here for results}. - \item Saumili Jana, John Kolinski, Detlef Lohse, and \textbf{Vatsal Sanjay},\\ - Impacting spheres: from liquid drops to elastic beads,\\ - to be submitted to Soft Matter, \href{https://tinyurl.com/28s25jvf}{click here for results}. - \end{enumerate} %=============================== @@ -330,67 +375,78 @@ \section{Invited \& Contributed Talks} \subsection{\faMicrophone\hspace{0.3em}Invited Talks} \begin{itemize}[leftmargin=1.5em] +\item[\textbullet] (Oct.~24, 25) \emph{Sheets \& Bioaerosols: Computational Multiphase Physics for the Life Sciences} \\ + Lunchtime Seminar, Biophysical Science Institute, Durham University, UK. +\item[\textbullet] (Oct.~17, 25) \emph{Can polymeric flows be the Drosophila of unsteady continuum mechanics?} \\ + Dept.~Mathematics, Imperial College London, UK. +\item[\textbullet] (Jun.~16, 25) \emph{Impacting spheres: from viscous drops to elastic beads} \\ + Univ.~Warwick, UK. +\item[\textbullet] (Jun.~11, 25) \emph{So long, and thanks for all the flow} \\ + Univ.~Twente, NL. \item[\textbullet] (Apr.~1, 25) \emph{Hydrodynamic singularities in soft matter flows} \\ - Wageningen University \& Research (WUR), Netherlands. + Wageningen University \& Research (WUR), NL. \item[\textbullet] (Mar.~20, 25) \emph{Can polymeric flows be the Drosophila of continuum mechanics?} \\ Condensed Matter Physics Seminar Series, Durham University, UK. \item[\textbullet] (Jan.~30, 25) \emph{Can polymeric flows be the Drosophila of unsteady continuum mechanics?} \\ - University of Illinois at Urbana-Champaign, US (Virtual). + Univ.~Illinois at Urbana-Champaign, USA (Virtual). \item[\textbullet] (Jan.~20, 25) \emph{Hydrodynamic singularities in soft matter flows} \\ - DAMTP, University of Cambridge, UK. -\item[\textbullet] (Jan.~6, 25) \emph{Can polymeric flows be the Drosophila of unsteady continuum mechanics?}\\ - Chaotic Flows in Polymer Solutions workshop, Univ.~of Edinburgh, UK. + DAMTP, Univ.~Cambridge, UK. +\item[\textbullet] (Jan.~6, 25) \emph{Can polymeric flows be the Drosophila of unsteady continuum mechanics?} \\ + Chaotic Flows in Polymer Solutions workshop, Univ.~Edinburgh, UK. \item[\textbullet] (Oct.~9, 24) \emph{Hydrodynamic singularities in soft matter flows} \\ - Univ.~of Warwick, UK. + Univ.~Warwick, UK. \item[\textbullet] (May~30, 24) \emph{Viscous free-surface flows} \\ - Bugers Symposium (NL). + Burgers Symposium, NL. \item[\textbullet] (Apr.~12, 24) \emph{Soft matter singularities} \\ - Univ.~of Edinburgh, Scotland. + Univ.~Edinburgh, UK. \item[\textbullet] (Mar.~4, 24) \emph{Deformable soft matter} \\ - Dynamics of Interfaces, Univ.~of Augsburg, Germany. + Dynamics of Interfaces, Univ.~Augsburg, DE. \item[\textbullet] (Jan.~20, 23) \emph{Impact of droplets} \\ - Univ.~Claude Bernard Lyon 1, France. + Univ.~Claude Bernard Lyon 1, FR. \item[\textbullet] (Jan.~10, 23) \emph{Impact of droplets} \\ - IIT Delhi, India. + IIT Delhi, IN. \item[\textbullet] (Jan.~4, 23) \emph{Impact of droplets} \\ - IIT Patna, India. + IIT Patna, IN. \item[\textbullet] (Dec.~26, 22) \emph{Taylor-Culick retractions} \\ - IIT Kharagpur, India. + IIT Kharagpur, IN. \item[\textbullet] (Dec.~12, 22) \emph{Taylor-Culick retractions} \\ - IIT Roorkee, India. + IIT Roorkee, IN. \item[\textbullet] (Dec.~7, 22) \emph{Drop impact forces} \\ - IIT Bombay, India. + IIT Bombay, IN. \item[\textbullet] (Oct.~26, 22) \emph{Drop impact forces} \\ - CFSM Seminar Series (Virtual). \href{https://www.youtube.com/live/enTMAucwUDs?si=Dm-IJ3A0o7AhMc2T}{\color{red}\faYoutube} + CFSM Seminar Series, USA (Virtual). \href{https://www.youtube.com/live/enTMAucwUDs?si=Dm-IJ3A0o7AhMc2T}{\color{red}\faYoutube} \item[\textbullet] (Oct.~12, 22) \emph{Drop impact forces} \\ - Virtual Univ.~of Arkon. + Univ.~Akron, USA (Virtual). \item[\textbullet] (Jul.~10, 22) \emph{Precursor films help simulate three-phase flows} \\ - Physics of Fluids Soft Matter Seminar, Univ.~of Twente. \href{https://youtu.be/ozrnYe8u1HA?si=DA4JIFjNozmPsQuE}{\color{red}\faYoutube} + Physics of Fluids Soft Matter Seminar, Univ.~Twente, NL. \href{https://youtu.be/ozrnYe8u1HA?si=DA4JIFjNozmPsQuE}{\color{red}\faYoutube} \item[\textbullet] (Jan.~8, 18) \emph{Formation of liquid chain by collision of two laminar jets} \\ - Univ.~of Twente. + Univ.~Twente, NL. \item[\textbullet] (Mar.~27, 17) \emph{Understanding of mutual interactions between liquid jets\ldots} \\ - Cognizance Fest, IIT Roorkee. + Cognizance Fest, IIT Roorkee, IN. \end{itemize} \subsection{\faComments\hspace{0.3em}Selected Contributed Talks} \begin{itemize}[leftmargin=1.5em] +\item[\textbullet] (Nov.~25) \emph{Sessile drop coalescence with surfactants}, APS-DFD, Houston, USA. +\item[\textbullet] (Jul.~25) \emph{Can polymeric flows be the Drosophila of unsteady continuum mechanics?}, Basilisk/Gerris Meeting, Oxford, UK. +\item[\textbullet] (Jun.~25) \emph{Taming singularities: yield-stress regularization in bubble bursting}, VPF10, Amsterdam, NL. \item[\textbullet] (Nov.~24) \emph{Dissipative anomaly in sliding drops}, APS-DFD, Salt Lake City, USA. -\item[\textbullet] (Sep.~24) \emph{Drop Impact Forces}, 12th Liquid Matter Conf., Mainz, Germany. -\item[\textbullet] (Sep.~24) \emph{A unifying approach for drop impact dynamics on rigid surfaces}, 1st EFDC, Aachen. +\item[\textbullet] (Sep.~24) \emph{Drop impact forces}, 12th Liquid Matter Conf., Mainz, DE. +\item[\textbullet] (Sep.~24) \emph{A unifying approach for drop impact dynamics on rigid surfaces}, 1st EFDC, Aachen, DE. \item[\textbullet] (Apr.~24) \emph{Bursting bubbles in a viscoelastic medium}, European Rheology Conf., Leeds, UK. \item[\textbullet] (Nov.~23) \emph{A unifying approach for droplet impact forces}, APS-DFD, Washington, DC, USA. \href{https://youtu.be/3S_hwkMCx6U?si=01tvC4RHCoga62bC}{\color{red}\faYoutube} -\item[\textbullet] (Nov.~22) \emph{Impact forces of water drops.}, APS-DFD, Indianapolis, USA. \href{https://youtu.be/U0g67zV70hw}{\color{red}\faYoutube} -\item[\textbullet] (Jul.~23) \emph{Viscous free-surface flows}, Basilisk/Gerris Meeting, Paris, France. -\item[\textbullet] (Sep.~22) \emph{When does an impacting drop stop bouncing?}, EFMC14, Athens, Greece. -\item[\textbullet] (Jan.~22) \emph{How much force is required to play ping-pong with water droplets?}, Physics@Veldhoven. \href{https://youtu.be/wmEYeQRPi0Q?si=u8Ex64dYLHQ8TxCE}{\color{red}\faYoutube} -\item[\textbullet] (Nov.~21) \emph{Viscous dissipation dictates Taylor-Culick type retractions}, APS-DFD, Phoenix. \href{https://youtu.be/d0tMlpbMIqY?si=V-7Lh5g-zj1j7al6}{\color{red}\faYoutube} -\item[\textbullet] (Dec.~20) \emph{Bursting Bubble in a Viscoplastic medium}, International Congress on Rheology (virtual). \href{https://youtu.be/52D6nfaHbYg?si=lE3oQGiMZe3UCT6j}{\color{red}\faYoutube} -\item[\textbullet] (Nov.~20) \emph{When does a viscous drop stop bouncing?}, APS-DFD (virtual). \href{https://youtu.be/9JCV9JFwr2A?si=Vs1ljwdmZrzHUOXX}{\color{red}\faYoutube} -\item[\textbullet] (Feb.~20) \emph{Jumping \& Bouncing Drops \& Bubbles}, Max Planck meeting, Mainz. -\item[\textbullet] (Nov.~19) \emph{Droplet Encapsulation}, APS-DFD, Seattle. +\item[\textbullet] (Nov.~22) \emph{Impact forces of water drops}, APS-DFD, Indianapolis, USA. \href{https://youtu.be/U0g67zV70hw}{\color{red}\faYoutube} +\item[\textbullet] (Jul.~23) \emph{Viscous free-surface flows}, Basilisk/Gerris Meeting, Paris, FR. +\item[\textbullet] (Sep.~22) \emph{When does an impacting drop stop bouncing?}, EFMC14, Athens, GR. +\item[\textbullet] (Jan.~22) \emph{How much force is required to play ping-pong with water droplets?}, Physics@Veldhoven, NL. \href{https://youtu.be/wmEYeQRPi0Q?si=u8Ex64dYLHQ8TxCE}{\color{red}\faYoutube} +\item[\textbullet] (Nov.~21) \emph{Viscous dissipation dictates Taylor-Culick type retractions}, APS-DFD, Phoenix, USA. \href{https://youtu.be/d0tMlpbMIqY?si=V-7Lh5g-zj1j7al6}{\color{red}\faYoutube} +\item[\textbullet] (Dec.~20) \emph{Bursting bubble in a viscoplastic medium}, International Congress on Rheology (Virtual). \href{https://youtu.be/52D6nfaHbYg?si=lE3oQGiMZe3UCT6j}{\color{red}\faYoutube} +\item[\textbullet] (Nov.~20) \emph{When does a viscous drop stop bouncing?}, APS-DFD (Virtual). \href{https://youtu.be/9JCV9JFwr2A?si=Vs1ljwdmZrzHUOXX}{\color{red}\faYoutube} +\item[\textbullet] (Feb.~20) \emph{Jumping \& Bouncing Drops \& Bubbles}, Max Planck meeting, Mainz, DE. +\item[\textbullet] (Nov.~19) \emph{Droplet Encapsulation}, APS-DFD, Seattle, USA. \item[\textbullet] (Sep.~19) \emph{Bursting Bubbles: from Champagne to Mudpots}, VPF8, Cambridge, UK. -\item[\textbullet] (Aug.~19) \emph{Impinging drop lifts a sessile drop}, 9th 4U Summer School, Denmark. -\item[\textbullet] (May~16) \emph{On gas-liquid entrainment by impinging jet}, ICMF9, Florence, Italy. +\item[\textbullet] (Aug.~19) \emph{Impinging drop lifts a sessile drop}, 9th 4U Summer School, DK. +\item[\textbullet] (May~16) \emph{On gas-liquid entrainment by impinging jet}, ICMF9, Florence, IT. \end{itemize} %=============================== @@ -400,9 +456,9 @@ \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 = 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.) +\item \faChartLine\hspace{0.3em}\textbf{Hirsch-index:} H = 11 (\href{https://scholar.google.com/citations?hl=en&user=tHb_qZoAAAAJ}{Google Scholar}), 9 (\href{https://www.webofscience.com/wos/author/record/K-1856-2019}{Web of Science}) +\item \faFile\hspace{0.3em}\textbf{i10-index:} 12 (\href{https://scholar.google.com/citations?hl=en&user=tHb_qZoAAAAJ}{Google Scholar}) +\item \faUsers\hspace{0.3em}\textbf{Research Interest Score:} \(1100+\) (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 3121cd4..4b2fa85 100644 --- a/mypublications.bib +++ b/mypublications.bib @@ -7,6 +7,67 @@ %% Saved with string encoding Unicode (UTF-8) +@misc{ghaemi2025bursting, + title={Bursting Bubbles in Herschel-Bulkley Fluids: Dynamics and Jetting Transitions}, + author={Ghaemi, Amir H. and Yang, Zhengyu and Huang, A. and Sanjay, Vatsal and Feng, Jie and Constante-Amores, C. Ricardo}, + year={2025}, + eprint={2511.23345}, + archivePrefix={arXiv}, + journal = {arXiv preprint arXiv:2511.23345}, + doi = {10.48550/arXiv.2511.23345} +} + +@misc{diaz2025stoodup, + title={Stood-up drop to measure receding contact angles}, + author={D{\'i}az, Diego and Bhargava, Anvesh and Walz, Florian and Sharifi, Azadeh and Sumally, Saravanan and Berger, R{\"u}diger and Kappl, Michael and Butt, Hans-J{\"u}rgen and Lohse, Detlef and Willers, Tim and Sanjay, Vatsal and Vollmer, Doris}, + year={2025}, + eprint={2511.20259}, + archivePrefix={arXiv}, + journal = {arXiv preprint arXiv:2511.20259}, + doi = {10.48550/arXiv.2511.20259} +} + +@misc{verschuur2025elasticity, + title={How elasticity affects bubble pinch-off}, + author={Verschuur, Coen I. and Oratis, Alexandros T. and Sanjay, Vatsal and Snoeijer, Jacco H.}, + year={2025}, + eprint={2511.20075}, + archivePrefix={arXiv}, + journal = {arXiv preprint arXiv:2511.20075}, + doi = {10.48550/arXiv.2511.20075} +} + +@misc{dixit2025holey, + title={Holey sheets: double-threshold rupture of draining liquid films}, + author={Dixit, Ayush K. and Zhao, Chenglong and Zaleski, St{\'e}phane and Lohse, Detlef and Sanjay, Vatsal}, + year={2025}, + eprint={2509.12789}, + archivePrefix={arXiv}, + journal = {arXiv preprint arXiv:2509.12789}, + doi = {10.48550/arXiv.2509.12789} +} + +@misc{jana2025impacting, + title={Impacting spheres: from liquid drops to elastic beads}, + author={Jana, Saumili and Kolinski, John and Lohse, Detlef and Sanjay, Vatsal}, + year={2025}, + eprint={2510.24855}, + archivePrefix={arXiv}, + journal = {arXiv preprint arXiv:2510.24855}, + doi = {10.48550/arXiv.2510.24855} +} + +@article{demirkir2025jump, + title={To jump or not to jump: Adhesion and viscous dissipation dictate the detachment of coalescing wall-attached bubbles}, + author={Demirk{\i}r, {\c{C}}ayan and Yang, Rui and Bashkatov, Aleksandr and Sanjay, Vatsal and Lohse, Detlef and Krug, Dominik}, + journal={Phys. Rev. Fluids}, + volume={10}, + number={12}, + pages={123602}, + doi = {10.1103/PhysRevFluids.10.123602}, + year={2025} +} + @article{appleford2025rheology, title={On the Rheology of Two-Dimensional Dilute Emulsions}, author={Appleford, Tom and Sanjay, Vatsal and Jalaal, Maziyar}, @@ -15,10 +76,12 @@ @article{appleford2025rheology 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}, - journal={arXiv preprint arXiv:2502.02712}, - doi = {10.48550/arXiv.2502.02712}, + 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, St{\'e}phane}, + journal={J. Comput. Phys.}, + volume={542}, + pages={114348}, + doi = {10.1016/j.jcp.2025.114348}, year={2025}} @article{kayalFocussingConcentricFreesurface2025, @@ -89,8 +152,10 @@ @article{sanjay2025unifying @article{mclauchlan2025bouncing, title={Bouncing microdroplets on hydrophobic surfaces}, author={Mclauchlan, Josephine and Walker, Jessica S and Sanjay, Vatsal and Jalaal, Maziyar and Reid, Jonathan P and Squires, Adam M and Souslov, Anton}, - journal={arXiv preprint arXiv:2503.22527}, - doi = {10.48550/arXiv.2503.22527}, + journal={PNAS}, + volume={122}, + pages={e2507309122}, + doi = {10.1073/pnas.2507309122}, year={2025} }