Changeset c979afa for doc/theses/mike_brooks_MMath/uw-ethesis.bib
- Timestamp:
- Mar 12, 2026, 10:38:53 PM (13 hours ago)
- Branches:
- master
- Parents:
- 43b6516
- File:
-
- 1 edited
-
doc/theses/mike_brooks_MMath/uw-ethesis.bib (modified) (3 diffs)
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"1 f% Bibliography of key references for "LaTeX for Thesis and Large Documents" 2 2 % For use with BibTeX 3 3 … … 126 126 127 127 @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 132 132 } 133 133 134 134 @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} 149 149 } 150 150 … … 180 180 } 181 181 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.