Skip to content

Commit 0b665a6

Browse files
committed
finish the Masthead
1 parent 4ef0636 commit 0b665a6

3 files changed

Lines changed: 40 additions & 50 deletions

File tree

_includes/authors.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{% assign authors = include.items %}
2+
3+
{% if authors and authors != empty %}
4+
<div class="mb-2 font-mono text-[0.78rem] uppercase tracking-[0.06em] leading-[1.7] text-gray-500">
5+
<span>{{ authors | join: ", " }}</span>
6+
</div>
7+
{% endif %}

_layouts/about.html

Lines changed: 18 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,17 @@
66

77
<main>
88
<nav class="py-6 pl-12">
9-
<ol class="font-mono text-sm leading-7 text-neutral-800">
10-
<li><a href="#editorial-statement" class="hover:underline">1. Editorial Statement</a></li>
11-
<li><a href="#scope-and-contributions" class="hover:underline">2. Scope &amp; Contributions</a></li>
12-
<li><a href="#submission-guidelines" class="hover:underline">3. Submission Guidelines</a></li>
13-
<li><a href="#editorial-process" class="hover:underline">4. Editorial Process</a></li>
14-
<li><a href="#editorial-principles" class="hover:underline">5. Editorial Principles</a></li>
15-
<li><a href="#citation-and-style" class="hover:underline">6. Citation &amp; Style</a></li>
16-
<li><a href="#contact" class="hover:underline">7. Contact</a></li>
9+
10+
<span class="block font-mono text-base uppercase tracking-[0.12em] text-gray-500
11+
mb-2">
12+
Table of Contents
13+
</span>
14+
15+
<ol class="list-decimal font-mono text-base leading-7 text-neutral-800 ml-8 [&_a]:hover:text-red-600 [&_a]:transition-colors">
16+
<li><a href="#editorial-statement">Editorial Statement</a></li>
17+
<li><a href="#scope">Scope</a></li>
18+
<li><a href="#submission-guidelines">Submission Guidelines</a></li>
19+
<li><a href="#contact">Contact</a></li>
1720
</ol>
1821
</nav>
1922

@@ -27,10 +30,10 @@ <h2 class="font-sans text-xl font-semibold">Editorial Statement</h2>
2730
</div>
2831
</article>
2932

30-
<article id="scope-and-contributions" class="grid grid-cols-1 border-t border-black/10 py-6 scroll-mt-24 md:grid-cols-[90px_1fr] md:gap-x-8">
33+
<article id="scope" class="grid grid-cols-1 border-t border-black/10 py-6 scroll-mt-24 md:grid-cols-[90px_1fr] md:gap-x-8">
3134
<div class="font-mono text-sm text-gray-400">02</div>
3235
<div>
33-
<h2 class="font-sans text-xl font-semibold">Scope &amp; Contributions</h2>
36+
<h2 class="font-sans text-xl font-semibold">Scope</h2>
3437
<div class="prose mt-3 space-y-4">
3538
{{ page.scope | markdownify }}
3639
</div>
@@ -42,47 +45,17 @@ <h2 class="font-sans text-xl font-semibold">Scope &amp; Contributions</h2>
4245
<div>
4346
<h2 class="font-sans text-xl font-semibold">Submission Guidelines</h2>
4447
<div class="mt-3 space-y-4">
45-
<p>...</p>
46-
</div>
47-
</div>
48-
</article>
49-
50-
<article id="editorial-process" class="grid grid-cols-1 border-t border-black/10 py-6 scroll-mt-24 md:grid-cols-[90px_1fr] md:gap-x-8">
51-
<div class="font-mono text-sm text-gray-400">04</div>
52-
<div>
53-
<h2 class="font-sans text-xl font-semibold">Editorial Process</h2>
54-
<div class="mt-3 space-y-4">
55-
<p>...</p>
56-
</div>
57-
</div>
58-
</article>
59-
60-
<article id="editorial-principles" class="grid grid-cols-1 border-t border-black/10 py-6 scroll-mt-24 md:grid-cols-[90px_1fr] md:gap-x-8">
61-
<div class="font-mono text-sm text-gray-400">05</div>
62-
<div>
63-
<h2 class="font-sans text-xl font-semibold">Editorial Principles</h2>
64-
<div class="mt-3 space-y-4">
65-
<p>...</p>
66-
</div>
67-
</div>
68-
</article>
69-
70-
<article id="citation-and-style" class="grid grid-cols-1 border-t border-black/10 py-6 scroll-mt-24 md:grid-cols-[90px_1fr] md:gap-x-8">
71-
<div class="font-mono text-sm text-gray-400">06</div>
72-
<div>
73-
<h2 class="font-sans text-xl font-semibold">Citation &amp; Style</h2>
74-
<div class="mt-3 space-y-4">
75-
<p>...</p>
48+
{{ page.submission-guidelines | markdownify }}
7649
</div>
7750
</div>
7851
</article>
7952

8053
<article id="contact" class="grid grid-cols-1 border-y border-black/10 py-6 scroll-mt-24 md:grid-cols-[90px_1fr] md:gap-x-8">
81-
<div class="font-mono text-sm text-gray-400">07</div>
54+
<div class="font-mono text-sm text-gray-400">04</div>
8255
<div>
8356
<h2 class="font-sans text-xl font-semibold">Contact</h2>
8457
<div class="mt-3 space-y-4">
85-
<p>...</p>
58+
Coming soon.
8659
</div>
8760
</div>
8861
</article>
@@ -91,17 +64,14 @@ <h2 class="font-sans text-xl font-semibold">Contact</h2>
9164
<aside class="bg-gray-100 px-4 py-6 md:px-6">
9265

9366
<div>
94-
<span class="block font-mono text-[0.68rem] uppercase tracking-[0.12em] text-gray-500">
95-
Editors
96-
</span>
9767

98-
<div class="mt-1 font-mono text-[0.74rem] leading-[1.75] text-neutral-800">
68+
<div class="mt-1 font-mono text-[0.84rem] leading-[1.75] text-neutral-800">
9969
{% for editor in page.editors %}
10070

10171
{{ editor.name }}<br>
10272

10373
{% if editor.role %}
104-
<span class="text-gray-500">{{ editor.role }}</span><br>
74+
<span class="text-gray-500 italic">{{ editor.role }}</span><br>
10575
{% endif %}
10676

10777
{% if editor.affiliation %}

_pages/about.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,20 +34,33 @@ editors:
3434

3535
- name: Jeffrey Schnapp
3636
role: Editor
37-
affiliation: MetaLab, Harvard
37+
affiliation: MetaLab, Harvard University
3838

3939
- name: Seohyon Jung
4040
role: Editor
4141
affiliation: LitLab, KAIST (S. Korea)
4242

4343
- name: Dennis Yi Tenen
4444
role: Editor
45-
affiliation: Narrative Intelligence Lab, Columbia
45+
affiliation: Narrative Intelligence Lab, Columbia University
4646

4747
- name: Johan Malmstedt
4848
role: Associate Editor
49+
affiliation: University of Gothenburg
4950

5051
- name: Serena Cangiano
5152
role: Associate Editor
53+
affiliation: Institute of Design SUPSI
54+
55+
submission-guidelines: |
56+
57+
We accept submissions in a range of formats, including Word documents, PDFs, and plain text
58+
text. Citations should follow the Chicago Manual of Style (notes and bibliography).
59+
60+
Texts in Markdown with BibTeX or otherwise structured references are appreciated.
61+
62+
Notes may include figures, diagrams, code, or other supporting materials.
63+
64+
To submit, send your manuscript and any supporting materials to [email/contact].
5265
5366
---

0 commit comments

Comments
 (0)