Skip to content

Commit ef0074b

Browse files
committed
Tidy up publication formatting
1 parent ffaae5b commit ef0074b

4 files changed

Lines changed: 3 additions & 8 deletions

File tree

_layouts/bibtemplate.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
{% for person in site.people %}
55
{% unless person.pub_id %}
6-
{% assign first_initial = person.firstname | slice: 0 | prepend: ' ' %}
7-
{% assign old_name = person.lastname | append: first_initial %}
6+
{% assign first_initial = person.firstname | slice: 0 | prepend: ', ' %}
7+
{% assign old_name = person.lastname | append: first_initial | append: '.' %}
88
{% else %}
99
{% assign old_name = person.pub_id %}
1010
{% endunless %}

_pages/publications.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ toc: false
77

88
## Publications
99

10-
\* = (co-)supervised
11-
1210
{% bibliography %}
1311

1412
<!--

_people/andrew.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
lastname: "Williams"
33
firstname: "Andrew"
4-
pub_id: "Williams AIL"
4+
pub_id: "Williams, A. I. L."
55
role: "Postdoctoral Scholar"
66
status: "active"
77
pronouns: "he/him"

assets/css/main.scss

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ search: false
1919
}
2020
}
2121

22-
ol.bibliography li {
23-
list-style: none;
24-
}
2522

2623
@import "minimal-mistakes/skins/{{ site.minimal_mistakes_skin | default: 'default' }}"; // skin
2724
@import "minimal-mistakes"; // main partials

0 commit comments

Comments
 (0)