Skip to content

Commit

Permalink
Merge pull request #1 from BradyPlanden/pybop-presentation
Browse files Browse the repository at this point in the history
Add pybop group presentation
  • Loading branch information
BradyPlanden authored Feb 13, 2024
2 parents e765ae1 + 018cf7b commit a0992b7
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 0 deletions.
Binary file added docs/assets/PyBOP_long_presentation.pdf
Binary file not shown.
34 changes: 34 additions & 0 deletions docs/blog/2024/pybop-group-presentation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
date: 2023-02-13 00:00 UK/London
categories: academic group presentation
published: true
title: PyBOP Battery Intelligence Group Presentation
image: /images/2024/pybop-background.png
description:
---

Once a term, each member of our lab group gives a 30 minute presentation on their research progress. These presentations provide a great opportunity to cross pollinate ideas and methods within the group, as well as a great opportunity for each person to improve their presentation skills and ability to defend research decisions.

In an effort to disseminate these presentations beyond our group (more than just the obligatory preprint/article), I'm going to share them here. To start with, here is my presentation from last semester. This presentation is the first of a series of presentations on the development of PyBOP and it's applications.

These presentations will use the beamer template I've previously discussed [before](../2023/beamer.md).

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

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

<!-- solution from: https://stackoverflow.com/a/69276900 -->
{% with pdf_file = "../../../assets/PyBOP_long_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>
Binary file added docs/images/2024/pybop-background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ nav:
- About: about.md
- Publications: publications.md
- Posts:
- '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
- 'Selectively merging files across branches': blog/2023/git-selective-merge.md
Expand Down

0 comments on commit a0992b7

Please sign in to comment.