Skip to content

Commit

Permalink
Update and rename cv.md to cv.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Yulan-Fang authored Oct 15, 2023
1 parent be3ceaf commit a139990
Show file tree
Hide file tree
Showing 2 changed files with 149 additions and 127 deletions.
149 changes: 149 additions & 0 deletions _pages/cv.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,149 @@
---
layout: archive
title: "CV"
permalink: /cv/
author_profile: true
redirect_from:
- /resume
---

{% include base_path %}

<h1>Education</h1>
<ul>
<li>
<strong>B.S. in Mechanical Design, Manufacturing, and its Automation, Yanbian University, 2019</strong>
</li>
<li>
<strong>M.S. in Mechanical Engineering, Northern Illinois University, 2022</strong>
</li>
</ul>

<h1>Work Experience</h1>
<h2>Research Intern</h2>
<p><strong>Aug. 2022 – Current</strong></p>
<p><em>UII America, Inc. at Burlington, MA, USA</em></p>
<p><em>Supervisor: Shanhui Sun</em></p>
<ul>
<li>Duties included:
<ul>
<li>Mesh operations based on segmented CT coronary data.</li>
<li>Python pipelines of Computational Fluid Dynamics (CFD) simulations on synthetic coronary models.</li>
<li>Feature extraction on coronary vessel centerlines for the training of Multilayer Perceptron (MLP) model.</li>
<li>Heart simulation and coronary artery projection.</li>
</ul>
</li>
</ul>

<h2>Graduate Assistant</h2>
<p><strong>Sept. 2021 - Jun. 2022</strong></p>
<p><em>Northern Illinois University at Dekalb, IL, USA</em></p>
<p><em>Supervisor: Jifu Tan</em></p>
<ul>
<li>Course assisting:
<ul>
<li>Assisted the supervisor in preparing, printing, and arranging the exam problems.</li>
<li>Took recitation courses twice weekly to help students solve their course-related questions (Course name: Engineering Mechanics).</li>
</ul>
</li>
<li>Research projects:
<ul>
<li>Conducted dynamic mode decomposition on the early COVID-19 data and investigated the pandemic spreading patterns in the US.</li>
<li>Performed tube flow simulations with red blood cells, and investigated the wall shear stress along the inner tube surface.</li>
<li>Proposed a fluid-solid coupling model by immersed boundary-physics informed neural network, compared its efficiency to the traditional method, and validated its accuracy.</li>
</ul>
</li>
</ul>

<h2>Research Student</h2>
<p><strong>Feb. 2021 - Aug. 2021</strong></p>
<p><em>Tsinghua University at Beijing, China</em></p>
<p><em>Supervisor: Zhenwei Huang</em></p>
<ul>
<li>Duties included:
<ul>
<li>Built fish mesh by fitting functions of body shape from MIT’s RoboTuna.</li>
<li>Conducted fish swimming simulations by immersed boundary-lattice Boltzmann method based on open-source software Palabos.</li>
<li>Analyzed flow patterns of the fish swimming and investigated dynamic characteristics of the fluid domain by dynamic mode decomposition.</li>
<li>Conducted mesh independence analysis and validation of the simulation algorithms.</li>
</ul>
</li>
</ul>

<h1>Skills and Softwares</h1>
<ul>
<li>
<strong>Multi-physics Simulation</strong>
<ul>
<li>DualSPHysics</li>
<li>SPHinXsys</li>
</ul>
</li>
<li>
<strong>Computational Fluid Dynamics</strong>
<ul>
<li>SimVascular</li>
<li>Palabos</li>
<li>CfdOF</li>
</ul>
</li>
<li>
<strong>Mesh Operation</strong>
<ul>
<li>Vtk</li>
<li>Pyvista</li>
<li>FreeCAD</li>
<li>MeshLab</li>
<li>Vmtk</li>
<li>TetGen</li>
<li>SVMTK (Python frontend in CGAL)</li>
</ul>
</li>
<li>
<strong>Program Languages</strong>
<ul>
<li>Python</li>
<li>Matlab</li>
<li>C++</li>
</ul>
</li>
</ul>

<h1>Publications</h1>
<ul>
{% for post in site.publications %}
{% include archive-single-cv.html %}
{% endfor %}
</ul>

<h1>Community Service</h1>
<p>Peer reviews for conferences and journals.</p>
<ul>
<li>Ocean Engineering</li>
<li>Journal of Marine Science and Technology</li>
<li>Journal of Fluids Engineering</li>
<li>International Journal of Computational Fluid Dynamics</li>
<li>Defect and Diffusion Forum</li>
<li>Journal of Applied Fluid Mechanics</li>
<li>Journal of Mathematics</li>
<li>2023 Summer Biomechanics, Bioengineering and Biotransport Conference (SB3C 2023)</li>
<li>7th International Conference on Fluid Mechanics and Industrial Applications (FMIA 2023)</li>
<li>7th International Conference on Data Mining, Communications and Information Technology (DMCIT 2023)</li>
<li>2nd International Conference on Fluid Dynamics and Computational Science (FDCS 2023)</li>
</ul>

<h1>Awards</h1>
<ul>
<li>Mechanical Engineering Graduate Tuition Waiver Award, 2020</li>
<li>National English Competition for College Students (NECCS), Outstanding Winner, 2019
<a href="https://github.com/Yulan-Fang/Yulan-Fang.github.io/blob/master/images/19neccs.png?raw=true">
<img src="https://github.com/Yulan-Fang/Yulan-Fang.github.io/blob/master/images/19neccs.png?raw=true" alt="Award" />
</a>
</li>
<li>"FLTRP CUP" English Writing Contest, Provincial First Prize, 2018</li>
<li>Jilin Province University Robot Contest, Provincial First Prize, 2018</li>
<li>Interdisciplinary Contest In Modeling, Honorable Mention, 2018</li>
<li>"FLTRP CUP" English Reading Contest, Provincial First Prize, 2017</li>
<li>China Undergraduate Mathematical Contest in Modeling, National Second Prize & Provincial First Prize, 2017</li>
<li>College Student Innovation and Entrepreneurship Training Program, Second prize, 2017</li>
<li>"FL
127 changes: 0 additions & 127 deletions _pages/cv.md

This file was deleted.

0 comments on commit a139990

Please sign in to comment.