Index: doc/theses/colby_parsons_MMAth/local.bib
===================================================================
--- doc/theses/colby_parsons_MMAth/local.bib	(revision d6d21367960452626d09f23400e280c3999d7428)
+++ doc/theses/colby_parsons_MMAth/local.bib	(revision cc28153d0f2897034899b16bdc2e5ca2cf044652)
@@ -62,5 +62,5 @@
   author = "The Go Programming Language",
   title = "src/runtime/chan.go",
-  howpublished = {\href{https://go.dev/src/runtime/chan.go}},
+  howpublished = {\url{https://go.dev/src/runtime/chan.go}},
   note = "[Online; accessed 23-May-2023]"
 }
@@ -69,5 +69,5 @@
   author = "The Go Programming Language",
   title = "src/runtime/select.go",
-  howpublished = {\href{https://go.dev/src/runtime/select.go}},
+  howpublished = {\url{https://go.dev/src/runtime/select.go}},
   note = "[Online; accessed 23-May-2023]"
 }
@@ -76,5 +76,5 @@
   author = "The Go Programming Language",
   title = "src/runtime/proc.go",
-  howpublished = {\href{https://go.dev/src/runtime/proc.go}},
+  howpublished = {\url{https://go.dev/src/runtime/proc.go}},
   note = "[Online; accessed 23-May-2023]"
 }
@@ -83,5 +83,5 @@
   author = "The Go Programming Language Specification",
   title = "Select statements",
-  howpublished = {\href{https://go.dev/ref/spec#Select\_statements}},
+  howpublished = {\url{https://go.dev/ref/spec#Select\_statements}},
   note = "[Online; accessed 23-May-2023]"
 }
@@ -90,5 +90,5 @@
   author = "Boost C++ Libraries",
   title = "experimental::basic\_concurrent\_channel",
-  howpublished = {\href{https://www.boost.org/doc/libs/master/doc/html/boost\_asio/reference/experimental\__basic\_concurrent\_channel.html}},
+  howpublished = {\url{https://www.boost.org/doc/libs/master/doc/html/boost\_asio/reference/experimental\__basic\_concurrent\_channel.html}},
   note = "[Online; accessed 23-May-2023]"
 }
@@ -97,5 +97,5 @@
   author = "The Rust Standard Library",
   title = "std::sync::mpsc::sync\_channel",
-  howpublished = {\href{https://doc.rust-lang.org/std/sync/mpsc/fn.sync\_channel.html}},
+  howpublished = {\url{https://doc.rust-lang.org/std/sync/mpsc/fn.sync\_channel.html}},
   note = "[Online; accessed 23-May-2023]"
 }
@@ -104,5 +104,5 @@
   author = "The Rust Standard Library",
   title = "Macro futures::select",
-  howpublished = {\href{https://docs.rs/futures/latest/futures/macro.select.html}},
+  howpublished = {\url{https://docs.rs/futures/latest/futures/macro.select.html}},
   note = "[Online; accessed 23-May-2023]"
 }
@@ -111,5 +111,5 @@
   author = "The OCaml Manual",
   title = "OCaml library : Event",
-  howpublished = {\href{https://v2.ocaml.org/api/Event.html}},
+  howpublished = {\url{https://v2.ocaml.org/api/Event.html}},
   note = "[Online; accessed 23-May-2023]"
 }
@@ -118,5 +118,5 @@
   author = "The Haskell Package Repository",
   title = "Control.Concurrent.Chan",
-  howpublished = {\href{https://hackage.haskell.org/package/base-4.18.0.0/docs/Control-Concurrent-Chan.html}},
+  howpublished = {\url{https://hackage.haskell.org/package/base-4.18.0.0/docs/Control-Concurrent-Chan.html}},
   note = "[Online; accessed 23-May-2023]"
 }
@@ -125,5 +125,5 @@
   author = "Linux man pages",
   title = "select(2) - Linux manual page",
-  howpublished = {\href{https://man7.org/linux/man-pages/man2/select.2.html}},
+  howpublished = {\url{https://man7.org/linux/man-pages/man2/select.2.html}},
   note = "[Online; accessed 23-May-2023]"
 }
@@ -132,5 +132,5 @@
   author = "Linux man pages",
   title = "poll(2) - Linux manual page",
-  howpublished = {\href{https://man7.org/linux/man-pages/man2/poll.2.html}},
+  howpublished = {\url{https://man7.org/linux/man-pages/man2/poll.2.html}},
   note = "[Online; accessed 23-May-2023]"
 }
@@ -139,5 +139,5 @@
   author = "Linux man pages",
   title = "epoll(7) - Linux manual page",
-  howpublished = {\href{https://man7.org/linux/man-pages/man7/epoll.7.html}},
+  howpublished = {\url{https://man7.org/linux/man-pages/man7/epoll.7.html}},
   note = "[Online; accessed 23-May-2023]"
 }
@@ -146,5 +146,5 @@
   author = "Linux man pages",
   title = "io\_uring(7) - Linux manual page",
-  howpublished = {\href{https://man7.org/linux/man-pages/man7/io\_uring.7.html}},
+  howpublished = {\url{https://man7.org/linux/man-pages/man7/io\_uring.7.html}},
   note = "[Online; accessed 23-May-2023]"
 }
@@ -164,5 +164,5 @@
   author = "C++ reference",
   title = "std::experimental::when\_any",
-  howpublished = {\href{https://en.cppreference.com/w/cpp/experimental/when\_any}},
+  howpublished = {\url{https://en.cppreference.com/w/cpp/experimental/when\_any}},
   note = "[Online; accessed 23-May-2023]"
 }
@@ -178,5 +178,5 @@
   author = "Haskell Wiki",
   title = "Parallel Haskell",
-  howpublished = {\href{https://wiki.haskell.org/Parallel}},
+  howpublished = {\url{https://wiki.haskell.org/Parallel}},
   note = "[Online; accessed 23-May-2023]"
 }
@@ -185,5 +185,5 @@
   author = "GCC team",
   title = "Built-in Functions for Memory Model Aware Atomic Operations",
-  howpublished = {\href{https://gcc.gnu.org/onlinedocs/gcc/_005f_005fatomic-Builtins.html}},
+  howpublished = {\url{https://gcc.gnu.org/onlinedocs/gcc/_005f_005fatomic-Builtins.html}},
   note = "[Online; accessed 23-May-2023]"
 }
@@ -199,8 +199,8 @@
 @manual{IntelManual,
     keywords	= {Intel},
-    title	= {Intel 64 and IA-32 Architectures Software Developer’s Manual},
-    version = {Version 080},
+    title	= {Intel 64 and IA-32 Architectures Software Developer's Manual},
+    version	= {Version 080},
     organization= {Intel},
-    month	= March,
+    month	= march,
     year	= 2023,
 }
