This repository was archived by the owner on Aug 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path11-techbook.bib
More file actions
80 lines (72 loc) · 2 KB
/
Copy path11-techbook.bib
File metadata and controls
80 lines (72 loc) · 2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
@book{Ke1979,
author = {Brian W. Kernighan and P. J. Plauger},
title = {The Elements of Programming Style},
publisher = {McGraw-Hill},
year = {1979},
isbn = {978-0070342071},
}
@book{Ke1981,
author = {Brian W. Kernighan and P. J. Plauger},
title = {Software Tools in Pascal},
publisher = {Addison-Wesley Professional},
year = {1981},
isbn = {978-0201103427},
}
@book{Ke1983,
author = {Brian W. Kernighan and Rob Pike},
title = {The Unix Programming Environment},
publisher = {Prentice-Hall},
year = {1983},
isbn = {978-0139376818},
}
@book{Ke1988,
author = {Brian W. Kernighan and Dennis M. Ritchie},
title = {The C Programming Language},
publisher = {Prentice-Hall},
year = {1988},
isbn = {978-0131103627},
}
@article{Li2020,
doi = {10.1371/journal.pcbi.1008469},
url = {https://doi.org/10.1371/journal.pcbi.1008469},
year = {2020},
month = {12},
publisher = {Public Library of Science ({PLoS})},
volume = {16},
number = {12},
pages = {e1008469},
author = {Sarah Lin and Ibraheem Ali and Greg Wilson},
title = {Ten quick tips for making things findable},
journal = {{PLOS} Computational Biology}
}
@book{Me2022,
author = {Dan Meador},
title = {Building Data Science Solutions with Anaconda},
publisher = {Packt},
year = {2022},
isbn = {978-1800568785}
}
@book{Ud1999,
author = {Jon Udell},
title = {Practical Internet Groupware},
publisher = {O'Reilly Media},
year = {1999},
isbn = {978-1565925373}
}
@book{Wi2019,
author = {Greg Wilson},
title = {Teaching Tech Together},
publisher = {Chapman \& Hall/CRC Press},
year = {2019},
isbn = {978-0367352974},
link = {http://teachtogether.tech},
note = {How to create and deliver lessons that work and build a teaching community around them.}
}
@book{Wi2022,
author = {Greg Wilson},
title = {Software Design by Example: A Tool-Based Introduction with JavaScript},
publisher = {CRC Press/Taylor and Francis},
year = {2022},
isbn = {978-1032399676},
link = {https://third-bit.com/sdxjs/}
}