Menu

[r6218]: / trunk / py4science / book / python2.bib  Maximize  Restore  History

Download this file

1485 lines (1346 with data), 54.4 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
  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
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
@comment{This file has been generated by Pybliographer}
@String{ pub-nrp:adr = "Carmel, IN, USA"}
@String{ j-web-techniques = "Web Techniques"}
@String{ j-ccpe = "Concurrency and Computation: Prac\-tice and Experience"}
@String{ pub-cnri = "Corporation for National Research Initiatives"}
@String{ j-lect-notes-comp-sci = "Lecture Notes in Computer Science"}
@String{ pub-ieee = "IEEE Computer Society Press"}
@String{ pub-aw = "Ad{\-d}i{\-s}on-Wes{\-l}ey"}
@String{ pub-nrp = "New Riders Publishing"}
@String{ pub-siam = "Society for Industrial and Applied Mathematics"}
@String{ pub-usenix:adr = "Berkeley, CA, USA"}
@String{ pub-osborne:adr = "Berkeley, CA, USA"}
@String{ pub-aw-longman:adr = "Reading, MA, USA"}
@String{ pub-cnri:adr = "1895 Preston White Drive, Suite 100, Reston, VA 20191, USA"}
@String{ j-interactions = "Interactions (New York, N.Y.)"}
@String{ pub-ora = "O'Reilly \& {Associates, Inc.}"}
@String{ pub-europen:adr = "Buntingford, Herts, UK"}
@String{ pub-siam:adr = "Philadelphia, PA, USA"}
@String{ pub-ph = "Pren{\-}tice-Hall"}
@String{ pub-mac:adr = "New York, NY, USA"}
@String{ pub-aw:adr = "Reading, MA, USA"}
@String{ pub-ora:adr = "103a Morris Street, Sebastopol, CA 95472, USA, Tel: +1 707 829 0515, and 90 Sherman Street, Cambridge, MA 02140, USA, Tel: +1 617 354 5800"}
@String{ j-byte = "Byte Magazine"}
@String{ j-world-wide-web-j = "World Wide Web Journal"}
@String{ pub-cwi = "Centrum voor Wiskunde en Informatica"}
@String{ j-ieee-cga = "IEEE Computer Graphics and Applications"}
@String{ j-ddj-sourcebook = "Dr. Dobb's Sourcebook"}
@String{ pub-acm = "ACM Press"}
@String{ pub-acm:adr = "New York, NY 10036, USA"}
@String{ j-comp-physics = "Computers in Physics"}
@String{ j-sunworld-online = "SunWorld online"}
@String{ pub-apress:adr = "Berkeley, CA, USA"}
@String{ pub-mac = "Macmillan Publishing Company"}
@String{ j-web-review = "Web Review"}
@String{ pub-manning:adr = "Greenwich, CT, USA"}
@String{ ack-nhfb = "Nelson H. F. Beebe, University of Utah, Department of Mathematics, 110 LCB, 155 S 1400 E RM 233, Salt Lake City, UT 84112-0090, USA, Tel: +1 801 581 5254, FAX: +1 801 581 4148, e-mail: \path|beebe@math.utah.edu|, \path|beebe@acm.org|, \path|beebe@computer.org| (Internet), URL: \path|http://www.math.utah.edu/~beebe/|"}
@String{ pub-manning = "Manning Publications"}
@String{ pub-ph:adr = "Englewood Cliffs, NJ 07632, USA"}
@String{ j-comp-net-isdn = "Computer Networks and ISDN Systems"}
@String{ pub-aw-longman = "Ad{\-d}i{\-s}on-Wes{\-l}ey Longman"}
@String{ pub-world-sci = "World Scientific Publishing Co."}
@String{ pub-mt:adr = "M\&T Publishing, Inc., 501 Galveston Drive, Redwood City, CA 94063, USA"}
@String{ pub-phptr = "P T R Pren{\-}tice-Hall"}
@String{ pub-apress = "Apress"}
@String{ pub-usenix = "USENIX"}
@String{ pub-sams:adr = "Indianapolis, IN, USA"}
@String{ j-comput-sci-eng = "Computing in Science and Engineering"}
@String{ j-x-j = "The {X} Journal: Computing Technology with the {X Window System}"}
@String{ j-j-res-natl-inst-stand-technol = "Journal of research of the National Institute of Standards and Technology"}
@String{ j-exe = ".EXE: the software developers' magazine"}
@String{ pub-sams = "SAMS Publishing"}
@String{ j-linux-j = "Linux journal"}
@String{ pub-mt = "M\&T Books"}
@String{ pub-europen = "EurOpen"}
@String{ j-unix-developer = "UNIX Developer"}
@String{ pub-osborne = "Osborne/McGraw-Hill"}
@String{ pub-world-sci:adr = "Singapore; Philadelphia, PA, USA; River Edge, NJ, USA"}
@String{ pub-phptr:adr = "Englewood Cliffs, NJ 07632, USA"}
@String{ j-jeric = "ACM Journal on Educational Resources in Computing (JERIC)"}
@String{ j-ddj = "Dr. Dobb's Journal of Software Tools"}
@String{ pub-ieee:adr = "1109 Spring Street, Suite 300, Silver Spring, MD 20910, USA"}
@String{ pub-cwi:adr = "P. O. Box 4079, 1009 AB Amsterdam, The Netherlands"}
@InProceedings{Beazley1997,
Author = "D. M. Beazley and P. S. Lomdahl",
Title = "Extensible Message Passing Application Development and
Debugging with {Python}",
Pages = "650--655",
acknowledgement = ack-nhfb,
bibdate = "Thu May 21 19:02:04 MDT 1998",
classification = "C5220P (Parallel architecture)C5440 (Multiprocessing
systems); C6110P (Parallel programming); C6115
(Programming support); C6140D (High level languages);
C6150C (Compilers, interpreters and other processors);
C6150G (Diagnostic, testing, debugging and evaluating
systems); C6150N (Distributed systems software)",
conftitle = "Proceedings 11th International Parallel Processing
Symposium",
corpsource = "Dept. of Comput. Sci., Utah Univ., Salt Lake City, UT,
USA",
crossref = "IEEE:1997:PIP",
keywords = "application specific debugging; CM-5; Cray T3D;
extensible message passing application debugging;
extensible message passing application development;
interpreted object oriented scripting language;
large-scale message passing applications; message
passing; message passing program writing; molecular
dynamics application; MPI; multiprocessing systems;
object-oriented languages; parallel machines; parallel
programming; program debugging; program interpreters;
Python parallelisation; rapid prototyping; software
prototyping; Sun multiprocessor servers",
sponsororg = "IEEE Comput. Soc. Tech. Committee on Parallel
Process.; ACM SIGARCH; Eur. Assoc. Theor. Comput. Sci.
(EATCS); Swiss Special Interest Group on Parallelism
(SIPAR); SPPEDUP Soc",
treatment = "P Practical",
year = 1997
}
@Book{PySuccess2002,
Title = {Python Success Stories: 8 True Tales of Flexibility,
Speed, and Improved Productivity},
Publisher = {O'Reilly Associates},
year = 2002
}
@Book{PySuccess2005,
Title = {Python Success Stories Volume {II}: 12 More True Tales},
Publisher = {O'Reilly Associates},
year = 2005
}
@Book{BIO2010,
Title = {{BIO} 2010: {Transforming} Undergraduate Education for
Future Research Biologists},
Publisher = {The National Academies Press},
year = 2003
}
@Book{NRC1999,
Title = {Transforming Undergraduate Education in Science,
Mathmatics, Engineering, and Technology },
Publisher = {The National Academies Press},
year = 1999
}
@Misc{BoostReview,
Title = {{Boost} Formal Review Process},
Note = {\texttt{http://www.boost.org/more/formal\_review\_process.htm}},
year = 2004
}
@Misc{EnthoughtPython,
Title = {Enthought {Python}},
Note = {\texttt{http://www.enthought.com/downloads/downloads.htm}},
year = 2005
}
@Misc{PerformancePython,
Title = {Performance {Python}},
Note = {\\\texttt{http://www.scipy.org/documentation/weave/weaveperformance.html}},
year = 2005
}
@Misc{VisionEgg,
Title = {{Vision Egg}},
Note = {\texttt{http://visionegg.org}},
year = 2005
}
@Misc{PythonEducation,
Title = {{Python} in Education},
Note = {\texttt{http://www.python.org/sigs/edu-sig}},
year = 2005
}
@Book{VanRossumDrake2003,
Editor = {G. Van Rossum, F. L., Jr. Drake},
Title = {An Introduction to {Python}},
Publisher = {Network Theory Ltd.},
year = 2003
}
@Misc{OpenCourseWare,
Title = {Open Course Ware},
HowPublished = {http://ocw.mit.edu/OcwWeb/index.htm},
year = 1999
}
@Misc{top500,
Title = {TOP 500 Supercomputer Sites},
HowPublished = {http://www.top500.org},
date-added = {2005-05-24 10:58:18 -0700},
date-modified = {2005-05-24 10:58:50 -0700}
}
@Misc{FreeBSD,
Title = {The {FreeBSD} {Project}},
HowPublished = {http://www.freebsd.org/},
date-added = {2005-05-23 16:35:30 -0700},
date-modified = {2005-05-24 09:58:06 -0700},
year = 2005
}
@Misc{GNU,
Title = {The {GNU} {P}roject},
HowPublished = {http://www.gnu.org/},
date-added = {2005-05-23 16:34:45 -0700},
date-modified = {2005-05-24 09:58:15 -0700},
year = 2005
}
@InProceedings{Schneideretal2004,
Author = {A.R. Schneider, T.J. Lewis, H.A. Swadlow, and J.
Rinzel},
Title = {The Influence of Electrical Coupling on Synchrony in
Fast-Spiking interneurons in Layer 4 Neocortex},
BookTitle = {Society for Neuroscience Abstracts},
year = 2004
}
@Article{AckermannRWQIF04,
Author = {M. Ackermann and O. Robach and C. Walker and C. Quiros
and H. Isern and S. Ferrer},
Title = {Hydrogenation of Carbon Monoxide on {Ni}(1 1 1)
investigated with surface X-ray diffraction at
atmospheric pressure},
Journal = {Surface Science},
Volume = {557},
Pages = {21-30},
year = 2004
}
@Misc{AMD2005,
Author = {AMD},
Title = {{AMD} Multi-core},
Note = {http://multicore.amd.com/},
institution = {Advanced Micro Devices},
year = 2005
}
@Book{LAPACK,
Author = {Anderson, E. and Bai, Z. and Bischof, C. and
Blackford, S. and Demmel, J. and Dongarra, J. and Du
Croz, J. and Greenbaum, A. and Hammarling, S. and
McKenney, A. and Sorensen, D.},
Title = {{LAPACK} Users' Guide},
Publisher = {Society for Industrial and Applied Mathematics},
Address = {Philadelphia, PA},
Edition = {Third},
isbn = {0-89871-447-8 (paperback)},
year = 1999
}
@Book{ArnoldEtal2005,
Author = {K. Arnold and J. G. and D. Holmes},
Title = {{Java(TM)} Programming Language},
Publisher = {Addison-Wesley Professional},
year = 2005
}
@Misc{AschmanFearick2005,
Author = {David Aschman and Roger Fearick},
Title = {PHY321: {Advanced} Physics},
HowPublished = {http://www.phy.uct.ac.za/courses/phy321f/index.htm},
year = 2005
}
@Article{Backus1963,
Author = "J. W. Backus and others",
Title = "{Algol 60} --- Revised Report on the Algorithmic
Language",
Journal = "Communications of the ACM",
Volume = "6",
Number = "1",
Pages = "1--17",
bibdate = "Tue Dec 26 16:31:34 1995",
coden = "CACMA2",
issn = "0001-0782",
month = jan,
year = 1963
}
@Article{Bae2003,
Author = {A. B\"acker},
Title = {Numerical aspects of eigenvalue and eigenfunction
computations for chaotic quantum system},
Journal = {in: {\it The Mathematical Aspects of Quantum Maps}, M.
Degli Esposti and S. Graffi (Eds.), Springer Lecture
Notes in Physics {\bf 618}},
Volume = {},
Pages = {91--144},
abstract = {We give an introduction to some of the numerical
aspects in quantum chaos. The classical dynamics of
two--dimensional area--preserving maps on the torus is
illustrated using the standard map and a perturbed cat
map. The quantization of area--preserving maps given by
their generating function is discussed and for the
computation of the eigenvalues a computer program in
Python is presented. We illustrate the eigenvalue
distribution for two types of perturbed cat maps, one
leading to COE and the other to CUE statistics. For the
eigenfunctions of quantum maps we study the
distribution of the eigenvectors and compare them with
the corresponding random matrix distributions. The
Husimi representation allows for a direct comparison of
the localization of the eigenstates in phase space with
the corresponding classical structures. Examples for a
perturbed cat map and the standard map with different
parameters are shown. Billiard systems and the
corresponding quantum billiards are another important
class of systems (which are also relevant to
applications, for example in mesoscopic physics). We
provide a detailed exposition of the boundary integral
method, which is one important method to determine the
eigenvalues and eigenfunctions of the Helmholtz
equation. We discuss several methods to determine the
eigenvalues from the Fredholm equation and illustrate
them for the stadium billiard. The occurrence of
spurious solutions is discussed in detail and
illustrated for the circular billiard, the stadium
billiard, and the annular sector billiard. We emphasize
the role of the normal derivative function to compute
the normalization of eigenfunctions, momentum
representations or autocorrelation functions in a very
efficient and direct way. Some examples for these
quantities are given and discussed. },
annote = {},
url = {http://www.physik.tu-dresden.de/~baecker/pub18.html},
url2 = {http://www.physik.uni-ulm.de/theo/qc/ulm-tp/tp02-4.ps.gz},
url3 = {http://www.springer.de/cgi-bin/search_book.pl?isbn=3-540-02623-1},
url_python_code = {http://www.physik.tu-dresden.de/~baecker/qmaps.html},
year = 2003
}
@Article{BaeKetMon2005,
Author = {A. B\"acker and R. Ketzmerick and A. Monastra},
Title = {Flooding of chaotic eigenstates into regular phase
space islands},
Journal = {Phys.\ Rev.\ Lett.},
Volume = 94,
Pages = {054102 (4 pages)},
Note = {},
abstract = { We introduce a criterion for the existence of regular
states in systems with a mixed phase space. If this
condition is not fulfilled chaotic eigenstates
substantially extend into a regular island. Wave
packets started in the chaotic sea progressively flood
the island. The extent of flooding by eigenstates and
wave packets increases logarithmically with the size of
the chaotic sea and the time, respectively. This new
effect can be observed for island chains with just 10
islands.},
annote = {},
checked = {},
title_ = {Flooding of regular islands by chaotic states },
url = {http://link.aps.org/abstract/PRL/v94/e054102},
url2 = {http://www.physik.tu-dresden.de/~baecker/pub21.html},
year = 2005
}
@InProceedings{Barker1999,
Author = {Barker, C. H. },
Title = {The {NOAA} Trajectory Analysis Planner: {TAP II}},
BookTitle = {Proceedings of the Oceans '99: MTS/IEEE Seattle, WA},
month = {September},
year = 1999
}
@InProceedings{BarkerHealy2001,
Author = {Barker, C. H. and Healy, W. P.},
Title = {Statistical Analysis of Oil Spill Response Options: A
{NOAA}-{U.S.} {Navy} Joint Project},
BookTitle = {Proceedings of the International Oil Spill Conference},
Pages = {883-890},
year = 2001
}
@InProceedings{BarkerWesley2004,
Author = {Barker, C. H. and Wesley, David},
Title = {Modeling Potential Skimmer and Booming Strategy
Effectiveness},
BookTitle = {Proceedings of the Twenty-Seventh Arctic and Marine
Oil spill Program (AMOP) Technical Seminar},
Pages = {397--419},
Address = {Ottawa, ON},
Organization = {Environment Canada},
year = 2004
}
@InProceedings{BarkerWesley2005,
Author = {Barker, Christopher H. and Wesley, David.},
Title = {The Trajectory Recovery Analysis Planner ({TRAP}): {A}
Tool for Modeling the Potential Success of Response
Plans},
BookTitle = {Proceedings of the International Oil Spill Conference},
Address = {Miami, FL},
year = 2005
}
@InProceedings{BarrettEtal2004,
Author = {Barrett, P. and J.D. Hunter and P. Greenfield},
Title = {Matplotlib - {A} Portable {Python} Plotting Package},
BookTitle = {Astronomical Data Analysis Software \& Systems XIV.},
year = 2004
}
@Book{Beasley,
Author = {Beasley, D.},
Title = {Python Essential Reference},
Publisher = {New Riders Publishing},
Edition = {2nd},
year = 2001
}
@Article{Beazley1998,
Author = "David Beazley",
Title = "{SWIG} and Automated {C/C++} Scripting Extensions",
Journal = j-ddj,
Volume = "23",
Number = "2",
Pages = "30, 32, 34--36, 100",
abstract = "SWIG, short for ``Simplified Wrapper and Interface
Generator,'' is a freely available tool that lets you
generate interfaces to a variety of scripting languages
from a common interface description",
acknowledgement = ack-nhfb,
bibdate = "Sat Mar 07 08:28:08 1998",
coden = "DDJOEB",
issn = "1044-789X",
month = feb,
year = 1998
}
@Book{BerginEtal1996,
Author = {Thomas J. Bergin and Richard G. Gibson and Richard G.
Gibson},
Title = {History of Programming Languages},
Publisher = { Addison-Wesley Professional},
year = 1996
}
@Article{Bohannon2005,
Author = {J. Bohannon},
Title = {Grassroots Supercomputing},
Journal = {Science},
Volume = 308,
Number = 5723,
year = 2005
}
@InBook{BuckheitDonoho1995,
Author = {J.B. Buckheit and D.L. Donoho},
Editor = {A. Antoniadis},
Title = {Wavelets and Statistics},
Chapter = {WaveLab and Reproducible Research},
Publisher = {Springer-Verlag},
year = 1995
}
@Article{Butterfield2004,
Author = {Butterfield, A. and Vedagiri, V. and Lang, E. and
Lawrence, C. and Wakefield, M. J. and Isaev, A. and
Huttley, G. A.},
Title = {PyEvolve: {A} Toolkit for Statistical Modelling of
Molecular Evolution},
Journal = {BMC Bioinformatics},
Volume = {5},
Number = {1},
Pages = {1},
date-modified = {2005-01-23 15:11:38 +1100},
year = 2004
}
@Article{CabreraMilton2004,
Author = {Cabrera, JL and Milton, JG},
Title = {Human stick balancing: tuning Levy flights to improve
balance control},
Journal = {Chaos},
Volume = 14,
Number = 3,
year = 2004
}
@InProceedings{Coifman92c,
Author = {R.R. Coifman and Y. Meyer and V. Wickehauser},
Title = {Wavelet analysis and signal processing},
BookTitle = {Wavelets and their Applications},
Editor = {\mbox{Ruskai et al}},
Pages = {153-178},
Publisher = {Jones and Bartlett},
year = 1992
}
@Article{Costa2002,
Author = {D Costa},
Title = {Hyper-Threading and Multicore {CPUs}},
Journal = {CPU Planet},
Note = {09/13/2002},
year = 2002
}
@Article{Cottom2003,
Author = "Teresa L. Cottom",
Title = "Using {SWIG} to Bind {C++} to {Python}",
Journal = j-comput-sci-eng,
Volume = "5",
Number = "2",
Pages = "88--96, c3",
acknowledgement = ack-nhfb,
bibdate = "Sat Jan 3 18:25:05 MST 2004",
bibsource = "http://csdl.computer.org/comp/mags/cs/2003/02/c2toc.htm",
coden = "CSENFA",
issn = "1521-9615",
month = mar # "\slash " # apr,
url = "http://csdl.computer.org/comp/mags/cs/2003/02/c2088abs.htm;
http://csdl.computer.org/dl/mags/cs/2003/02/c2088.htm;
http://csdl.computer.org/dl/mags/cs/2003/02/c2088.pdf",
year = 2003
}
@Article{CropperComerford2004,
Author = {Cropper, W.P. and N.B. Comerford},
Title = {Optimizing Simulated Fertilizer Additions using a
Genetic Algorithm with a Nutrient Uptake Model},
Journal = {Ecological Modelling},
Volume = 185,
Pages = {271-281},
year = 2004
}
@Misc{Dalke2005,
Author = {Andrew Dalke},
Title = {Andrew Dalke's Dairy Archive},
HowPublished = {http://www.dalkescientific.com},
year = 2005
}
@Book{Daubechies92,
Author = {I. Daubechies},
Title = {Ten Lectures on Wavelets},
Publisher = {SIAM},
year = 1992
}
@Misc{pyro,
Author = {Immen de {J}ong},
Title = {Python {R}emote {O}bjects},
HowPublished = {http://pyro.sourceforge.net/},
date-added = {2005-05-23 17:07:29 -0700},
date-modified = {2005-05-23 17:08:13 -0700},
year = 2005
}
@Book{DowneyEtal2002,
Author = {Allen Downey and Jeffrey Elkner and Chris Meyers},
Title = {How to Think Like a Computer Scientist: {Learning with
Python}},
Publisher = {Green Tea Home Page},
year = 2002
}
@Article{Dubois1996b,
Author = "P. F. Dubois and K. Hinsen and J. Hugunin",
Title = "Numerical {Python}",
Journal = j-comp-physics,
Volume = "10",
Number = "3",
Pages = "262--267",
abstract = "Python is a small and easy-to-learn language with
surprising capabilities. It is an interpreted
object-oriented scripting language and has a full range
of sophisticated features such as first-class
functions, garbage collection, and exception handling.
Python has properties that make it especially appealing
for scientific programming: Python is quite simple and
easy to learn, but it is a full and complete language.
It is simple to extend Python with your own compiled
objects and functions. Python is portable, from Unix to
Windows 95 to Linux to Macintosh. Python is free, with
no license required even if you make a commercial
product out of it. Python has a large user-contributed
library of ``modules''. These modules cover a wide
variety of needs, such as audio and image processing,
World Wide Web programming, and graphical user
interfaces. In particular, there is an interface to the
popular Tk package for building windowing applications.
And now, Python has a high-performance array module
similar to the facilities in specialized array
languages such as Matlab, IDL, Basis, or Yorick. This
extension also adds complex numbers to the language.
Array operations in Python lead to the execution of
loops in C, so that most of the work is done at full
compiled speed.",
acknowledgement = ack-nhfb,
bibdate = "Sun Apr 13 12:29:32 MDT 1997",
bibsource = "ftp://ftp.math.utah.edu/pub/tex/bib/linux.bib",
classcodes = "C6140D (High level languages); C6110J (Object-oriented
programming); C6150C (Compilers, interpreters and other
processors); C7300 (Natural sciences computing)",
coden = "CPHYE2",
corpsource = "Lawrence Livermore Nat. Lab., CA, USA",
issn = "0894-1866",
keywords = "applications; compiled objects; exception; first-class
functions; garbage collection; graphical user
interfaces; handling; high-performance array module;
interpreted object-oriented scripting language; natural
sciences computing; object-oriented languages; program
interpreters; Python; scientific programming; Wide Web
programming; windowing; World",
month = may # "\slash " # jun,
treatment = "P Practical",
year = 1996
}
@Article{Dubois1996a,
Author = "P. F. Dubois and T.-Y. Yang",
Title = "Extending {Python} [Object-oriented language]",
Journal = j-comp-physics,
Volume = "10",
Number = "4",
Pages = "359--365",
acknowledgement = ack-nhfb,
bibdate = "Thu May 21 19:02:04 MDT 1998",
classification = "C6110J (Object-oriented programming); C6120 (File
organisation); C6130 (Data handling techniques); C6140D
(High level languages); C6150C (Compilers, interpreters
and other processors); C7300 (Natural sciences
computing)",
coden = "CPHYE2",
corpsource = "Lawrence Livermore Nat. Lab., CA, USA",
issn = "0894-1866",
keywords = "C language; C++; C++ static-constructor problem,;
compiled sources; dynamic loading; embedding; exception
handling; first-class functions; Fortran; free
language; garbage collection; high-performance
numerical extension; interpreted language; natural
sciences computing; object types; object- oriented
languages; object-oriented language; object-oriented
programming; portable language; program interpreters;
programmable application; Python interpreter; Python
language; Python program; scientific programming;
storage management; user interface",
month = jul # "\slash " # aug,
treatment = "P Practical",
year = 1996
}
@Article{Dubois1996c,
Author = "Paul F. Dubois and T.-Y. Yang",
Title = "Scientific Programming: Extending {Python}",
Journal = j-comp-physics,
Volume = "10",
Number = "4",
Pages = "359--??",
acknowledgement = ack-nhfb,
bibdate = "Thu May 21 16:28:33 MDT 1998",
coden = "CPHYE2",
issn = "0894-1866",
month = "????",
year = 1996
}
@Misc{PyBibliotheca,
Author = {Jeff Elkner},
Title = {Python Bibliotheca},
Note = {http://www.ibiblio.org/obp/pyBiblio},
year = 1999
}
@InProceedings{Elkner2000,
Author = {Jeff Elkner},
Title = {Using Python in a High School Computer Science Program},
BookTitle = {Proceedings of the 8th International Python Conference},
year = 2000
}
@Article{Figgins2000,
Author = {Stephen Figgins},
Title = {Teaching Math with {Python}},
Journal = {OnLAMP.com},
year = 2000
}
@InProceedings{FiringEtal2002,
Author = {Firing, J. and R. Brainard and E. Firing},
Title = {Ten Years of Shipboard {ADCP} Data along the
Northwestern {Hawaiian} Islands},
BookTitle = {Ocean Sciences Meeting},
year = 2002
}
@Article{FossMilton2000,
Author = {Foss, J. and Milton, J.G.},
Title = {Multistability in Recurrent Neural Loops Arising from
Delay},
Journal = {J Neurophysiol},
Volume = {84},
Number = {21},
Pages = {975-985},
year = 2000
}
@Article{FFTW05,
Author = {Frigo, Matteo and Johnson, Steven~G.},
Title = {The Design and Implementation of {FFTW3}},
Journal = {Proceedings of the IEEE},
Volume = 93,
Number = 2,
Pages = {216--231},
Note = {special issue on "Program Generation, Optimization,
and Platform Adaptation"},
year = 2005
}
@Book{GoldbergRobson1989,
Author = {A. Goldberg and D. Robson},
Title = {{Smalltalk} 80 : {The} Language},
Publisher = { Addison-Wesley Professional},
year = 1989
}
@Misc{braid,
Author = {B. E. Granger},
Title = {Braid},
HowPublished = {http://hammonds.scu.edu/{~}classes/braid.html},
date-added = {2005-05-23 17:12:33 -0700},
date-modified = {2005-05-24 11:52:01 -0700},
year = 2005
}
@Misc{pyxg,
Author = {B. E. Granger},
Title = {Py{XG}},
HowPublished = {http://hammonds.scu.edu/{~}classes/pyxg.html},
date-added = {2005-05-23 17:11:56 -0700},
date-modified = {2005-05-24 10:40:15 -0700},
year = 2005
}
@Article{Green2004,
Author = {K. C. Green},
Title = {Curricular Reform, Conspiracy, and Philanthropy},
Journal = {Syllabus Magazine},
year = 2004
}
@InProceedings{GreenfieldEtal2002,
Author = {{Greenfield}, P. and {Miller}, T. and {Hsu}, J. and
{White}, R.~L. },
Title = "{An Array Module for Python}",
BookTitle = {ASP Conf. Ser. 281: Astronomical Data Analysis
Software and Systems XI},
Pages = {140-+},
adsnote = {Provided by the NASA Astrophysics Data System},
adsurl = {http://adsabs.harvard.edu/cgi-bin/nph-bib_query?bibcode=2002ASPC..281..140G
&db_key=AST},
year = 2002
}
@Book{HanselmanLittlefield2004,
Author = {Duane C. Hanselman and Bruce L. Littlefield},
Title = {Mastering {MATLAB} 7},
Publisher = {Prentice Hall },
year = 2004
}
@Misc{AccessibleSciPy,
Author = {Joe Harrington},
Title = {Accessible SciPy},
HowPublished = {\\http://www.scipy.org/wikis/accessible\_scipy/AccessibleSciPy},
year = 2004
}
@Book{Heath2001,
Author = {Michael Heath},
Title = {Scientific Computing},
Publisher = {McGraw-Hill},
year = 2001
}
@Article{Heiland2001,
Author = {Heiland, RW and Baker, MP and Tafti, D},
Title = {VisBench: A Framework for Remote Data Visualization
and Analysis},
Journal = {Lecture Notes in Computer Science},
Volume = {2074},
Pages = {718--??},
year = 2001
}
@Article{Hinsen2003,
Author = {K. Hinsen},
Title = {High-Level Parallel Software Development with Python
and BSP},
Journal = {Parallel Processing Letters},
Volume = 13,
Number = 3,
Pages = {473-484},
year = 2003
}
@Article{pybsp,
Author = {K. Hinsen},
Title = {High-Level Parallel Software Development with {P}ython
and {BSP}},
Journal = {Par. Proc. Lett.},
Volume = {13},
Number = {3},
Pages = {473-484},
date-added = {2005-05-24 10:24:42 -0700},
date-modified = {2005-05-24 10:25:51 -0700},
year = 2003
}
@Misc{Hinsen1997,
Author = {Konrad Hinsen},
Title = {Python for Scientists},
HowPublished = {http://dirac.cnrs-orleans.fr/~hinsen/courses.html},
year = 1997
}
@Article{Hoffman2005,
Author = {Thomas Hoffman},
Title = {Interview: {Oracle's} Woods on Licensing, Multicore
Servers},
Journal = {CIO},
year = 2005
}
@InProceedings{Hugunin1997,
Author = {Jim Hugunin},
Title = {Python and Java - {The} Best of Both Worlds},
BookTitle = {In Proceedings of the 6th International Python
Conference},
Pages = {11-20},
year = 1997
}
@Misc{JDH04,
Author = {Hunter, J.D.},
Title = {Matplotlib},
Note = {\texttt{http://matplotlib.sourceforge.net}},
year = 2004
}
@Misc{Matplotlib,
Author = {Hunter, J.D.},
Title = {Matplotlib},
Note = {\texttt{http://matplotlib.sourceforge.net}},
year = 2004
}
@Article{HunterEtal2000,
Author = {Hunter, JD and Milton, JG and Lüdtke, H and Wilhelm, B
and Wilhelm, H},
Title = {Spontaneous Fluctuations in Pupil Size are not
Triggered by Lens Accommodation},
Journal = {Vision Res},
Volume = {40},
Number = {5},
Pages = {567-73},
year = 2000
}
@Article{HunterEtal2005,
Author = {JD Hunter and J Reimer and DM Hanan and KE Hecox and
VL Towle },
Title = {Locating Chronically Implanted Subdural Electrodes
Using {3-D} Rendering},
Journal = {Clinical Neurophysiology},
annote = {in press},
year = 2005
}
@Article{Huttley2004,
Author = {Huttley, Gavin A},
Title = {Modeling the Impact of {DNA} Methylation on the
Evolution of {BRCA1} in Mammals.},
Journal = {Mol Biol Evol},
Volume = {21},
Number = {9},
Pages = {1760-8},
affiliation = {Centre for Bioinformation Science, John Curtin School
of Medical Research and Mathematical Sciences
Institute, Australian National University, Australia.
gavin.huttley@anu.edu.au},
aid = {msh187 {$[$}pii{$]$}},
au = {Huttley GA},
da = {20040809},
date-modified = {2005-01-18 22:30:51 +1100},
dep = {20040609},
edat = {2004/06/11 05:00},
jid = {8501455},
language = {eng},
mhda = {2004/06/11 05:00},
own = {NLM},
phst = {2004/06/09 {$[$}aheadofprint{$]$}},
pl = {United States},
pmid = {15190129},
pst = {ppublish},
pt = {Journal Article},
pubm = {Print-Electronic},
sb = {IM},
stat = {In-Process},
year = 2004
}
@Book{IbanezSchroeder2003,
Author = {Ib\'a\~nez, L. and Schroeder, W.},
Title = {The ITK Software Guide: The Insight Segmentation and
Registration Toolkit},
Publisher = {Kitware, Inc.},
chapter = {},
year = 2003
}
@Misc{Intel2005,
Author = {Intel},
Title = {A New Era of Architectural Innovation Arrives with
{Intel} Dual-Core Processors},
Note = {http://www.intel.com/technology/index.htm},
institution = {Intel Corporation},
year = 2005
}
@Misc{Numeric,
Author = {J Huginins, P Dubois, T Oliphant and others},
Title = {Numerical {Python}},
Note = {\texttt{http://numeric.scipy.org/}},
year = 1993
}
@Misc{SciPy,
Author = {Jones, Eric and Oliphant, Travis and Peterson, Pearu
and others},
Title = {{SciPy}: {Open} Source Scientific Tools for {Python}},
Note = {\texttt{http://www.scipy.org}},
year = 2001
}
@Article{Kanehisa2003,
Author = {M. Kanehisa and P. Bork},
Title = {Bioinformatics in the post-sequence era},
Journal = {Nature Gen. Supp.},
Volume = {33},
Pages = {305-310},
date-added = {2005-05-23 16:23:02 -0700},
date-modified = {2005-05-23 16:24:19 -0700},
year = 2003
}
@Article{Kominis2003,
Author = {I. K. Kominis and T. W. Kornack and J.C.. Allred and
M. V. Romalis},
Title = {A subfemtotesla multichannel atomic magnetometer},
Journal = {Nature},
Volume = 422,
Number = 6932,
Pages = {596--599},
day = 10,
month = {April},
url = {http://www.nature.com/cgi-taf/DynaPage.taf?file=/nature/
journal/v422/n6932/abs/nature01484_fs.html},
year = 2003
}
@Article{Kornack2002,
Author = {T. W. Kornack and M. V. Romalis},
Title = {Dynamics of Two Overlapping Spin Ensembles Interacting
by Spin Exchange},
Journal = {Phys Rev Lett},
Volume = 89,
Number = 25,
Pages = {253002},
day = 4,
month = {December},
url = {http://link.aps.org/abstract/PRL/v89/e253002},
year = 2002
}
@Article{Korpela2001,
Author = {E. Korpela and D. Werthimer and D. Anderson and J.
Cobb and M Leboisky},
Title = {{SETI}@home-massively distributed computing for {SETI}},
Journal = {Comp. Sci. Eng.},
Volume = {3},
Pages = {78-83},
date-added = {2005-05-23 16:51:57 -0700},
date-modified = {2005-05-23 16:53:54 -0700},
year = 2001
}
@Book{Langtangen2004,
Author = {Hans Petter Langtangen},
Title = {{Python} Scripting for Computational Science},
Publisher = {Springer},
Address = {Berlin},
year = 2004
}
@Article{Lyman2005,
Author = {J. Lyman},
Title = {Microsoft Won't Charge More for Multicore Licenses},
Journal = {MacNewsWorld},
year = 2005
}
@Book{Mallat99,
Author = {S. Mallat},
Title = {A Wavelet Tour of Signal Processing},
Publisher = {Academic Press},
year = 1999
}
@Book{Nutshell,
Author = {Martelli, A.},
Title = {Python in a Nutshell},
Publisher = {O'Reilly},
Edition = {1st},
year = 2003
}
@Book{Cookbook,
Author = {Martelli, A. and Ascher, D.},
Title = {Python Cookbook},
Publisher = {O'Reilly},
Edition = {1st},
year = 2004
}
@Article{Merritt2004,
Author = {R. Merritt},
Title = {Multicore MPUs go mainstream},
Journal = {EE Times},
Note = {09/13/2004},
year = 2004
}
@Book{Mezzulo2002,
Author = {T. Mezzulo},
Title = {Python Success Stories: 8 True Tales of Flexibility,
Speed, and Improved Productivity},
Publisher = {O'Reilly Associates},
year = 2002
}
@PhdThesis{Miller2004,
Author = {J.A. Miller},
Title = {Promoting Computer Literacy through Programming
{Python}},
School = {University of Michigan},
year = 2004
}
@Misc{pympi,
Author = {Pat {M}iller},
Title = {{MPI} {P}ython},
HowPublished = {http://sourceforge.net/projects/pympi/},
date-added = {2005-05-23 17:09:01 -0700},
date-modified = {2005-05-23 17:10:43 -0700},
year = 2005
}
@Article{MiltonLongtin1990,
Author = {Milton, JG and Longtin, A},
Title = {Evaluation of Pupil Constriction and Dilation from
Cycling Measurements},
Journal = {Vision Res},
Volume = 30,
Number = 4,
year = 1990
}
@Article{MortensenEtal2005,
Author = {Mortensen, J.J. and L. B. Hansen and K. W. Jacobsen},
Title = {Real-space Grid Implementation of the Projector
Augmented Wave Method},
Journal = {Physical Review B},
Volume = 71,
Pages = 035109,
year = 2005
}
@Article{Naur1963,
Author = "Peter {Naur al}",
Title = "Revised Report on the Algorithmic Language {ALGOL} 60",
Journal = j-cacm,
Volume = "6",
Number = "1",
Pages = "1--17",
bibsource = "ftp://ftp.ira.uka.de/pub/bibliography/Compiler/reynolds.bib",
checked = "4 September 1990",
coden = "CACMA2",
issn = "0001-0782",
month = jan,
year = 1963
}
@Misc{pypar,
Author = {Ole {N}ielsen},
Title = {Pypar},
HowPublished = {http://datamining.anu.edu.au/{~}ole/pypar/},
date-added = {2005-05-23 17:10:46 -0700},
date-modified = {2005-05-24 10:40:23 -0700},
year = 2005
}
@Manual{NOAA2000,
Title = {{TAP II} 1.2 User Manual},
Author = {{NOAA}},
Organization = {{National Oceanic and Atmospheric Administration},
Hazardous Material Response Division},
Address = {Seattle, WA},
year = 2000
}
@Misc{NOAANWS,
Author = {National {O}ceanic and {A}tmospheric {A}dministration
({NOAA})},
Title = {{NOAA}: {N}ational {W}eather {S}ervice},
HowPublished = {http://www.nws.noaa.gov/},
date-added = {2005-05-23 16:41:41 -0700},
date-modified = {2005-05-24 09:57:36 -0700},
organization = {National {O}ceanic and {A}tmospheric {A}dministration
({NOAA})}
}
@Misc{NERSC,
Author = {Department of Energy},
Title = {National {E}nergy {R}esearch {S}cientific {C}omputing
{C}enter ({NERSC})},
HowPublished = {http://www.nersc.gov/},
date-added = {2005-05-23 16:30:37 -0700},
date-modified = {2005-05-24 10:43:40 -0700},
organization = {Department of Energy}
}
@Misc{doegenomes,
Author = {Department of Energy},
Title = {{DOE} Genomes},
HowPublished = {http://www.doegenomes.org/},
date-added = {2005-05-23 16:13:01 -0700},
date-modified = {2005-05-24 09:58:39 -0700},
organization = {Department of Energy}
}
@Misc{ScipyTut,
Author = {Travis E. Oliphant},
Title = {{SciPy} Tutorial},
HowPublished = {http://www.scipy.org/scipy.org/documentation/tutorial.pdf},
year = 2004
}
@Article{Ousterhout1998,
Author = {John K. Ousterhout},
Title = {Scripting: {Higher} Level Programming for the {21st}
Century},
Journal = {IEEE Computer},
year = 1998
}
@Misc{numarray,
Author = {P Greenfield, T Miller and others},
Title = {Numerical {Python}},
Note = {\texttt{http://www.stsci.edu/resources/software_hardware/numarray}},
year = 2001
}
@InProceedings{ParkerHallBarker2001,
Author = {Parker-Hall, H. and Barker, C. H. },
Title = {Do Trajectories Belong in Area Plans? A New Approach
in California Using the Trajectory Analysis Planner
({TAP II})},
BookTitle = {Proceedings of the International Oil Spill Conference},
Pages = {685--691},
year = 2001
}
@Misc{f2py,
Author = {Peterson, Pearu},
Title = {F2{P}y -- {F}ortran to {P}ython interface generator},
Note = {\texttt{http://cens.ioc.ee/projects/f2py2e}},
year = {2001--}
}
@Book{Dive,
Author = {Pilgrim, M.},
Title = {Dive into Python},
Publisher = {Apress},
Edition = {1st},
year = 2004
}
@Misc{IPython,
Author = {P\'erez, Fernando},
Title = {{IPython} -- an Enhanced Interactive {Python} shell},
Note = {\texttt{http://ipython.scipy.org}},
year = 2001
}
@Misc{MayaVi,
Author = {Ramachandran, Prabhu},
Title = {The {MayaVi} Data Visualizer},
Note = {\texttt{http://mayavi.sourceforge.net}},
year = 2001
}
@InProceedings{TVTK,
Author = {Prabhu Ramachandran},
Title = {{TVTK}: A {Pythonic} {VTK}},
BookTitle = {{EuroPython} Conference Proceedings},
Address = {G{\"{o}}teborg, Sweden},
Organization = {{EuroPython}},
month = {27--29, June},
year = 2005
}
@InProceedings{MayaVi2,
Author = {Prabhu Ramachandran},
Title = {{MayaVi2}: The next generation},
BookTitle = {{EuroPython} Conference Proceedings},
Address = {G{\"{o}}teborg, Sweden},
Organization = {{EuroPython}},
month = {27--29, June},
year = 2005
}
@Article{Ransom2005,
Author = {{Ransom}, S.~M. and {Hessels}, J.~W.~T. and {Stairs},
I.~H. and {Freire}, P.~C.~C. and {Camilo}, F. and
{Kaspi}, V.~M. and {Kaplan}, D.~L. },
Title = "{Twenty-One Millisecond Pulsars in {Terzan} 5 Using
the {Green Bank} Telescope}",
Journal = {Science},
Volume = 307,
Pages = {892-896},
adsnote = {Provided by the NASA Astrophysics Data System},
adsurl = {http://adsabs.harvard.edu/cgi-bin/nph-bib_query?bibcode=2005Sci...307..892R&db_key=AST},
month = feb,
year = 2005
}
@Article{Ransometal2004a,
Author = {{Ransom}, S.~M. and {Kaspi}, V.~M. and {Ramachandran},
R. and {Demorest}, P. and {Backer}, D.~C. and {Pfahl},
E.~D. and {Ghigo}, F.~D. and {Kaplan}, D.~L.},
Title = "{{Green Bank} Telescope Measurement of the Systemic
Velocity of the Double Pulsar Binary {J0737-3039} and
Implications for Its Formation}",
Journal = {Astrophysical Journal},
Volume = 609,
Pages = {L71-L74},
adsnote = {Provided by the NASA Astrophysics Data System},
adsurl = {http://adsabs.harvard.edu/cgi-bin/nph-bib_query?bibcode=2004ApJ...609L..71R&db_key=AST},
month = jul,
year = 2004
}
@Article{Ransometal2004b,
Author = {{Ransom}, S.~M. and {Stairs}, I.~H. and {Backer},
D.~C. and {Greenhill}, L.~J. and {Bassa}, C.~G. and
{Hessels}, J.~W.~T. and {Kaspi}, V.~M.},
Title = "{{Green Bank} Telescope Discovery of Two Binary
Millisecond Pulsars in the Globular Cluster {M30}}",
Journal = {Astrophysical Journal},
Volume = 604,
Pages = {328-338},
adsnote = {Provided by the NASA Astrophysics Data System},
adsurl = {http://adsabs.harvard.edu/cgi-bin/nph-bib_query?bibcode=2004ApJ...604..328R&db_key=AST},
month = mar,
year = 2004
}
@Book{Raymond2001,
Author = {E.S. Raymond},
Title = {The Cathedral \& the Bazaar },
Publisher = {O'Reilly},
year = 2001
}
@InBook{Rosen1967,
Author = {S. Rosen},
Editor = {S. Rosen},
Title = {Programming Systems and Languages},
Chapter = {Programming Systems and Languages--{A} Historical
Survey},
Publisher = {McGraw-Hill},
Address = {New York},
year = 1967
}
@Book{PyLibRef,
Author = {G. Van Rossum},
Title = {Python Library Reference},
Publisher = {To Excel Inc},
year = 2001
}
@Article{Sanner2005a,
Author = {M.F. Sanner},
Title = {A Component-Based Software Environment for Visualizing
Large Macromolecular Assemblies},
Journal = {Structure},
Volume = 13,
Pages = {447-462},
year = 2005
}
@InBook{Sanner2005b,
Author = {M.F. Sanner},
Title = {Encyclopedia of Genomics, Proteomics and
Bioinformatics},
Chapter = {Using the {Python} Programming Language for
Bioinformatics},
Publisher = {John Wiley \& Sons, Ltd},
year = 2005
}
@Misc{PMV,
Author = {Sanner, Michel},
Title = {The {P}ython {M}olecular {V}iewer},
Note = {\texttt{http://www.scripps.edu/{\textasciitilde}sanner/python}},
year = {1997--}
}
@Book{SchroederEtal2002,
Author = {Schoeder, W. and Martin, K. and Lorense, B},
Title = {The Visualization Toolkit: {An} Object Oriented
Approach to {3D} Graphics},
Publisher = {Kitware, Inc.},
Edition = {3rd},
year = 2002
}
@Misc{SethnaMeyers2005,
Author = {James P. Sethna and Christopher R. Myers},
Title = {Physics 682: {Computational} Methods for Nonlinear
Systems},
HowPublished = {http://www.physics.cornell.edu/sethna/teaching/ComputationalMethods/},
year = 2005
}
@Book{SmithWilliams2001,
Author = {C.U. Smith and L.G. Williams},
Title = {Performance Solutions: {A} Practical Guide to Creating
Responsive, Scalable Software },
Publisher = {Addison Welsey Professional},
year = 2001
}
@Misc{Sony2005,
Author = {Sony},
Title = {{IBM}, {Sony}, {Sony Computer Entertainment Inc.} and
{Toshiba} Disclose Key Details of the Cell Chip},
Note = {http://www.sony.net/SonyInfo/News/Press/200502/05-0208AE/},
institution = {Sony Corporation},
year = 2005
}
@InProceedings{Stein2005,
Author = {G. Stein},
Title = {{Python} at {Google}},
BookTitle = {Pycon2005},
year = 2005
}
@InProceedings{sterling95beowulf,
Author = {T. Sterling and D. Savarese and D. J. Becker and J. E.
Dorband and U. A. Ranawake and C. V. Packer},
Title = {{BEOWULF}: {A} Parallel Workstation for Scientific
Computation},
BookTitle = {Proceedings of the 24th International Conference on
Parallel Processing},
Pages = {I:11--14},
Address = {Oconomowoc, WI},
date-added = {2005-05-23 16:48:05 -0700},
date-modified = {2005-05-23 16:49:16 -0700},
url = {citeseer.ist.psu.edu/sterling95beowulf.html},
year = 1995
}
@Article{Strous2001,
Author = {M Strous},
Title = {Python - Executable Pseudocode},
Journal = {PC Update},
year = 2001
}
@Book{Stroustrup2000,
Author = {B. Stroustrup},
Title = {The C++ Programming Language},
Publisher = {Addison-Wesley Professional},
Edition = {3rd Edition},
year = 2000
}
@Book{Stroustrup1994,
Author = {Bjarne Stroustrup},
Title = {The Design and Evolution of C++},
Publisher = {Addison-Wesley Professional},
year = 1994
}
@Misc{Linux,
Author = {Linus Torvalds},
Title = {The {L}inux {K}ernel {A}rchives},
HowPublished = {http://www.kernel.org/},
date-added = {2005-05-23 16:40:30 -0700},
date-modified = {2005-05-24 09:57:51 -0700},
year = 2005
}
@TechReport{vanRossum1998,
Author = "G. {van Rossum}",
Title = "Extending and Embedding the {Python} Interpreter",
Institution = pub-cnri,
Type = "Technical Report",
Address = pub-cnri:adr,
Note = "For Python Release 1.5.1.",
acknowledgement = ack-nhfb,
bibdate = "Wed Oct 28 07:23:02 1998",
day = "14",
month = apr,
url = "http://www.python.org/doc/ext/ext.html",
year = 1998
}
@Misc{CP4E,
Author = {G. van Rossum},
Title = {Computer Programming for Everybody: {A} Scouting
Expedition for the Programmers of Tomorrow},
HowPublished = {CNRI Proposal \# 90120-1a},
year = 1999
}
@Misc{PYTHON,
Author = {van Rossum, Guido and others},
Title = {The {P}ython programming language},
Note = {\texttt{http://www.python.org}},
year = {1991--}
}
@Article{Vest2004,
Author = {C. Vest},
Title = {Why MIT Decided to Give Away All of its Course
Materials via the Internet},
Journal = {The Chronicle of Higher Education},
year = 2004
}
@InProceedings{WhiteGreenfield2000,
Author = "R. L. White and P. Greenfield",
Title = "Using {Python} to Modernize Astronomical Software",
BookTitle = "8th International Python Conference Proceedings",
Editor = "D. Beazley",
Series = "Foretec Seminars",
year = 2000
}
@MastersThesis{Williams2002,
Author = {Michael Williams},
Title = {Teaching Scientific Programming Using Python},
School = {Oxford},
year = 2002
}
@Book{Redbook,
Author = {Woo, M. and Neider, J. and Davis, T. and Shreiner, D.},
Title = {OpenGL Programming Guide: {The} Official Guide to
Learning OpenGL},
Publisher = {Addison Wesley},
Edition = {3rd},
year = 1999
}
@Article{Woolrich01,
Author = {M.W. Woolrich and B.D. Ripley and M. Brady  and S.M.
Smith},
Title = {Temporal Autocorrelation in Univariate Linear Modeling
of {fMRI} Data},
Journal = {NeuroImage},
Volume = {14},
Pages = {1370-86},
year = 2001
}
@Book{Zelle2005,
Author = {J. Zelle},
Title = {{Python} Programming: {An} Introduction to Computer
Science},
Publisher = {Franklin, Beedle \& Associates},
year = 2005
}
@Misc{Zelle1998,
Author = {John M. Zelle},
Title = {Python as a First Language},
HowPublished = {13th Annual Midwest Computer Conference},
year = 1998
}
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.