Skip to content

Commit 4cf3390

Browse files
authored
Embrace tradition (#43)
Re-add old logo
1 parent 5d6a891 commit 4cf3390

11 files changed

Lines changed: 336 additions & 450 deletions

File tree

52.5 KB
Binary file not shown.
File renamed without changes.

_cite/.cache/cache.db

-4 KB
Binary file not shown.

_data/citations.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1340,14 +1340,13 @@
13401340
orcid: 0000-0002-0005-0441
13411341
plugin: orcid.py
13421342
file: orcid.yaml
1343-
- id: doi:10.5281/ZENODO.18745493
1343+
- id: doi:10.5281/ZENODO.18745492
13441344
title: DynamicalSystemFramework
13451345
authors:
13461346
- Gregorio Berselli
1347-
- Simone Balducci
13481347
publisher: Zenodo
1349-
date: '2026-02-23'
1350-
link: https://doi.org/hbqgxc
1348+
date: '2026-03-12'
1349+
link: https://doi.org/hbszpq
13511350
orcid: 0009-0004-7797-9138
13521351
plugin: orcid.py
13531352
file: orcid.yaml

_includes/meta.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,11 @@
3232

3333
{% assign description = description | xml_escape %}
3434

35+
{% assign svg = "images/icon.svg" | file_exists %}
36+
{% assign logo_svg = "images/logo.svg" | file_exists %}
3537
{% assign png = "images/logo.png" | file_exists %}
3638
{% assign jpg = "images/icon.jpg" | file_exists %}
37-
{% assign icon = png | default: jpg | relative_url %}
39+
{% assign icon = svg | default: logo_svg | default: png | default: jpg | relative_url %}
3840

3941
{% assign jpg = "images/share.jpg" | file_exists %}
4042
{% assign png = "images/share.png" | file_exists %}

_styles/header.scss

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,25 @@ header a {
4747
height: 100%;
4848
}
4949

50+
.logo svg {
51+
overflow: visible;
52+
}
53+
54+
.logo svg path,
55+
.logo svg rect,
56+
.logo svg circle,
57+
.logo svg ellipse,
58+
.logo svg polygon,
59+
.logo svg polyline,
60+
.logo svg line {
61+
stroke: #fff;
62+
stroke-width: 3;
63+
stroke-linecap: round;
64+
stroke-linejoin: round;
65+
paint-order: stroke fill;
66+
vector-effect: non-scaling-stroke;
67+
}
68+
5069
.title-text {
5170
display: flex;
5271
justify-content: flex-start;
@@ -165,4 +184,4 @@ header[data-big] {
165184
.subtitle {
166185
font-size: var(--large);
167186
}
168-
}
187+
}

images/icon.png

-644 KB
Binary file not shown.

images/icon.svg

Lines changed: 285 additions & 0 deletions
Loading

images/logo.png

-644 KB
Binary file not shown.

images/logo.svg

Lines changed: 25 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)