forked from ccsc-journal/ccsc-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsample.bib
55 lines (50 loc) · 1.72 KB
/
sample.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
@article{einstein,
author = "Albert Einstein",
title = "{Zur Elektrodynamik bewegter K{\"o}rper}. ({German})
[{On} the electrodynamics of moving bodies]",
journal = "Annalen der Physik",
volume = "322",
number = "10",
pages = "891--921",
year = "1905",
DOI = "http://dx.doi.org/10.1002/andp.19053221004"
}
@book{latexcompanion,
author = "Michel Goossens and Frank Mittelbach and Alexander Samarin",
title = "The \LaTeX\ Companion",
year = "1993",
publisher = "Addison-Wesley",
address = "Reading, Massachusetts"
}
@online{knuthwebsite,
author = "Donald Knuth",
title = "Knuth: Computers and Typesetting",
note = "\url{http://www-cs-faculty.stanford.edu/~uno/abcde.html}"
}
@online{meinke,
author = "John Meinke",
title = "Manuscript Formatting",
note = "\url{http://www.ccsc.org/wp-content/uploads/ManuscriptFormatting2015.pdf}"
}
@online{copyright,
author = "John Meinke",
title = "Copyright Release Form",
note = "\url{http://www.ccsc.org/wp-content/uploads/CopyrightRelease2015.pdf}"
}
@inproceedings{maurer,
author = {Maurer, Frank},
title = {Agile Methods and Interaction Design: Friend or Foe?},
booktitle = {Proceedings of the 1st ACM SIGCHI Symposium on Engineering Interactive Computing Systems},
series = {EICS '09},
year = {2009},
isbn = {978-1-60558-600-7},
location = {Pittsburgh, PA, USA},
pages = {209--210},
numpages = {2},
url = {http://doi.acm.org/10.1145/1570433.1570435},
doi = {10.1145/1570433.1570435},
acmid = {1570435},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {agile methods, interaction design},
}