Skip to content

Commit

Permalink
Tweaks to style of the research section
Browse files Browse the repository at this point in the history
  • Loading branch information
leouieda committed Jan 22, 2024
1 parent d55c7ba commit 0cb91e8
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 17 deletions.
8 changes: 6 additions & 2 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ h3 {
}

hr {
height: 2px;
background-color: var(--color-secondary);
height: 3px;
background-color: var(--color-extramuted);
opacity: 1;
border: none;
margin-bottom: 3em;
Expand Down Expand Up @@ -379,6 +379,10 @@ blockquote > * + *, figure > * + *, .callout > * + * {
margin-top: var(--space-2xl);
}

.extra-space-xl {
margin-top: var(--space-3xl);
}

.font-small {
font-size: var(--size--1);
}
Expand Down
13 changes: 0 additions & 13 deletions research/coauthors.yml

This file was deleted.

17 changes: 15 additions & 2 deletions research/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@ template: base.html
<div class="lead">

We focus our efforts on creating and applying new methods for **3D modeling and
data processing**, mostly for gravimetry and magnetometry.
data processing**, mostly for gravimetry and magnetometry. Below, you'll find
the main research themes that we pursue.

</div>

<section class="extra-space flow">

## Magnetic microscopy

Expand All @@ -36,6 +38,8 @@ Our work on this theme:

</div>

</section>
<section class="extra-space-xl flow">

## Antarctic geothermal heat flow

Expand All @@ -46,7 +50,7 @@ Magnetic anomaly data is one of the few ways we have to determine heat flow.
Our group is working to improve the way **airborne and satellite magnetic
data** are merged and modelled to produce heat flow estimates.

{{ macros.figure(src="../images/antarctica-magnetic-data.jpg", alt="Map of Antarctica overlaid by red, white, and blue points representing magnetic measurements. The data coverage has a lot of gaps.", caption='The <a href="https://doi.org/10.1029/2018GL078153">ADMAP2</a> compilation of open-access airborne magnetic anomaly data for Antarctica.') }}
{{ macros.figure(src="../images/antarctica-magnetic-data.jpg", alt="Map of Antarctica overlaid by red, white, and blue points representing magnetic measurements. The data coverage has a lot of gaps.", caption='The <a href="https://doi.org/10.1029/2018GL078153">ADMAP2</a> compilation of open-access airborne magnetic anomaly data for Antarctica. We are working on improving the compilation and the process for merging these data with satellite observations.') }}

<div class="callout">

Expand All @@ -56,6 +60,8 @@ Our work on this theme:

</div>

</section>
<section class="extra-space-xl flow">

## Machine learning & data processing

Expand All @@ -78,6 +84,8 @@ Our work on this theme:

</div>

</section>
<section class="extra-space-xl flow">

## Geophysical inversion and imaging

Expand All @@ -99,6 +107,9 @@ Our work on this theme:

</div>

</section>
<section class="extra-space-xl flow">


## Forward modeling

Expand All @@ -120,3 +131,5 @@ Our work on this theme:
* [Tesseroids: forward modeling gravitational fields in spherical coordinates](https://github.com/pinga-lab/paper-tesseroids)

</div>

</section>

0 comments on commit 0cb91e8

Please sign in to comment.