-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
9 additions
and
371 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,365 +1,3 @@ | ||
<<<<<<< HEAD | ||
# ----------------------------------------------------------------------------- | ||
# Site settings | ||
# ----------------------------------------------------------------------------- | ||
|
||
title: Antoine Lucas # the website title (if blank, full name will be used instead) | ||
first_name: Antoine | ||
last_name: Lucas | ||
email: [email protected] | ||
description: > # the ">" symbol means to ignore newlines until "footer_text:" | ||
Antoine Lucas's web site at the Institut de Physique du Globe de Paris. | ||
footer_text: > | ||
<a href="https://www.ipgp.fr/" target="_blank" style="text-decoration: none; color: var(--global-text-color-light)">Institut de Physique du Globe de Paris</a><br /> | ||
<a href="https://u-paris.fr/en/" target="_blank" style="text-decoration: none; color: var(--global-text-color-light)">Université Paris Cité</a><br /> | ||
<a href="https://www.cnrs.fr/en" target="_blank" style="text-decoration: none; color: var(--global-text-color-light)">Centre National de la Recherche Scientifique</a> | ||
keywords: Antoine Lucas, planetary science, geophysics, gravity, topograpy, magnetics, Moon, Mars, shtools, pyshtools | ||
|
||
lang: en # the language of your site (for example: en, fr, cn, ru, etc.) | ||
icon: favicon.ico # the emoji used as the favicon (alternatively, provide image name in /assets/img/) | ||
|
||
url: https://spaceavalancher.github.io # https://markLucas.github.io # the base hostname & protocol for your site | ||
baseurl: # /website # the subpath of your site, e.g. /blog/ | ||
last_updated: false # set to true if you want to display last updated in the footer | ||
impressum_path: # set to path to include impressum link in the footer, use the same path as permalink in a page, helps to conform with EU GDPR | ||
|
||
# ----------------------------------------------------------------------------- | ||
# Theme | ||
# ----------------------------------------------------------------------------- | ||
|
||
# code highlighter theme | ||
highlight_theme_light: github # https://github.com/jwarby/jekyll-pygments-themes | ||
highlight_theme_dark: native # https://github.com/jwarby/jekyll-pygments-themes | ||
|
||
# repo color theme | ||
repo_theme_light: default # https://github.com/anuraghazra/github-readme-stats/blob/master/themes/README.md | ||
repo_theme_dark: dark # https://github.com/anuraghazra/github-readme-stats/blob/master/themes/README.md | ||
|
||
# ----------------------------------------------------------------------------- | ||
# RSS Feed | ||
# ----------------------------------------------------------------------------- | ||
# will use title and url fields | ||
# Take a look to https://github.com/jekyll/jekyll-feed for more customization | ||
|
||
rss_icon: false | ||
|
||
# ----------------------------------------------------------------------------- | ||
# Layout | ||
# ----------------------------------------------------------------------------- | ||
|
||
navbar_fixed: true | ||
footer_fixed: false | ||
|
||
# Dimensions | ||
max_width: 1000px | ||
|
||
# TODO: add layout settings (single page vs. multi-page) | ||
|
||
# ----------------------------------------------------------------------------- | ||
# Open Graph & Schema.org | ||
# ----------------------------------------------------------------------------- | ||
# Display links to the page with a preview object on social media. | ||
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 | ||
|
||
# ----------------------------------------------------------------------------- | ||
# Social integration | ||
# ----------------------------------------------------------------------------- | ||
|
||
github_username: adakite # your GitHub user name | ||
gitlab_username: # your GitLab user name | ||
twitter_username: # your Twitter handle | ||
linkedin_username: # your LinkedIn user name | ||
scholar_userid: # 9FWrY48AAAAJ # your Google Scholar ID | ||
semanticscholar_id: # your Semantic Scholar ID | ||
orcid_id: 0000-0003-2192-4416 # 0000-0001-7007-4222 # your ORCID ID | ||
medium_username: # your Medium username | ||
quora_username: # your Quora username | ||
publons_id: # G-6427-2010 # your ID on Publons. NOW WEB OF SCIENCE RESEARHERID | ||
research_gate_profile: # your profile on ResearchGate | ||
blogger_url: # your blogger URL | ||
work_url: # work page URL | ||
keybase_username: # your keybase user name | ||
wikidata_id: # your wikidata id | ||
dblp_url: # your DBLP profile url | ||
stackoverflow_id: # your stackoverflow id | ||
kaggle_id: # your kaggle id | ||
lastfm_id: # your lastfm id | ||
spotify_id: # your spotify id | ||
pinterest_id: # your pinterest id | ||
unsplash_id: # your unsplash id | ||
instagram_id: # your instagram id | ||
facebook_id: # your facebook id | ||
discord_id: # your discord id (18-digit unique numerical identifier) | ||
mastodon_username: dralucas # your mastodon username, without @ | ||
mastodon_instance: solarsystem.social # address of the mastodon server | ||
matrix_username: | ||
matrix_instance: | ||
contact_note: | ||
|
||
# ----------------------------------------------------------------------------- | ||
# Analytics and search engine verification | ||
# ----------------------------------------------------------------------------- | ||
|
||
google_analytics: # your Goole Analytics measurement ID (format: G-XXXXXXXXXX) | ||
panelbear_analytics: # panelbear analytics site ID (format: XXXXXXXXX) | ||
|
||
google_site_verification: # your google-site-verification ID (Google Search Console) | ||
bing_site_verification: # out your bing-site-verification ID (Bing Webmaster) | ||
|
||
# ----------------------------------------------------------------------------- | ||
# Blog | ||
# ----------------------------------------------------------------------------- | ||
|
||
blog_name: # blog # blog_name will be displayed in your blog page | ||
blog_nav_title: # your blog must have a title for it to be displayed in the nav bar | ||
blog_description: # a simple whitespace theme for academics | ||
permalink: # /blog/:year/:title/ | ||
|
||
# Pagination | ||
pagination: | ||
enabled: true | ||
|
||
# Comments | ||
disqus_shortname: blog # put your disqus shortname | ||
# https://help.disqus.com/en/articles/1717111-what-s-a-shortname | ||
|
||
# External sources. | ||
# If you have blog posts published on medium.com or other exteranl sources, | ||
# you can display them in your blog by adding a link to the RSS feed. | ||
# external_sources: | ||
# - name: medium.com | ||
# rss_url: https://medium.com/@al-folio/feed | ||
|
||
# ----------------------------------------------------------------------------- | ||
# Collections | ||
# ----------------------------------------------------------------------------- | ||
|
||
collections: | ||
news: | ||
defaults: | ||
layout: post | ||
output: true | ||
permalink: /news/:path/ | ||
projects: | ||
output: true | ||
permalink: /projects/:path/ | ||
|
||
news_scrollable: true # adds a vertical scroll bar if there are more than 3 news items | ||
news_limit: 5 # leave blank to include all the news in the `_news` folder | ||
|
||
# ----------------------------------------------------------------------------- | ||
# Jekyll settings | ||
# ----------------------------------------------------------------------------- | ||
|
||
# Markdown and syntax highlight | ||
======= | ||
title: Space Avalancher | ||
email: [email protected] | ||
description: >- # this means to ignore newlines until "baseurl:" | ||
Write an awesome description for your new site here. You can edit this | ||
line in _config.yml. It will appear in your document head meta (for | ||
Google search results) and in your feed.xml site description. | ||
baseurl: "" # the subpath of your site, e.g. /blog | ||
url: "https://spaceavalancher.github.io" # the base hostname & protocol for your site, e.g. http://example.com | ||
twitter_username: | ||
github_username: adakite | ||
>>>>>>> 1b8e676851e557d730d2e055df05855204f4111a | ||
markdown: kramdown | ||
highlighter: rouge | ||
kramdown: | ||
input: GFM | ||
syntax_highlighter_opts: | ||
css_class: 'highlight' | ||
span: | ||
line_numbers: false | ||
block: | ||
line_numbers: false | ||
start_line: 1 | ||
|
||
# Includes & excludes | ||
include: ['_pages'] | ||
exclude: | ||
- bin | ||
- Gemfile | ||
- Gemfile.lock | ||
- vendor | ||
keep_files: | ||
- CNAME | ||
- .nojekyll | ||
- .git | ||
|
||
# Plug-ins | ||
plugins: | ||
- jekyll-archives | ||
- jekyll-diagrams | ||
- jekyll-email-protect | ||
- jekyll-feed | ||
- jekyll-imagemagick | ||
- jekyll-minifier | ||
- jekyll-paginate-v2 | ||
- jekyll/scholar | ||
- jekyll-sitemap | ||
- jekyll-link-attributes | ||
- jekyll-twitter-plugin | ||
- jemoji | ||
|
||
# Sitemap settings | ||
defaults: | ||
- scope: | ||
path: "assets/**/*.*" | ||
values: | ||
sitemap: false | ||
|
||
# ----------------------------------------------------------------------------- | ||
# Jekyll Minifier | ||
# ----------------------------------------------------------------------------- | ||
|
||
jekyll-minifier: | ||
exclude: ['robots.txt'] | ||
uglifier_args: | ||
harmony: true | ||
|
||
# ----------------------------------------------------------------------------- | ||
# Jekyll Archives | ||
# ----------------------------------------------------------------------------- | ||
|
||
jekyll-archives: | ||
enabled: [year, tags, categories] # enables year, tag and category archives (remove if you need to disable one of them). | ||
layouts: | ||
year: archive-year | ||
tag: archive-tag | ||
category: archive-category | ||
permalinks: | ||
year: '/blog/:year/' | ||
tag: '/blog/tag/:name/' | ||
category: '/blog/category/:name/' | ||
|
||
display_tags: ['formatting', 'images', 'links', 'math', 'code'] # this tags will be dispalyed on the front page of your blog | ||
|
||
# ----------------------------------------------------------------------------- | ||
# Jekyll Scholar | ||
# ----------------------------------------------------------------------------- | ||
|
||
scholar: | ||
|
||
last_name: # [Lucas] | ||
first_name: # [Mark A., Mark A, Mark, M. A., M A, M, MA] | ||
|
||
style: apa | ||
locale: en | ||
|
||
source: /_bibliography/ | ||
bibliography: papers.bib | ||
bibliography_template: bib | ||
# Note: if you have latex math in your bibtex, the latex filter | ||
# preprocessing may conflict with MathJAX if the latter is enabled. | ||
# See https://github.com/alshedivat/al-folio/issues/357. | ||
bibtex_filters: [latex, smallcaps, superscript] | ||
|
||
replace_strings: true | ||
join_strings: true | ||
|
||
details_dir: bibliography | ||
details_layout: bibtex.html | ||
details_link: Details | ||
|
||
query: "@*" | ||
|
||
# Filter out certain bibtex entry keywords used internally from the bib output | ||
filtered_bibtex_keywords: [abbr, abstract, arxiv, bibtex_show, html, pdf, selected, supp, blog, code, poster, slides, website, preview] | ||
|
||
# Maximum number of authors to be shown for each publication (more authors are visible on click) | ||
max_author_limit: 3 # leave blank to always show all authors | ||
more_authors_animation_delay: 2 # more authors are revealed on click using animation; smaller delay means faster animation | ||
|
||
|
||
# ----------------------------------------------------------------------------- | ||
# Responsive WebP Images | ||
# ----------------------------------------------------------------------------- | ||
|
||
imagemagick: | ||
enabled: true # enables responsive images for your site (recomended, see https://github.com/alshedivat/al-folio/issues/537) | ||
widths: | ||
- 480 | ||
- 800 | ||
- 1400 | ||
input_directories: | ||
- assets/img/ | ||
input_formats: | ||
- ".jpg" | ||
- ".jpeg" | ||
- ".png" | ||
- ".tiff" | ||
output_formats: | ||
webp: "-resize 800x" | ||
|
||
# ----------------------------------------------------------------------------- | ||
# Jekyll Diagrams | ||
# ----------------------------------------------------------------------------- | ||
|
||
jekyll-diagrams: | ||
# configuration, see https://github.com/zhustec/jekyll-diagrams. | ||
# feel free to comment out this section if not using jekyll diagrams. | ||
|
||
|
||
# ----------------------------------------------------------------------------- | ||
# Optional Features | ||
# ----------------------------------------------------------------------------- | ||
|
||
enable_google_analytics: false # enables google analytics | ||
enable_panelbear_analytics: false # enables panelbear analytics | ||
enable_google_verification: false # enables google site verification | ||
enable_bing_verification: false # enables bing site verification | ||
enable_masonry: true # enables automatic project cards arangement | ||
enable_math: true # enables math typesetting (uses MathJax) | ||
enable_tooltips: false # enables automatic tooltip links generated | ||
# for each section titles on pages and posts | ||
enable_darkmode: true # enables switching between light/dark modes | ||
enable_navbar_social: false # enables displaying social links in the | ||
# navbar on the about page | ||
enable_project_categories: true # enables categorization of projects into | ||
# multiple categories | ||
enable_medium_zoom: true # enables image zoom feature (as on medium.com) | ||
|
||
|
||
# ----------------------------------------------------------------------------- | ||
# Library versions | ||
# ----------------------------------------------------------------------------- | ||
|
||
academicons: | ||
version: "1.9.1" | ||
integrity: "sha256-i1+4qU2G2860dGGIOJscdC30s9beBXjFfzjWLjBRsBg=" | ||
bootstrap: | ||
version: "4.6.1" | ||
integrity: | ||
css: "sha256-DF7Zhf293AJxJNTmh5zhoYYIMs2oXitRfBjY+9L//AY=" | ||
js: "sha256-fgLAgv7fyCGopR/gBNq2iW3ZKIdqIcyshnUULC4vex8=" | ||
fontawesome: | ||
version: "5.15.4" | ||
integrity: "sha256-mUZM63G8m73Mcidfrv5E+Y61y7a12O5mW4ezU3bxqW4=" | ||
jquery: | ||
version: "3.6.0" | ||
integrity: "sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" | ||
mathjax: | ||
version: "3.2.0" | ||
masonry: | ||
version: "4.2.2" | ||
integrity: "sha256-Nn1q/fx0H7SNLZMQ5Hw5JLaTRZp0yILA/FRexe19VdI=" | ||
mdb: | ||
version: "4.20.0" | ||
integrity: | ||
css: "sha256-jpjYvU3G3N6nrrBwXJoVEYI/0zw8htfFnhT9ljN3JJw=" | ||
js: "sha256-NdbiivsvWt7VYCt6hYNT3h/th9vSTL4EDWeGs5SN3DA=" | ||
medium_zoom: | ||
version: "1.0.6" | ||
integrity: "sha256-EdPgYcPk/IIrw7FYeuJQexva49pVRZNmt3LculEr7zM=" | ||
|
||
# ----------------------------------------------------------------------------- | ||
# Set defaults for jekyll-link-attributes pluggin | ||
# ----------------------------------------------------------------------------- | ||
external_links: | ||
enabled: true | ||
rel: external noreferrer noopener | ||
target: _blank | ||
title: "Mon Blog" | ||
description: "Bienvenue sur mon site." | ||
markdown_ext: "md" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Antoine LUCAS | ||
CNRS Junior scientist working at IPGP / Université Paris Cité | ||
|
||
|
||
|
||
My research is focused on understanding the evolution of surfaces and near surfaces of the Earth and other planets, including lakes on Titan, landslides on Mars and icy satellites as well as aeolian transport on Mars, Venus and Titan. Other planets allow us to test our understanding of geological and climate processes under a wide range of conditions. By combining observations from planetary exploration missions with image processing and numerical modeling, I try to understand what controls the evolution of continental surfaces (including planetary counterparts) and more specifically mass wasting, aeolian and hydrology processes. | ||
--- | ||
layout: default | ||
title: "Accueil" | ||
--- | ||
# Bienvenue sur mon site ! | ||
Voici ma première page avec Jekyll. |