From f0d275f81dc5273fadab4b526dc8ee5b16ba9305 Mon Sep 17 00:00:00 2001 From: Mark Date: Tue, 21 Jan 2025 14:06:11 -0800 Subject: [PATCH] Advanced `meta.toml` --- Advanced/Compression/meta.toml | 6 ++++++ Advanced/Continued Fractions/meta.toml | 6 ++++++ Advanced/Cryptography/meta.toml | 6 ++++++ Advanced/DFAs/meta.toml | 6 ++++++ Advanced/De Bruijn/meta.toml | 6 ++++++ Advanced/Definable Sets/meta.toml | 6 ++++++ Advanced/Error-Correcting Codes/meta.toml | 6 ++++++ Advanced/Esoteric Languages/meta.toml | 6 ++++++ Advanced/Estimathon/meta.toml | 6 ++++++ Advanced/Generating Functions/meta.toml | 6 ++++++ Advanced/Geometric Optimization/meta.toml | 6 ++++++ Advanced/Geometry of Masses/meta.toml | 6 ++++++ Advanced/Graph Algorithms/meta.toml | 6 ++++++ Advanced/Intro to Proofs/meta.toml | 6 ++++++ Advanced/Introduction to Quantum/meta.toml | 6 ++++++ Advanced/Lambda Calculus/meta.toml | 6 ++++++ Advanced/Lattices/meta.toml | 6 ++++++ Advanced/Mock a Mockingbird/meta.toml | 6 ++++++ Advanced/Nonstandard Analysis/meta.toml | 6 ++++++ Advanced/Origami/meta.toml | 6 ++++++ Advanced/Pidgeonhole Problems/meta.toml | 6 ++++++ Advanced/Random Walks/meta.toml | 6 ++++++ Advanced/Retrograde Analysis/meta.toml | 6 ++++++ Advanced/Size of Sets/meta.toml | 6 ++++++ Advanced/Stopping Problems/meta.toml | 6 ++++++ Advanced/Symmetric Group/meta.toml | 6 ++++++ Advanced/Tropical Polynomials/meta.toml | 7 +++++++ tools/meta.toml | 23 ++++++++++++++++++++++ 28 files changed, 186 insertions(+) create mode 100644 Advanced/Compression/meta.toml create mode 100644 Advanced/Continued Fractions/meta.toml create mode 100644 Advanced/Cryptography/meta.toml create mode 100644 Advanced/DFAs/meta.toml create mode 100644 Advanced/De Bruijn/meta.toml create mode 100644 Advanced/Definable Sets/meta.toml create mode 100644 Advanced/Error-Correcting Codes/meta.toml create mode 100644 Advanced/Esoteric Languages/meta.toml create mode 100644 Advanced/Estimathon/meta.toml create mode 100644 Advanced/Generating Functions/meta.toml create mode 100644 Advanced/Geometric Optimization/meta.toml create mode 100644 Advanced/Geometry of Masses/meta.toml create mode 100644 Advanced/Graph Algorithms/meta.toml create mode 100644 Advanced/Intro to Proofs/meta.toml create mode 100644 Advanced/Introduction to Quantum/meta.toml create mode 100644 Advanced/Lambda Calculus/meta.toml create mode 100644 Advanced/Lattices/meta.toml create mode 100644 Advanced/Mock a Mockingbird/meta.toml create mode 100644 Advanced/Nonstandard Analysis/meta.toml create mode 100644 Advanced/Origami/meta.toml create mode 100644 Advanced/Pidgeonhole Problems/meta.toml create mode 100644 Advanced/Random Walks/meta.toml create mode 100644 Advanced/Retrograde Analysis/meta.toml create mode 100644 Advanced/Size of Sets/meta.toml create mode 100644 Advanced/Stopping Problems/meta.toml create mode 100644 Advanced/Symmetric Group/meta.toml create mode 100644 Advanced/Tropical Polynomials/meta.toml create mode 100644 tools/meta.toml diff --git a/Advanced/Compression/meta.toml b/Advanced/Compression/meta.toml new file mode 100644 index 0000000..ff6f333 --- /dev/null +++ b/Advanced/Compression/meta.toml @@ -0,0 +1,6 @@ +[metadata] +title = "Compression" + +[publish] +handout = true +solutions = true diff --git a/Advanced/Continued Fractions/meta.toml b/Advanced/Continued Fractions/meta.toml new file mode 100644 index 0000000..e6960ee --- /dev/null +++ b/Advanced/Continued Fractions/meta.toml @@ -0,0 +1,6 @@ +[metadata] +title = "Continued Fractions" + +[publish] +handout = true +solutions = true diff --git a/Advanced/Cryptography/meta.toml b/Advanced/Cryptography/meta.toml new file mode 100644 index 0000000..659ab7e --- /dev/null +++ b/Advanced/Cryptography/meta.toml @@ -0,0 +1,6 @@ +[metadata] +title = "Cryptography" + +[publish] +handout = true +solutions = true diff --git a/Advanced/DFAs/meta.toml b/Advanced/DFAs/meta.toml new file mode 100644 index 0000000..cbe951b --- /dev/null +++ b/Advanced/DFAs/meta.toml @@ -0,0 +1,6 @@ +[metadata] +title = "Finite Automata" + +[publish] +handout = true +solutions = true diff --git a/Advanced/De Bruijn/meta.toml b/Advanced/De Bruijn/meta.toml new file mode 100644 index 0000000..e86e40b --- /dev/null +++ b/Advanced/De Bruijn/meta.toml @@ -0,0 +1,6 @@ +[metadata] +title = "De Bruijn" + +[publish] +handout = true +solutions = true diff --git a/Advanced/Definable Sets/meta.toml b/Advanced/Definable Sets/meta.toml new file mode 100644 index 0000000..c071ab7 --- /dev/null +++ b/Advanced/Definable Sets/meta.toml @@ -0,0 +1,6 @@ +[metadata] +title = "Definable Sets" + +[publish] +handout = true +solutions = true diff --git a/Advanced/Error-Correcting Codes/meta.toml b/Advanced/Error-Correcting Codes/meta.toml new file mode 100644 index 0000000..1857f05 --- /dev/null +++ b/Advanced/Error-Correcting Codes/meta.toml @@ -0,0 +1,6 @@ +[metadata] +title = "Error-Correcting Codes" + +[publish] +handout = true +solutions = true diff --git a/Advanced/Esoteric Languages/meta.toml b/Advanced/Esoteric Languages/meta.toml new file mode 100644 index 0000000..f9d26e9 --- /dev/null +++ b/Advanced/Esoteric Languages/meta.toml @@ -0,0 +1,6 @@ +[metadata] +title = "Esoteric Languages" + +[publish] +handout = false +solutions = false diff --git a/Advanced/Estimathon/meta.toml b/Advanced/Estimathon/meta.toml new file mode 100644 index 0000000..3bb5423 --- /dev/null +++ b/Advanced/Estimathon/meta.toml @@ -0,0 +1,6 @@ +[metadata] +title = "Estimathon" + +[publish] +handout = false +solutions = true diff --git a/Advanced/Generating Functions/meta.toml b/Advanced/Generating Functions/meta.toml new file mode 100644 index 0000000..08749ca --- /dev/null +++ b/Advanced/Generating Functions/meta.toml @@ -0,0 +1,6 @@ +[metadata] +title = "Generating Functions" + +[publish] +handout = true +solutions = true diff --git a/Advanced/Geometric Optimization/meta.toml b/Advanced/Geometric Optimization/meta.toml new file mode 100644 index 0000000..f3533c2 --- /dev/null +++ b/Advanced/Geometric Optimization/meta.toml @@ -0,0 +1,6 @@ +[metadata] +title = "Geometric Optimization" + +[publish] +handout = true +solutions = false diff --git a/Advanced/Geometry of Masses/meta.toml b/Advanced/Geometry of Masses/meta.toml new file mode 100644 index 0000000..6b3a40d --- /dev/null +++ b/Advanced/Geometry of Masses/meta.toml @@ -0,0 +1,6 @@ +[metadata] +title = "Geometry of Masses" + +[publish] +handout = true +solutions = false diff --git a/Advanced/Graph Algorithms/meta.toml b/Advanced/Graph Algorithms/meta.toml new file mode 100644 index 0000000..466ede4 --- /dev/null +++ b/Advanced/Graph Algorithms/meta.toml @@ -0,0 +1,6 @@ +[metadata] +title = "Graph Algorithms" + +[publish] +handout = true +solutions = true diff --git a/Advanced/Intro to Proofs/meta.toml b/Advanced/Intro to Proofs/meta.toml new file mode 100644 index 0000000..8e885f4 --- /dev/null +++ b/Advanced/Intro to Proofs/meta.toml @@ -0,0 +1,6 @@ +[metadata] +title = "Intro to Proofs" + +[publish] +handout = true +solutions = false diff --git a/Advanced/Introduction to Quantum/meta.toml b/Advanced/Introduction to Quantum/meta.toml new file mode 100644 index 0000000..27d5132 --- /dev/null +++ b/Advanced/Introduction to Quantum/meta.toml @@ -0,0 +1,6 @@ +[metadata] +title = "Quantum Computing" + +[publish] +handout = true +solutions = true diff --git a/Advanced/Lambda Calculus/meta.toml b/Advanced/Lambda Calculus/meta.toml new file mode 100644 index 0000000..8f8932c --- /dev/null +++ b/Advanced/Lambda Calculus/meta.toml @@ -0,0 +1,6 @@ +[metadata] +title = "Lambda Calculus" + +[publish] +handout = true +solutions = true diff --git a/Advanced/Lattices/meta.toml b/Advanced/Lattices/meta.toml new file mode 100644 index 0000000..782e271 --- /dev/null +++ b/Advanced/Lattices/meta.toml @@ -0,0 +1,6 @@ +[metadata] +title = "Lattices" + +[publish] +handout = true +solutions = true diff --git a/Advanced/Mock a Mockingbird/meta.toml b/Advanced/Mock a Mockingbird/meta.toml new file mode 100644 index 0000000..891ab9c --- /dev/null +++ b/Advanced/Mock a Mockingbird/meta.toml @@ -0,0 +1,6 @@ +[metadata] +title = "Mock a Mockingbird" + +[publish] +handout = true +solutions = true diff --git a/Advanced/Nonstandard Analysis/meta.toml b/Advanced/Nonstandard Analysis/meta.toml new file mode 100644 index 0000000..e79cf0a --- /dev/null +++ b/Advanced/Nonstandard Analysis/meta.toml @@ -0,0 +1,6 @@ +[metadata] +title = "Nonstandard Analysis" + +[publish] +handout = false +solutions = false diff --git a/Advanced/Origami/meta.toml b/Advanced/Origami/meta.toml new file mode 100644 index 0000000..9de3074 --- /dev/null +++ b/Advanced/Origami/meta.toml @@ -0,0 +1,6 @@ +[metadata] +title = "Origami" + +[publish] +handout = true +solutions = true diff --git a/Advanced/Pidgeonhole Problems/meta.toml b/Advanced/Pidgeonhole Problems/meta.toml new file mode 100644 index 0000000..c610312 --- /dev/null +++ b/Advanced/Pidgeonhole Problems/meta.toml @@ -0,0 +1,6 @@ +[metadata] +title = "Pidgeonhole Problems" + +[publish] +handout = true +solutions = true diff --git a/Advanced/Random Walks/meta.toml b/Advanced/Random Walks/meta.toml new file mode 100644 index 0000000..2be363f --- /dev/null +++ b/Advanced/Random Walks/meta.toml @@ -0,0 +1,6 @@ +[metadata] +title = "Random Walks" + +[publish] +handout = true +solutions = true diff --git a/Advanced/Retrograde Analysis/meta.toml b/Advanced/Retrograde Analysis/meta.toml new file mode 100644 index 0000000..1c4ea7e --- /dev/null +++ b/Advanced/Retrograde Analysis/meta.toml @@ -0,0 +1,6 @@ +[metadata] +title = "Retrograde Analysis" + +[publish] +handout = true +solutions = true diff --git a/Advanced/Size of Sets/meta.toml b/Advanced/Size of Sets/meta.toml new file mode 100644 index 0000000..8ff1deb --- /dev/null +++ b/Advanced/Size of Sets/meta.toml @@ -0,0 +1,6 @@ +[metadata] +title = "The Size of Sets" + +[publish] +handout = true +solutions = false diff --git a/Advanced/Stopping Problems/meta.toml b/Advanced/Stopping Problems/meta.toml new file mode 100644 index 0000000..1566940 --- /dev/null +++ b/Advanced/Stopping Problems/meta.toml @@ -0,0 +1,6 @@ +[metadata] +title = "Stopping Problems" + +[publish] +handout = true +solutions = true diff --git a/Advanced/Symmetric Group/meta.toml b/Advanced/Symmetric Group/meta.toml new file mode 100644 index 0000000..315df4a --- /dev/null +++ b/Advanced/Symmetric Group/meta.toml @@ -0,0 +1,6 @@ +[metadata] +title = "The Symmetric Group" + +[publish] +handout = true +solutions = true diff --git a/Advanced/Tropical Polynomials/meta.toml b/Advanced/Tropical Polynomials/meta.toml new file mode 100644 index 0000000..ed4fa95 --- /dev/null +++ b/Advanced/Tropical Polynomials/meta.toml @@ -0,0 +1,7 @@ +[metadata] +title = "Tropical Polynomials" + + +[publish] +handout = true +solutions = true diff --git a/tools/meta.toml b/tools/meta.toml new file mode 100644 index 0000000..8147e05 --- /dev/null +++ b/tools/meta.toml @@ -0,0 +1,23 @@ +# This is a sample `meta.toml`. +# A copy of this file should exist in every handout directory. +# +# All keys are required. + +[metadata] +title = "title of this handout" + + +[publish] +# Should we publish this handout? +# If `false`, no part of this handout is published. +# (useful for drafts) +handout = true + +# Should we publish an "instructor's" version of this handout? +# This has no effect if `publish.handout == false`. +# +# If `true`, publish a version of this handout with solutions. +# If `false`, do not publish a handout with solutions. +# +# Set this to `false` if solutions have not been written. +solutions = true