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
Binary file not shown.
Binary file modified _cite/.cache/cache.db
Binary file not shown.
7 changes: 3 additions & 4 deletions _data/citations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1340,14 +1340,13 @@
orcid: 0000-0002-0005-0441
plugin: orcid.py
file: orcid.yaml
- id: doi:10.5281/ZENODO.18745493
- id: doi:10.5281/ZENODO.18745492
title: DynamicalSystemFramework
authors:
- Gregorio Berselli
- Simone Balducci
publisher: Zenodo
date: '2026-02-23'
link: https://doi.org/hbqgxc
date: '2026-03-12'
link: https://doi.org/hbszpq
orcid: 0009-0004-7797-9138
plugin: orcid.py
file: orcid.yaml
Expand Down
4 changes: 3 additions & 1 deletion _includes/meta.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,11 @@

{% assign description = description | xml_escape %}

{% assign svg = "images/icon.svg" | file_exists %}
{% assign logo_svg = "images/logo.svg" | file_exists %}
{% assign png = "images/logo.png" | file_exists %}
{% assign jpg = "images/icon.jpg" | file_exists %}
{% assign icon = png | default: jpg | relative_url %}
{% assign icon = svg | default: logo_svg | default: png | default: jpg | relative_url %}

{% assign jpg = "images/share.jpg" | file_exists %}
{% assign png = "images/share.png" | file_exists %}
Expand Down
21 changes: 20 additions & 1 deletion _styles/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,25 @@ header a {
height: 100%;
}

.logo svg {
overflow: visible;
}

.logo svg path,
.logo svg rect,
.logo svg circle,
.logo svg ellipse,
.logo svg polygon,
.logo svg polyline,
.logo svg line {
stroke: #fff;
stroke-width: 3;
stroke-linecap: round;
stroke-linejoin: round;
paint-order: stroke fill;
vector-effect: non-scaling-stroke;
}

.title-text {
display: flex;
justify-content: flex-start;
Expand Down Expand Up @@ -165,4 +184,4 @@ header[data-big] {
.subtitle {
font-size: var(--large);
}
}
}
Binary file removed images/icon.png
Binary file not shown.
285 changes: 285 additions & 0 deletions images/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/logo.png
Binary file not shown.
25 changes: 25 additions & 0 deletions images/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading