-
Notifications
You must be signed in to change notification settings - Fork 1
/
academia_keywords2.txt
10100 lines (10100 loc) · 257 KB
/
academia_keywords2.txt
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
Example Based Machine Translation 191
Electronic Structure 477
Data Archive 323
Local As View 81
Wastewater Treatment 371
Computational Steering 203
Real-time Garbage Collection 99
Hybrid Electric Vehicle 267
Chaotic Neural Network 406
Shell Model 195
One Time Pad 190
Collaborative Editing 304
Reinforcement Learn Ing 121
uml sequence diagram 281
Similarity Solution 311
Resource Partitioning 157
mcmc algorithm 208
Agile Development 533
Renewal Theory 170
multiclass queueing network 145
Model Coupling 246
Estimating Function 261
Computer Self Efficacy 140
Transfer Operator 220
Bidirectional Texture Function 85
Digital Elevation Map 121
Universal Design 370
Mixed State 182
Market Basket Analysis 143
Visible Light 474
Temperature Sensor 873
Nonlinear Elasticity 312
Head Pose Estimation 270
Bilinear Form 238
Software Engineering Institute 227
Granular Material 248
Small To Medium-sized Enterprises 212
Medical Information System 413
Spatial Decision Support System 206
oriented matroid 252
Network Equilibrium 109
Characteristic Equation 364
Satisfiability Modulo Theories 242
Linear Quadratic Gaussian 362
Longest Prefix Matching 143
Sponsored Search 253
Laser Radar 309
Automatic Text Summarization 175
Population Based Incremental Learning 110
Deadline Monotonic 99
Optimization Under Uncertainty 95
Expressed Sequence Tag 180
Continuity Equation 292
Quantum Communication 252
Minimal Realization 263
Atomic Force Microscopy 405
Error Threshold 188
Writer Identification 207
Inversion Formula 169
Cell Biology 228
Quantum Dot 673
Linear Mixture Model 43
Critical Dimension 264
Real-time Temporal Logic 100
Guided Local Search 113
Unified Process 280
Triangle Strip 137
Spectral Imaging 272
Green Function 299
Bond Graph 546
Read Only Transaction 148
Permutation Test 201
High Spatial Frequency 134
Compact Disc 241
Nonlinear Signal Processing 131
Virtual Shared Memory 210
Postural Stability 115
Vector Field Histogram 42
web-based educational system 177
Mathematical Program With Equilibrium Constraints 128
Space Mapping 221
ramsey theory 284
New Mexico 280
Internet Marketing 197
Embedded Language 151
Digital Fingerprinting 229
Code Obfuscation 116
Spinal Cord 200
Small Gain Theorem 248
Gene Trees 132
Adaptive Simulated Annealing 91
Adaptive Robust Control 188
Multi-valued Logic 311
Information Seeking Behavior 181
Electrical and Computer Engineering 516
Ames Research Center 227
Volume Fraction 325
Query By Humming 169
Cellular Model 235
a priori estimate 285
Business Networks 356
Uncertainty Management 298
Sustainable Competitive Advantage 216
Odd Ratio 196
Direct Search Method 156
Open Knowledge Base Connectivity 14
Bandwidth Broker 218
Minimax Estimation 102
formal specication 172
constraint-based routing 136
Fisher Linear Discriminant Analysis 166
Value Creation 401
Spatial Planning 161
Audio Retrieval 154
Anti Virus 347
Water Waves 190
Teaching Tool 485
Grid Security 327
Generalized Likelihood Ratio 213
Power Quality 568
Artificial Muscle 250
paraconsistent logic 249
Learning Support 387
Duration Model 272
Analysis Pattern 210
Optical Transport Network 369
Logistic Model 351
Energy Conversion 338
hypergeometric function 290
Linear Dispersion 238
Production Efficiency 358
Iterated Conditional Mode 162
Distributed Data Management 244
glasgow haskell compiler 93
Underwater Acoustic Communication 301
Polynomial Chaos 125
First Person Shooter 246
Communication Synthesis 134
bayesian model selection 158
Point Coordination Function 103
Mobile Video 451
Hierarchical Basis 105
Generalized Cross Validation 150
Flexible Joint Robot 240
Distributed Speech Recognition 241
Attractor Neural Network 124
Specific Activity 236
Time Series Data Mining 160
Geographic Information Science 219
Autostereoscopic Display 206
Letter To Sound 104
overdetermined system 161
Electromagnetic Radiation 374
Command and Control Systems 321
Strain Gauge 317
Hybrid Evolutionary Algorithm 307
Biomedical Informatics 207
Domain Specific Modeling Language 213
Traffic Prediction 386
Nonlinear Response 237
Stochastic Order 255
Opportunistic Networks 404
Financial Ratios 173
Ethical Issues 447
Differential Gene Expression 135
Simple Network Management Protocol 248
Pythagorean Hodograph 134
Integrated Layer Processing 27
Carry Look Ahead 162
Network Dimensioning 296
Measurement Problem 184
Optimized Link State Routing 173
Search Model 276
Optimal Scaling 232
Elliptic Operator 118
Cooperative Coevolution 151
Dublin Core 320
Guided Wave 350
Distributive Law 242
Design Education 443
Atomic Data 112
Word Learning 229
Thermal Stress 442
Digital Games 330
Spoken Language Processing 147
Procedural Texture 112
Partial Order Semantics 153
bibliometric analysis 270
Infra Red 371
Visibility Culling 101
Sequential Detection 285
Chemical Analysis 142
akaike information criterion 217
Minimum Connected Dominating Set 124
Nonlinear Principal Component Analysis 123
multimodal user interface 244
collaborative ltering 67
Analytic Center 180
Dither Modulation 99
Product Cycle 305
Integrated Management 381
Finite Field Arithmetic 180
kdv equation 254
Open System Architecture 205
Minimum Weight Spanning Tree 107
Dense Wavelength Division Multiplexed 233
Nonlinear Time Series 277
Auditory Icons 86
Second Year 388
positive semidefinite matrices 113
Massively Multiplayer Online Game 315
General Systems Theory 194
Energy Density 427
Disaster Management 481
Conceptual Understanding 254
combinatory categorial grammar 104
human-robot interface 283
Accuracy Analysis 235
multimodal integration 132
Learning To Program 222
Radio Frequency Interference 162
Contrast Agent 330
Source Code Analysis 265
Contact Area 346
Tree Edit Distance 166
Research Paradigm 159
Mandarin Chinese 326
galois lattice 172
Adjustable Autonomy 156
Dedicated Short Range Communication 164
Cellular Manufacturing System 239
Optical Computing 282
Asymptotic Estimates 268
Adaptive Workflow 173
Unknown Input Observer 140
translation lookaside buffer 146
Surface Water 260
Scenario Generation 295
Word Prediction 213
volterra integral equation 342
Human Resource Management 560
Normative System 205
New World 359
Low Dynamic Range 165
Head Direction 168
Business Planning 302
Sample Selection 321
Normal Mixture 170
Agent Programming Language 214
Road Extraction 255
Reproducing Kernel Particle Method 59
Field Survey 216
Executive Control 315
Reduced Basis 125
Personal Software Process 186
Scalable Coherent Interface 140
Rare Event Simulation 191
Estimation of Distribution 123
Arrangement of Hyperplanes 73
Interactive Ray Tracing 90
Max Min Ant System 145
Global Virtual Time 63
Threshold Accepting 142
Minimal Polynomial 259
Lightweight Formal Methods 69
Atomic Force Microscope 337
Time Resolved 287
Remote Sensing Imagery 372
Metropolis Algorithm 144
Application Profile 286
Automated Test Data Generation 95
Second Order Cone 144
Computer Aided Process Planning 272
Insurance Companies 373
Metric Embedding 129
Input Shaping 235
rao blackwellized particle filter 193
Inconsistency Management 83
Healthcare System 608
Heterogeneous Media 223
collision-resistant hash functions 129
Foraging Behavior 255
Clinical Guideline 263
Inter Cell Interference 544
Learning By Doing 268
Network Attached Storage 143
Layer By Layer 269
Lagrangian Method 222
Job Satisfaction 259
Dislocations 504
Normalized Cross Correlation 303
Temperature Field 491
Shared Virtual Environment 187
Semi Lagrangian 143
Goodness of Fit Test 308
Function Fields 244
Diffusion Tensor Mri 78
Psychometric Properties 87
Mobility Prediction 292
Large Scale Structure 231
Computer Human Interaction 215
Adaptive Testing 305
Macro Block 370
Gnu C Compiler 60
Version Control System 225
Nonlinear Evolution Equation 241
Management Education 123
Variable Step Size 397
Static Random Access Memory 191
Packet Reordering 210
Exponential Map 113
Music Transcription 175
onal frequency division multiplexing 28
High Power Amplifier 312
Phase Transformation 331
Joint Video Team 63
Returns To Scale 166
Polynomial Matrix 382
Nonstationary Process 167
Power Gating 452
Free Algebra 234
Graph Homomorphism 220
Topic Identification 151
Shape Control 346
Quantum Error Correction 107
Immune Algorithm 541
Work Organization 156
Soybean 174
Signal Extraction 345
Hermite Polynomial 275
Evoked Potential 333
Constant Weight Code 232
euler lagrange 232
Vertical Handover 487
Nonverbal Behavior 184
Enterprise Java Bean 192
Bilinear Matrix Inequality 201
Adjacent Channel Interference 334
Regenerative Process 154
nonlinear pde 176
Fast File System 33
Electron Beam 795
Travel Cost 244
Structured Matrices 223
Literate Programming 164
Hybrid Intelligent System 327
Censored Data 259
Faceted Classification 139
Aspect Oriented Modeling 279
Featherweight Java 81
Regulation of Gene Expression 92
Generalized Singular Value Decomposition 119
Building Simulation 248
Nuclear Medicine 201
Masers 157
First-order Temporal Logic 125
Corporate Culture 197
Invariant Pattern Recognition 127
Transmission Loss 727
Electric Vehicle 519
Layered Manufacturing 200
Generative Lexicon 117
Renormalization Group 98
Index Compression 108
Linear Extension 287
Gamma Ray 377
Dna Array 92
Protein Kinase 105
Intelligent Learning Environment 192
Pulse Coupled Neural Network 289
Language Action Perspective 96
Hidden Subgroup Problem 105
Thread Migration 156
Digital Preservation 438
Cellular Mobile Network 211
Quick Response 495
Business Information Systems 310
Automatic Speaker Recognition 155
Hamiltonian Graph 291
Classical Mechanics 193
Query By Committee 40
Biological Effect 251
Definite Clause Grammar 135
reaction-diffusion system 270
Radio Signal Strength 121
Perceived Value 256
Incompressible Viscous Flow 150
Gene Expression Programming 270
Motion Perception 193
Empirical Risk Minimization 194
Speed of Sound 292
Scanning Electron Microscope 425
Large Margin Classifier 113
Inner Product Space 83
Body Shape 216
Runtime Verification 255
Membrane Potential 295
Peano Arithmetic 283
software as a service 500
Chinese Word Segmentation 290
Multi Processor System On Chip 355
decisional die hellman 61
Sound Source Localization 303
Life Cycle Cost 467
Data Reconstruction 203
Detection and Tracking of Moving Objects 82
Power Line Communication 353
Ion Channel 264
Audio Indexing 148
Local Group 192
Polynomial Matrices 306
Dense Linear Algebra 198
Computer Assisted Instruction 461
Community Detection 426
Combinatorial Enumeration 93
Magnetic Levitation 287
Image Guided Surgery 206
Chaos Theory 359
Network Pricing 143
Integrated Information System 308
global attractivity 210
Positive Affect 308
Fuzzy Modelling 303
Dna Analysis 79
Weighted Round Robin 190
Vortex Method 129
Private Values 77
Homotopy Perturbation Method 185
Topological Complexity 161
Social Change 198
Mobile Information System 296
Candidate Gene 229
Rna Secondary Structure Prediction 164
High Gain Observer 214
Velocity Distribution 321
Finite Difference Time Domain 633
Expert Judgment 214
Continuous Lattice 69
Heat Treatment 290
Scientific Method 329
Harmonic Map 112
Travelling Wave 294
Technology Management 305
Software Product Family 142
Medical Education 319
Collaborative Software Development 174
Eigenvalue Analysis 200
Compact Scheme 209
Grammatical Evolution 227
Gene Mapping 79
Fuzzy Database 282
Constrained Global Optimization 157
Transformation Based Learning 113
Market Design 202
Consumer Preference 181
Select Project Join 77
Repeat Accumulate 115
Teaching Material 565
Random Regular Graphs 138
Design Science 306
Credit Risk 443
Multiple Input and Multiple Output 238
Height Assignment 2
Frequently Asked Questions 186
Temporal Data Models 149
Output Regulation 344
Management Control 263
Dynamic Program Slicing 63
Intelligent Information System 269
Ethernet Passive Optical Network 241
expectation maximisation 234
discontinuous galerkin finite element method 100
Solar Energy 425
Natural Image Statistics 135
Mental Workload 240
Minimum Message Length 173
Face Recognition Grand Challenge 113
quantum turing machine 77
Graphs and Networks 142
Dynamic Vehicle Routing 121
Adaptive Optics 567
Rich Transcription 135
Ligand Binding 248
Environmental Variation 216
Mobile Agent Security 235
Infrastructure Development 246
lennard jones 263
galerkin least squares 92
Fuel Cell 447
multilinear algebra 95
Dynamic Capabilities 225
Asset Management 471
Open Queueing Network 173
keyphrase extraction 141
Visual Query Language 203
satisabilit y 132
Message Understanding Conference 67
steiner triple system 313
Secondary Education 373
power-aware computing 106
Environmental Problem 341
Time Delay Control 118
Real Time Logic 118
Root Mean Square Deviation 105
Quantum Dot Cellular Automata 211
Common Factor 256
rao blackwellised particle filter 81
Online Testing 323
Data Intensive Computing 271
Web Page Classification 214
Potential Game 159
Electron Density 387
Grade of Membership 90
Scheduling and Routing 199
Fuzzy Mathematical Programming 138
Trajectory Optimization 336
Time Compression 229
Statistical Relational Learning 159
Innovation System 323
Industrial Organization 239
Free Group 255
Software Architecture Model 217
Online Advertising 313
Library Service 590
legendre polynomial 365
Geometry of Interaction 107
Engine Performance 211
Empirical Mode Decomposition 540
Seeded Region Growing 119
Central Office 269
Standing Wave 605
Pocket Pc 290
Optical Filters 416
mass-spring system 174
Health Science 406
Games With Incomplete Information 61
Test Adequacy Criteria 74
Stochastic Dominance 213
Environmental Variables 274
Burgers Equation 347
Real Time Strategy 217
Picture Archiving and Communication System 234
Automated Debugging 140
Trapezoidal Rule 194
sturmian word 174
Gas Dynamics 293
Active Suspension 265
Mass Storage System 205
Probabilistic Transition System 59
Lapped Transform 170
Design Cognition 106
lattice boltzmann method 414
Early Diagnosis 345
Automotive Control 215
Add Drop Multiplexer 193
Young Adult 293
Situated Learning 256
Voice Recognition 542
Transmembrane Protein 117
Regular Variation 107
Demand Forecasting 429
Content Management System 557
Radiative Transfer 242
Wild Type 235
Capacitated Facility Location Problem 86
Memory Effect 258
Leakage Power Reduction 180
Technology Integration 427
Quality of Experience 681
Weed Control 239
transcriptional regulatory network 139
Strategic Behavior 193
Peripheral Awareness 98
Mesh Segmentation 151
Demand and Supply 279
Platform Independent Model 325
Traffic Matrix Estimation 96
Quantum Key Distribution 332
enterprise javabean 200
claw-free graph 362
Algebraic Complexity 184
Interface Builder 77
Extended Enterprise 302
Social Security 255
Motion Coordination 225
Health Care System 383
Guaranteed Rate 113
Proportional Fair Scheduling 221
Air Conditioning 669
Tool Wear 418
Model Composition 268
Kinetic Data Structure 119
Home Automation 509
Continuous Dependence 131
Bayes Rule 238
Area of Concern 227
Prefrontal Cortex 198
Migration Policy 131
lotka volterra 332
Electronic Medical Record 409
internet protocol version 6 103
Theory Methods 162
Quality System 290
Corporate Governance 313
bayesian updating 128
Stress Distribution 437
Social Ties 145
Simple Group 193
Persistent Object Store 122
Full Reference 200
Spatial Hypertext 115
Channel Flow 253
Vocal Tract Length 139
Response Time Analysis 187
Soft Real-time System 219
Probabilistic Data Association 182
Low Frequency Noise 416
Internet Banking 241
Critical Thinking 420
Bound Constrained Optimization 61
Minimum Variance Distortionless Response 211
Financial Performance 267
On Demand Multicast Routing Protocol 121
Numerical Control 412
Internal Model Principle 147
Upwind Scheme 182
Quantum Logic 272
National Culture 251
Hyperbolic Plane 107
Spatial Data Infrastructure 308
Virtual Sensor 288
Segmentation Evaluation 127
Lattice Rules 171
Hidden Web 153
Cardiovascular Disease 340
Wide Sense Stationary 213
Space Time Frequency 193
lower semicontinuity 183
interaural time difference 242
Formation Methods 68
Cellular Structure 266
Voice Activity Detector 192
Tunable Laser 138
Packet Sampling 151
Hand-held Computer 155
Computer Crime 530
Arms Race 140
Power Factor 395
Space Time Adaptive Processing 278
Security Protocol Analysis 128
Numerical Taxonomy 68
Multi Task Learning 193
Harmony Search 234
Distributed Arithmetic 330
Visually Impaired Users 293
Stable Process 177
Multidimensional Data Structure 61
Developable Surface 175
System Dynamics Modeling 420
Sensor Scheduling 224
Disciplined Oscillator 10
Charged Particles 334
advection-diffusion equation 187
Activity Analysis 299
Tandem Repeat 139
Packet Fair Queueing 27
Vlsi Circuit Design 151
Sheet Metal 385
Goal Setting 266
Face Alignment 180
Trusted Computing Group 156
Unified Modelling Language 175
Knowledge Flow 287
Impact Assessment 271
Web Page Design 158
Robust Parsing 137
Pepper 407
Number Field Sieve 115
Hybrid Logic 253
Most Recently Used 63
Tool Interoperability 115
sugeno integral 234
Protein Function Prediction 169
Market Power 195
Distributed Constraint Optimization 134
Stock Exchange 487
Project Work 393
Imbalanced Data Sets 170
Adaptive Fault Tolerance 232
non-speech audio 121
Growth Pattern 159
Energy Loss 415
Radio Access Technology 385
Automatic Speech Recognizer 148
and Key Agreement 217
Random Media 236
Micro Air Vehicle 186
lindenmayer system 185
and type 2 169
Titanium 398
Smp Cluster 274
Group Learning 316
Bounded Arithmetic 242
Ternary Content Addressable Memory 191
Embedded Core Testing 84
Distributed Debugging 127
Adaptive Hypertext 91
Jump Process 133
galerkin approximation 213
Gaussian Scale Mixture 96
Displacement Vector Field 85
Process Pattern 265
Optimal Stopping 257
vickrey clarke groves 117
North Carolina 340
Combination of Multiple Classifiers 73
Nonlinear Waves 208
Side Channel Analysis 220
multicriteria decision aid 124
Adaptive Nonlinear Control 100
Multiple Kernel Learning 222
hyperspectral imagery 309
Covariance Matrix Estimator 168
compartmental model 207
Line Spectral Frequency 192
Multistage Stochastic Programming 126
Model Based Predictive Control 182
Extended Gaussian Image 59
Stack Inspection 77
Pickup and Delivery 188
Human Capital 359
Cell Culture 217
Confidence Limit 255
Reaction Rate 257
Latent Class 95
Sketch Recognition 236
Natural Disaster 610
Multiple Regression Analysis 309
Pose Illumination and Expression 73
Land Mobile Satellite 170
Spatial Networks 197
Intrusion Prevention 229
Cue Combination 45
Agent Interaction Protocol 116
Mars Exploration Rover 159
Brain Atlas 122
Walsh Transform 292
Small Screen Device 130
Ocean Wave 200
Uniform Resource Identifier 67
Skin Effect 179
Negotiation Support 164
Air Flow 504
Inverse System 216
Integral Inequality 192
Guaranteed Cost Control 247
Gaussian Measure 189
Counting Process 189
Constraint Reasoning 151
Wastewater Treatment Plant 265
Run-time Code Generation 78
Participant Observation 206
Air Travel Information System 41
universal turing machine 146
multi-armed bandit 191
levenberg-marquardt method 157
User Interface Development Environment 55
Stakeholder Involvement 233
Multiple Dispatch 89
Compositional Analysis 194
Core Competencies 491
Roach 149
Energy Management System 256
On-line Handwriting Recognition 128
Gas Turbine 405
Low Risk 288
Aspect Oriented Design 162
Association Study 219
Real Algebraic Geometry 77
Pyramidal Cell 174
Genetic Diversity 191
Mean Field Annealing 187
Lamb Wave 313
International Business 270
Colon Cancer 204
Polynomial Regression 254
Personality Type 146
Password Authenticated Key Exchange 152
Element By Element 182
Dialog Act 152
Road Safety 362
Interactive Entertainment 182
Implicit Scheme 272
Coal Mining 545
Packet Loss Ratio 390
Post Translational Modification 116
Global Motion Estimation 236
Technical Committee 397
IT Governance 429
Active Safety 244
Strong Coupling 330
Physiological Response 227
Information Scent 83
Human Activity Recognition 248
Temporal Variability 260
Soil Moisture 214
magnetoencephalography 142
Grid Portal 263
Collaborative Signal Processing 71
Stereoscopic Vision 174
3d city model 230
Traveling Salesperson Problem 168
Movement Time 166
Thermal Imaging 425
Change Impact Analysis 191
Strategic Decision Making 266
Random Geometric Graph 218
point-based rendering 173
acute promyelocytic leukemia 4
Student Experience 359
Energy Spectra 110
Biomedical Engineering 374
Temporal Data Mining 205
Particle Physics 300
Language Game 147
Color Perception 152
co-located collaboration 137
precomputed radiance transfer 85
Inter Carrier Interference 407
General Practice 242
Pulse Compression 332
Riemann Problem 138
Prospective Study 92
Disaster Response 249
Database Query Processing 126
Assisted Living 299
Surface of Revolution 153
Peer Relationship 60
Optimal Portfolio 268
Speeded Up Robust Features 94
High Speed Downlink Packet Access 327
Continuous Speech Recognizer 151
Parametric Estimation 272
Biomedical Image Processing 176
Embedded Block Coding With Optimized Truncation 69
Partial Volume Effect 124
Intelligent Vehicle Highway System 179
Spatiotemporal Databases 133
Adaptive Response 144
Tridiagonal Matrix 245
Ip Multimedia Subsystem 672
New York City 231
3d registration 239
Guard Interval 328
Voltage Regulator 436
Topological Invariant 160
Geographic Information Retrieval 266
Cognitive Development 248
Weight Training 105
Region Adjacency Graph 129
Intermediate Frequency 358
Total Quality Management 318
Sense of Direction 168
Information Value 273
Crowd Simulation 253
Feature Oriented Domain Analysis 32
Plagiarism Detection 277
Order Parameter 255
church turing thesis 99
Phase Detector 323
Crank Nicolson 264
Wave Scattering 304
Evolutionary Conservation 119
Lattice Vector Quantization 169
n-body simulations 218
Fossil Fuels 304
circulant matrix 196
Choice Function 180
Platform Specific Model 216
Web Data Extraction 124
Thermal Cycling 284
Fruit Fly 96
Solar Cell 500
Operational Transconductance Amplifier 313
Non Native Speaker 251
Euclidean Minimum Spanning Tree 78
Waveform Relaxation 243
Vibration Suppression 379
Shop Floor Control 162
Sample Average Approximation 113
Markov Property 195
Human Values 121
Moral Hazard 134
Improving Classroom Teaching 208
Communities of Interest 215
Model Selection Criteria 154
Image Processing Methods 406
Very High Resolution 301
Cooperative Distributed Problem Solving 54
Collaborative Authoring 217
Ill-posed Inverse Problem 172
Automated Visual Inspection 211
Matrix Function 243
Gaze Control 205
Multimedia On Demand 87
Computational Neuroscience 254
Balls and Bins 50
Back Pain 105
Distributed Real Time Embedded 197
Signalling Pathway 101
Opportunity Cost 225
modus ponens 298
Leaky Integrate and Fire 184
Wormhole Switching 263
Job Flows 74
Underwater Acoustic Networks 107
Persuasive Technology 229
implicit runge-kutta method 201
Deterministic Finite Automaton 226
Artificial Vision 332
Transient Stability 337
Thin Layer 390
Speckle Noise 490
Spatial Modelling 101
Sequential Design 226
Low Discrepancy Sequences 138
bimatrix game 120
Maximum Likelihood Sequence Detection 141
General Electric 345
Reinforced Concrete 465
Multidimensional System 229
Matrix Analytic Method 163
Short Form 55
Network Anomaly Detection 209
Marking Menu 79
Use Case Map 126
Probabilistic Boolean Network 79
Approximate Query Processing 129
Internet Cache Protocol 32
Scale Invariant Feature Transform 585
Electronic Patient Record 356
quality-ofservice 52
Image Orientation 162
Hidden Markov Process 107
Dirichlet Distribution 179
Digital Ink 177
Coprime Factorization 301
Category Learning 131
Hierarchical Identity Based Encryption 71
Advanced Video Coding 192
lebesgue measure 229
Forward Secrecy 234
Singular Perturbation Problem 212
Action Learning 122
Semantic Web Rule Language 141
Cosine Modulated Filter Bank 172
Species Distribution 57
Spatial Audio 313
Academic Libraries 670
Steady State Genetic Algorithm 155
Additive Increase and Multiplicative Decrease 42
Document Object Model 174
Class Group 223
Best Linear Unbiased Estimate 174
Wave Digital Filter 235
Software Performance Engineering 202
Learning Object Metadata 232
Image Processing and Analysis 213
Data Warehouse Design 179
Trend Detection 111
Regional Analysis 195
Medical Simulation 186
Registration Area 77
Jackson Network 164
Food Industry 206
Beta Distribution 272
Strain Measurement 210
Notification System 198
bose chaudhuri hocquenghem 106
Seed Set 86
Protein Expression 189
Monte Carlo Study 248
Maxwell Equation 341
Capital Investment 314
Web of Science 267
Market Value 208
Cosmic Ray 185
Peak To Mean Envelope Power Ratio 93
Mean Time Between Failure 194
Stabilized Finite Elements 135
Compression Test 259
Parameter Estimation Error 143
Multivariate Distribution 196
Foundations of Quantum Mechanics 21
Vessel Segmentation 197
Restricted Isometry Property 152
Emergency Department 284
Topic Detection 234
Non-linear Regression 241
Service Sector 290