Skip to content

Commit 3fe681b

Browse files
committed
Add NACLO problems
1 parent 4a70b17 commit 3fe681b

File tree

3 files changed

+46
-1
lines changed

3 files changed

+46
-1
lines changed

project-words.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
cena
22
charis
33
cmyk
4+
conlang
45
copiable
56
coursetable
67
estree
@@ -15,6 +16,7 @@ mathcal
1516
mdast
1617
mdxjs
1718
metastring
19+
naclo
1820
noninteractive
1921
noreply
2022
numpy

src/global.css

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ button {
111111

112112
code {
113113
font-family: var(--font-code);
114-
font-size: small;
114+
font-size: smaller;
115115
background-color: var(--color-shadow);
116116
padding: 4px;
117117
border-radius: 4px;
@@ -141,6 +141,16 @@ blockquote {
141141
margin-left: var(--margin-paragraph);
142142
}
143143

144+
table {
145+
border-collapse: collapse;
146+
}
147+
148+
th,
149+
td {
150+
padding: 0.5em 1em;
151+
border: 1px solid var(--color-text);
152+
}
153+
144154
.tooltip {
145155
--rt-opacity: 1;
146156
background-color: var(--color-background);

src/pages/notes/naclo/2023.mdx

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
description: Problems used for NACLO coaching sessions in 2023.
3+
---
4+
5+
# NACLO 2023
6+
7+
## Session 1 (2023-10-15)
8+
9+
{/* cSpell:ignore Palauan Malteaser Hanunó'o Peasy */}
10+
11+
| Problem | Type | Points | Difficulty[^1] |
12+
| --- | --- | --- | --- |
13+
| [2018R1E Parties in Palauan](https://naclo.org/resources/problems/2018/N2018-E.pdf) | Phrase translation | 5 | Easy |
14+
| [2022R1A Lines in the Sand](https://naclo.org/resources/problems/2022/N2022-A.pdf) | Writing system | 10 | Easy+ |
15+
| [2021R1B Junk Mail: Letters We Don’t Need](https://naclo.org/resources/problems/2021/N2021-B.pdf) | Conlang | 10 | Easy |
16+
| [2021R1C Versatile Verb](https://naclo.org/resources/problems/2021/N2021-C.pdf) | Phrase translation | 10 | Medium |
17+
| [2020R1G Password Confusion](https://naclo.org/resources/problems/2020/N2020-G.pdf) | Syntax | 10 | Easy |
18+
| [2018R1F A Match Made in Vietnam](https://naclo.org/resources/problems/2018/N2018-F.pdf) | Morphology | 15 | Medium+ |
19+
| [2023R1A The Way We Were](https://naclo.org/resources/problems/2023/N2023-A.pdf) | Phrase translation | 15 | Medium+ |
20+
21+
[^1]: I gauge the difficulty myself but I'm bad at this.
22+
23+
## Session 2 (2023-11-05)
24+
25+
| Problem | Type | Points | Difficulty |
26+
| --- | --- | --- | --- |
27+
| [2021R1A The Tortoise and the Rabbit](https://naclo.org/resources/problems/2021/N2021-A.pdf) | Phrase translation | 10 | Easy |
28+
| [2019R1A Malteaser](https://naclo.org/resources/problems/2019/N2019-A.pdf) | Phonology | 10 | Easy |
29+
| [2022R2O Seeing the Future](https://naclo.org/resources/problems/2022/N2022-O.pdf) | Syntax | 10 | Hard |
30+
| [2019R1H Can you know / Hanunó'o?](https://naclo.org/resources/problems/2019/N2019-H.pdf) | Writing system | 15 | Medium |
31+
| [2015R2L Easy-Peasy-Malagasy](https://naclo.org/resources/problems/2021/N2021-B.pdf) | Number system | 15(?) | Hard |
32+
| [2020R1F Coming into Focus](https://naclo.org/resources/problems/2020/N2020-F.pdf) | Phrase translation + Syntax | 15 | Medium+ |
33+
| [2022R1C To Make a Long Story Short](https://naclo.org/resources/problems/2022/N2022-C.pdf) | Computational | 15 | Hard |

0 commit comments

Comments
 (0)