Skip to content

Commit 085c069

Browse files
committed
feat: add avatar shortcode and use it on About page
1 parent 5bfca35 commit 085c069

2 files changed

Lines changed: 105 additions & 0 deletions

File tree

content/_index.md

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
---
2+
title: "About me"
3+
---
4+
5+
{{< avatar src="/saberhq_profile.jpeg" alt="Portrait of Saber Hafezqorani" size="160" >}}
6+
7+
Welcome!
8+
9+
My name is Saber. I’m a Research Scientist with 12 years of experience in genomics, data science, and machine learning. I earned my Ph.D. in Bioinformatics at the University of British Columbia (UBC), where I was advised by [Prof. Dr. Inanc Birol](https://www.bcgsc.ca/people/inanc-birol), working at the [Bioinformatics Technology Lab](https://www.birollab.ca/). During my Ph.D., I broadly worked on developing computational tools and software solutions for next-generation sequencing technologies. My doctoral dissertation (see [here](https://open.library.ubc.ca/soa/cIRcle/collections/ubctheses/24/items/1.0444844)) was focused on utilizing machine learning in transcriptome analysis. I am passionate about contributing to the understanding, controlling, and training of foundation models for biology.
10+
11+
Before starting at UBC, I received my M.Sc. in Bioinformatics from [METU](https://ii.metu.edu.tr/), where I was advised by Dr. Hilal Kazan and Dr. Yesim Aydin Son. My B.Sc. was in Information Technology Engineering.
12+
13+
I share updates on my research work as blog posts on this site. And over at The Attention - my frequentish-ly newsletter 😃 - I share the latest news on research and development in the machine learning and AI field and insights from across the web on creative entrepreneurship and productivity. Sign up [here](https://newsletter.saberhq.com/) to join a growing community of friendly readers. ❤️
14+
15+
## Recent news
16+
July 2024: Defended my Ph.D. dissertation and graduated from the University of British Columbia.
17+
18+
June 2024: The LRGASP research is published in Nature Methods.
19+
20+
May 2024: ntEmbd is available on BioRxiv.
21+
22+
June 2023: Presented ntEmbd at the ISMB/ECCB conference in Lyon, France.
23+
24+
May 2023: RNA-Bloom2 is published in Nature Communications.
25+
26+
March 2023: Meta-NanoSim is published in GigaScience.
27+
28+
## Research
29+
For the most updated and full list of publications, please visit my [Google Scholar](https://scholar.google.com/citations?user=q2fsO2IAAAAJ&hl=en).
30+
31+
ntEmbd: deep learning embedding for nucleotide sequences
32+
Hafezqorani et al. BioRxiv, 2024
33+
https://www.ncbi.nlm.nih.gov/pmc/articles/PMC11092672/
34+
35+
Systematic assessment of long-read RNA-seq methods for transcript identification and quantification
36+
LRGASP Consortium, et al. Nature Methods, 2024
37+
https://doi.org/10.1038/s41592-024-02298-3
38+
39+
Reference-free assembly of long-read transcriptome sequencing data with RNA-Bloom2
40+
Nip, Hafezqorani et al. Nature Communications, 2023
41+
https://doi.org/10.1038/s41467-023-38553-y
42+
43+
Characterization and simulation of metagenomic nanopore sequencing data with Meta-NanoSim
44+
Yang, Lo, Nip, Hafezqorani et al. GigaScience, 2023
45+
https://doi.org/10.1093/gigascience/giad013
46+
47+
RNA-Scoop: interactive visualization of transcripts in single-cell transcriptomes.
48+
Stephenson, Nip, Hafezqorani et al. NAR Genomics and Bioinformatics, 2021
49+
https://doi.org/10.1093/nargab/lqab105
50+
51+
Trans-NanoSim characterizes and simulates nanopore RNA-seq data
52+
Hafezqorani et al. GigaScience, 2020
53+
https://doi.org/10.1093/gigascience/giaa061
54+
55+
RBPSponge: genome-wide identification of lncRNAs that sponge RBPs
56+
Hafezqorani et al. Bioinformatics, 2019
57+
https://doi.org/10.1093/bioinformatics/btz448
58+
59+
Predicting clinical outcomes in neuroblastoma with genomic data integration
60+
Baali, Acar, Aderinwale, Hafezqorani et al. Biology Direct, 2018
61+
https://doi.org/10.1186/s13062-018-0223-8
62+
63+
Modeling the combined effect of RNA-binding proteins and microRNAs in post-transcriptional regulation
64+
Hafezqorani et al. Nucleic Acids Research, 2016
65+
https://doi.org/10.1093/nar/gkw048
66+
67+
## Selected Talks & Presentations
68+
ISMB / ECCB (MLCSB COSI) - Lyon, France - 2023 | ntEmbd (first author)
69+
70+
Genome Informatics - Virtual - 2021 | ntEmbd (first author)
71+
72+
ISMB (Microbiome COSI) - Virtual - 2020 | Meta-NanoSim (co-author)
73+
74+
ISMB (BioVis COSI) - Virtual - 2020 | RNA-Scoop (co-author)
75+
76+
ISMB / ECCB (HiTSeq COSI) - Basel, Switzerland - 2019 | Trans-NanoSim (first author)
77+
78+
ISMB / ECCB (RNA COSI) - Basel, Switzerland - 2019 | RNA-Bloom (co-author)
79+
80+
Genome Informatics - Cambridge, United Kingdom - 2018 | Trans-NanoSim (first author)
81+
82+
HIBIT - Antalya, Turkey - 2018 | Trans-NanoSim (first author)
83+
84+
ISMB / ECCB (RNA COSI) - Prague, Czech Republic - 2017 | RBPSponge (first author)
85+
86+
ISMB / ECCB (CAMDA COSI) - Prague, Czech Republic - 2017 | Neuroblastoma (first author)
87+
88+
FEBS - Kusadasi, Turkey - 2016 | APA in lung squamous cell carcinoma (first author)
89+
90+
ISMB / ECCB (RNA COSI) - Dublin, Ireland - 2015 | RBP-mediated regulation in cancer (first author)

layouts/shortcodes/avatar.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{{/*
2+
avatar shortcode
3+
Usage: {{< avatar src="/saberhq_profile.jpeg" alt="Portrait" size="160" >}}
4+
*/}}
5+
{{ $src := .Get "src" }}
6+
{{ $alt := .Get "alt" | default "" }}
7+
{{ $size := .Get "size" | default "160" }}
8+
<img
9+
src="{{ $src }}"
10+
alt="{{ $alt }}"
11+
style="width: {{ $size }}px; height: {{ $size }}px; border-radius: 50%; object-fit: cover; display: block; margin: 0 auto 1rem;"
12+
loading="lazy"
13+
decoding="async"
14+
>
15+

0 commit comments

Comments
 (0)