From 36cb53ccbe70257f6ce0aec484f118d73ad6fd7f Mon Sep 17 00:00:00 2001 From: Simon Gravelle Date: Tue, 26 Dec 2023 11:10:51 +0100 Subject: [PATCH] removed unecessary pages --- README.md | 2 +- content/authors/admin/_index.md | 30 ++++++----- .../2023-20-01-aboutme/2023-20-01-aboutme.md | 18 ------- content/blog/_index.md | 8 --- content/home/accomplishments.md | 39 -------------- content/home/cv.md | 13 ----- content/home/demo.md | 43 --------------- content/home/experience.md | 52 ------------------- content/home/featured.md | 38 -------------- content/home/gallery.md | 2 +- content/home/posts.md | 39 -------------- content/home/projects.md | 47 ----------------- content/home/tags.md | 25 --------- content/home/talks.md | 43 --------------- .../hybrid-nanoporous-materials/index.md | 23 -------- 15 files changed, 19 insertions(+), 403 deletions(-) delete mode 100644 content/blog/2023-20-01-aboutme/2023-20-01-aboutme.md delete mode 100644 content/blog/_index.md delete mode 100644 content/home/accomplishments.md delete mode 100644 content/home/cv.md delete mode 100644 content/home/demo.md delete mode 100644 content/home/experience.md delete mode 100644 content/home/featured.md delete mode 100644 content/home/posts.md delete mode 100644 content/home/projects.md delete mode 100644 content/home/tags.md delete mode 100644 content/home/talks.md delete mode 100644 content/project/hybrid-nanoporous-materials/index.md diff --git a/README.md b/README.md index e76a8b7c..7e056592 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ It comes with a good looking dark mode: [![image](https://user-images.githubusercontent.com/43388542/216845058-77fe9c11-5086-494f-b83d-83d26c252a5b.png)](https://simongravelle.github.io/) -Feel free to use the template, it is originaly +Feel free to use the template, it is originally from [wowchemy](https://wowchemy.com/), with some custom css adapted from [nickballousite](https://github.com/nballou) webpage. diff --git a/content/authors/admin/_index.md b/content/authors/admin/_index.md index 323415f6..9202e54f 100644 --- a/content/authors/admin/_index.md +++ b/content/authors/admin/_index.md @@ -53,9 +53,9 @@ social: icon_pack: fab link: https://twitter.com/GravelleSimon label: Follow me on Twitter - - icon: mastodon - icon_pack: fab - link: https://mastodon.social/@simongravelle + #- icon: mastodon + # icon_pack: fab + # link: https://mastodon.social/@simongravelle - icon: graduation-cap icon_pack: fas link: https://scholar.google.com/citations?user=9fD2JlYAAAAJ&hl=fr @@ -68,25 +68,29 @@ social: icon_pack: ai link: files/cv/cv.pdf -# Enter email to display Gravatar (if Gravatar enabled in Config) -email: '' - # Highlight the author in author lists? (true/false) highlight_name: true --- **About me** -I am a physicist in soft matter and fluids at interfaces at [LIPhy](https://liphy.univ-grenoble-alpes.fr/) in Grenoble (France). In 2022 I received a [MSCA](https://marie-sklodowska-curie-actions.ec.europa.eu/) grant (*NanoSep*) to study the demixing of fluid mixtures by hybrid nanoporous materials, and I will soon be working at [CNRS](https://www.cnrs.fr/). +I am a physicist in soft matter and fluids at interfaces at [LIPhy](https://liphy.univ-grenoble-alpes.fr/) +in Grenoble (France). In 2022 I received a [MSCA](https://marie-sklodowska-curie-actions.ec.europa.eu/) +grant (*NanoSep*) to study the demixing of fluid mixtures by hybrid nanoporous materials, and I will +soon be working at [CNRS](https://www.cnrs.fr/). **Open source and open data** -* [MAICoS](https://maicos-devel.gitlab.io/maicos/index.html), a Python toolkit for analyzing confined molecular simulations -* [NMRforMD](https://nmrformd.readthedocs.io), a Python script for calculating hydrogen NMR relaxation rates from molecular dynamics simulations -* [Github](https://github.com/simongravelle/) repository containing molecular simulation scripts and data +All code developed as part of my research is open source and available on public repositories, see for instance +[NMRforMD](https://nmrformd.readthedocs.io), a Python script for calculating hydrogen NMR relaxation rates from molecular dynamics simulations, +or my [Github](https://github.com/simongravelle/) repository containing molecular simulation scripts and data. +In parallel, I have been involved in the development of [MAICoS](https://maicos-devel.gitlab.io/maicos/index.html), +a Python toolkit for analyzing confined molecular simulations. **Outreach** -* [LAMMPS tutorials](https://lammpstutorials.github.io) for beginners and advanced LAMMPS users -* [GROMACS tutorials](https://gromacstutorials.github.io) for beginners and advanced GROMACS users -* [gallery of animations](https://www.youtube.com/@SimonGravelle) of molecular systems \ No newline at end of file +In parallel to my research activities, I am developing several outreach projects. The most advanced +among my current projects are the [LAMMPS tutorials](https://lammpstutorials.github.io). +I also wrote [GROMACS tutorials](https://gromacstutorials.github.io), and manage a +[gallery of animations](https://www.youtube.com/@SimonGravelle), along with creating +[molecular art](https://simongravelle.github.io/gallery/). diff --git a/content/blog/2023-20-01-aboutme/2023-20-01-aboutme.md b/content/blog/2023-20-01-aboutme/2023-20-01-aboutme.md deleted file mode 100644 index 740d057b..00000000 --- a/content/blog/2023-20-01-aboutme/2023-20-01-aboutme.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: About Me -author: ["admin"] -date: '2023-01-20' -slug: about-me -categories: [] -tags: [] -image: - caption: '' - focal_point: '' -summary: 'Details.' -subtitle: 'Details.' -smartDashes: true ---- - -Me - -Tests \ No newline at end of file diff --git a/content/blog/_index.md b/content/blog/_index.md deleted file mode 100644 index 61e121eb..00000000 --- a/content/blog/_index.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -header: - caption: "" - image: "" -title: Blog Posts -view: 2 -aliases: [/post/] ---- diff --git a/content/home/accomplishments.md b/content/home/accomplishments.md deleted file mode 100644 index b85c2dcd..00000000 --- a/content/home/accomplishments.md +++ /dev/null @@ -1,39 +0,0 @@ ---- -active: false - -# An instance of the Accomplishments widget. -# Documentation: https://wowchemy.com/docs/page-builder/ -widget: accomplishments - -# This file represents a page section. -headless: true - -# Order that this section appears on the page. -weight: 50 - -# Note: `­` is used to add a 'soft' hyphen in a long heading. -title: 'Accomplish­ments' -subtitle: - -# Date format -# Refer to https://wowchemy.com/docs/customization/#date-format -date_format: Jan 2006 - -# Accomplishments. -# Add/remove as many `item` blocks below as you like. -# `title`, `organization`, and `date_start` are the required parameters. -# Leave other parameters empty if not required. -# Begin multi-line descriptions with YAML's `|2-` multi-line prefix. -item: - - certificate_url: - date_end: '' - date_start: '' - description: '' - organization: - organization_url: - title: - url: '' - -design: - columns: '2' ---- diff --git a/content/home/cv.md b/content/home/cv.md deleted file mode 100644 index b8af42c4..00000000 --- a/content/home/cv.md +++ /dev/null @@ -1,13 +0,0 @@ -+++ -# About widget. -widget = "cv" # See https://sourcethemes.com/academic/docs/page-builder/ -headless = true # This file represents a page section. -active = false # Activate this widget? true/false -weight = 40 # Order that this section will appear in. - -title = "Background" - -# Choose the user profile to display -# This should be the username of a profile in your `content/author/` folder. -author = "admin" -+++ diff --git a/content/home/demo.md b/content/home/demo.md deleted file mode 100644 index 679fa26e..00000000 --- a/content/home/demo.md +++ /dev/null @@ -1,43 +0,0 @@ -+++ -# A Demo section created with the Blank widget. -# Any elements can be added in the body: https://wowchemy.com/docs/writing-markdown-latex/ -# Add more sections by duplicating this file and customizing to your requirements. - -widget = "cv" # See https://wowchemy.com/docs/page-builder/ -headless = true # This file represents a page section. -active = false # Activate this widget? true/false -weight = 15 # Order that this section will appear. - -title = "Academic Template" -subtitle = "" - -[design] - # Choose how many columns the section has. Valid values: 1 or 2. - columns = "1" - -[design.background] - # Apply a background color, gradient, or image. - # Uncomment (by removing `#`) an option to apply it. - # Choose a light or dark text color by setting `text_color_light`. - # Any HTML color name or Hex value is valid. - - # Background color. - # color = "navy" - - # Background gradient. - gradient_start = "DarkGreen" - gradient_end = "ForestGreen" - - # Background image. - # image = "image.jpg" # Name of image in `static/media/`. - # image_darken = 0.6 # Darken the image? Range 0-1 where 0 is transparent and 1 is opaque. - # image_size = "cover" # Options are `cover` (default), `contain`, or `actual` size. - # image_position = "center" # Options include `left`, `center` (default), or `right`. - # image_parallax = true # Use a fun parallax-like fixed background effect? true/false - - # Text color (true=light or false=dark). - text_color_light = true - - # CSS class. - css_class = "" -+++ \ No newline at end of file diff --git a/content/home/experience.md b/content/home/experience.md deleted file mode 100644 index 3272bef1..00000000 --- a/content/home/experience.md +++ /dev/null @@ -1,52 +0,0 @@ ---- -active: false - -# An instance of the Experience widget. -# Documentation: https://wowchemy.com/docs/page-builder/ -widget: experience - -# This file represents a page section. -headless: true - -# Order that this section appears on the page. -weight: 40 - -title: Experience -subtitle: - -# Date format for experience -# Refer to https://wowchemy.com/docs/customization/#date-format -date_format: Jan 2006 - -# Experiences. -# Add/remove as many `experience` items below as you like. -# Required fields are `title`, `company`, and `date_start`. -# Leave `date_end` empty if it's your current employer. -# Begin multi-line descriptions with YAML's `|2-` multi-line prefix. -experience: - - title: CEO - company: GenCoin - company_url: '' - company_logo: org-gc - location: California - date_start: '2021-01-01' - date_end: '' - description: |2- - Responsibilities include: - - * Analysing - * Modelling - * Deploying - - - title: Professor of Semiconductor Physics - company: University X - company_url: '' - company_logo: org-x - location: California - date_start: '2016-01-01' - date_end: '2020-12-31' - description: Taught electronic engineering and researched semiconductor physics. - -design: - columns: '2' ---- diff --git a/content/home/featured.md b/content/home/featured.md deleted file mode 100644 index ee0a3694..00000000 --- a/content/home/featured.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -active: false - -# An instance of the Featured widget. -# Documentation: https://wowchemy.com/docs/page-builder/ -widget: featured - -# This file represents a page section. -headless: true - -# Order that this section appears on the page. -weight: 80 - -title: Featured Publications -subtitle: '' - -content: - # Page type to display. E.g. post, talk, publication... - page_type: publication - # Choose how many pages you would like to display (0 = all pages) - count: 0 - # Filter on criteria - filters: - author: '' - category: '' - publication_type: '' - tag: '' - # Page order: descending (desc) or ascending (asc) date. - order: desc - -design: - # Choose a view for the listings: - # 1 = List - # 2 = Compact - # 3 = Card - # 4 = Citation (publication only) - view: 3 ---- diff --git a/content/home/gallery.md b/content/home/gallery.md index c10b0c5d..49462ced 100644 --- a/content/home/gallery.md +++ b/content/home/gallery.md @@ -1,5 +1,5 @@ --- -active: true +active: false widget: portfolio headless: true weight: 35 diff --git a/content/home/posts.md b/content/home/posts.md deleted file mode 100644 index 20c7291a..00000000 --- a/content/home/posts.md +++ /dev/null @@ -1,39 +0,0 @@ ---- -active: false -# An instance of the Pages widget. -# Documentation: https://wowchemy.com/docs/page-builder/ -widget: pages - -# This file represents a page section. -headless: false - -# Order that this section appears on the page. -weight: 60 - -title: Recent Blog Posts -subtitle: - -content: - # Filter on criteria - filters: - folders: - - blog - tag: '' - category: '' - publication_type: '' - author: '' - exclude_featured: false - exclude_future: false - exclude_past: false - # Choose how many pages you would like to display (0 = all pages) - count: 3 - # Choose how many pages you would like to offset by - offset: 0 - # Page order: descending (desc) or ascending (asc) date. - order: desc - -design: - # Choose a view for the listings: - view: compact - columns: '2' ---- diff --git a/content/home/projects.md b/content/home/projects.md deleted file mode 100644 index 8b83ddd5..00000000 --- a/content/home/projects.md +++ /dev/null @@ -1,47 +0,0 @@ ---- -active: false -widget: portfolio - -# This file represents a page section. -headless: true - -# Order that this section appears on the page. -weight: 55 - -title: Projects -subtitle: '' - -content: - # Page type to display. E.g. project. - page_type: project - - # Default filter index (e.g. 0 corresponds to the first `filter_button` instance below). - filter_default: 0 - - # Filter toolbar (optional). - # Add or remove as many filters (`filter_button` instances) as you like. - # To show all items, set `tag` to "*". - # To filter by a specific tag, set `tag` to an existing tag name. - # To remove the toolbar, delete the entire `filter_button` block. - filter_button: - - name: All - tag: '*' - - name: Nanofluids - tag: Nanofluids - - name: Other - tag: Other - -design: - # Choose how many columns the section has. Valid values: '1' or '2'. - columns: '2' - - # Toggle between the various page layout types. - # 1 = List - # 2 = Compact - # 3 = Card - # 5 = Showcase - view: 2 - - # For Showcase view, flip alternate rows? - flip_alt_rows: false ---- diff --git a/content/home/tags.md b/content/home/tags.md deleted file mode 100644 index 8908f8d2..00000000 --- a/content/home/tags.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -active: false -# An instance of the Tag Cloud widget. -# Docs: https://wowchemy.com/docs/page-builder/ -widget: tag_cloud - -# This file represents a page section. -headless: true - -# Order that this section appears on the page. -weight: 120 - -title: Popular Topics -subtitle: '' - -content: - # Choose the taxonomy from `config.toml` to display (e.g. tags, categories) - taxonomy: tags - # Choose how many tags you would like to display (0 = all tags) - count: 20 -design: - # Minimum and maximum font sizes (1.0 = 100%). - font_size_min: 0.7 - font_size_max: 2.0 ---- diff --git a/content/home/talks.md b/content/home/talks.md deleted file mode 100644 index 99a2870d..00000000 --- a/content/home/talks.md +++ /dev/null @@ -1,43 +0,0 @@ ---- -active: false - -# An instance of the Pages widget. -# Documentation: https://wowchemy.com/docs/page-builder/ -widget: pages - -# This file represents a page section. -headless: true - -# Order that this section appears on the page. -weight: 70 - -title: 'Recent & Upcoming Talks' -subtitle: - -content: - # Page type to display. E.g. post, event, publication... - page_type: event - # Choose how many pages you would like to display (0 = all pages) - count: 5 - # Filter on criteria - filters: - author: '' - category: '' - tag: '' - exclude_featured: false - exclude_future: false - exclude_past: false - publication_type: '' - # Choose how many pages you would like to offset by - offset: 0 - # Page order: descending (desc) or ascending (asc) date. - order: desc - -design: - # Choose a view for the listings: - # 1 = List - # 2 = Compact - # 3 = Card - # 4 = Citation (publication only) - view: 2 ---- diff --git a/content/project/hybrid-nanoporous-materials/index.md b/content/project/hybrid-nanoporous-materials/index.md deleted file mode 100644 index 736fcc5f..00000000 --- a/content/project/hybrid-nanoporous-materials/index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -date: "2016-04-27T00:00:00Z" -external_link: "" -#image: -# caption: Photo by rawpixel on Unsplash -# focal_point: Smart -#links: -#- icon: twitter -# icon_pack: fab -# name: Follow -# url: https://twitter.com/Gravellesimon -slides: example -summary: Ongoing MSCA project -tags: -- Nanofluids -title: Hybrid nanoporous materials for the separation of fluid mixtures -url_code: "" -url_pdf: "" -url_slides: "" -url_video: "" ---- -Update will be posted here. -