Skip to content

Commit beb20d6

Browse files
AnarchySCclaude
andcommitted
Add Awasen Oe as co-author on bandwidth delusion article
Change primary journalist to Awasen Oe with Sophia Nakamura as collaborator. Add journalist_collab field support to article template with tooltip and "&" separator between co-authors. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 564f812 commit beb20d6

2 files changed

Lines changed: 29 additions & 2 deletions

File tree

content/posts/the-bandwidth-delusion.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ draft: false
44
featured_image: /images/header-the-bandwidth-delusion.png
55
image_prompt: Anime-style illustration of a vast library-observatory hybrid, holographic waveforms of different languages floating through the air in different colors, a lone xenolinguist studying data on glowing screens, cassette futurism aesthetic, warm lighting, minimal white background
66
issue_number: '2935.055'
7-
journalist: ソフィア 中村
8-
journalist_title: Human Interest & Lifestyle Editor
7+
journalist: アワセン・オエ
8+
journalist_title: Opinion Columnist
9+
journalist_collab: ソフィア 中村
910
title: 'The Bandwidth Delusion: Why Fast Talkers Don''t Build Better Starships'
1011
title_jp: 帯域幅の妄想:なぜ早口の種族が優れた宇宙船を造れないのか
1112
subtitle_jp: 銀河異星言語学局の画期的な研究が、言語・自由・革新の関係について通説を覆す

themes/filmoru/layouts/_default/single.html

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,26 @@ <h1 class="article-hero__title">{{ . }}</h1>
2828
<span><span class="article-hero__author">{{ $name }}</span></span>
2929
{{ end }}
3030
{{ end }}
31+
{{ with .Params.journalist_collab }}
32+
{{ $name := . }}
33+
{{ $found := false }}
34+
<span class="collab-sep">&</span>
35+
{{ range $.Site.Data.journalists.journalists }}
36+
{{ if eq .name.display $name }}
37+
{{ $found = true }}
38+
<span class="author-tip-wrap">
39+
<span class="article-hero__author">{{ $name }}</span>
40+
<span class="author-tip">
41+
<span class="author-tip__name">{{ .name.romanji }}</span>
42+
<a href="/staff/#{{ .id }}" class="author-tip__link">Staff Profile →</a>
43+
</span>
44+
</span>
45+
{{ end }}
46+
{{ end }}
47+
{{ if not $found }}
48+
<span><span class="article-hero__author">{{ $name }}</span></span>
49+
{{ end }}
50+
{{ end }}
3151
<span class="edition-stamp">
3252
<span class="edition-stamp__number">{{ .Params.year | default "2935" }}.{{ .Date.YearDay | printf "%03d" }}</span>
3353
</span>
@@ -258,6 +278,12 @@ <h1 class="article-hero__title">{{ . }}</h1>
258278
text-decoration: underline;
259279
}
260280

281+
.collab-sep {
282+
color: var(--text-light);
283+
font-size: 0.8rem;
284+
margin: 0 -4px;
285+
}
286+
261287
@media (max-width: 600px) {
262288
.article-hero__title {
263289
font-size: 2rem;

0 commit comments

Comments
 (0)