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 & 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 & 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 & 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 & 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 & 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 %}
0 commit comments