Ignore:
Timestamp:
Mar 12, 2026, 10:38:53 PM (13 hours ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Parents:
43b6516
Message:

final proofread of introduction chapter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/mike_brooks_MMath/uw-ethesis.bib

    r43b6516 rc979afa  
    1 % Bibliography of key references for "LaTeX for Thesis and Large Documents"
     1f% Bibliography of key references for "LaTeX for Thesis and Large Documents"
    22% For use with BibTeX
    33
     
    126126
    127127@phdthesis{Emre2022,
    128     author  = "Mehmet Emre",
    129     title   = "Translating C to Safe Rust: Reasoning about Pointer Types and Lifetimes",
    130     school  = "UC Santa Barbara",
    131     year    = "2022"
     128    author      = "Mehmet Emre",
     129    title       = "Translating C to Safe Rust: Reasoning about Pointer Types and Lifetimes",
     130    school      = "UC Santa Barbara",
     131    year        = 2022
    132132}
    133133
    134134@inproceedings{White2016,
    135     author = {White, David H. and Rupprecht, Thomas and L\"{u}ttgen, Gerald},
    136     title = {DSI: an evidence-based approach to identify dynamic data structures in C programs},
    137     year = {2016},
    138     isbn = {9781450343909},
    139     publisher = {Association for Computing Machinery},
    140     address = {New York, NY, USA},
    141     url = {https://doi.org/10.1145/2931037.2931071},
    142     doi = {10.1145/2931037.2931071},
    143     booktitle = {Proceedings of the 25th International Symposium on Software Testing and Analysis},
    144     pages = {259–269},
    145     numpages = {11},
    146     keywords = {Data structure identification, dynamic data structures, pointer programs, program comprehension},
    147     location = {Saarbr\"{u}cken, Germany},
    148     series = {ISSTA 2016}
     135    author      = {White, David H. and Rupprecht, Thomas and L\"{u}ttgen, Gerald},
     136    title       = {DSI: an evidence-based approach to identify dynamic data structures in C programs},
     137    year        = {2016},
     138    isbn        = {9781450343909},
     139    publisher   = {Association for Computing Machinery},
     140    address     = {New York, NY, USA},
     141    url = {https://doi.org/10.1145/2931037.2931071},
     142    doi = {10.1145/2931037.2931071},
     143    booktitle   = {Proceedings of the 25th International Symposium on Software Testing and Analysis},
     144    pages       = {259-269},
     145    numpages    = {11},
     146    keywords    = {Data structure identification, dynamic data structures, pointer programs, program comprehension},
     147    location    = {Saarbr\"{u}cken, Germany},
     148    series      = {ISSTA 2016}
    149149}
    150150
     
    180180}
    181181
     182@article{Brinker26,
     183    author      = {Brinker, Andrew Lilley},
     184    title       = {Memory Safety for Skeptics},
     185    year        = {2026},
     186    publisher   = {ACM},
     187    address     = {New York, NY, USA},
     188    volume      = {69},
     189    number      = {2},
     190    journal     = {CACM},
     191    month       = jan,
     192    pages       = {52-58},
     193}
Note: See TracChangeset for help on using the changeset viewer.