-
Notifications
You must be signed in to change notification settings - Fork 1
/
cacm.query
644 lines (376 loc) · 12.2 KB
/
cacm.query
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
<DOC>
<DOCNO> 1 </DOCNO>
What articles exist which deal with TSS (Time Sharing System), an
operating system for IBM computers?
</DOC>
<DOC>
<DOCNO> 2 </DOCNO>
I am interested in articles written either by Prieve or Udo Pooch
Prieve, B.
Pooch, U.
</DOC>
<DOC>
<DOCNO> 3 </DOCNO>
Intermediate languages used in construction of multi-targeted compilers; TCOLL
</DOC>
<DOC>
<DOCNO> 4 </DOCNO>
I'm interested in mechanisms for communicating between disjoint processes,
possibly, but not exclusively, in a distributed environment. I would
rather see descriptions of complete mechanisms, with or without implementations,
as opposed to theoretical work on the abstract problem. Remote procedure
calls and message-passing are examples of my interests.
</DOC>
<DOC>
<DOCNO> 5 </DOCNO>
I'd like papers on design and implementation of editing interfaces,
window-managers, command interpreters, etc. The essential issues are
human interface design, with views on improvements to user efficiency,
effectiveness and satisfaction.
</DOC>
<DOC>
<DOCNO> 6 </DOCNO>
Interested in articles on robotics, motion planning particularly the
geometric and combinatorial aspects. We are not interested in the
dynamics of arm motion.
</DOC>
<DOC>
<DOCNO> 7 </DOCNO>
I am interested in distributed algorithms - concurrent programs in
which processes communicate and synchronize by using message passing.
Areas of particular interest include fault-tolerance and techniques
for understanding the correctness of these algorithms.
</DOC>
<DOC>
<DOCNO> 8 </DOCNO>
Addressing schemes for resources in networks; resource addressing in
network operating systems
</DOC>
<DOC>
<DOCNO> 9 </DOCNO>
Security considerations in local networks, network operating systems,
and distributed systems.
</DOC>
<DOC>
<DOCNO> 10 </DOCNO>
Parallel languages; languages for parallel computation
</DOC>
<DOC>
<DOCNO> 11 </DOCNO>
SETL, Very High Level Languages
</DOC>
<DOC>
<DOCNO> 12 </DOCNO>
portable operating systems
</DOC>
<DOC>
<DOCNO> 13 </DOCNO>
code optimization for space efficiency
</DOC>
<DOC>
<DOCNO> 14 </DOCNO>
find all discussions of optimal implementations of sort algorithms for
database management applications
</DOC>
<DOC>
<DOCNO> 15 </DOCNO>
Find all discussions of horizontal microcode optimization with special
emphasis on optimization of loops and global optimization.
</DOC>
<DOC>
<DOCNO> 16 </DOCNO>
find all descriptions of file handling in operating systems based on
multiple processes and message passing.
</DOC>
<DOC>
<DOCNO> 17 </DOCNO>
Optimization of intermediate and machine code
</DOC>
<DOC>
<DOCNO> 18 </DOCNO>
Languages and compilers for parallel processors, especially highly
horizontal microcoded machines; code compaction
</DOC>
<DOC>
<DOCNO> 19 </DOCNO>
Parallel algorithms
</DOC>
<DOC>
<DOCNO> 20 </DOCNO>
Graph theoretic algorithms applicable to sparse matrices
</DOC>
<DOC>
<DOCNO> 21 </DOCNO>
computational complexity, intractability, class-complete reductions,
algorithms and efficiency
</DOC>
<DOC>
<DOCNO> 22 </DOCNO>
I am interested in hidden-line and hidden-surface algorithms for
cylinders, toroids, spheres, and cones. This is a rather specialized
topic in computer graphics.
</DOC>
<DOC>
<DOCNO> 23 </DOCNO>
Distributed computing structures and algorithms
</DOC>
<DOC>
<DOCNO> 24 </DOCNO>
Applied stochastic processes
</DOC>
<DOC>
<DOCNO> 25 </DOCNO>
Performance evaluation and modelling of computer systems
</DOC>
<DOC>
<DOCNO> 26 </DOCNO>
Concurrency control mechanisms in operating systems
</DOC>
<DOC>
<DOCNO> 27 </DOCNO>
Memory management aspects of operating systems
</DOC>
<DOC>
<DOCNO> 28 </DOCNO>
Any information on packet radio networks. Of particular interest are
algorithms for packet routing, and for dealing with changes in
network topography. I am not interested in the hardware used in the
network.
</DOC>
<DOC>
<DOCNO> 29 </DOCNO>
Number-theoretic algorithms, especially involving prime number series,
sieves, and Chinese Remainder theorem.
</DOC>
<DOC>
<DOCNO> 30 </DOCNO>
Articles on text formatting systems, including "what you see is what you
get" systems. Examples: t/nroff, scribe, bravo.
</DOC>
<DOC>
<DOCNO> 31 </DOCNO>
I'd like to find articles describing the use of singular value decomposition
in digital image processing. Applications include finding approximations
to the original image and restoring images that are subject to noise. An
article on the subject is H. Andrews and C. Patterson "Outer product
expansions and their uses in digital image processing", American Mathematical
Andrews, H.
Patterson, C.
</DOC>
<DOC>
<DOCNO> 32 </DOCNO>
I'd like to find articles describing graph algorithms that are based on
the eigenvalue decomposition (or singular value decomposition) of the
ajacency matrix for the graph. I'm especially interested in any heuristic
algorithms for graph coloring and graph isomorphism using this method.
</DOC>
<DOC>
<DOCNO> 33 </DOCNO>
Articles about the sensitivity of the eigenvalue decomposition of real
matrices, in particular, zero-one matrices. I'm especially interested in
the separation of eigenspaces corresponding to distinct eigenvalues.
Articles on the subject:
C. Davis and W. Kahn, "The rotation of eigenvectors by a permutation:,
SIAM J. Numerical Analysis, vol. 7, no. 1 (1970); G. Stewart, "Error
bounds for approximate invariant subspaces of closed linear operators",
SIAM J. Numerical Analysis., Vol. 8, no. 4 (1971).
Davis, C.
Kahn, W.
Stewart, G.
</DOC>
<DOC>
<DOCNO> 34 </DOCNO>
Currently interested in isolation of root of polynomial; there is an old
more recent material.
Heindel, L.
</DOC>
<DOC>
<DOCNO> 35 </DOCNO>
Probabilistic algorithms especially those dealing with algebraic and
symbolic manipulation. Some examples:
Rabiin, "Probabilistic algorithm on finite field", SIAM
Waztch, "Probabilistic testing of polynomial identities", SIAM
Rabin,M.
</DOC>
<DOC>
<DOCNO> 36 </DOCNO>
Fast algorithm for context-free language recognition or parsing
</DOC>
<DOC>
<DOCNO> 37 </DOCNO>
Articles describing the relationship between data types and concurrency
(e.g. what is the type of a process? when is a synchronization attempt
between two processes "type correct"? in a message-passing system is there
any notion of the types of messages?--i.e. any way to check that the sender
of the message and the receiver are both treating the bit stream as some
particular type)
</DOC>
<DOC>
<DOCNO> 38 </DOCNO>
What is the type of a module? (I don't want the entire literature on
Abstract Data Types here, but I'm not sure how to phrase this to avoid it.
I'm interested in questions about how one can check that a module "matches"
contexts in which it is used.)
</DOC>
<DOC>
<DOCNO> 39 </DOCNO>
What does type compatibility mean in languages that allow programmer
defined types? (You might want to restrict this to "extensible" languages
that allow definition of abstract data types or programmer-supplied
definitions of operators like *, +.)
</DOC>
<DOC>
<DOCNO> 40 </DOCNO>
List all articles dealing with data types in the following languages:
that are referenced frequently in papers on the above languages (e.g. catch
any languages with interesting type structures that I might have missed).
</DOC>
<DOC>
<DOCNO> 41 </DOCNO>
Theory of distributed systems and databases. Subtopics of special
interest include reliability and fault-tolerance in distributed systems,
atomicity, distributed transactions, synchronization algorithms,
resource allocation; lower bounds and models for asynchronous parallel
systems. Also theory of communicating processes and protocols.
P. Box 2158 Yale Station, New Haven, Conn. 06520
</DOC>
<DOC>
<DOCNO> 42 </DOCNO>
Computer performance evaluation techniques using pattern recognition
and clustering.
LA 70803
</DOC>
<DOC>
<DOCNO> 43 </DOCNO>
Analysis and perception of shape by humans and computers. Shape
descriptions, shape recognition by computer. Two-dimensional shapes.
Measures of circularity. Shape matching.
</DOC>
<DOC>
<DOCNO> 44 </DOCNO>
Texture analysis by computer. Digitized texture analysis. Texture
synthesis. Perception of texture.
</DOC>
<DOC>
<DOCNO> 45 </DOCNO>
The use of operations research models to optimize information system
performance. This includes fine tuning decisions such as secondary index
selection, file reorganization, and distributed databases.
</DOC>
<DOC>
<DOCNO> 46 </DOCNO>
The application of fuzzy subset theory to clustering and information
retrieval problems. This includes performance evaluation and automatic
indexing considerations.
</DOC>
<DOC>
<DOCNO> 47 </DOCNO>
The use of Bayesian decision models to optimize information retrieval
system performance. This includes stopping rules to determine when a
user should cease scanning the output of a retrieval search.
</DOC>
<DOC>
<DOCNO> 48 </DOCNO>
The use of computer science principles (e.g. data structures,
numerical methods) in generating optimization (e.g. linear programming)
algorithms. This includes issues of the Khachian (Russian, ellipsoidal)
algorithm and complexity of such algorithms.
</DOC>
<DOC>
<DOCNO> 49 </DOCNO>
The role of information retrieval in knowledge based systems
(i.e., expert systems).
</DOC>
<DOC>
<DOCNO> 50 </DOCNO>
Parallel processors in information retrieval
</DOC>
<DOC>
<DOCNO> 51 </DOCNO>
Parallel processors and paging algorithms
</DOC>
<DOC>
<DOCNO> 52 </DOCNO>
Modelling and simulation in agricultural ecosystems.
</DOC>
<DOC>
<DOCNO> 53 </DOCNO>
mathematical induction, group theory, integers modulo m,
probability, binomial coefficients, binomial theorem, homomorphism,
morphism, transitivity, relations, relation matrix.
Syracuse University, 313 Link Hall, Syracuse, N. 13210
</DOC>
<DOC>
<DOCNO> 54 </DOCNO>
Semantics of programming languages, including abstract specifications
of data types, denotational semantics, and proofs of correctness.
Hoare, A.
Dijkstra, E.
University of Massachusetts, Amherst, MA 01003
</DOC>
<DOC>
<DOCNO> 55 </DOCNO>
Anything dealing with star height of regular languages or regular
expressions or regular events.
</DOC>
<DOC>
<DOCNO> 56 </DOCNO>
Articles relation the algebraic theory of semigroups and monoids
to the study of automata and regular languages.
</DOC>
<DOC>
<DOCNO> 57 </DOCNO>
Abstracts of articles:
J. Backus, "Can programming be liberated from the Von Neumann style?
A functional style and its algebra of programs", CACM 21
Re Millo, R. Lipton, A. Perlis, letter to ACM Forum, CACM 22
(1979), 629-630
Backus, J.
De Millo, R.
Lipton, R.
Perlis, A.
</DOC>
<DOC>
<DOCNO> 58 </DOCNO>
Algorithms or statistical packages for ANOVA, regression using least
squares or generalized linear models. System design, capabilities,
statistical formula are of interest. Student's t test, Wilcoxon and
sign tests, multivariate and univariate components can be included.
</DOC>
<DOC>
<DOCNO> 59 </DOCNO>
Dictionary construction and accessing methods for fast retrieval
of words or lexical items or morphologically related information.
Hashing or indexing methods are usually applied to English spelling or
natural language problems.
</DOC>
<DOC>
<DOCNO> 60 </DOCNO>
Hardware and software relating to database management systems.
Database packages, back end computers, special associative hardware
with microcomputers attached to disk heads or things like RAP,
relational or network (CODASYL) or hierarchical models, systems
like SYSTEM R, IMS, ADABAS, TOTAL, etc.
</DOC>
<DOC>
<DOCNO> 61 </DOCNO>
Information retrieval articles by Gerard Salton or others about clustering,
bibliographic coupling, use of citations or co-citations, the vector
space model, Boolean search methods using inverted files, feedback, etc.
Salton, G.
</DOC>
<DOC>
<DOCNO> 62 </DOCNO>
Results relating parallel complexity theory (both for PRAM's and
uniform circuits).
</DOC>
<DOC>
<DOCNO> 63 </DOCNO>
Algorithms for parallel computation, and especially comparisons
between parallel and sequential algorithms.
</DOC>
<DOC>
<DOCNO> 64 </DOCNO>
List all articles on EL1 and ECL (EL1 may be given as EL/1; I don't
remember how they did it.
</DOC>