Skip to content

Commit

Permalink
update lab website with bmes
Browse files Browse the repository at this point in the history
  • Loading branch information
JEFworks committed Oct 28, 2024
1 parent 81b17ea commit 399a528
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 6 deletions.
2 changes: 1 addition & 1 deletion _data/carousel.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
images:
- image: /assets/news/bmes_group1.jpg
- image: /assets/news/lab_retreat_09292024.jpg
- image: /assets/news/farewell_gohta_06282024.jpg
- image: /assets/news/lab_bbq_05032024.jpg
Expand All @@ -9,6 +10,5 @@ images:
- image: /assets/news/lab_retreat_summer2022.jpg
- image: /assets/news/bioeng22_team.jpeg
- image: /assets/news/lab_event_062022.jpg
- image: /assets/news/lab_brunch_05182022.jpeg
- image: /assets/news/lab_hike_D3S6934.jpg

17 changes: 17 additions & 0 deletions _news/2024-10-26-bmes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
layout: news
title: JEFworks lab undergraduate and post-bacc students present their work at BMES!
---

Vivien Jiang presents on Computational methods for spatially-informed gene expression comparison for spatially resolved transcriptomics data across technologies.
Mayling Chen presents on SEraster: a rasterization preprocessing framework for scalable spatial omics data analysis.
Dee Velazquez presents on Integrating Subcellular Molecular Heterogeneity through Rasterization for Enhanced Identification of Cellular Subtypes in Spatial Transcriptomics.

See the [BMES website](https://www.bmes.org/bmes2024) for more details.

<img src="assets/news/bmes_vivien.jpg">
<img src="assets/news/bmes_mayling.jpg">
<img src="assets/news/bmes_dee.jpg">
<img src="assets/news/bmes_group1.jpg">
<img src="assets/news/bmes_group2.jpg">

Binary file added assets/news/bmes_dee.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/news/bmes_group1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/news/bmes_group2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/news/bmes_mayling.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/news/bmes_vivien.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ <h2>We are a bioinformatics research lab in the <a href="https://ccb.jhu.edu/">C
<div id="my-team">
{% for pub in site.team %}
{% if pub.alumni == nil %}
{% if pub.name != 'You!' %}
{% if pub.name != 'Remy' %}
<!--- {% if pub.name != 'You!' %}
{% if pub.name != 'Remy' %} ---->
<div class="col-xs-4 col-md-2">
<a href="team">
<img src="{{ pub.profile }}" class="img-responsive img-circle" alt="{{ pub.name }}" style="padding: 15px 5px">
</a>
</div>
{% endif %}
{% endif %}
<!--- {% endif %}
{% endif %} ---->
{% endif %}
{% endfor %}
</div>
Expand Down
4 changes: 3 additions & 1 deletion team.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
<div class="col-sm-6 col-md-8">
<h2 class="header-light regular-pad">Prof. Jean Fan</h2>
<h4>Assistant Professor</h4>
I am an Assistant Professor in the <a href="https://www.bme.jhu.edu/" target="_blank">Department of Biomedical Engineering at Johns Hopkins University</a>. I was previously an NCI F99/K00 post-doctoral fellow in the lab of <a href="http://zhuang.harvard.edu/" target="_blank">Dr. Xiaowei Zhuang</a> at Harvard University. I received my PhD in Bioinformatics and Integrative Genomics at Harvard under the mentorship of <a href="http://pklab.med.harvard.edu/" target="_blank">Dr. Peter Kharchenko</a> at the Department of Biomedical Informatics and in close collaboration with <a href="http://wulab.dfci.harvard.edu/" target="_blank">Dr. Catherine Wu</a> at the Dana-Farber Cancer Institute. In my free time, I enjoy writing code to forward <a href="https://custemized.org/" target="_blank">STEM education.</a> Once in awhile, I try to make time for <a href="https://jfotography.net/">photography</a>.
Jean Fan is a member of the faculty of <a href="https://www.bme.jhu.edu/">Biomedical Engineering</a> in the Center for Computational Biology at Johns Hopkins University. Her research team, the JEFworks lab, is interested in understanding the molecular and spatial-contextual factors shaping cellular identity and heterogeneity, particularly in the context of cancer and how this heterogeneity impacts tumor progression, therapeutic resistance, and ultimately clinical prognosis. She develops new open-source computational software for analyzing single-cell multi-omic and imaging data that can be tailored and applied to diverse cancer types and biological systems. Dr. Fan is also the founder, director, and lead software developer for the non-profit organization <a href="https://custemized.org/">CuSTEMized</a>, which provides personalized STEM picture storybooks to encourage young girls to see themselves as scientists.

Dr. Fan was previously an NCI F99/K00 post-doctoral fellow in the lab of Dr. Xiaowei Zhuang at Harvard University where she developed computational methods for analyzing spatially resolved transcriptomics data and applied MERFISH to characterize cellular and subcellular heterogeneity. She received her PhD in Bioinformatics and Integrative Genomics at Harvard under the mentorship of Dr. Peter Kharchenko at the Department of Biomedical Informatics and in close collaboration with Dr. Catherine Wu at the Dana-Farber Cancer Institute where she developed computational methods for analyzing single-cell omics data to better understand the disease pathogenesis and progression of chronic lymphocytic leukemia. The impact of Dr. Fan's work has been recognized by several awards and honors, including the Forbes 30 Under 30, the Nature Research Award for Inspiring Science, and the NSF CAREER Award.
<br><br>
<a href="https://jean.fan/" target="_blank"><li class="fa fa-fw fa-2x fa-home"></li></a>
<a href="https://www.twitter.com/jefworks" target="_blank"><li class="fa fa-fw fa-2x fa-twitter"></li></a>
Expand Down

0 comments on commit 399a528

Please sign in to comment.