Skip to content

Commit 8d4b7f5

Browse files
updates
1 parent db05f9f commit 8d4b7f5

12 files changed

Lines changed: 136 additions & 280 deletions

File tree

_assets/header.png

7.84 KB
Loading

_css/basic.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ nav li {
2020
nav li a {
2121
color: black; /* #004de6; */
2222
text-decoration: none;
23-
font-size: 18px;
23+
font-size: 24px;
2424
font-weight: bold;
2525
display: inline-block;
2626
float: center;
@@ -83,7 +83,7 @@ header li a:hover {
8383
/* wide display: enforce maximum width of header to match content */
8484
@media (min-width: 940px) {
8585
header {
86-
width: 1000px; /* 705px; */
86+
width: 900px; /* 705px; */
8787
margin-left: auto;
8888
margin-right: auto;
8989
}

_css/franklin.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ html {
9191
/* On wide screens, fix content width to a max value. */
9292
@media (min-width: 940px) {
9393
.franklin-content {
94-
width: 1000px; /* 705px; */
94+
width: 900px; /* 705px; */
9595
margin-left: auto;
9696
margin-right: auto;
9797
}

_layout/header.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<header>
2-
<div class="blog-name"><a href="/">G⁻¹Lab</a></div>
2+
<div class="blog-name"> <img src="/assets/header.png" style="width: 900px; min-width: 300px;" id="logo_ginvlab">
3+
<!-- <a href="/">G⁻¹Lab</a> --></div>
34
<nav>
45
<ul>
56
<li><a href="/">Home</a></li>

index.html

Lines changed: 0 additions & 1 deletion
This file was deleted.

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
**G⁻¹Lab** is a framework to solve forward and inverse geophysical problems either using deterministic (optimization) or probabilistic (Monte Carlo) methods. It includes several packages addressing seismological and potential fields problems and algorithms to solve the related inverse problems.
1111

1212

13-
G⁻¹Lab is a superset of the **HMCLab** framework and has thus absorbed all the HMCLab packages. Please see the following paper for more detailed info:
13+
**G⁻¹Lab** is a superset of the **HMCLab** framework and has thus absorbed all the HMCLab packages. Please see the following paper for more detailed info:
1414

1515
* Andrea Zunino, Lars Gebraad, Alessandro Ghirotto, Andreas Fichtner, **HMCLab: a framework for solving diverse geophysical inverse problems using the Hamiltonian Monte Carlo method**, Geophysical Journal International, Volume 235, Issue 3, December 2023, Pages 2979–2991 [https://doi.org/10.1093/gji/ggad403](https://doi.org/10.1093/gji/ggad403)
1616

logo/header.png

7.84 KB
Loading

logo/logo_ginvlab.png

29.5 KB
Loading

logo/logo_ginvlab.svg

Lines changed: 122 additions & 67 deletions
Loading

logo/logo_ginvlab_github.png

11.4 KB
Loading

0 commit comments

Comments
 (0)