Skip to content

Commit 17dbb4d

Browse files
committed
Dropdown for publications
1 parent 1ebbe17 commit 17dbb4d

7 files changed

Lines changed: 608 additions & 550 deletions

File tree

_bibliography_books/books.bib

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
---
3+
4+
@book{Dolean:2015:INT,
5+
abbr = {SIAM Book},
6+
abstract = {The purpose of this book is to offer an overview of the most popular domain decomposition methods for partial differential equations (PDEs). These methods are widely used for numerical simulations in solid mechanics, electromagnetism, flow in porous media, etc., on parallel machines from tens to hundreds of thousands of cores. The appealing feature of domain decomposition methods is that, contrary to direct methods, they are naturally parallel. The authors focus on parallel linear solvers. The authors present all popular algorithms, both at the PDE level and at the discrete level in terms of matrices, along with systematic scripts for sequential implementation in a free open-source finite element package as well as some parallel scripts. Also included is a new coarse space construction (two-level method) that adapts to highly heterogeneous problems.},
7+
author = {Victorita Dolean and Pierre Jolivet and Fr{\'e}d{\'e}ric Nataf},
8+
bibtex_show = {true},
9+
doi = {https://doi.org/10.1137/1.9781611974065},
10+
publisher = {Society for Industrial and Applied Mathematics},
11+
address = {Philadelphia, PA},
12+
title = {An introduction to domain decomposition methods: Algorithms, theory, and parallel implementation},
13+
url = {https://epubs.siam.org/doi/book/10.1137/1.9781611974065},
14+
year = {2015}
15+
}
16+
17+
@book{Auroux:2025:CEM,
18+
abbr = {ESAIM-Proc},
19+
abstract = {CEMRACS 2023 - Proceedings},
20+
bibtex_show = {true},
21+
editor = {Didier Auroux and Manuel Campos Pinto and Bruno Despr{\'e}s and Victorita Dolean and St{\'e}phane Lanteri and Val{\'e}rie Michel-Dansac},
22+
journal = {ESAIM Proceedings and Surveys},
23+
title = {CEMRACS 2023 -- Scientific Machine Learning},
24+
url = {https://www.esaim-proc.org/articles/proc/abs/2025/04/contents/contents.html},
25+
year = {2025}
26+
}
Lines changed: 0 additions & 538 deletions
Large diffs are not rendered by default.

_bibliography_proceedings/proceedings.bib

Lines changed: 516 additions & 0 deletions
Large diffs are not rendered by default.

_pages/publications.md

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,13 @@ title: publications
55
description: Victorita Dolean's publications.
66
nav: true
77
nav_order: 2
8+
dropdown: true
9+
children:
10+
- title: books
11+
permalink: /publications_books/
12+
- title: divider
13+
- title: papers
14+
permalink: /publications_papers/
15+
- title: proceedings
16+
permalink: /publications_proceedings/
817
---
9-
10-
<!-- _pages/publications.md -->
11-
12-
<!-- Bibsearch Feature -->
13-
14-
{% include bib_search.liquid %}
15-
16-
<div class="publications">
17-
18-
{% bibliography %}
19-
20-
</div>

_pages/publications_books.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
layout: page
3+
permalink: /publications_books/
4+
title: books
5+
description: Victorita Dolean's books.
6+
nav: false
7+
---
8+
9+
<!-- _pages/publications_books.md -->
10+
11+
<!-- Bibsearch Feature -->
12+
13+
{% include bib_search.liquid %}
14+
15+
<div class="books">
16+
17+
{% bibliography_books %}
18+
19+
</div>

_pages/publications_papers.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
layout: page
3+
permalink: /publications_papers/
4+
title: books
5+
description: Victorita Dolean's papers.
6+
nav: false
7+
---
8+
9+
<!-- _pages/publications_papers.md -->
10+
11+
<!-- Bibsearch Feature -->
12+
13+
{% include bib_search.liquid %}
14+
15+
<div class="papers">
16+
17+
{% bibliography_papers %}
18+
19+
</div>

_pages/publications_proceedings.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
layout: page
3+
permalink: /publications_proceedings/
4+
title: proceedings
5+
description: Victorita Dolean's proceedings.
6+
nav: false
7+
---
8+
9+
<!-- _pages/publications_proceedings.md -->
10+
11+
<!-- Bibsearch Feature -->
12+
13+
{% include bib_search.liquid %}
14+
15+
<div class="proceedings">
16+
17+
{% bibliography_proceedings %}
18+
19+
</div>

0 commit comments

Comments
 (0)