From 4b65764c8973f54b82a0192aef19391fc61e1fef Mon Sep 17 00:00:00 2001 From: Joshua Potter Date: Fri, 22 Mar 2024 09:26:41 -0600 Subject: [PATCH] Rename "References" section to "Bibliography". --- notes/algebra/floor-ceiling.md | 2 +- notes/algebra/radices.md | 2 +- notes/algebra/sequences/arithmetic.md | 2 +- notes/algebra/sequences/geometric.md | 2 +- notes/algebra/sequences/index.md | 2 +- notes/algebra/sequences/square-numbers.md | 2 +- notes/algebra/sequences/triangular-numbers.md | 2 +- notes/algorithms/binary-search.md | 2 +- notes/algorithms/index.md | 2 +- notes/algorithms/loop-invariant.md | 2 +- notes/algorithms/order-growth.md | 2 +- notes/algorithms/sorting/bubble-sort.md | 2 +- notes/algorithms/sorting/index.md | 2 +- notes/algorithms/sorting/insertion-sort.md | 2 +- notes/algorithms/sorting/merge-sort.md | 2 +- notes/algorithms/sorting/selection-sort.md | 2 +- notes/bash/prompts.md | 2 +- notes/bash/robustness.md | 2 +- notes/bash/shebang.md | 2 +- notes/binary/endianness.md | 2 +- notes/c17/declarations.md | 2 +- notes/c17/strings.md | 2 +- notes/combinatorics/additive-principle.md | 2 +- notes/combinatorics/combinations.md | 2 +- notes/combinatorics/inclusion-exclusion.md | 2 +- notes/combinatorics/index.md | 2 +- notes/combinatorics/multiplicative-principle.md | 2 +- notes/combinatorics/permutations.md | 2 +- notes/encoding/ascii.md | 2 +- notes/encoding/floating-point.md | 2 +- notes/encoding/integer.md | 2 +- notes/filesystems/cas.md | 2 +- notes/git/objects.md | 2 +- notes/git/refs.md | 2 +- notes/logic/boolean-algebra.md | 2 +- notes/logic/equiv-trans.md | 2 +- notes/logic/normal-form.md | 2 +- notes/logic/propositional.md | 2 +- notes/logic/quantification.md | 2 +- notes/logic/short-circuit.md | 2 +- notes/logic/truth-tables.md | 2 +- notes/nix/callPackage.md | 2 +- notes/posix/regexp.md | 2 +- notes/posix/signals.md | 2 +- notes/set/graphs.md | 2 +- notes/x86-64/declarations.md | 2 +- notes/x86-64/index.md | 2 +- notes/x86-64/instructions.md | 2 +- 48 files changed, 48 insertions(+), 48 deletions(-) diff --git a/notes/algebra/floor-ceiling.md b/notes/algebra/floor-ceiling.md index 09a3708..91d6061 100644 --- a/notes/algebra/floor-ceiling.md +++ b/notes/algebra/floor-ceiling.md @@ -352,7 +352,7 @@ Reference: Ronald L. Graham, Donald Ervin Knuth, and Oren Patashnik, *Concrete M END%% -## References +## Bibliography * Bryant, Randal E., and David O'Hallaron. *Computer Systems: A Programmer's Perspective*. Third edition, Global edition. Always Learning. Pearson, 2016. * Ronald L. Graham, Donald Ervin Knuth, and Oren Patashnik, *Concrete Mathematics: A Foundation for Computer Science*, 2nd ed (Reading, Mass: Addison-Wesley, 1994). diff --git a/notes/algebra/radices.md b/notes/algebra/radices.md index 01ecbcc..8c4652a 100644 --- a/notes/algebra/radices.md +++ b/notes/algebra/radices.md @@ -292,7 +292,7 @@ Tags: binary::hex END%% -## References +## Bibliography * Bryant, Randal E., and David O'Hallaron. *Computer Systems: A Programmer's Perspective*. Third edition, Global edition. Always Learning. Pearson, 2016. * “Radix,” in *Wikipedia*, August 6, 2023, [https://en.wikipedia.org/w/index.php?title=Radix&oldid=1169046173](https://en.wikipedia.org/w/index.php?title=Radix&oldid=1169046173). \ No newline at end of file diff --git a/notes/algebra/sequences/arithmetic.md b/notes/algebra/sequences/arithmetic.md index e20dc6d..86a4a5a 100644 --- a/notes/algebra/sequences/arithmetic.md +++ b/notes/algebra/sequences/arithmetic.md @@ -150,6 +150,6 @@ Reference: Oscar Levin, *Discrete Mathematics: An Open Introduction*, 3rd ed., n END%% -## References +## Bibliography * Oscar Levin, *Discrete Mathematics: An Open Introduction*, 3rd ed., n.d., [https://discrete.openmathbooks.org/pdfs/dmoi3-tablet.pdf](https://discrete.openmathbooks.org/pdfs/dmoi3-tablet.pdf). \ No newline at end of file diff --git a/notes/algebra/sequences/geometric.md b/notes/algebra/sequences/geometric.md index 0b760e7..ba7b08d 100644 --- a/notes/algebra/sequences/geometric.md +++ b/notes/algebra/sequences/geometric.md @@ -142,6 +142,6 @@ Reference: Oscar Levin, *Discrete Mathematics: An Open Introduction*, 3rd ed., n END%% -## References +## Bibliography * Oscar Levin, *Discrete Mathematics: An Open Introduction*, 3rd ed., n.d., [https://discrete.openmathbooks.org/pdfs/dmoi3-tablet.pdf](https://discrete.openmathbooks.org/pdfs/dmoi3-tablet.pdf). \ No newline at end of file diff --git a/notes/algebra/sequences/index.md b/notes/algebra/sequences/index.md index 3398dd6..f3a83e0 100644 --- a/notes/algebra/sequences/index.md +++ b/notes/algebra/sequences/index.md @@ -169,7 +169,7 @@ Reference: Oscar Levin, *Discrete Mathematics: An Open Introduction*, 3rd ed., n END%% -## References +## Bibliography * Oscar Levin, *Discrete Mathematics: An Open Introduction*, 3rd ed., n.d., [https://discrete.openmathbooks.org/pdfs/dmoi3-tablet.pdf](https://discrete.openmathbooks.org/pdfs/dmoi3-tablet.pdf). * Ronald L. Graham, Donald Ervin Knuth, and Oren Patashnik, *Concrete Mathematics: A Foundation for Computer Science*, 2nd ed (Reading, Mass: Addison-Wesley, 1994). diff --git a/notes/algebra/sequences/square-numbers.md b/notes/algebra/sequences/square-numbers.md index a44550f..40b4f14 100644 --- a/notes/algebra/sequences/square-numbers.md +++ b/notes/algebra/sequences/square-numbers.md @@ -126,7 +126,7 @@ Reference: “Square Number,” in _Wikipedia_, May 10, 2023, [https://en.wikipe END%% -## References +## Bibliography * Oscar Levin, *Discrete Mathematics: An Open Introduction*, 3rd ed., n.d., [https://discrete.openmathbooks.org/pdfs/dmoi3-tablet.pdf](https://discrete.openmathbooks.org/pdfs/dmoi3-tablet.pdf). * “Square Number,” in _Wikipedia_, May 10, 2023, [https://en.wikipedia.org/w/index.php?title=Square_number&oldid=1154182731](https://en.wikipedia.org/w/index.php?title=Square_number&oldid=1154182731). \ No newline at end of file diff --git a/notes/algebra/sequences/triangular-numbers.md b/notes/algebra/sequences/triangular-numbers.md index d30f6f8..3cd0617 100644 --- a/notes/algebra/sequences/triangular-numbers.md +++ b/notes/algebra/sequences/triangular-numbers.md @@ -254,7 +254,7 @@ Reference: “Triangular Number,” in _Wikipedia_, January 13, 2024, [https://e END%% -## References +## Bibliography * Oscar Levin, *Discrete Mathematics: An Open Introduction*, 3rd ed., n.d., [https://discrete.openmathbooks.org/pdfs/dmoi3-tablet.pdf](https://discrete.openmathbooks.org/pdfs/dmoi3-tablet.pdf). * “Triangular Number,” in _Wikipedia_, January 13, 2024, [https://en.wikipedia.org/w/index.php?title=Triangular_number&oldid=1195279122](https://en.wikipedia.org/w/index.php?title=Triangular_number&oldid=1195279122). \ No newline at end of file diff --git a/notes/algorithms/binary-search.md b/notes/algorithms/binary-search.md index a1d7d45..4f30efb 100644 --- a/notes/algorithms/binary-search.md +++ b/notes/algorithms/binary-search.md @@ -120,6 +120,6 @@ Reference: Thomas H. Cormen et al., Introduction to Algorithms, Fourth edition ( END%% -## References +## Bibliography * Thomas H. Cormen et al., Introduction to Algorithms, Fourth edition (Cambridge, Massachusett: The MIT Press, 2022). diff --git a/notes/algorithms/index.md b/notes/algorithms/index.md index 8140aa2..707fdb7 100644 --- a/notes/algorithms/index.md +++ b/notes/algorithms/index.md @@ -97,6 +97,6 @@ Reference: Thomas H. Cormen et al., Introduction to Algorithms, Fourth edition ( END%% -## References +## Bibliography * Thomas H. Cormen et al., Introduction to Algorithms, Fourth edition (Cambridge, Massachusett: The MIT Press, 2022). \ No newline at end of file diff --git a/notes/algorithms/loop-invariant.md b/notes/algorithms/loop-invariant.md index bd05599..e108627 100644 --- a/notes/algorithms/loop-invariant.md +++ b/notes/algorithms/loop-invariant.md @@ -85,6 +85,6 @@ Reference: Thomas H. Cormen et al., Introduction to Algorithms, Fourth edition ( END%% -## References +## Bibliography * Thomas H. Cormen et al., Introduction to Algorithms, Fourth edition (Cambridge, Massachusett: The MIT Press, 2022). \ No newline at end of file diff --git a/notes/algorithms/order-growth.md b/notes/algorithms/order-growth.md index 01caa82..4446bc2 100644 --- a/notes/algorithms/order-growth.md +++ b/notes/algorithms/order-growth.md @@ -1247,6 +1247,6 @@ Reference: Thomas H. Cormen et al., Introduction to Algorithms, Fourth edition ( END%% -## References +## Bibliography * Thomas H. Cormen et al., Introduction to Algorithms, Fourth edition (Cambridge, Massachusett: The MIT Press, 2022). \ No newline at end of file diff --git a/notes/algorithms/sorting/bubble-sort.md b/notes/algorithms/sorting/bubble-sort.md index 828b2e5..3447f50 100644 --- a/notes/algorithms/sorting/bubble-sort.md +++ b/notes/algorithms/sorting/bubble-sort.md @@ -198,6 +198,6 @@ Reference: Thomas H. Cormen et al., Introduction to Algorithms, Fourth edition ( END%% -## References +## Bibliography * Thomas H. Cormen et al., Introduction to Algorithms, Fourth edition (Cambridge, Massachusett: The MIT Press, 2022). diff --git a/notes/algorithms/sorting/index.md b/notes/algorithms/sorting/index.md index 451aa46..d443470 100644 --- a/notes/algorithms/sorting/index.md +++ b/notes/algorithms/sorting/index.md @@ -108,7 +108,7 @@ Reference: “Kernel — Elixir v1.16.1,” accessed February 2, 2024, [https:// END%% -## References +## Bibliography * Thomas H. Cormen et al., *Introduction to Algorithms*, 3rd ed (Cambridge, Mass: MIT Press, 2009). * “Kernel — Elixir v1.16.1,” accessed February 2, 2024, [https://hexdocs.pm/elixir/1.16/Kernel.html#module-structural-comparison](https://hexdocs.pm/elixir/1.16/Kernel.html#module-structural-comparison). diff --git a/notes/algorithms/sorting/insertion-sort.md b/notes/algorithms/sorting/insertion-sort.md index c8c475c..78f6308 100644 --- a/notes/algorithms/sorting/insertion-sort.md +++ b/notes/algorithms/sorting/insertion-sort.md @@ -214,6 +214,6 @@ Reference: Thomas H. Cormen et al., Introduction to Algorithms, Fourth edition ( END%% -## References +## Bibliography * Thomas H. Cormen et al., Introduction to Algorithms, Fourth edition (Cambridge, Massachusett: The MIT Press, 2022). diff --git a/notes/algorithms/sorting/merge-sort.md b/notes/algorithms/sorting/merge-sort.md index f220d32..b5a057d 100644 --- a/notes/algorithms/sorting/merge-sort.md +++ b/notes/algorithms/sorting/merge-sort.md @@ -159,6 +159,6 @@ Reference: Thomas H. Cormen et al., Introduction to Algorithms, Fourth edition ( END%% -## References +## Bibliography * Thomas H. Cormen et al., Introduction to Algorithms, Fourth edition (Cambridge, Massachusett: The MIT Press, 2022). diff --git a/notes/algorithms/sorting/selection-sort.md b/notes/algorithms/sorting/selection-sort.md index b9d7abe..01b688b 100644 --- a/notes/algorithms/sorting/selection-sort.md +++ b/notes/algorithms/sorting/selection-sort.md @@ -174,6 +174,6 @@ Reference: Thomas H. Cormen et al., Introduction to Algorithms, Fourth edition ( END%% -## References +## Bibliography * Thomas H. Cormen et al., Introduction to Algorithms, Fourth edition (Cambridge, Massachusett: The MIT Press, 2022). diff --git a/notes/bash/prompts.md b/notes/bash/prompts.md index a50e7fa..802906e 100644 --- a/notes/bash/prompts.md +++ b/notes/bash/prompts.md @@ -55,7 +55,7 @@ Reference: Cooper, Mendel. “Advanced Bash-Scripting Guide,” n.d., 916. END%% -## References +## Bibliography * Cooper, Mendel. “Advanced Bash-Scripting Guide,” n.d., 916. * Robbins, Arnold D. “GAWK: Effective AWK Programming,” October 2023. [https://www.gnu.org/software/gawk/manual/gawk.pdf](https://www.gnu.org/software/gawk/manual/gawk.pdf) \ No newline at end of file diff --git a/notes/bash/robustness.md b/notes/bash/robustness.md index 92d1d49..20a1892 100644 --- a/notes/bash/robustness.md +++ b/notes/bash/robustness.md @@ -64,6 +64,6 @@ It's interesting to think what else can be used as a measure of a command's robu The above scenarios are what makes something like [[nix/index|nix]] so compelling. -## References +## Bibliography * Robbins, Arnold D. “GAWK: Effective AWK Programming,” October 2023. [https://www.gnu.org/software/gawk/manual/gawk.pdf](https://www.gnu.org/software/gawk/manual/gawk.pdf) diff --git a/notes/bash/shebang.md b/notes/bash/shebang.md index 0c5c22d..a476fe7 100644 --- a/notes/bash/shebang.md +++ b/notes/bash/shebang.md @@ -52,7 +52,7 @@ Reference: Robbins, Arnold D. “GAWK: Effective AWK Programming,” October 202 END%% -## References +## Bibliography * Cooper, Mendel. “Advanced Bash-Scripting Guide,” n.d., 916. * Robbins, Arnold D. “GAWK: Effective AWK Programming,” October 2023. [https://www.gnu.org/software/gawk/manual/gawk.pdf](https://www.gnu.org/software/gawk/manual/gawk.pdf) \ No newline at end of file diff --git a/notes/binary/endianness.md b/notes/binary/endianness.md index 0a8d31b..f0360c4 100644 --- a/notes/binary/endianness.md +++ b/notes/binary/endianness.md @@ -114,6 +114,6 @@ int main() { The above snippet can be used to check endianness on the current machine. If big-endian, the output should be `01 23 45 67`. If little-endian, `67 45 23 01`. -## References +## Bibliography * Bryant, Randal E., and David O'Hallaron. *Computer Systems: A Programmer's Perspective*. Third edition, Global edition. Always Learning. Pearson, 2016. \ No newline at end of file diff --git a/notes/c17/declarations.md b/notes/c17/declarations.md index 24f1c70..fc02533 100644 --- a/notes/c17/declarations.md +++ b/notes/c17/declarations.md @@ -353,6 +353,6 @@ Reference: Bryant, Randal E., and David O'Hallaron. *Computer Systems: A Program END%% -## References +## Bibliography * Bryant, Randal E., and David O'Hallaron. *Computer Systems: A Programmer's Perspective*. Third edition, Global edition. Always Learning. Pearson, 2016. diff --git a/notes/c17/strings.md b/notes/c17/strings.md index 8c555ae..9b9fcd4 100644 --- a/notes/c17/strings.md +++ b/notes/c17/strings.md @@ -1057,7 +1057,7 @@ Tags: encoding::unicode END%% -## References +## Bibliography * Arnold D. Robbins, “GAWK: Effective AWK Programming,” October 2023, [https://www.gnu.org/software/gawk/manual/gawk.pdf](https://www.gnu.org/software/gawk/manual/gawk.pdf). * Brian W. Kernighan and Dennis M. Ritchie, *The C Programming Language*, 2nd ed (Englewood Cliffs, N.J: Prentice Hall, 1988). diff --git a/notes/combinatorics/additive-principle.md b/notes/combinatorics/additive-principle.md index 3293a08..fb4ef8d 100644 --- a/notes/combinatorics/additive-principle.md +++ b/notes/combinatorics/additive-principle.md @@ -54,6 +54,6 @@ Reference: Oscar Levin, *Discrete Mathematics: An Open Introduction*, 3rd ed., n END%% -## References +## Bibliography * Oscar Levin, *Discrete Mathematics: An Open Introduction*, 3rd ed., n.d., [https://discrete.openmathbooks.org/pdfs/dmoi3-tablet.pdf](https://discrete.openmathbooks.org/pdfs/dmoi3-tablet.pdf). \ No newline at end of file diff --git a/notes/combinatorics/combinations.md b/notes/combinatorics/combinations.md index 50c8ca2..28078dc 100644 --- a/notes/combinatorics/combinations.md +++ b/notes/combinatorics/combinations.md @@ -605,6 +605,6 @@ Reference: Oscar Levin, *Discrete Mathematics: An Open Introduction*, 3rd ed., n END%% -## References +## Bibliography * Oscar Levin, *Discrete Mathematics: An Open Introduction*, 3rd ed., n.d., [https://discrete.openmathbooks.org/pdfs/dmoi3-tablet.pdf](https://discrete.openmathbooks.org/pdfs/dmoi3-tablet.pdf). \ No newline at end of file diff --git a/notes/combinatorics/inclusion-exclusion.md b/notes/combinatorics/inclusion-exclusion.md index fb42543..1d92eb9 100644 --- a/notes/combinatorics/inclusion-exclusion.md +++ b/notes/combinatorics/inclusion-exclusion.md @@ -91,6 +91,6 @@ Reference: Oscar Levin, *Discrete Mathematics: An Open Introduction*, 3rd ed., n END%% -## References +## Bibliography * Oscar Levin, *Discrete Mathematics: An Open Introduction*, 3rd ed., n.d., [https://discrete.openmathbooks.org/pdfs/dmoi3-tablet.pdf](https://discrete.openmathbooks.org/pdfs/dmoi3-tablet.pdf). \ No newline at end of file diff --git a/notes/combinatorics/index.md b/notes/combinatorics/index.md index c38ea62..e08ba33 100644 --- a/notes/combinatorics/index.md +++ b/notes/combinatorics/index.md @@ -142,6 +142,6 @@ Back: END%% -## References +## Bibliography * Oscar Levin, *Discrete Mathematics: An Open Introduction*, 3rd ed., n.d., [https://discrete.openmathbooks.org/pdfs/dmoi3-tablet.pdf](https://discrete.openmathbooks.org/pdfs/dmoi3-tablet.pdf). diff --git a/notes/combinatorics/multiplicative-principle.md b/notes/combinatorics/multiplicative-principle.md index 80d8b0c..a7e8bca 100644 --- a/notes/combinatorics/multiplicative-principle.md +++ b/notes/combinatorics/multiplicative-principle.md @@ -117,6 +117,6 @@ Reference: Oscar Levin, *Discrete Mathematics: An Open Introduction*, 3rd ed., n END%% -## References +## Bibliography * Oscar Levin, *Discrete Mathematics: An Open Introduction*, 3rd ed., n.d., [https://discrete.openmathbooks.org/pdfs/dmoi3-tablet.pdf](https://discrete.openmathbooks.org/pdfs/dmoi3-tablet.pdf). \ No newline at end of file diff --git a/notes/combinatorics/permutations.md b/notes/combinatorics/permutations.md index 4377dbb..9f02d06 100644 --- a/notes/combinatorics/permutations.md +++ b/notes/combinatorics/permutations.md @@ -487,7 +487,7 @@ Reference: Oscar Levin, *Discrete Mathematics: An Open Introduction*, 3rd ed., n END%% -## References +## Bibliography * Gries, David. *The Science of Programming*. Texts and Monographs in Computer Science. New York: Springer-Verlag, 1981. * Oscar Levin, *Discrete Mathematics: An Open Introduction*, 3rd ed., n.d., [https://discrete.openmathbooks.org/pdfs/dmoi3-tablet.pdf](https://discrete.openmathbooks.org/pdfs/dmoi3-tablet.pdf). diff --git a/notes/encoding/ascii.md b/notes/encoding/ascii.md index 90708aa..1c66f7e 100644 --- a/notes/encoding/ascii.md +++ b/notes/encoding/ascii.md @@ -87,6 +87,6 @@ Reference: Bryant, Randal E., and David O'Hallaron. *Computer Systems: A Program END%% -## References +## Bibliography * Bryant, Randal E., and David O'Hallaron. *Computer Systems: A Programmer's Perspective*. Third edition, Global edition. Always Learning. Pearson, 2016. \ No newline at end of file diff --git a/notes/encoding/floating-point.md b/notes/encoding/floating-point.md index 47dc30a..b1ae589 100644 --- a/notes/encoding/floating-point.md +++ b/notes/encoding/floating-point.md @@ -1454,7 +1454,7 @@ Reference: Bryant, Randal E., and David O'Hallaron. *Computer Systems: A Program END%% -## References +## Bibliography * Bryant, Randal E., and David O'Hallaron. *Computer Systems: A Programmer's Perspective*. Third edition, Global edition. Always Learning. Pearson, 2016. * “Scientific Notation.” In _Wikipedia_, March 6, 2024. [https://en.wikipedia.org/w/index.php?title=Scientific_notation&oldid=1212169750](https://en.wikipedia.org/w/index.php?title=Scientific_notation&oldid=1212169750). diff --git a/notes/encoding/integer.md b/notes/encoding/integer.md index 9b279f3..b766087 100644 --- a/notes/encoding/integer.md +++ b/notes/encoding/integer.md @@ -2114,7 +2114,7 @@ Tags: c17 END%% -## References +## Bibliography * Bryant, Randal E., and David O'Hallaron. *Computer Systems: A Programmer's Perspective*. Third edition, Global edition. Always Learning. Pearson, 2016. * Finley, Thomas. “Two’s Complement,” April 2000. [https://www.cs.cornell.edu/~tomf/notes/cps104/twoscomp.html](https://www.cs.cornell.edu/~tomf/notes/cps104/twoscomp.html). diff --git a/notes/filesystems/cas.md b/notes/filesystems/cas.md index 58b7be9..883a9bd 100644 --- a/notes/filesystems/cas.md +++ b/notes/filesystems/cas.md @@ -97,7 +97,7 @@ Reference: “Content-Addressable Storage,” in _Wikipedia_, February 27, 2024, END%% -## References +## Bibliography * “Content-Addressable Storage,” in _Wikipedia_, February 27, 2024, [https://en.wikipedia.org/w/index.php?title=Content-addressable_storage&oldid=1210669681](https://en.wikipedia.org/w/index.php?title=Content-addressable_storage&oldid=1210669681). * Scott Chacon, _Pro Git_, Second edition, The Expert’s Voice in Software Development (New York, NY: Apress, 2014). \ No newline at end of file diff --git a/notes/git/objects.md b/notes/git/objects.md index 15c1379..295d498 100644 --- a/notes/git/objects.md +++ b/notes/git/objects.md @@ -618,6 +618,6 @@ Reference: Scott Chacon, *Pro Git*, Second edition, The Expert’s Voice in Soft END%% -## References +## Bibliography * Scott Chacon, *Pro Git*, Second edition, The Expert’s Voice in Software Development (New York, NY: Apress, 2014). \ No newline at end of file diff --git a/notes/git/refs.md b/notes/git/refs.md index 65d77b3..9c51323 100644 --- a/notes/git/refs.md +++ b/notes/git/refs.md @@ -234,6 +234,6 @@ Reference: Scott Chacon, *Pro Git*, Second edition, The Expert’s Voice in Soft END%% -## References +## Bibliography * Scott Chacon, *Pro Git*, Second edition, The Expert’s Voice in Software Development (New York, NY: Apress, 2014). \ No newline at end of file diff --git a/notes/logic/boolean-algebra.md b/notes/logic/boolean-algebra.md index f275b2b..6369de5 100644 --- a/notes/logic/boolean-algebra.md +++ b/notes/logic/boolean-algebra.md @@ -236,6 +236,6 @@ Reference: Bryant, Randal E., and David O'Hallaron. *Computer Systems: A Program END%% -## References +## Bibliography * Bryant, Randal E., and David O'Hallaron. *Computer Systems: A Programmer's Perspective*. Third edition, Global edition. Always Learning. Pearson, 2016. \ No newline at end of file diff --git a/notes/logic/equiv-trans.md b/notes/logic/equiv-trans.md index 0375d8c..2649f83 100644 --- a/notes/logic/equiv-trans.md +++ b/notes/logic/equiv-trans.md @@ -887,7 +887,7 @@ Reference: Gries, David. *The Science of Programming*. Texts and Monographs in END%% -## References +## Bibliography * Avigad, Jeremy. ‘Theorem Proving in Lean’, n.d. * Gries, David. *The Science of Programming*. Texts and Monographs in Computer Science. New York: Springer-Verlag, 1981. \ No newline at end of file diff --git a/notes/logic/normal-form.md b/notes/logic/normal-form.md index 0ab8e95..dd68591 100644 --- a/notes/logic/normal-form.md +++ b/notes/logic/normal-form.md @@ -38,6 +38,6 @@ Reference: Gries, David. *The Science of Programming*. Texts and Monographs in END%% -## References +## Bibliography * Gries, David. *The Science of Programming*. Texts and Monographs in Computer Science. New York: Springer-Verlag, 1981. \ No newline at end of file diff --git a/notes/logic/propositional.md b/notes/logic/propositional.md index 0c74825..f560dd6 100644 --- a/notes/logic/propositional.md +++ b/notes/logic/propositional.md @@ -226,7 +226,7 @@ Reference: Oscar Levin, *Discrete Mathematics: An Open Introduction*, 3rd ed., n END%% -## References +## Bibliography * Gries, David. *The Science of Programming*. Texts and Monographs in Computer Science. New York: Springer-Verlag, 1981. * Oscar Levin, *Discrete Mathematics: An Open Introduction*, 3rd ed., n.d., [https://discrete.openmathbooks.org/pdfs/dmoi3-tablet.pdf](https://discrete.openmathbooks.org/pdfs/dmoi3-tablet.pdf). diff --git a/notes/logic/quantification.md b/notes/logic/quantification.md index af38a1e..ad90556 100644 --- a/notes/logic/quantification.md +++ b/notes/logic/quantification.md @@ -233,7 +233,7 @@ Reference: Gries, David. *The Science of Programming*. Texts and Monographs in END%% -## References +## Bibliography * Gries, David. *The Science of Programming*. Texts and Monographs in Computer Science. New York: Springer-Verlag, 1981. * Oscar Levin, *Discrete Mathematics: An Open Introduction*, 3rd ed., n.d., [https://discrete.openmathbooks.org/pdfs/dmoi3-tablet.pdf](https://discrete.openmathbooks.org/pdfs/dmoi3-tablet.pdf). \ No newline at end of file diff --git a/notes/logic/short-circuit.md b/notes/logic/short-circuit.md index 2daea41..b833918 100644 --- a/notes/logic/short-circuit.md +++ b/notes/logic/short-circuit.md @@ -138,6 +138,6 @@ END%% Gries lists other "Laws" but they don't seem as important to note here. What's worth noting is that the other [[equiv-trans#Equivalence Schemas|equivalence schemas]] still apply if we can limit operands to just $T$ and $F$. -## References +## Bibliography * Gries, David. *The Science of Programming*. Texts and Monographs in Computer Science. New York: Springer-Verlag, 1981. \ No newline at end of file diff --git a/notes/logic/truth-tables.md b/notes/logic/truth-tables.md index d42195a..118b1e0 100644 --- a/notes/logic/truth-tables.md +++ b/notes/logic/truth-tables.md @@ -87,6 +87,6 @@ Reference: Gries, David. *The Science of Programming*. Texts and Monographs in END%% -## References +## Bibliography * Gries, David. *The Science of Programming*. Texts and Monographs in Computer Science. New York: Springer-Verlag, 1981. \ No newline at end of file diff --git a/notes/nix/callPackage.md b/notes/nix/callPackage.md index 5e70eb2..d982974 100644 --- a/notes/nix/callPackage.md +++ b/notes/nix/callPackage.md @@ -111,6 +111,6 @@ Reference: Yin, Ryan. “NixOS and Flakes Book.” Nix, February 1, 2024. [https END%% -## References +## Bibliography * Yin, Ryan. “NixOS and Flakes Book.” Nix, February 1, 2024. [https://github.com/ryan4yin/nixos-and-flakes-book](https://github.com/ryan4yin/nixos-and-flakes-book) diff --git a/notes/posix/regexp.md b/notes/posix/regexp.md index 14a23ed..c635682 100644 --- a/notes/posix/regexp.md +++ b/notes/posix/regexp.md @@ -328,7 +328,7 @@ Reference: Robbins, Arnold D. “GAWK: Effective AWK Programming,” October 202 END%% -## References +## Bibliography * “POSIX Basic Regular Expressions,” accessed February 4, 2024, [https://en.wikibooks.org/wiki/Regular_Expressions/POSIX_Basic_Regular_Expressions](https://en.wikibooks.org/wiki/Regular_Expressions/POSIX_Basic_Regular_Expressions). * Robbins, Arnold D. “GAWK: Effective AWK Programming,” October 2023. [https://www.gnu.org/software/gawk/manual/gawk.pdf](https://www.gnu.org/software/gawk/manual/gawk.pdf) diff --git a/notes/posix/signals.md b/notes/posix/signals.md index 2b8a8bd..4eea766 100644 --- a/notes/posix/signals.md +++ b/notes/posix/signals.md @@ -245,7 +245,7 @@ Tags: c17 END%% -## References +## Bibliography * Cooper, Mendel. “Advanced Bash-Scripting Guide,” n.d., 916. * Dowling, “A List of Signals and What They Mean.” diff --git a/notes/set/graphs.md b/notes/set/graphs.md index 284391d..955f136 100644 --- a/notes/set/graphs.md +++ b/notes/set/graphs.md @@ -1043,6 +1043,6 @@ Reference: Thomas H. Cormen et al., Introduction to Algorithms, Fourth edition ( END%% -## References +## Bibliography * Thomas H. Cormen et al., _Introduction to Algorithms_, Fourth edition (Cambridge, Massachusett: The MIT Press, 2022). \ No newline at end of file diff --git a/notes/x86-64/declarations.md b/notes/x86-64/declarations.md index bb554cb..ddcbc96 100644 --- a/notes/x86-64/declarations.md +++ b/notes/x86-64/declarations.md @@ -237,6 +237,6 @@ Reference: Bryant, Randal E., and David O'Hallaron. *Computer Systems: A Program END%% -## References +## Bibliography * Bryant, Randal E., and David O'Hallaron. *Computer Systems: A Programmer's Perspective*. Third edition, Global edition. Always Learning. Pearson, 2016. diff --git a/notes/x86-64/index.md b/notes/x86-64/index.md index 451ecca..631f670 100644 --- a/notes/x86-64/index.md +++ b/notes/x86-64/index.md @@ -277,6 +277,6 @@ Reference: Bryant, Randal E., and David O'Hallaron. *Computer Systems: A Program END%% -## References +## Bibliography * Bryant, Randal E., and David O'Hallaron. *Computer Systems: A Programmer's Perspective*. Third edition, Global edition. Always Learning. Pearson, 2016. \ No newline at end of file diff --git a/notes/x86-64/instructions.md b/notes/x86-64/instructions.md index 86b6c51..c866425 100644 --- a/notes/x86-64/instructions.md +++ b/notes/x86-64/instructions.md @@ -60,6 +60,6 @@ Reference: Bryant, Randal E., and David O'Hallaron. *Computer Systems: A Program END%% -## References +## Bibliography * Bryant, Randal E., and David O'Hallaron. *Computer Systems: A Programmer's Perspective*. Third edition, Global edition. Always Learning. Pearson, 2016. \ No newline at end of file