Skip to content

Commit 3ad1989

Browse files
committed
minor graphic and phrasing changes
1 parent dae5b8f commit 3ad1989

4 files changed

Lines changed: 18 additions & 18 deletions

File tree

src/components/Nav.astro

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ const currentPath = Astro.url.pathname;
3434
<a
3535
href={link.href}
3636
class={`text-[0.8rem] font-sans font-medium uppercase tracking-wider transition-colors no-underline
37-
${currentPath.startsWith(link.href)
38-
? 'text-blue-700 border-b border-blue-700 pb-0.5'
39-
: 'text-stone-500 hover:text-stone-900'}`}
37+
${(link.href === '/' ? currentPath === '/' : currentPath.startsWith(link.href))
38+
? 'text-blue-700 border-b border-blue-700 pb-0.5'
39+
: 'text-stone-500 hover:text-stone-900'}`}
4040
>
4141
{link.label}
4242
</a>

src/pages/index.astro

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const articles = (await getCollection('articles'))
3333
</h1>
3434

3535
<p class="text-stone-500 text-lg leading-relaxed max-w-md mb-8">
36-
We develop efficient statistical and computational methods to decode human genetic variation at scale applying them to biobanks to understand the genetic basis of disease.
36+
We develop efficient statistical and computational methods to decode human genetic variation at scale, applying them to biobanks to understand the genetic basis of disease.
3737
</p>
3838

3939
<div class="flex flex-wrap gap-3">
@@ -57,7 +57,7 @@ const articles = (await getCollection('articles'))
5757
class="w-full rounded-2xl shadow-xl object-cover object-top border border-stone-100"
5858
style="max-height: 480px;"
5959
/>
60-
<div class="absolute -bottom-4 -right-4 w-16 h-16 rounded-full overflow-hidden border-4 border-white shadow-lg">
60+
<div class="absolute -bottom-4 -right-8 w-16 h-16 rounded-full overflow-hidden border-4 border-white shadow-lg">
6161
<img src="/images/lab/spiral-logo.jpg" alt="Lab logo" class="w-full h-full object-cover" />
6262
</div>
6363
<p class="font-mono text-[0.62rem] text-stone-400 mt-4 text-center tracking-wider uppercase">
@@ -74,11 +74,11 @@ const articles = (await getCollection('articles'))
7474
<h2 class="font-serif text-3xl text-stone-900 font-normal mb-10">Research</h2>
7575
<div class="grid sm:grid-cols-2 lg:grid-cols-3 gap-5">
7676
{[
77-
{ icon: '🧬', title: 'Structural Variation & Disease', body: 'Large genomic rearrangements deletions, duplications, inversions shape disease risk. We integrate multi-omics data to decode their functional consequences at biobank scale.' },
77+
{ icon: '🧬', title: 'Structural Variation & Disease', body: 'Large genomic rearrangements (deletions, duplications, inversions) shape disease risk. We integrate multi-omics data to decode their functional consequences at biobank scale.' },
7878
{ icon: '🌍', title: 'Population Haplotypes & IBD', body: 'We identify shared haplotype segments across populations to illuminate human history and enable novel disease mapping via identity-by-descent analysis.' },
7979
{ icon: '', title: 'Scalable Algorithms', body: 'We design algorithms that process millions of genomes efficiently. Our tools have shaped multiple UK Biobank releases and are widely adopted globally.' },
8080
{ icon: '🔬', title: 'Low-Coverage Imputation', body: 'lcWGS + imputation is now competitive with SNP arrays. We push accuracy to ultra-rare variants at coverages as low as 0.1× for under $1 per genome.' },
81-
{ icon: '📊', title: 'Biobank-Scale Phasing', body: 'We phase rare and singleton variants accurately without family data — a longstanding barrier — enabling compound heterozygous disease detection.' },
81+
{ icon: '📊', title: 'Biobank-Scale Phasing', body: 'We phase rare and singleton variants accurately without family data, enabling compound heterozygous disease detection.' },
8282
{ icon: '🏥', title: 'Multi-Omics Integration', body: 'We integrate genetic variation with transcriptomics, proteomics, and other molecular layers to trace how genomic changes propagate to disease.' },
8383
].map(r => (
8484
<div class="group bg-white rounded-xl border border-stone-100 p-6 hover:border-blue-200 hover:shadow-md transition-all cursor-default relative overflow-hidden">
@@ -115,8 +115,8 @@ const articles = (await getCollection('articles'))
115115
<div>
116116
<p class="font-mono text-[0.68rem] tracking-[0.18em] uppercase text-teal-600 mb-3">Our work for the community</p>
117117
<h2 class="font-serif text-3xl text-stone-900 font-normal mb-5">Shaping the field with widely used, computationally efficient tools</h2>
118-
<p class="text-stone-500 leading-relaxed mb-4">We actively contribute through conference talks, workshops, and open-source software presented at ESHG, ASHG, and other international conferences.</p>
119-
<p class="text-stone-500 leading-relaxed">Methods papers should be accompanied by robust, well-documented software usable by anyone from large biobanks to individual labs with limited compute.</p>
118+
<p class="text-stone-500 leading-relaxed mb-4">We actively contribute through conference talks, workshops, and open-source software, presented at ESHG, ASHG, and other international conferences.</p>
119+
<p class="text-stone-500 leading-relaxed">Methods papers should be accompanied by robust, well-documented software usable by anyone, from large biobanks to individual labs with limited compute.</p>
120120
</div>
121121
</div>
122122

src/pages/research.astro

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ import Page from '../layouts/Page.astro';
4545
</h2>
4646

4747
<p class="text-stone-500 leading-relaxed mb-4">
48-
Large genomic rearrangementsdeletions, duplications, inversions —
48+
Large genomic rearrangements, such as deletions, duplications and inversions
4949
are often overlooked in standard GWAS studies, yet account for a
5050
substantial fraction of heritable disease risk. We develop methods
5151
to detect, phase, and functionally interpret structural variants
@@ -87,7 +87,7 @@ import Page from '../layouts/Page.astro';
8787

8888
<p class="text-stone-500 leading-relaxed mb-4">
8989
We analyze genetic relationships within and between populations
90-
by identifying shared haplotype segments regions inherited from
90+
by identifying shared haplotype segments: regions inherited from
9191
a recent common ancestor. This illuminates human population history,
9292
enables powerful disease mapping through IBD, and underpins accurate
9393
genotype imputation.
@@ -127,8 +127,8 @@ import Page from '../layouts/Page.astro';
127127
SNP arrays have dominated human genetics for two decades,
128128
but low-coverage whole-genome sequencing is rapidly becoming
129129
a cost-effective alternative. We develop statistical methods
130-
such as GLIMPSE that recover accurate genotypes including
131-
rare variants from sequencing depths as low as 0.1×.
130+
such as GLIMPSE that recover accurate genotypes, including
131+
rare variants, from sequencing depths as low as 0.1×.
132132
</p>
133133

134134
<div class="flex flex-wrap gap-2">

src/pages/team.astro

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ const members = [
1313
],
1414
bio: [
1515
"Simone is a Group Leader at FIMM and a Research Fellow at Brigham and Women's Hospital and Harvard Medical School. He earned his DPhil from the Department of Statistics at the University of Oxford.",
16-
"His research leverages large-scale genomic datasets to uncover genetic relationships within individuals and across populations focusing on shared chromosomal segments (haplotypes) and how genetic variation shapes diversity and disease. A core aspect of his work involves developing statistical methods to extract meaningful insights from noisy genomic data, including low-coverage whole-genome sequencing and SNP arrays.",
17-
"His current primary focus is on characterising structural variation in human genomes and investigating its implications for health bridging fundamental genetic insights with translational applications across population structure and disease genetics.",
16+
"His research leverages large-scale genomic datasets to uncover genetic relationships within individuals and across populations, focusing on shared chromosomal segments (haplotypes) and how genetic variation shapes diversity and disease. A core aspect of his work involves developing statistical methods to extract meaningful insights from noisy genomic data, including low-coverage whole-genome sequencing and SNP arrays.",
17+
"His current primary focus is on characterising structural variation in human genomes and investigating its implications for health, bridging fundamental genetic insights with translational applications across population structure and disease genetics.",
1818
],
1919
},
2020
{
@@ -72,7 +72,7 @@ const members = [
7272
],
7373
bio: [
7474
"Marinella is studying in the Life Science Informatics master's programme at the University of Helsinki, with a bachelor's degree in computer science. She is interested in using and developing computational methods to better understand the genomics of complex diseases and traits.",
75-
"In the lab she is developing a method for pharmacogenomicsspecifically genotyping CYP2D6 and using it to analyse drug purchase trajectories in large biobank cohorts.",
75+
"In the lab she is developing a method for pharmacogenomics, specifically genotyping CYP2D6, and using it to analyse drug purchase trajectories in large biobank cohorts.",
7676
],
7777
},
7878
{
@@ -86,7 +86,7 @@ const members = [
8686
],
8787
bio: [
8888
"Alisa is finishing her master's studies in the Genetics and Molecular Biosciences programme at the University of Helsinki, with a bachelor's degree in molecular biosciences. She is particularly interested in human genetics, bioinformatics, and women's health research.",
89-
"In the group she is working on her master's thesis in collaboration with the FIMM Sequencing Unit developing pipelines for genotyping using low-coverage whole-genome sequencing (lcWGS), focusing on applications to polygenic risk scores and rare-variant burden estimation.",
89+
"In the group she is working on her master's thesis in collaboration with the FIMM Sequencing Unit, developing pipelines for genotyping using low-coverage whole-genome sequencing (lcWGS), focusing on applications to polygenic risk scores and rare-variant burden estimation.",
9090
"In her free time she enjoys cooking, reading, and dancing.",
9191
],
9292
}
@@ -113,7 +113,7 @@ const sorted = [...members].sort((a, b) => roleOrder.indexOf(a.role) - roleOrder
113113
<div class="w-10 h-0.5 bg-gradient-to-r from-blue-600 to-teal-500 mb-8"></div>
114114

115115
<p class="text-stone-500 text-lg leading-relaxed max-w-5xl mb-14">
116-
The Computational and Statistical Genomics group is based at FIMM–EMBL and works at the interface of computational genomics, population genetics, and large-scale human datasets. We bring together researchers with diverse backgrounds united by a shared passion for methods, ambitious science, and the ongoing challenge of mastering Finnish winter.
116+
The Computational and Statistical Genomics group is based at FIMM–EMBL and works at the interface of computational genomics, population genetics, and large-scale human datasets. We bring together researchers with diverse backgrounds, united by a shared passion for methods, ambitious science, and the ongoing challenge of mastering Finnish winter.
117117
</p>
118118

119119
<!-- Group photo -->

0 commit comments

Comments
 (0)