Skip to content

Commit 5f730d7

Browse files
authored
Merge pull request #312 from maxulysse/copilot/fix-grammatical-errors
Fix grammatical errors in About and CV texts
2 parents d7601ed + 2d3abd3 commit 5f730d7

2 files changed

Lines changed: 20 additions & 20 deletions

File tree

src/pages/about.astro

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ import BaseLayout from "../layouts/BaseLayout.astro";
3131
more...
3232
</p>
3333
<p>
34-
I enjoy doing pipelines with Nextflow, that are
34+
I enjoy building pipelines with Nextflow that are
3535
reproducible using Conda, Docker, Singularity and
3636
can run anywhere, including AWS. I'm part of the
37-
core team that administrates the <a
37+
core team that administers the <a
3838
href="https://github.com/nf-core"
3939
target="_blank">@nf-core</a
4040
> community.
@@ -61,11 +61,11 @@ import BaseLayout from "../layouts/BaseLayout.astro";
6161
</div>
6262
<div class="card-text">
6363
<p>
64-
The owl is the symbol of Athena or Minerva. Athena
65-
who protected Ulysses during his journey. This owl
64+
The owl is the symbol of Athena, or Minerva, who
65+
protected Ulysses during his journey. This owl
6666
is made from an idea I had, magnified and re-drawn
67-
by Célia. Then vectorized via Inkscape by my own
68-
hands. And finally redesigned again.
67+
by Célia, then vectorized in Inkscape by me, and
68+
finally redesigned again.
6969
</p>
7070
</div>
7171
</div>

src/pages/cv.astro

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import BaseLayout from "../layouts/BaseLayout.astro";
2525
<a
2626
href="https://raw.githubusercontent.com/maxulysse/maxulysse.github.io/cv/CV-MGarcia-latest.pdf"
2727
target="_blank"
28-
rel="noopener noreferrer">Download a pdf version</a
28+
rel="noopener noreferrer">Download a PDF version</a
2929
>
3030
</h6>
3131
</div>
@@ -65,7 +65,7 @@ import BaseLayout from "../layouts/BaseLayout.astro";
6565
using Nextflow.
6666
</li>
6767
<li class="list-group-item">
68-
• In the Core team that administer the <i
68+
• In the core team that administers the <i
6969
class="fa-solid fa-earth-europe"
7070
></i>
7171
<a href="https://nf-co.re/">nf-core</a> project
@@ -98,7 +98,7 @@ import BaseLayout from "../layouts/BaseLayout.astro";
9898
using Nextflow.
9999
</li>
100100
<li class="list-group-item">
101-
• In the Core team that administer the <i
101+
• In the core team that administers the <i
102102
class="fa-solid fa-earth-europe"
103103
></i>
104104
<a href="https://nf-co.re/">nf-core</a> project
@@ -158,7 +158,7 @@ import BaseLayout from "../layouts/BaseLayout.astro";
158158
>
159159
</li>
160160
<li class="list-group-item">
161-
• In the Core team that administers the <i
161+
• In the core team that administers the <i
162162
class="fa-solid fa-earth-europe"
163163
></i>
164164
<a href="https://nf-co.re/">nf-core</a> project
@@ -373,7 +373,7 @@ import BaseLayout from "../layouts/BaseLayout.astro";
373373
</div>
374374
<div class="cv-item">
375375
<span class="cv-item-label">Swedish</span>
376-
<span class="cv-item-value">Notions</span>
376+
<span class="cv-item-value">Basic</span>
377377
</div>
378378
</div>
379379
</div>
@@ -524,17 +524,17 @@ import BaseLayout from "../layouts/BaseLayout.astro";
524524
</td>
525525
<td>
526526
Journées nationales de la Communauté Française
527-
des Docteurs (Webmaster, Member of organization
528-
committee and logistic support)
527+
des Docteurs (Webmaster, member of the
528+
organizing committee, and logistical support)
529529
</td>
530530
</tr>
531531
<tr>
532532
<td class="cv-date">
533533
<i class="fa-solid fa-calendar"></i> 2012
534534
</td>
535535
<td>
536-
Doctoriales en Provence (Member of organization
537-
committee and logistic support)
536+
Doctoriales en Provence (Member of the
537+
organizing committee and logistical support)
538538
</td>
539539
</tr>
540540
<tr>
@@ -552,8 +552,8 @@ import BaseLayout from "../layouts/BaseLayout.astro";
552552
<i class="fa-solid fa-calendar"></i> 2011
553553
</td>
554554
<td>
555-
7th BIOTechno forum in Marseille (Head of
556-
organization committee)
555+
7th BIOTechno forum in Marseille (Head of the
556+
organizing committee)
557557
</td>
558558
</tr>
559559
<tr>
@@ -563,16 +563,16 @@ import BaseLayout from "../layouts/BaseLayout.astro";
563563
<td>
564564
Annual meeting of doctoral school in Biology and
565565
Health Sciences from Aix-Marseille University
566-
(Member of organization committee, abstract
567-
selection, jury member, logistic support)
566+
(Member of the organizing committee, abstract
567+
selection, jury member, and logistical support)
568568
</td>
569569
</tr>
570570
<tr>
571571
<td class="cv-date">
572572
<i class="fa-solid fa-calendar"></i> 2007-2011
573573
</td>
574574
<td>
575-
Logistic support in organization of Plan de
575+
Logistical support in organizing the Plan de
576576
Cuques French Comics Festival
577577
</td>
578578
</tr>

0 commit comments

Comments
 (0)