-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreference-library.bib
168 lines (140 loc) · 5.72 KB
/
reference-library.bib
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
see http://en.wikipedia.org/wiki/Bibtex#Examples
and http://www.bibtex.org/Using/
HOW TO CITE
~\cite{XXX}
replace XXX with for example ex1-tutorial-lecture to cite the Tutorial Lecture
SEE ALSO http://en.wikibooks.org/wiki/LaTeX/Bibliography_Management#Citations
Bibtex
How to add a source/reference/book to the bibtex library
How to cite
Simply write ~\cite[p.~%NUM]{%REF} anywhere in the report body, where %REF is the name of the reference and %NUM is the relevant page number.
The tilde (~) produces a non-breakable space.
@misc{ga-hw-vs-sw,
author = {{Paul Graham and Brent Nelson}},
title = {{Genetic Algorithms In Software and In Hardware -- A Performance Analysis of Workstation and Custom Computing Machine Implementations}},
institution = {{Brigham Young University, Provo, UT}},
howpublished = {{\url{http://www.pvv.org/~gombos/GA%20FPGA%20vs%20Software.pdf}}},
note = {},
}
@misc{hwForGAs,
author = {{Nadia Nedjah and Luiza de Macedo Mourelle}},
title = {{Hardware Architecture for Genetic Algorithms}},
howpublished = {{\url{http://download.springer.com/static/pdf/217/chp%253A10.1007%252F11504894_76.pdf?auth66=1380662030_cebfeff2fc5857025c25324f3efb4818&ext=.pdf}}},
note = {{}},
}
@misc{FPGA-GA-kernel-design,
author = {{Xunying Zhang and Chen Shi and Fei Hui}},
title = {{FPGA-Based Genetic Algorithm Kernel Design}},
howpublished = {{\url{http://link.springer.com/content/pdf/10.1007%2F978-3-540-74626-3_40.pdf}}},
note = {},
}
@misc{linearfeedback,
author = {{Raymond Sung and Andrew Sung and Patrick Chan and Jason Mah}},
title = {{Linear Feedback Shift Registers}},
note = {{}},
howpublished = {{\url{http://www.ece.ualberta.ca/~elliott/ee552/studentAppNotes/1999f/Drivers_Ed/lfsr.html}}},
}
@book{compOrgDes,
author = {{David A.Patterson and John L. Hennessy}},
title = {{Computer Organization and Design}},
publisher = {{Elsvier}},
edition = {{Revised 4th}},
year = {{2012}},
}
@book{hromkovic,
author = {{Juraj Hromkovič}},
title = {{Algorithmics for Hard Problems}},
publisher = {{Springer}},
edition = {{2nd}},
year = {{2004}}
}
@misc{efm32gg990-datasheet,
title = {{EFM32GG990 Datasheet F1024/F512}},
institution = {{Energy Micro}},
howpublished = {{\url{http://cdn.energymicro.com/dl/devices/pdf/d0046_efm32gg990_datasheet.pdf}}}
}
@misc{sram-datasheet,
title = {{AS7C38098A 512K X 16 BIT HIGH SPEED CMOS SRAM Datasheet}},
institution = {{Alliance Memory}},
howpublished = {{\url{http://www.alliancememory.com/pdf/sram/fa/as7c38098a.pdf}}}
}
@misc{fatfs-web,
title = {{FatFs - Generic FAT File System Module}},
howpublished = {{\url{http://elm-chan.org/fsw/ff/00index_e.html}}}
}
@misc{an0043,
title = {AN0043 - EFM32 Debug and Trace},
institution = {Energy Micro},
howpublished = {\url{http://www.silabs.com/Support%20Documents/TechnicalDocs/AN0043.pdf}}
}
@misc{an0045,
title = {{AN0045 - USART/UART - Asynchronous mode}},
institution = {{Energy Micro}},
howpublished = {{\url{http://www.silabs.com/Support%20Documents/TechnicalDocs/AN0045.pdf}}}
}
@misc{an0065,
title = {{AN0065 - EFM32 as USB Device}},
institution = {{Energy Micro}},
howpublished = {{\url{http://www.silabs.com/Support%20Documents/TechnicalDocs/AN0065.pdf}}}
}
@misc{an0030,
title = {{AN0030 - FAT on SD Card}},
institution = {{Energy Micro}},
howpublished = {{\url{http://www.silabs.com/Support%20Documents/TechnicalDocs/AN0030.pdf}}}
}
@misc{an0046,
title = {{AN0046 - USB Hardware Design Guide}},
institution = {{Energy Micro}},
howpublished = {{\url{http://www.silabs.com/Support%20Documents/TechnicalDocs/AN0046.pdf}}}
}
@misc{assignment-text,
author = {{Gunnar Tufte}},
title = {{TDT4295 Computer Design Project Assignment Text 2013}},
howpublished = {{It's Learning}}
}
@misc{red-is-the-fastest-color,
author = {{redisthefastestcolor@tumblr.com}},
title = {{Red is the fastest color}},
howpublished = {{http://redisthefastestcolor.tumblr.com/post/44938966112}},
}
@misc{barricelli-paper,
title = {{Nils Barricelli—Artificial Life, Coevolution, Self-Adaptation}},
author = {David B. Fogel},
journal = {IEEE COMPUTATIONAL INTELLIGENCE MAGAZINE},
year = {2006},
howpublished = {{\url{http://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=01597062}}}
}
@misc{junit,
title = {JUnit},
howpublished={\url{http://junit.org/}}
}
@misc{karma,
title = {Karma},
howpublished={\url{http://karma-runner.github.io/0.10/index.html}}
}
@unpublished{steady-state,
title = {{Steady-State vs. Generational Genetic Algorithms : A Comparison of Time Complexity and Convergence Properties}},
author = {{David Noever}},
author = {{Subbiah Baskaran}},
institution = {{Santa Fe Institute}},
howpublished = {{\url{http://www.santafe.edu/media/workingpapers/92-07-032.pdf}}},
year = {{1992}}
}
@unpublished{vlsi-ga,
howpublished = {{\url{http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.116.1921&rep=rep1&type=pdf}}},
title = {{VLSI Hardware Design for Genetic Algorithms and Its Parallel and Distributed Extensions}},
author = {{Norihiko Yoshida}},
author = {{Tomohiro Yasuoka}},
author = {{Toshiomi Moriki}},
author = {{Toshihiko Shimokawa}},
journal = {{Systems, Man, and Cybernetics, 1999. IEEE SMC '99 Conference Proceedings. 1999 IEEE International Conference on (Volume:5 )}},
year = {1999}
}
@unpublished{dieharder,
howpublished = {{\url{http://www.phy.duke.edu/~rgb/General/dieharder.php}}},
title = {{Dieharder: A Random Number Test Suite}}
}
@misc{previous-projects,
title = {{Previous projects in TDT4295 Computer Design}},
howpublished = {{\url{http://www.idi.ntnu.no/emner/tdt4295/oldproj}}},
}