Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ max_width: 930px
# -----------------------------------------------------------------------------
# Display links to the page with a preview object on social media.
# see https://schema.org/docs/faq.html for more information
serve_og_meta: false # Include Open Graph meta tags in the HTML head
serve_schema_org: false # Include Schema.org in the HTML head
og_image: # The site-wide (default for all links) Open Graph preview image
serve_og_meta: true # Include Open Graph meta tags in the HTML head
serve_schema_org: true # Include Schema.org in the HTML head
og_image: assets/img/profile_pic.jpg # The site-wide (default for all links) Open Graph preview image

# -----------------------------------------------------------------------------
# Analytics and search engine verification
Expand Down
96 changes: 96 additions & 0 deletions _data/locale/en.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
nav:
about: "about"
group: "group"
publications: "publications"
teaching: "teaching"
fun: "fun"
search: "Search"
change_theme: "Change theme"
toggle_nav: "Toggle navigation"
current: "(current)"

footer:
last_updated: "Last updated:"

about:
news: "news"
latest_posts: "latest posts"
selected_publications: "selected publications"
bio_toggle_formal: "Click here for a formal bio"
bio_toggle_informal: "Click here for an informal bio"
affiliations: "affiliations"

profiles:
co_supervised_by: "co-supervised by"
supervised_by: "supervised by"
at: "at"
lab: "lab"
labs: "labs"
and: "and"
from: "from"

categories:
Postdocs: "Postdocs"
PhD students: "PhD students"
MSc students: "MSc students"
Undergrads: "Undergrads"
Visitors: "Visitors"
Alumni: "Alumni"

alumni_titles:
Postdoc: "Postdoc"
PhD: "PhD"
MSc: "MSc"
Undergrad: "Undergrad"
Visiting PhD student: "Visiting PhD student"
Visiting undergrad: "Visiting undergrad"
Intern with BIOS Health: "Intern with BIOS Health"

publications:
more_author: "more author"
more_authors: "more authors"
click_to_view: "click to view"
and: "and"
in: "In"
awarded: "Awarded"
abs: "Abs"
bib: "Bib"
slides: "Slides"
website: "Website"
older_pubs: "For older publications, visit"
type_to_filter: "Type to filter"
search_placeholder: "Search for pages, people, and more"

news:
no_news: "No news so far..."

months:
January: "January"
February: "February"
March: "March"
April: "April"
May: "May"
June: "June"
July: "July"
August: "August"
September: "September"
October: "October"
November: "November"
December: "December"
Jan: "Jan"
Feb: "Feb"
Mar: "Mar"
Apr: "Apr"
Jun: "Jun"
Jul: "Jul"
Aug: "Aug"
Sep: "Sep"
Oct: "Oct"
Nov: "Nov"
Dec: "Dec"

page_not_found:
title: "Page not found"
description: "Looks like there has been a mistake. Nothing exists here."
redirect: "You will be redirected to the main page within 3 seconds. If not redirected, please go back to the"
home: "home page"
98 changes: 98 additions & 0 deletions _data/locale/fr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
nav:
about: "accueil"
group: "groupe"
publications: "publications"
teaching: "enseignement"
fun: "fun"
search: "Rechercher"
change_theme: "Changer le thème"
toggle_nav: "Basculer la navigation"
current: "(actuel)"

footer:
last_updated: "Dernière mise à jour :"

about:
news: "nouvelles"
latest_posts: "derniers articles"
selected_publications: "publications sélectionnées"
bio_toggle_formal: "Cliquez ici pour une bio formelle"
bio_toggle_informal: "Cliquez ici pour une bio informelle"
affiliations: "affiliations"

profiles:
co_supervised_by: "co-supervisé par"
supervised_by: "supervisé par"
at: "à"
lab: "labo"
labs: "labos"
and: "et"
from: "du"
from_plural: "des"
of: "de"

categories:
Postdocs: "Postdoctorants"
PhD students: "Doctorants"
MSc students: "Étudiants à la maîtrise"
Undergrads: "Étudiants au baccalauréat"
Visitors: "Visiteurs"
Alumni: "Anciens membres"

alumni_titles:
Postdoc: "Postdoctorat"
PhD: "Doctorat"
MSc: "Maîtrise"
Undergrad: "Baccalauréat"
Visiting PhD student: "Doctorant visiteur"
Visiting undergrad: "Stagiaire visiteur"
Intern with BIOS Health: "Stagiaire chez BIOS Health"

publications:
more_author: "auteur de plus"
more_authors: "auteurs de plus"
click_to_view: "cliquez pour voir"
and: "et"
in: "Dans"
awarded: "Prix"
abs: "Rés"
bib: "Bib"
slides: "Diapos"
website: "Site web"
older_pubs: "Pour les publications plus anciennes, visitez"
type_to_filter: "Filtrer par mot-clé"
search_placeholder: "Rechercher des pages, personnes et plus"

news:
no_news: "Aucune nouvelle pour le moment..."

months:
January: "janvier"
February: "février"
March: "mars"
April: "avril"
May: "mai"
June: "juin"
July: "juillet"
August: "août"
September: "septembre"
October: "octobre"
November: "novembre"
December: "décembre"
Jan: "jan"
Feb: "fév"
Mar: "mar"
Apr: "avr"
Jun: "jun"
Jul: "jul"
Aug: "aoû"
Sep: "sep"
Oct: "oct"
Nov: "nov"
Dec: "déc"

page_not_found:
title: "Page introuvable"
description: "Il semble qu'il y ait une erreur. Rien n'existe ici."
redirect: "Vous serez redirigé vers la page principale dans 3 secondes. Si la redirection ne fonctionne pas, retournez à la"
home: "page d'accueil"
Loading
Loading