-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from BradyPlanden/pybop-presentation
Add pybop group presentation
- Loading branch information
Showing
4 changed files
with
35 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters