Giter VIP home page Giter VIP logo

simongravelle / simongravelle.github.io Goto Github PK

View Code? Open in Web Editor NEW
49.0 49.0 27.0 113.86 MB

Simple academic theme for scientist personal page

Home Page: https://simongravelle.github.io/index.html

License: GNU General Public License v3.0

HTML 33.73% CSS 4.87% JavaScript 13.20% SCSS 46.01% TeX 2.19%
academic-website css hugo modern publication scientist template web-responsive wowchemy

simongravelle.github.io's Introduction

Simon Gravelle

Computer physicist in soft matter and fluids at interfaces in LIPhy, UGA, CNRS

What I share here on GitHub:

  • Molecular dynamics inputs for LAMMPS and GROMACS
  • Scripts for preparing and analyzing molecular dynamics simulations
  • Data from my recent publications

Github Channel Stars Github Channel Forks

Main open-source projects:

  • LAMMPS tutorials ๐Ÿ”— LAMMPS step-by-step guides for absolute beginners
  • GROMACS tutorials ๐Ÿ”— GROMACS step-by-step guides for absolute beginners
  • NMRforMD ๐Ÿ”— Python script for the calculation of H-NMR relaxation time
  • MDcourse ๐Ÿ”— Learn molecular simulations using Python (under construction)
  • MAICoS ๐Ÿ”— molecular analysis of interfacial and confined systems

Youtube channel

Videos of molecular simulations, mostly done with LAMMPS and GROMACS ๐Ÿ”—

YouTube Channel Views YouTube Channel Subscribers

See also

  • The gallery of molecules ๐Ÿ”— high-resolution molecules with scripts
  • ATB2LAMMPS ๐Ÿ”— a LAMMPS molecule template generator

simongravelle.github.io's People

Contributors

baronet2 avatar simongravelle avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

simongravelle.github.io's Issues

Top of home page cut off by navbar

Hi @simongravelle, thanks for making your website template available!

I'm noticing that when I open your home page on my laptop, the top part gets cut off, even if I try scrolling all the way up. See the image below.

Things look fine on a larger monitor and on my phone, so I'm guessing it has something to do with my screen size.
For what it's worth, my display resolution is 1920 x 200 and my display settings are at the recommended 150% scale.

I don't know much about Hugo/CSS but maybe you know how to fix this? I am hoping to make my own personal website using your template and am hoping there's an easy solution. ๐Ÿ™‚

Thanks!

image

Change in the name displayed right under your profile picture.

I'm looking for a way to change the name that appears below your profile picture. I've attempted to update the title in the author>admin>_index.md file, but unfortunately, that didn't work. Can you please provide guidance on the correct method to accomplish this?

image

Hugo server build failed

Recently, I noticed that I cannot build the website anymore. Whenever I tried to use "hugo server", I will receive the following error messages:

WARN Module "github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5" is not compatible with this Hugo version; run "hugo mod graph" for more information.
Watching for changes in /workspaces/simongravelle.github.io/{assets,content,data,layouts,static,themes}
Watching for config changes in /workspaces/simongravelle.github.io/hugo.toml, /workspaces/simongravelle.github.io/config/_default, /workspaces/simongravelle.github.io/themes/github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify-cms/config.yaml, /workspaces/simongravelle.github.io/themes/github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify/config.yaml, /workspaces/simongravelle.github.io/themes/github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5/config.yaml
Start building sites โ€ฆ
hugo v0.122.0-b9a03bd59d5f71a529acb3e33f995e0ef332b3aa linux/amd64 BuildDate=2024-01-26T15:54:24Z VendorInfo=gohugoio

ERROR render of "page" failed: "/workspaces/simongravelle.github.io/themes/github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5/layouts/_default/baseof.html:5:3": execute of template failed: template: _default/single.html:5:3: executing "_default/single.html" at <partial "site_head" .>: error calling partial: "/workspaces/simongravelle.github.io/themes/github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5/layouts/partials/site_head.html:183:56": execute of template failed: template: partials/site_head.html:183:56: executing "partials/site_head.html" at <resources.Concat>: error calling Concat: resources in Concat must be of the same Media Type, got "text/x-scss" and "text/css"
ERROR TOCSS: failed to transform "main_parsed.scss" (text/x-scss). Check your Hugo installation; you need the extended version to build SCSS/SASS with transpiler set to 'libsass'.: this feature is not available in your current Hugo version, see https://goo.gl/YMrWcn for more information
Built in 229 ms
Error: error building site: render: failed to render pages: render of "page" failed: "/workspaces/simongravelle.github.io/themes/github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5/layouts/_default/baseof.html:5:3": execute of template failed: template: event/single.html:5:3: executing "event/single.html" at <partial "site_head" .>: error calling partial: "/workspaces/simongravelle.github.io/themes/github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5/layouts/partials/site_head.html:183:56": execute of template failed: template: partials/site_head.html:183:56: executing "partials/site_head.html" at <resources.Concat>: error calling Concat: resources in Concat must be of the same Media Type, got "text/x-scss" and "text/css"

It seems to be some version issues, but I don't know how to resolve it. You can re-produce the error by creating a code-space with github. Could you help with this issue? Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.