Skip to content

Commit ca07468

Browse files
committed
Last NACLO session of year
1 parent aae2fe4 commit ca07468

File tree

3 files changed

+75
-7
lines changed

3 files changed

+75
-7
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77
"type": "module",
88
"scripts": {
99
"dev": "node --loader=ts-node/esm --no-warnings=ExperimentalWarning server/index.ts",
10-
"build:client": "vite build --outDir dist/client",
11-
"build:server": "vite build --ssr src/server-entry.tsx --outDir dist/server",
12-
"build": "vite build --outDir dist/static && yarn build:server && node --loader=ts-node/esm --no-warnings=ExperimentalWarning server/pre-render.ts",
10+
"build": "vite build --outDir dist/static && vite build --ssr src/server-entry.tsx --outDir dist/server && node --loader=ts-node/esm --no-warnings=ExperimentalWarning server/pre-render.ts",
1311
"preview": "vite preview",
1412
"format": "prettier -w .",
1513
"lint": "eslint \"**/*.{js,ts,jsx,tsx}\"",

src/pages/notes/naclo/2022.mdx

Lines changed: 49 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ description: Problems used for NACLO coaching sessions in 2022.
44

55
# NACLO 2022
66

7+
{/* cSpell:ignore Waorani Harmongolia Lopit Menya Ndyuka */}
8+
9+
By year, we completed the following problems:
10+
11+
- 2019: C, E, F, K
12+
- 2018: B, D, F, G, H, I, J, K, Q
13+
- 2017: A, B, L, Q
14+
- 2016: C, D, M, N, O
15+
- 2015: G
16+
- 2014: C, N
17+
- 2012: H
18+
- 2011: K
19+
- 2010: O
20+
721
## Session 1 (2022-10-16)
822

923
{/* cSpell:ignore Tshiluba Zoink Chalcatongo Róngs Pame */}
@@ -15,11 +29,44 @@ description: Problems used for NACLO coaching sessions in 2022.
1529
| [2018R2J It’s True: The Truth About Chalcatongo Mixtec](https://naclo.org/resources/problems/2018/N2018-J.pdf) | Phrase translation | 10 | Easy+ |
1630
| [2019R2K Two Róngs Don't Make a Right](https://naclo.org/resources/problems/2019/N2019-K.pdf) | Writing system | 10 | Medium+ |
1731
| [2017R1B Phở Bar](https://naclo.org/resources/problems/2017/N2017-B.pdf) | Phrase translation | 15 | Hard- |
18-
| [2018R1B The Pame Game](https://naclo.org/resources/problems/2018/N2018-B.pdf) | Number system + Language evolution | 20 | Hard |
32+
| [2018R1B The Pame Game](https://naclo.org/resources/problems/2018/N2018-B.pdf) | Number system + Language change | 20 | Hard |
1933
| [2016R1C The Curious Case of Estonian](https://naclo.org/resources/problems/2016/N2016-C.pdf) | Morphology | 10(?) | Medium |
2034

2135
[^1]: I gauge the difficulty myself but I'm bad at this.
2236

2337
## Session 2 (2022-11-06)
2438

25-
TODO
39+
| Problem | Type | Points | Difficulty |
40+
| --- | --- | --- | --- |
41+
| [2016R2O Don't Sell the House!](https://naclo.org/resources/problems/2016/N2016-O.pdf) | Phrase translation | 10(?) | Medium |
42+
| [2014R1C Levenshtein’s Fine Signs](https://naclo.org/resources/problems/2014/N2014-C.pdf) | Computational | 15 | Easy |
43+
| [2014R2N Hungarian Rocks](https://naclo.org/resources/problems/2014/N2014-N.pdf) | Semantics | 5 | Hard |
44+
| [2018R1H N'ko, M'kay](https://naclo.org/resources/problems/2018/N2018-H.pdf) | Writing system | 15 | Easy+ |
45+
| IOL2009Q2 | Morphology | 20 | Hard+ |
46+
| [2018R1F A Match Made in Vietnam](https://naclo.org/resources/problems/2018/N2018-F.pdf) | Morphology | 15 | Medium+ |
47+
| [2012R1H Waorani Numbers](https://naclo.org/resources/problems/2012/N2012-H.pdf) | Number system | 10 | Easy+ |
48+
| [2019R1F Harmongolia](https://naclo.org/resources/problems/2019/N2019-F.pdf) | Morphology | 10 | Medium |
49+
50+
## Session 3 (2022-11-27)
51+
52+
| Problem | Type | Points | Difficulty |
53+
| --- | --- | --- | --- |
54+
| [2016R1D That's an order!](https://naclo.org/resources/problems/2016/N2016-D.pdf) | Phrase translation + Semantics | 15(?) | Medium+ |
55+
| [2018R1D Intergalactic Grammars](https://naclo.org/resources/problems/2018/N2018-D.pdf) | Computational | 5 | Easy+ |
56+
| [2016R2N What happened at the chess tournament?](https://naclo.org/resources/problems/2016/N2016-N.pdf) | Phrase translation | 10(?) | Medium+ |
57+
| [2018R2K Sri Lankan Names](https://naclo.org/resources/problems/2018/N2018-K.pdf) | Writing system | 10 | Medium+ |
58+
| [2010R2O Possessed in Vanuatu](https://naclo.org/resources/problems/2010/N2010-O.pdf) | Phrase translation | 15 | Medium+ |
59+
| [2017R2Q Pluses and Minuses](https://naclo.org/resources/problems/2017/N2017-Q.pdf) | Number system | 15 | Medium+ |
60+
| [2018R2Q Better Left Unsaid](https://naclo.org/resources/problems/2018/N2018-Q.pdf) | Morphology + Phonology | 10 | Easy+ |
61+
62+
## Session 4 (2023-01-22)
63+
64+
| Problem | Type | Points | Difficulty |
65+
| --- | --- | --- | --- |
66+
| [2019R1E Hate It or Lopit](https://naclo.org/resources/problems/2019/N2019-E.pdf) | | 10 | |
67+
| [2018R1G By the Same Token](https://naclo.org/resources/problems/2018/N2018-G.pdf) | | 10 | |
68+
| [2018R2I A Menya Puzzle](https://naclo.org/resources/problems/2018/N2018-I.pdf) | | 15 | |
69+
| [2011R2K A Script for the Ndyuka](https://naclo.org/resources/problems/2011/N2011-K.pdf) | | 20 | |
70+
| [2017R2L The Goat, the Mother, and the Wardrobe](https://naclo.org/resources/problems/2017/N2017-L.pdf) | | 15 | |
71+
| [2019R1C Here is One Hand](https://naclo.org/resources/problems/2019/N2019-C.pdf) | | 20 | |
72+
| [2016R2M Sound Judgments](https://naclo.org/resources/problems/2016/N2016-M.pdf) | | 10(?) | |

src/pages/notes/naclo/2023.mdx

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,20 @@ description: Problems used for NACLO coaching sessions in 2023.
44

55
# NACLO 2023
66

7-
## Session 1 (2023-10-15)
7+
{/* cSpell:ignore Palauan Malteaser Hanunó'o Peasy Vloxes Idalion */}
8+
9+
By year, we completed the following problems:
810

9-
{/* cSpell:ignore Palauan Malteaser Hanunó'o Peasy Vloxes */}
11+
- 2023: A, C, I, M, Q
12+
- 2022: A, B, C, D, O
13+
- 2021: A, B, C, F, G, I
14+
- 2020: A, E, F, G, H
15+
- 2019: A, G, H
16+
- 2017: O
17+
- 2018: E, F
18+
- 2015: L
19+
20+
## Session 1 (2023-10-15)
1021

1122
| Problem | Type | Points | Difficulty[^1] |
1223
| --- | --- | --- | --- |
@@ -43,3 +54,15 @@ description: Problems used for NACLO coaching sessions in 2023.
4354
| [2023R1C Vloxes](https://naclo.org/resources/problems/2023/N2023-C.pdf) | Semantics | 15 | Medium+ |
4455
| [2021R1G The Skates of Wrath](https://naclo.org/resources/problems/2021/N2021-G.pdf) | Morphology | 15 | Medium+ |
4556
| [2023R2M Tongue Tied in Chukchi](https://naclo.org/resources/problems/2023/N2023-M.pdf) | Syntax | 15 | Hard |
57+
58+
## Session 4 (2024-01-21)
59+
60+
| Problem | Type | Points | Difficulty |
61+
| --- | --- | --- | --- |
62+
| [2017R2O Common Sense](https://naclo.org/resources/problems/2017/N2017-O.pdf) | Semantics | 10 | Easy+ |
63+
| [2021R1I Non Sequitur](https://naclo.org/resources/problems/2021/N2021-I.pdf) | Computational + Morphology | 10 | Easy |
64+
| [2023R2Q What to Wear?](https://naclo.org/resources/problems/2023/N2023-Q.pdf) | Phrase translation | 5 | Easy+ |
65+
| [2020R1H The Idalion Tablet](https://naclo.org/resources/problems/2020/N2020-H.pdf) | Writing system | 10 | Medium |
66+
| [2022R1D Real Numbers](https://naclo.org/resources/problems/2022/N2022-D.pdf) | Number system | 10 | Medium+ |
67+
| [2021R1F The Wiles of Reptiles](https://naclo.org/resources/problems/2021/N2021-F.pdf) | Phrase translation + Syntax | 15 | Medium+ |
68+
| [2023R2I Show That One for the People](https://naclo.org/resources/problems/2023/N2023-I.pdf) | Language change | 5 | Hard |

0 commit comments

Comments
 (0)