-
Notifications
You must be signed in to change notification settings - Fork 0
/
NSF-PIF2013.bib
649 lines (572 loc) · 22.1 KB
/
NSF-PIF2013.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
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
@inproceedings{Gramoli:2012:TCS:2168836.2168872,
author = {Gramoli, Vincent and Guerraoui, Rachid and Trigonakis, Vasileios},
title = {TM2C: A Software Transactional Memory for Many-cores},
booktitle = {Proceedings of the 7th ACM European Conference on Computer Systems},
series = {EuroSys '12},
year = {2012},
isbn = {978-1-4503-1223-3},
location = {Bern, Switzerland},
pages = {351--364},
numpages = {14},
url = {http://doi.acm.org/10.1145/2168836.2168872},
doi = {10.1145/2168836.2168872},
acmid = {2168872},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {concurrent programming, contention management, many-cores, transactional memory},
}
@inproceedings{Roy:2009:RSS:1519065.1519094,
author = {Roy, Amitabha and Hand, Steven and Harris, Tim},
title = {A Runtime System for Software Lock Elision},
booktitle = {Proceedings of the 4th ACM European Conference on Computer Systems},
series = {EuroSys '09},
year = {2009},
isbn = {978-1-60558-482-9},
location = {Nuremberg, Germany},
pages = {261--274},
numpages = {14},
url = {http://doi.acm.org/10.1145/1519065.1519094},
doi = {10.1145/1519065.1519094},
acmid = {1519094},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {revocable locks, software transactional memory, speculative lock elision, unmanaged environments},
}
@article{Usui:2010:ALC:1850844.1850945,
author = {Usui, Takayuki and Behrends, Reimer and Evans, Jacob and Smaragdakis, Yannis},
title = {Adaptive Locks: Combining Transactions and Locks for Efficient Concurrency},
journal = {J. Parallel Distrib. Comput.},
issue_date = {October, 2010},
volume = {70},
number = {10},
month = oct,
year = {2010},
issn = {0743-7315},
pages = {1009--1023},
numpages = {15},
url = {http://dx.doi.org/10.1016/j.jpdc.2010.02.006},
doi = {10.1016/j.jpdc.2010.02.006},
acmid = {1850945},
publisher = {Academic Press, Inc.},
address = {Orlando, FL, USA},
keywords = {Adaptive locks, Hybrid locks, Nested transactions, Transactional memory},
}
@inproceedings{Johnson:2004:MPD:996841.996851,
author = {Johnson, Troy A. and Eigenmann, Rudolf and Vijaykumar, T. N.},
title = {Min-cut Program Decomposition for Thread-level Speculation},
booktitle = {Proceedings of the ACM SIGPLAN 2004 Conference on Programming Language Design and Implementation},
series = {PLDI '04},
year = {2004},
isbn = {1-58113-807-5},
location = {Washington DC, USA},
pages = {59--70},
numpages = {12},
url = {http://doi.acm.org/10.1145/996841.996851},
doi = {10.1145/996841.996851},
acmid = {996851},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {chip multiprocessor, min-cut, partitioning, program decomposition, thread-level speculation},
}
@inproceedings{Barreto:2012:UTS:2442626.2442639,
author = {Barreto, Jo\~{a}o and Dragojevic, Aleksandar and Ferreira, Paulo and Filipe, Ricardo and Guerraoui, Rachid},
title = {Unifying Thread-level Speculation and Transactional Memory},
booktitle = {Proceedings of the 13th International Middleware Conference},
series = {Middleware '12},
year = {2012},
isbn = {978-3-642-35169-3},
location = {ontreal, Quebec, Canada},
pages = {187--207},
numpages = {21},
url = {http://dl.acm.org/citation.cfm?id=2442626.2442639},
acmid = {2442639},
publisher = {Springer-Verlag New York, Inc.},
address = {New York, NY, USA},
}
@inproceedings{Adl-Tabatabai:2006:CRS:1133981.1133985,
author = {Adl-Tabatabai, Ali-Reza and Lewis, Brian T. and Menon, Vijay and Murphy, Brian R. and Saha, Bratin and Shpeisman, Tatiana},
title = {Compiler and Runtime Support for Efficient Software Transactional Memory},
booktitle = {Proceedings of the 2006 ACM SIGPLAN Conference on Programming Language Design and Implementation},
series = {PLDI '06},
year = {2006},
isbn = {1-59593-320-4},
location = {Ottawa, Ontario, Canada},
pages = {26--37},
numpages = {12},
url = {http://doi.acm.org/10.1145/1133981.1133985},
doi = {10.1145/1133981.1133985},
acmid = {1133985},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {code generation, compiler optimizations, locking, synchronization, transactional memory, virtual machines},
}
@inproceedings{Bocchino:2008:STM:1345206.1345242,
author = {Bocchino, Robert L. and Adve, Vikram S. and Chamberlain, Bradford L.},
title = {Software Transactional Memory for Large Scale Clusters},
booktitle = {Proceedings of the 13th ACM SIGPLAN Symposium on Principles and Practice of Parallel Programming},
series = {PPoPP '08},
year = {2008},
isbn = {978-1-59593-795-7},
location = {Salt Lake City, UT, USA},
pages = {247--258},
numpages = {12},
url = {http://doi.acm.org/10.1145/1345206.1345242},
doi = {10.1145/1345206.1345242},
acmid = {1345242},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {clusters, distributed memory architectures, scalability, software transactional memory (stm)},
}
@inproceedings{parasites,
title={Lightweight asynchrony using parasitic threads},
author={Sivaramakrishnan, KC and Ziarek, Lukasz and Prasad, Raghavendra and Jagannathan, Suresh},
booktitle={Proceedings of the 5th ACM SIGPLAN workshop on Declarative aspects of multicore programming},
pages={63--72},
year={2010},
organization={ACM}
}
@inproceedings{acml,
title={Composable asynchronous events},
author={Ziarek, Lukasz and Sivaramakrishnan, KC and Jagannathan, Suresh},
booktitle={ACM SIGPLAN Notices},
volume={46},
number={6},
pages={628--639},
year={2011},
organization={ACM}
}
@article{trans,
title={A uniform transactional execution environment for Java},
author={Ziarek, Lukasz and Welc, Adam and Adl-Tabatabai, Ali-Reza and Menon, Vijay and Shpeisman, Tatiana and Jagannathan, Suresh},
journal={ECOOP 2008--Object-Oriented Programming},
pages={129--154},
year={2008},
publisher={Springer}
}
@article{memo2,
title={Partial memoization of concurrency and communication},
author={Ziarek, Lukasz and Sivaramakrishnan, KC and Jagannathan, Suresh},
journal={ACM Sigplan Notices},
volume={44},
number={9},
pages={161--172},
year={2009},
publisher={ACM}
}
@article{stab,
title={Lightweight checkpointing for concurrent ML},
author={Ziarek, Lukasz and Jagannathan, Suresh},
journal={Journal of Functional Programming},
volume={20},
number={02},
pages={137--173},
year={2010},
publisher={Cambridge Univ Press}
}
@article{memo1,
title={Memoizing multi-threaded transactions},
author={Ziarek, Lukasz and Jagannathan, Suresh},
journal={Workshop on Declarative Aspects of Multicore Programming},
year={2008}
}
@article{iso,
title={Isolating determinism in multi-threaded programs},
author={Ziarek, Lukasz and Tiwary, Siddharth and Jagannathan, Suresh},
journal={Runtime Verification},
pages={63--77},
year={2012},
publisher={Springer}
}
@article{higgs_cms,
author = "Chatrchyan, Serguei and others",
title = "{Observation of a new boson at a mass of 125 GeV with the
CMS experiment at the LHC}",
collaboration = "CMS Collaboration",
journal = "Phys. Lett. B",
year = "2012",
eprint = "1207.7235",
archivePrefix = "arXiv",
primaryClass = "hep-ex",
reportNumber = "CMS-HIG-12-028, CERN-PH-EP-2012-220",
SLACcitation = "%%CITATION = ARXIV:1207.7235;%%",
}
@article{higgs_atlas,
author = "Aad, Georges and others",
title = "{Observation of a new particle in the search for the
Standard Model Higgs boson with the ATLAS detector at the
LHC}",
collaboration = "ATLAS Collaboration",
journal = "Phys. Lett. B",
year = "2012",
eprint = "1207.7214",
archivePrefix = "arXiv",
primaryClass = "hep-ex",
reportNumber = "CERN-PH-EP-2012-218",
SLACcitation = "%%CITATION = ARXIV:1207.7214;%%",
}
@article{cms_multicore,
author={T Hauth and V Innocente and and D Piparo},
title={Development and Evaluation of Vectorised and Multi-Core Event Reconstruction Algorithms within the CMS Software Framework},
journal={Journal of Physics: Conference Series},
volume={396},
number={5},
pages={052065},
url={http://stacks.iop.org/1742-6596/396/i=5/a=052065},
year={2012}
}
@article{bergman2008exascale,
title={{Exascale computing study: Technology challenges in achieving exascale systems}},
note={Exascale computing study: Technology challenges in achieving exascale systems},
author={Bergman, Keren and Borkar, Shekhar and Campbell, Dan and Carlson, William and Dally, William and Denneau, Monty and Franzon, Paul and Harrod, William and Hill, Kerry and Hiller, Jon and others},
journal={Defense Advanced Research Projects Agency Information Processing Techniques Office (DARPA IPTO)},
year={2008}
}
@misc{doe_eci,
author={US Department of Energy Office of Science},
title={{The Opportunities and Challenges of Exascale Computing}},
howpublished={\url{http://science.energy.gov/~/media/ascr/ascac/pdf/reports/Exascale_subcommittee_report.pdf}},
year={2010}
}
@misc{doe_eci_budget,
author={US Department of Energy Office of Science},
title={{Congressional Budget for ASCR}},
howpublished={\url{http://science.energy.gov/~/media/budget/pdf/sc-budget-request-to-congress/fy-2013/Cong_Budget_2013_ASCR.pdf}},
year={2013}
}
@misc{google_fac_awards,
author={Google},
title={{Faculty Research Awards}},
howpublished={\url{http://research.google.com/university/relations/research_awards.html}},
year={2013}
}
@article{fastjet_timing,
author = "Cacciari, Matteo and Salam, Gavin P.",
title = "{Dispelling the $N^{3}$ myth for the $k_t$ jet-finder}",
journal = "Phys.Lett.",
volume = "B641",
pages = "57-61",
doi = "10.1016/j.physletb.2006.08.037",
year = "2006",
eprint = "hep-ph/0512210",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
reportNumber = "LPTHE-05-32",
SLACcitation = "%%CITATION = HEP-PH/0512210;%%",
}
@article{fastjet_manual,
author = "Cacciari, Matteo and Salam, Gavin P. and
Soyez, Gregory",
title = "{FastJet User Manual}",
journal = "Eur.Phys.J.",
volume = "C72",
pages = "1896",
doi = "10.1140/epjc/s10052-012-1896-2",
year = "2012",
eprint = "1111.6097",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
reportNumber = "CERN-PH-TH-2011-297",
SLACcitation = "%%CITATION = ARXIV:1111.6097;%%",
}
@ARTICLE{knn_ieee,
author={Cover, T. and Hart, P.},
journal={Information Theory, IEEE Transactions on},
title={Nearest neighbor pattern classification},
year={1967},
volume={13},
number={1},
pages={21-27},
keywords={Pattern classification},
doi={10.1109/TIT.1967.1053964},
ISSN={0018-9448}
}
@INPROCEEDINGS{knn_gpu_1,
author = {Vincent Garcia and Eric Debreuve and Frank Nielsen and Michel Barlaud},
title = {k-nearest neighbor search: fast {GPU}-based implementations and application to high-dimensional feature matching},
booktitle = {IEEE International Conference on Image Processing (ICIP)},
address = {Hong Kong, China},
month = {September},
year = {2010}
}
@INPROCEEDINGS{knn_gpu_2,
author = {V. Garcia and E. Debreuve and M. Barlaud},
title = {Fast k nearest neighbor search using GPU},
booktitle = {CVPR Workshop on Computer Vision on GPU},
year = {2008},
address = {Anchorage, Alaska, USA},
month = {June}
}
@PHDTHESIS{knn_gpu_3,
author = {Vincent Garcia},
title = {Suivi d'objets d'intérêt dans une séquence d'images : des points saillants aux mesures statistiques},
school = {Université de Nice - Sophia Antipolis},
address = {Sophia Antipolis, France},
month = {December},
year = {2008}
}
@book{GAMEOVER,
title={The Future of Computing Performance: Game Over or Next Level?},
author={Samuel H. Fuller and Lynette I. Millett},
url={http://www.nap.edu/openbook.php?record_id=12980},
year={2011},
note = {Committee on Sustaining Growth in Computing Performance; National Research Council},
publisher={The National Academies Press}
}
@misc{nsf1,
author={National Science Foundation},
title={{Core Techniques and Technologies for Advancing Big Data Science \& Engineering (BIGDATA)}},
howpublished={\url{http://www.nsf.gov/funding/pgm_summ.jsp?pims_id=504767}},
year={2013}
}
@misc{nsf2,
author={National Science Foundation},
title={{High Performance System Acquisition: Building a More Inclusive Computing Environment for Science and Engineering}},
howpublished={\url{http://www.nsf.gov/funding/pgm_summ.jsp?pims_id=503148}},
year={2013}
}
@inproceedings{CLOUDSUITE,
author = {Ferdman, Michael and Adileh, Almutaz and Kocberber, Onur and Volos, Stavros and Alisafaee, Mohammad and Jevdjic, Djordje and Kaynak, Cansu and Popescu, Adrian Daniel and Ailamaki, Anastasia and Falsafi, Babak},
title = {Clearing the clouds: a study of emerging scale-out workloads on modern hardware},
booktitle = {Proceedings of the seventeenth international conference on Architectural Support for Programming Languages and Operating Systems},
series = {ASPLOS '12},
year = {2012},
}
@article{GOODACHEP,
author = "Calafiura, P. and Eranian, S. and Levinthal, D. and Kama,
S. and Vitillo, R.A.",
title = "{GOoDA: The generic optimization data analyzer}",
journal = "J.Phys.Conf.Ser.",
volume = "396",
pages = "052072",
year = "2012",
}
@inproceedings{mapreduce-osdi,
author={Jeffrey Dean and Sanjay Ghemawat},
title="{MapReduce: Simplified Data Processing on Large Clusters}",
booktitle={Proceedings of the 6th USENIX Symposium on Operating Systems
Design and Implementation (OSDI)},
year={2004}
}
@misc{mapreduce-hadoop,
title="{Hadoop MapReduce}",
howpublished={\url{http://hadoop.apache.org/mapreduce}},
key={hadoop-mapreduce},
}
@article{knn-mapreduce-0,
author = {Lu, Wei and Shen, Yanyan and Chen, Su and Ooi, Beng Chin},
title = {Efficient processing of k nearest neighbor joins using MapReduce},
journal = {Proc. VLDB Endow.},
issue_date = {June 2012},
volume = {5},
number = {10},
month = jun,
year = {2012},
issn = {2150-8097},
pages = {1016--1027},
numpages = {12},
url = {http://dl.acm.org/citation.cfm?id=2336664.2336674},
acmid = {2336674},
publisher = {VLDB Endowment},
}
@inproceedings{knn-mapreduce-1,
author = {Zhang, Chi and Li, Feifei and Jestes, Jeffrey},
title = {Efficient parallel kNN joins for large data in MapReduce},
booktitle = {Proceedings of the 15th International Conference on Extending
Database Technology},
series = {EDBT '12},
year = {2012},
isbn = {978-1-4503-0790-1},
location = {Berlin, Germany},
pages = {38--49},
numpages = {12},
url = {http://doi.acm.org/10.1145/2247596.2247602},
doi = {10.1145/2247596.2247602},
acmid = {2247602},
publisher = {ACM},
address = {New York, NY, USA},
}
@article{Chatrchyan:2013lca,
author = "Chatrchyan, Serguei and others",
title = "{Searches for anomalous ttbar production in pp collisions
at $\sqrt{s}$=8 TeV}",
collaboration = "CMS Collaboration",
year = "2013",
eprint = "1309.2030",
archivePrefix = "arXiv",
primaryClass = "hep-ex",
reportNumber = "CMS-B2G-13-001, CERN-PH-EP-2013-162",
SLACcitation = "%%CITATION = ARXIV:1309.2030;%%",
}
@article{boost2010,
author = "Abdesselam, A. and Kuutmann, E. Bergeaas and Bitenc, U.
and Brooijmans, G. and Butterworth, J. and others",
title = "{Boosted objects: A Probe of beyond the Standard Model
physics}",
journal = "Eur. Phys. J. C",
volume = "71",
pages = "1661",
year = "2011",
eprint = "1012.5412",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
}
@article{boost2011,
author = "Altheimer, A. and Arora, S. and Asquith, L. and
Brooijmans, G. and Butterworth, J. and others",
title = "{Jet Substructure at the Tevatron and LHC: New results,
new tools, new benchmarks}",
journal = "J. Phys. G",
volume = "39",
pages = "063001",
doi = "10.1088/0954-3899/39/6/063001",
year = "2012",
eprint = "1201.0008",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
reportNumber = "SLAC-R-990",
SLACcitation = "%%CITATION = ARXIV:1201.0008;%%",
}
@article{boost2012,
author = "Altheimer, A. and Arce, A. and Asquith, L. and Backus
Mayes, J. and Bergeaas Kuutmann, E. and others",
title = "{Boosted objects and jet substructure at the LHC}",
year = "2013",
eprint = "1311.2708",
archivePrefix = "arXiv",
primaryClass = "hep-ex",
SLACcitation = "%%CITATION = ARXIV:1311.2708;%%",
}
@article{EXO-11-006,
author = "Chatrchyan, Serguei and others",
title = "{Search for anomalous t t-bar production in the
highly-boosted all-hadronic final state}",
collaboration = "CMS Collaboration",
journal = "JHEP",
volume = "1209",
pages = "029",
doi = "10.1007/JHEP09(2012)029",
year = "2012",
eprint = "1204.2488",
archivePrefix = "arXiv",
primaryClass = "hep-ex",
reportNumber = "CMS-EXO-11-006, CERN-PH-EP-2012-077",
SLACcitation = "%%CITATION = ARXIV:1204.2488;%%",
}
@article{EXO-11-095,
author = "Chatrchyan, Serguei and others",
title = "{Search for heavy resonances in the W/Z-tagged dijet mass
spectrum in pp collisions at 7 TeV}",
collaboration = "CMS Collaboration",
journal = "Phys.Lett.",
volume = "B723",
pages = "280-301",
doi = "10.1016/j.physletb.2013.05.040",
year = "2013",
eprint = "1212.1910",
archivePrefix = "arXiv",
primaryClass = "hep-ex",
reportNumber = "CMS-EXO-11-095, CERN-PH-EP-2012-356",
SLACcitation = "%%CITATION = ARXIV:1212.1910;%%",
}
@article{SMP-12-019,
author = "Chatrchyan, Serguei and others",
title = "{Studies of jet mass in dijet and W/Z+jet events}",
collaboration = " CMS Collaboration",
journal = "JHEP",
volume = "1305",
pages = "090",
doi = "10.1007/JHEP05(2013)090",
year = "2013",
eprint = "1303.4811",
archivePrefix = "arXiv",
primaryClass = "hep-ex",
reportNumber = "CMS-SMP-12-019, CERN-PH-EP-2013-016",
SLACcitation = "%%CITATION = ARXIV:1303.4811;%%",
}
@other{cabaret,
author = "Babeville and SUNY at Buffalo",
title = "Science and Art Cabaret",
note = "\href{http://www.hallwalls.org/science-art.php}{\tt{http://www.hallwalls.org/science-art.php}}."
}
@other{babeville,
author = "Righteous Babe Records",
title = "The Ninth Ward at Babeville",
note = "\href{http://www.babevillebuffalo.com}{\tt{http://www.babevillebuffalo.com}}."
}
@other{higgsfest,
author = "SUNY at Buffalo Physics Department",
title = "Higgsfest",
note = "\href{http://www.physics.buffalo.edu/HiggsFest}{\tt{http://www.physics.buffalo.edu/HiggsFest}}."
}
@other{higgsfest_ubreporter,
author = "Charlotte Hsu",
title = "HiggsFest celebrates physics discovery",
note = "\href{http://www.buffalo.edu/ubreporter/archive/2012_11_29/higgs_fest.html}{\tt{http://www.buffalo.edu/ubreporter/archive/2012\_11\_29/higgs\_fest.html}}."
}
@other{cstep,
author = "SUNY at Buffalo",
title = "Collegiate Science and Technology Entry Program (CSTEP)",
note = "\href{http://cpmc.buffalo.edu/cstep/}{\tt{http://cpmc.buffalo.edu/cstep/}}."
}
@article{ktalg,
author = "Cacciari, Matteo and Salam, Gavin P. and Soyez, Gregory",
title = "{The Anti-$k_{\mathrm{T}}$ jet clustering algorithm}",
journal = "JHEP",
volume = "04",
pages = "063",
doi = "10.1088/1126-6708/2008/04/063",
year = "2008",
eprint = "0802.1189",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
reportNumber = "LPTHE-07-03",
SLACcitation = "%%CITATION = ARXIV:0802.1189;%%",
}
@Article{CAcambridge,
author = "Dokshitzer, Yuri L. and Leder, G. D. and Moretti, S. and
Webber, B. R.",
title = "{Better Jet Clustering Algorithms}",
journal = "JHEP",
volume = "08",
year = "1997",
pages = "001",
eprint = "hep-ph/9707323",
archivePrefix = "arXiv",
doi = "10.1088/1126-6708/1997/08/001",
SLACcitation = "%%CITATION = HEP-PH/9707323;%%"
}
@Unpublished{CAaachen,
author = "Wobisch, M. and Wengler, T.",
title = "{Hadronization corrections to jet cross sections in deep-
inelastic scattering}",
year = "1998",
eprint = "hep-ph/9907280",
archivePrefix = "arXiv",
volume = "02",
SLACcitation = "%%CITATION = HEP-PH/9907280;%%"
}
@misc{gnupl,
title = {GNU General Public License, version 2},
howpublished = {\url{http://www.gnu.org/licenses/gpl-2.0.html}},
note = {Last retrieved 2012-05-10},
year = {2007},
month = {June}
}
@misc{statsoft,
title = {StatSoft},
howpublished = {\url{http://www.statsoft.com/textbook/k-nearest-neighbors}},
year = {2013}
}
@misc{opengl,
title = {OpenGL},
howpublished = {\url{http://www.opengl.org/documentation/specs/version1.1/glspec1.1/node84.html}},
year = {1997}
}
@INPROCEEDINGS{featureextract,
author={Feng Pan and Jiandong Wang and Xiaohui Lin},
booktitle={Pattern Recognition, 2009. CCPR 2009. Chinese Conference on},
title={Feature Extraction Algorithm Based on K Nearest Neighbor Local Margin},
year={2009},
pages={1-5},
doi={10.1109/CCPR.2009.5344145}
}