Skip to content

Commit

Permalink
Remove twitter sidebar, add page for fenics 2024 (#147)
Browse files Browse the repository at this point in the history
* remove Twitter sidebar

* Add oslo

* version++

* update navbar

* import
  • Loading branch information
mscroggs authored Oct 13, 2023
1 parent bb74000 commit dafd385
Show file tree
Hide file tree
Showing 10 changed files with 37 additions and 38 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,16 @@ For example, `index.md` starts with:
```
---
title: FEniCSx
subtitle: fenicsxversion
image: assets/img/headers/design.jpg
layout: with_twitter_sidebar
permalink: /fenics/
---
```

The `title` is displayed at the top of the page, with the `subtitle` (optional) below it. The
`image` will be used as the background of the header; if no image is given, a default image will
be used. The `layout` is used to select which layout the page uses: this can be `default` (for a
default style page) or `with_twitter_sidebar` (for a page with a twitter sidebar). If `layout`
is not set, then `default` will be used. `permalink` sets the url of the page: in this example,
the page would be available at `https://fenicsproject.org/fenics/`.
be used. The `layout` is used to select which layout the page uses: this can currently only be `default`
(for a default style page). If `layout`
is not set, then `default` will be used. `permalink` sets the url of the page: for example, if set to
`/fenics/`, the page would be available at `https://fenicsproject.org/fenics/`.

### Assets
Files in the `assets` folder will be included as part of the website. Images and other files can
Expand Down
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ title: FEniCS Project
description: Open-source finite element library
fenicsversion: 2019.1.0
fenicsversiondate: April 2019
fenicsxversion: 0.6
fenicsxversiondate: January 2023
fenicsxversion: 0.7
fenicsxversiondate: October 2023

defaults:
-
Expand Down
4 changes: 2 additions & 2 deletions _data/navbar.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Site navigation links
- title: FEniCS 2023
page: /fenics-2023
- title: FEniCS 2024
page: /fenics-2024
- title: Download
page: /download
- title: Documentation
Expand Down
19 changes: 0 additions & 19 deletions _layouts/with_twitter_sidebar.html

This file was deleted.

1 change: 1 addition & 0 deletions _test/test_code.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"import ufl\n"
"import dolfinx\n"
"import dolfinx.fem\n"
"import dolfinx.fem.petsc\n"
"import dolfinx.mesh\n"
"from mpi4py import MPI\n"
"from ufl import inner, grad, dx, div, dot\n"
Expand Down
7 changes: 0 additions & 7 deletions assets/css/customsty.css
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,6 @@ h1, h2, h3, h4, h5, h6
background-color: #FFFFFFCC;
}

@media (max-width:1330px){
#twitter { display:none }
}
@media (min-width:1330px){
#twitter { display:block }
}

#footer_wrap {background-color:#FFFFFF}

body {
Expand Down
Binary file added assets/img/fenics2024/oslo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions conference/2024.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
title: FEniCS 2024
subtitle: Olso, Norway, 12-14 June 2023
image: assets/img/fenics2024/oslo.jpg
permalink: /fenics-2024/
---

## Description

The FEniCS 2024 conference is an opportunity for all those interested in
the FEniCS Project and related projects to exchange ideas, communicate
their results and network with the automated scientific computing
community.

We welcome developers, existing and potential users of the
FEniCS ecosystem as well as mathematicians, computer scientists and
application domain specialists interested in numerical methods, their
implementation and applications.

The FEniCS 2024 conference will emphasize an open and inclusive
atmosphere, contributed talks from a diverse range of scientific areas,
and dedicated time for discussions and coding.

Links to previous FEniCS conferences can be found [here](index.md).


More information about the conference will appear here soon.
1 change: 1 addition & 0 deletions conference/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ permalink: /conference/
---
The FEniCS conference is held in a different location each year.

- [FEniCS 2024 (Oslo)](2024.md)
- [FEniCS 2023 (Pula, Cagliari)](2023.md)
- [FEniCS 2022 (San Diego)](2022.md)
- [FEniCS 2021 (online)](2021.md)
Expand Down
1 change: 0 additions & 1 deletion index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: FEniCSx
image: assets/img/headers/design.jpg
layout: with_twitter_sidebar
---

## The FEniCSx computing platform
Expand Down

0 comments on commit dafd385

Please sign in to comment.