Skip to content

Commit

Permalink
Updt latest grid formatting, add MRS 2024 post
Browse files Browse the repository at this point in the history
  • Loading branch information
BradyPlanden committed Apr 27, 2024
1 parent 62d4169 commit 5e6ba7e
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 7 deletions.
Binary file added docs/assets/mrs-presentation.pdf
Binary file not shown.
32 changes: 32 additions & 0 deletions docs/blog/2024/mrs-2024.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
date: 2024-04-27 00:00 UK/London
categories: conference presentation talk
published: true
title: MRS 2024 Spring Meeting Presentation
image: /images/2024/coffee.jpeg
description:
---

I was recently invited to speak on data-driven battery design and manufacturing at the [Material Research Societies (MRS) Spring Meeting](https://www.mrs.org/meetings-events/spring-meetings-exhibits/2024-mrs-spring-meeting). This conference is held annually and is one of the largest for the materials field, so needless to say I was excited to attend. This year the conference was held in Seattle, which was the icing on the cake as it's an amazing city with, among other things, brilliant coffee shops.

As previously discussed on this website, my current research agenda is based around the parameterisation and optimisation of battery models. These models can have physics-based architectures as well as data-driven, black-box style formulations, both of which offer interesting solutions in materials design. In this talk I discussed the open source Python framework I've been developing with collaborators, [PyBOP](https://github.com/pybop-team/PyBOP). This work aims to develop a unified library for battery model parameterisation, leading to parameter optimisation for design-based objective functions, i.e. which parameters and corresponding values result in the best electrochemical performance for a given operating condition. Below I've included the presentation I gave in my given thirty minute session.

<!-- vertical space -->
<br>

<!-- centered: -->
<div style="text-align:center; width: 100%; height: 100%;">

<!-- solution from: https://stackoverflow.com/a/69276900 -->
{% with pdf_file = "../../../assets/mrs-presentation.pdf" %}

{% set solid_filepdf = '<i class="fas fa-file-pdf"></i>' %}
{% set empty_filepdf = '<i class="far fa-file-pdf"></i>' %}

<object data="{{ pdf_file }}#zoom=90" type="application/pdf" style="width: 80%; height: 50vh;">
<embed src="{{ pdf_file }}#zoom=90" type="application/pdf" style="width: 80%; height: 50vh;"/>
</object>

{% endwith %}

<br>
4 changes: 2 additions & 2 deletions docs/blog/2024/pybop-group-presentation.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
date: 2023-02-13 00:00 UK/London
categories: academic group presentation
date: 2024-02-13 00:00 UK/London
categories: academic group presentation pybop
published: true
title: PyBOP Battery Intelligence Group Presentation
image: /images/2024/pybop-background.png
Expand Down
Binary file added docs/images/2024/coffee.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 2 additions & 5 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ timetoread: False

<style>
.grid-item {
border: 2px solid #eee;
border: 1px solid #eee;
padding: 2em;
display: inline-block;
width: 18em;
Expand All @@ -22,8 +22,6 @@ timetoread: False
}
</style>

<div class="grid">

{% for page in navigation.recent_pages() %}
<div class="grid-item">
<div class="content">
Expand All @@ -35,5 +33,4 @@ timetoread: False
</a>
</div>
</div>
{% endfor %}
</div>
{% endfor %}
2 changes: 2 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ nav:
- About: about.md
- Publications: publications.md
- Posts:

- 'MRS 2024 Invited Talk': blog/2024/mrs-2024.md
- 'Group presentation on PyBOP': blog/2024/pybop-group-presentation.md
- 'A beamer template for academic presentations': blog/2023/beamer.md
- 'The Covariance Matrix Adaptation Evolution Strategy': blog/2023/cma-es.md
Expand Down

0 comments on commit 5e6ba7e

Please sign in to comment.