Skip to content

Commit

Permalink
Updt. Latest Posts grid, add beamer post, add /publications, remove r…
Browse files Browse the repository at this point in the history
…edundant functionality
  • Loading branch information
BradyPlanden committed Nov 25, 2023
1 parent f34ee15 commit 6c2dee5
Show file tree
Hide file tree
Showing 87 changed files with 12,742 additions and 24 deletions.
2 changes: 1 addition & 1 deletion custom/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def recent_pages():
page
for page in self.nav.pages
if page.parent
and re.match(r"\d{4}", page.parent.title)
and page.parent.title == 'Posts'
and "image" in page.meta
]

Expand Down
Binary file modified custom/__pycache__/__init__.cpython-310.pyc
Binary file not shown.
24 changes: 2 additions & 22 deletions custom/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{% block extrahead %}
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="{{ page.canonical_url }}" />
<meta name="twitter:creator" content="@_ddrscott_" />
<meta name="twitter:creator" content="@bradyplanden" />
{% if page and page.meta %}
{% if page.meta.title %}
<meta property="og:title" content="{{ page.meta.title }}" />
Expand All @@ -17,24 +17,4 @@
<meta name="description" content="{{ page.meta.description }}">
{% endif %}
{% endif %}
{% endblock %}

{% block scripts %}
<!-- Start of Rocket.Chat Livechat Script -->
<script type="text/javascript">
(function(w, d, s, u) {
w.RocketChat = function(c) { w.RocketChat._.push(c) }; w.RocketChat._ = []; w.RocketChat.url = u;
var h = d.getElementsByTagName(s)[0], j = d.createElement(s);
j.async = true; j.src = 'https://chat.chickencow.org/livechat/rocketchat-livechat.min.js?_=201903270000';
h.parentNode.insertBefore(j, h);
})(window, document, 'script', 'https://chat.chickencow.org/livechat');
</script>

<script async src="https://www.googletagmanager.com/gtag/js?id=G-9C68DD62WS"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-9C68DD62WS');
</script>
{% endblock %}
{% endblock %}
Binary file not shown.
Binary file added docs/assets/beamer-template.pdf
Binary file not shown.
34 changes: 34 additions & 0 deletions docs/blog/2023/beamer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
date: 2023-11-01 00:00 UK/London
categories: beamer latex presentation academic
published: true
title: Beamer Template
image: /images/2023/beamer-template-background.png
description:
---

In an effort to move away from PowerPoint, I've been looking for an alternative presentation software. I've been using LaTeX for over ten years now and have found it to be a great tool for writing reports and papers. So, I thought I would give [Beamer](https://latex-beamer.com/) a try (and it's been great!).

I found a great starting template from the University of Oxford Maths' [template](https://www.maths.ox.ac.uk/members/it/faqs/latex/presentations). Starting from this template, I've updated it to a modern 16:9 aspect ratio and styling for my current lab, the [Battery Intelligence Lab](https://howey.eng.ox.ac.uk/).

The template is available on [GitHub](https://github.com/BradyPlanden/beamer-template), with a sample presentation below.

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

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

<!-- solution from: https://stackoverflow.com/a/69276900 -->
{% with pdf_file = "../../../assets/beamer-template.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/2023/beamer-template-background.pdf
Binary file not shown.
Binary file added docs/images/2023/beamer-template-background.png
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 docs/publications.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
title: null
hide:
- toc
---

## [Google Scholar Profile](https://scholar.google.com/citations?user=riURnXwAAAAJ&hl=en)

**Looping in the Human: Collaborative and Explainable Bayesian Optimization** <br>
M Adachi, B Planden, DA Howey, K Maundet, MA Osborne, SL Chau. 2023. <br>
[[Arxiv]](https://arxiv.org/abs/2310.17273){:target="_blank"}

**Investigation of constant stack pressure on lithium-ion battery performance** <br>
A Leonard, B Planden, K Lukow, D Morrey. 2023. <br>
[[DOI]](https://doi.org/10.1016/j.est.2023.108422){:target="_blank"} [[pdf]](assets/Investigation-of-constant-stack-pressure-on-lithium-ion-battery-performance.pdf){:target="_blank"}

**A computationally informed realisation algorithm for lithium-ion batteries implemented with LiiBRA.jl** <br>
B Planden, K Lukow, P Henshall, G Collier, D Morrey. 2022. <br>
[[Arxiv]](https://arxiv.org/abs/2203.17105v1){:target="_blank"} [[DOI]](https://doi.org/10.1016/j.est.2022.105637){:target="_blank"}

**BattPhase—A Convergent, Non-Oscillatory, Efficient Algorithm and Code for Predicting Shape Changes in Lithium Metal Batteries Using Phase-Field Models: Part I. Secondary Current Distribution** <br>
T Jang, L Mishra, S A Roberts, B Planden, A Subramaniam, M Uppaluri, D Linder, M P Gururajan, J Zhang, V R Subramanian. 2022. <br>
[[Pre-Print]](https://osf.io/preprints/ecsarxiv/k2vu6/){:target="_blank"} [[DOI]](https://doi.org/10.1149/1945-7111/ac86a7){:target="_blank"}

**Improvements on physics-informed models for lithium batteries** <br>
B Planden. 2022. <br>
[[Thesis]](https://doi.org/10.24384/yrb9-ty82){:target="_blank"}
10 changes: 9 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,12 @@ markdown_extensions:
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- pymdownx.pathconverter: # From https://stackoverflow.com/a/69276900
base_path: 'bradyplanden.github.io'
relative_path: ''
absolute: false
tags: a script img link object embed


extra_css:
- stylesheets/extra.css
Expand All @@ -104,7 +110,9 @@ plugins:
nav:
- Latest Posts: index.md
- About: about.md
- '2023':
- Publications: publications.md
- Posts:
- '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
- 'Apple Self-hosted GitHub Runner': blog/2023/github-runner.md
Loading

0 comments on commit 6c2dee5

Please sign in to comment.