Skip to content

Commit 3038de7

Browse files
committed
a lot of small fonts bad for readability
1 parent 7621fa1 commit 3038de7

7 files changed

Lines changed: 141 additions & 26 deletions

File tree

_includes/chip.html

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

44
{% if href %}
55
<a href="{{ href | relative_url }}"
6-
class="font-mono text-[0.68rem] uppercase tracking-[0.12em] text-gray-700 hover:text-red-600">
6+
class="font-mono text-[0.88rem] uppercase tracking-[0.12em] text-gray-700 hover:text-red-600">
77
{{ text }}
88
</a>
99
{% else %}
10-
<span class="font-mono text-[0.68rem] uppercase tracking-[0.12em] text-gray-700">
10+
<span class="font-mono text-[0.88rem] uppercase tracking-[0.12em] text-gray-700">
1111
{{ text }}
1212
</span>
1313
{% endif %}

_includes/header.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
<header class="bg-stone-50 px-6 py-2">
22
<div class="flex flex-col gap-1 md:flex-row md:items-baseline md:justify-between">
33
<div>
4-
<a href="{{ '/' | relative_url }}" class="text-xl font-semibold tracking-tight">
4+
<a href="{{ '/' | relative_url }}" class="text-2xl font-semibold tracking-tight">
55
Lab<span class="text-red-500">/</span>Notes
66
</a>
77
</div>
88

9-
<div class="text-gray-600 font-sans text-[0.72rem] leading-[1.75]">
9+
<div class="text-gray-600 font-sans text-sm leading-[1.75]">
1010
A peer-reviewed journal on research design and method.
1111
</div>
1212
</div>
1313
</header>
1414

1515
<nav class="" aria-label="Primary">
16-
<div class="flex flex-wrap gap-x-6 gap-y-3 px-6 py-2">
16+
<div class="flex flex-wrap gap-x-6 gap-y-3 px-6 py-2 font-mono text-sm uppercase tracking-[0.12em] ">
1717
<a
1818
href="{{ '/' | relative_url }}"
19-
class="font-mono text-[0.68rem] uppercase tracking-[0.12em] {% if page.url == '/' %}text-black underline underline-offset-[0.22rem] decoration-[1px]{% else %}text-gray-500 hover:text-black{% endif %}"
19+
class="{% if page.url == '/' %}text-black underline underline-offset-[0.22rem] decoration-[1px]{% else %}text-gray-500 hover:text-black{% endif %}"
2020
{% if page.url == '/' %}aria-current="page"{% endif %}
2121
>
2222
Home
@@ -26,7 +26,7 @@
2626
{% assign href = menuItem.path | relative_url %}
2727
<a
2828
href="{{ href }}"
29-
class="font-mono text-[0.68rem] uppercase tracking-[0.12em] {% if page.url == menuItem.path %}text-black underline underline-offset-[0.22rem] decoration-[1px]{% else %}text-gray-500 hover:text-black{% endif %}"
29+
class="{% if page.url == menuItem.path %}text-black underline underline-offset-[0.22rem] decoration-[1px]{% else %}text-gray-500 hover:text-black{% endif %}"
3030
{% if page.url == menuItem.path %}aria-current="page"{% endif %}
3131
>
3232
{{ menuItem.name }}

_includes/prose.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--- The prose component should only handle Typography, Readable measure, Internal spacing -->
22

3-
<div class="prose max-w-[75ch] px-4 py-4 md:px-6 md:py-5 font-mono text-[0.72rem] leading-[1.75]">
3+
<div class="prose max-w-[75ch] px-4 md:px-6 font-mono text-m leading-[1.75]">
44
{{ include.content }}
55
</div>
66

_layouts/about.html

Lines changed: 109 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,118 @@
22
layout: default
33
---
44

5-
{% include page-lead.html %}
5+
<div class="grid grid-cols-1 gap-10 md:grid-cols-[minmax(0,1fr)_360px]">
66

7-
<div class="grid grid-cols-1 md:grid-cols-[minmax(0,1fr)_260px] gap-x-10">
8-
9-
<!-- LEFT: main content -->
107
<main>
11-
<!-- TOC -->
12-
<!-- Anchored sections -->
8+
<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>
17+
</ol>
18+
</nav>
19+
20+
<article id="editorial-statement" class="grid grid-cols-1 border-t border-black/10 py-6 scroll-mt-24 md:grid-cols-[90px_1fr] md:gap-x-8">
21+
<div class="font-mono text-sm text-gray-400">01</div>
22+
<div>
23+
<h2 class="font-sans text-xl font-semibold">Editorial Statement</h2>
24+
<div class="prose mt-3 space-y-4">
25+
{{ page.editorial-statement | markdownify }}
26+
</div>
27+
</div>
28+
</article>
29+
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">
31+
<div class="font-mono text-sm text-gray-400">02</div>
32+
<div>
33+
<h2 class="font-sans text-xl font-semibold">Scope &amp; Contributions</h2>
34+
<div class="prose mt-3 space-y-4">
35+
{{ page.scope | markdownify }}
36+
</div>
37+
</div>
38+
</article>
39+
40+
<article id="submission-guidelines" class="grid grid-cols-1 border-t border-black/10 py-6 scroll-mt-24 md:grid-cols-[90px_1fr] md:gap-x-8">
41+
<div class="font-mono text-sm text-gray-400">03</div>
42+
<div>
43+
<h2 class="font-sans text-xl font-semibold">Submission Guidelines</h2>
44+
<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>
76+
</div>
77+
</div>
78+
</article>
79+
80+
<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>
82+
<div>
83+
<h2 class="font-sans text-xl font-semibold">Contact</h2>
84+
<div class="mt-3 space-y-4">
85+
<p>...</p>
86+
</div>
87+
</div>
88+
</article>
1389
</main>
1490

15-
<!-- RIGHT: gray aside -->
16-
<aside class="bg-gray-100 px-4 py-6 md:px-6">
17-
<!-- Editors + Board go here -->
18-
</aside>
91+
<aside class="bg-gray-100 px-4 py-6 md:px-6">
1992

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

98+
<div class="mt-1 font-mono text-[0.74rem] leading-[1.75] text-neutral-800">
99+
{% for editor in page.editors %}
100+
101+
{{ editor.name }}<br>
102+
103+
{% if editor.role %}
104+
<span class="text-gray-500">{{ editor.role }}</span><br>
105+
{% endif %}
106+
107+
{% if editor.affiliation %}
108+
<span class="text-gray-500">{{ editor.affiliation }}</span><br>
109+
{% endif %}
110+
111+
{% unless forloop.last %}<br>{% endunless %}
112+
113+
{% endfor %}
114+
</div>
115+
</div>
116+
117+
</aside>
118+
119+
</div>

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<body class="m-3 font-ibmsans">
1414
{% include header.html %}
1515

16-
<main class="">
16+
<main class="mx-4">
1717
{{ content }}
1818
</main>
1919

_layouts/notes.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66

77
<section class="">
88

9-
{% include page-lead.html %}
10-
119
{% assign items = site.notes | sort: "date" | reverse %}
1210
{% if items and items.size > 0 %}
1311

_pages/about.md

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,26 @@ editorial-statement: >
1111
scholarship, treating the laboratory not as a metaphor but as a site of shared inquiry grounded
1212
in the material conditions of knowledge production.
1313
14-
editors:
14+
scope: |
1515
16-
- name: Dennis Yi Tenen
17-
role: Editor
18-
affiliation: Narrative Intelligence Lab, Columbia
16+
We are interested in contributions that make research legible as process. Suitable submissions include:
17+
18+
- Accounts of experimental setups, workflows, or protocols
19+
- Descriptions of tools, instruments, or computational pipelines
20+
- Reflections on collaborative or lab-based research practices
21+
- Analyses of failed experiments, dead ends, or unexpected outcomes
22+
- Formalizations of informal or tacit methods
23+
24+
Submissions should be concrete and reproducible in principle. We value specificity over
25+
generality, and documentation over interpretation.
26+
27+
We do not publish traditional research articles, literature reviews, or purely theoretical
28+
essays unless they are grounded in a clearly described method or practice.
29+
30+
All contributions should present a defined procedure, workflow, or experimental context that
31+
can be examined, adapted, or replicated by others.
32+
33+
editors:
1934

2035
- name: Jeffrey Schnapp
2136
role: Editor
@@ -25,6 +40,10 @@ editors:
2540
role: Editor
2641
affiliation: LitLab, KAIST (S. Korea)
2742

43+
- name: Dennis Yi Tenen
44+
role: Editor
45+
affiliation: Narrative Intelligence Lab, Columbia
46+
2847
- name: Johan Malmstedt
2948
role: Associate Editor
3049

0 commit comments

Comments
 (0)