Changeset cc28153d for doc


Ignore:
Timestamp:
Jul 13, 2023, 4:02:55 PM (11 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
60a9164
Parents:
d6d2136
Message:

change href to url, add citations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/colby_parsons_MMAth/local.bib

    rd6d2136 rcc28153d  
    6262  author = "The Go Programming Language",
    6363  title = "src/runtime/chan.go",
    64   howpublished = {\href{https://go.dev/src/runtime/chan.go}},
     64  howpublished = {\url{https://go.dev/src/runtime/chan.go}},
    6565  note = "[Online; accessed 23-May-2023]"
    6666}
     
    6969  author = "The Go Programming Language",
    7070  title = "src/runtime/select.go",
    71   howpublished = {\href{https://go.dev/src/runtime/select.go}},
     71  howpublished = {\url{https://go.dev/src/runtime/select.go}},
    7272  note = "[Online; accessed 23-May-2023]"
    7373}
     
    7676  author = "The Go Programming Language",
    7777  title = "src/runtime/proc.go",
    78   howpublished = {\href{https://go.dev/src/runtime/proc.go}},
     78  howpublished = {\url{https://go.dev/src/runtime/proc.go}},
    7979  note = "[Online; accessed 23-May-2023]"
    8080}
     
    8383  author = "The Go Programming Language Specification",
    8484  title = "Select statements",
    85   howpublished = {\href{https://go.dev/ref/spec#Select\_statements}},
     85  howpublished = {\url{https://go.dev/ref/spec#Select\_statements}},
    8686  note = "[Online; accessed 23-May-2023]"
    8787}
     
    9090  author = "Boost C++ Libraries",
    9191  title = "experimental::basic\_concurrent\_channel",
    92   howpublished = {\href{https://www.boost.org/doc/libs/master/doc/html/boost\_asio/reference/experimental\__basic\_concurrent\_channel.html}},
     92  howpublished = {\url{https://www.boost.org/doc/libs/master/doc/html/boost\_asio/reference/experimental\__basic\_concurrent\_channel.html}},
    9393  note = "[Online; accessed 23-May-2023]"
    9494}
     
    9797  author = "The Rust Standard Library",
    9898  title = "std::sync::mpsc::sync\_channel",
    99   howpublished = {\href{https://doc.rust-lang.org/std/sync/mpsc/fn.sync\_channel.html}},
     99  howpublished = {\url{https://doc.rust-lang.org/std/sync/mpsc/fn.sync\_channel.html}},
    100100  note = "[Online; accessed 23-May-2023]"
    101101}
     
    104104  author = "The Rust Standard Library",
    105105  title = "Macro futures::select",
    106   howpublished = {\href{https://docs.rs/futures/latest/futures/macro.select.html}},
     106  howpublished = {\url{https://docs.rs/futures/latest/futures/macro.select.html}},
    107107  note = "[Online; accessed 23-May-2023]"
    108108}
     
    111111  author = "The OCaml Manual",
    112112  title = "OCaml library : Event",
    113   howpublished = {\href{https://v2.ocaml.org/api/Event.html}},
     113  howpublished = {\url{https://v2.ocaml.org/api/Event.html}},
    114114  note = "[Online; accessed 23-May-2023]"
    115115}
     
    118118  author = "The Haskell Package Repository",
    119119  title = "Control.Concurrent.Chan",
    120   howpublished = {\href{https://hackage.haskell.org/package/base-4.18.0.0/docs/Control-Concurrent-Chan.html}},
     120  howpublished = {\url{https://hackage.haskell.org/package/base-4.18.0.0/docs/Control-Concurrent-Chan.html}},
    121121  note = "[Online; accessed 23-May-2023]"
    122122}
     
    125125  author = "Linux man pages",
    126126  title = "select(2) - Linux manual page",
    127   howpublished = {\href{https://man7.org/linux/man-pages/man2/select.2.html}},
     127  howpublished = {\url{https://man7.org/linux/man-pages/man2/select.2.html}},
    128128  note = "[Online; accessed 23-May-2023]"
    129129}
     
    132132  author = "Linux man pages",
    133133  title = "poll(2) - Linux manual page",
    134   howpublished = {\href{https://man7.org/linux/man-pages/man2/poll.2.html}},
     134  howpublished = {\url{https://man7.org/linux/man-pages/man2/poll.2.html}},
    135135  note = "[Online; accessed 23-May-2023]"
    136136}
     
    139139  author = "Linux man pages",
    140140  title = "epoll(7) - Linux manual page",
    141   howpublished = {\href{https://man7.org/linux/man-pages/man7/epoll.7.html}},
     141  howpublished = {\url{https://man7.org/linux/man-pages/man7/epoll.7.html}},
    142142  note = "[Online; accessed 23-May-2023]"
    143143}
     
    146146  author = "Linux man pages",
    147147  title = "io\_uring(7) - Linux manual page",
    148   howpublished = {\href{https://man7.org/linux/man-pages/man7/io\_uring.7.html}},
     148  howpublished = {\url{https://man7.org/linux/man-pages/man7/io\_uring.7.html}},
    149149  note = "[Online; accessed 23-May-2023]"
    150150}
     
    164164  author = "C++ reference",
    165165  title = "std::experimental::when\_any",
    166   howpublished = {\href{https://en.cppreference.com/w/cpp/experimental/when\_any}},
     166  howpublished = {\url{https://en.cppreference.com/w/cpp/experimental/when\_any}},
    167167  note = "[Online; accessed 23-May-2023]"
    168168}
     
    178178  author = "Haskell Wiki",
    179179  title = "Parallel Haskell",
    180   howpublished = {\href{https://wiki.haskell.org/Parallel}},
     180  howpublished = {\url{https://wiki.haskell.org/Parallel}},
    181181  note = "[Online; accessed 23-May-2023]"
    182182}
     
    185185  author = "GCC team",
    186186  title = "Built-in Functions for Memory Model Aware Atomic Operations",
    187   howpublished = {\href{https://gcc.gnu.org/onlinedocs/gcc/_005f_005fatomic-Builtins.html}},
     187  howpublished = {\url{https://gcc.gnu.org/onlinedocs/gcc/_005f_005fatomic-Builtins.html}},
    188188  note = "[Online; accessed 23-May-2023]"
    189189}
     
    199199@manual{IntelManual,
    200200    keywords    = {Intel},
    201     title       = {Intel 64 and IA-32 Architectures Software Developers Manual},
    202     version = {Version 080},
     201    title       = {Intel 64 and IA-32 Architectures Software Developer's Manual},
     202    version     = {Version 080},
    203203    organization= {Intel},
    204     month       = March,
     204    month       = march,
    205205    year        = 2023,
    206206}
Note: See TracChangeset for help on using the changeset viewer.