home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / simulati / 57 next >
Encoding:
Internet Message Format  |  1992-09-07  |  24.5 KB

  1. Path: sparky!uunet!caen!uflorida!simulation
  2. From: simulation@uflorida.cis.ufl.edu (Moderator: Paul Fishwick)
  3. Newsgroups: comp.simulation
  4. Subject: SIMULATION DIGEST V29 N2
  5. Message-ID: <36927@uflorida.cis.ufl.edu>
  6. Date: 3 Sep 92 13:35:10 GMT
  7. Sender: news@uflorida.cis.ufl.edu
  8. Reply-To: simulation@uflorida.cis.ufl.edu
  9. Lines: 691
  10. Approved: fishwick@uflorida.cis.ufl.edu
  11.  
  12. Volume: 29, Issue: 2, Thu Sep  3 09:34:39 EDT 1992
  13.  
  14. +----------------+
  15. | TODAY'S TOPICS |
  16. +----------------+
  17.  
  18.  
  19. [GENERAL INFORMATION]
  20.   Simpack and Simpack++ Tools
  21. [NEW QUESTIONS]
  22.   Simulating with DYNAMO
  23.   COMNET for Testing Routing Schemes
  24.   Simpack and Other Utilitites
  25.   Ion Interaction
  26. [REGARDING PAST QUESTIONS]
  27.   QASE Location
  28. [PUBLICATIONS]
  29.   Verification and Validation of Models
  30.   Simulation: A Statistical Perspective
  31.   Sample Size Determination
  32. [CALL FOR PAPERS/PARTICIPATION]
  33.   IC Technology, Systems and Applications
  34.  
  35. * Moderator: Paul Fishwick, Univ. of Florida
  36. * Send topical mail to: simulation@bikini.cis.ufl.edu OR
  37.   post to comp.simulation via USENET
  38. * Archives available via FTP to bikini.cis.ufl.edu (128.227.224.1).
  39.   Login as 'anonymous', use your e-mail address as the password, change
  40.   directory to pub/simdigest. Do 'binary' before any file transfers.
  41. * Simulation Tools available by doing above and changing the
  42.   directory to pub/simdigest/tools. 
  43.  
  44.  
  45.  
  46.  
  47. -----------------------------------------------------------------------------
  48.  
  49. Subject: [GENERAL INFORMATION]
  50.  
  51.  
  52. ------------------------------
  53.  
  54.  
  55. Date: Wed, 2 Sep 92 10:40:44 -0400
  56. From: "Paul Fishwick" <fishwick>
  57. To: simulation@ufl.edu
  58. Subject: Simpack and Simpack++
  59. Cc: fishwick@fish
  60.  
  61. Simpack and Simpack++ are sets of simulation tools written in
  62. C and C++. A paper describing the Simpack toolkit is available for 
  63. anonymous ftp from bikini.cis.ufl.edu (cd to cis/tech-reports/tr92, 
  64. specify 'binary' and get tr92-022.ps.Z). It is a compressed Postscript
  65. file.
  66.  
  67. Simpack Version 2.0 is now available for anonymous ftp from
  68. bikini.cis.ufl.edu (cd to pub/simdigest/tools, specify 'binary'
  69. and get simpack-2.0.tar.Z). Read the file VERSION2 to see
  70. the enhancements over version 1.0.
  71.  
  72. Also, Simpack++ contains a C++ class library for using the queuing
  73. routines. Also, the 'slice' program was converted to C++ (get
  74. simpack-2.0++.tar.Z)
  75.  
  76. If you use Simpack, and would like to be informed when additions
  77. or changes are made, please send me your e-mail address, and I
  78. will place you on a mailing list.
  79.  
  80.  --------info---------
  81.  
  82.                        S I M P A C K
  83.            C-based Simulation "Seed" Tool Package
  84.         Copyright 1990,1991,1992,  Paul A. Fishwick
  85.  
  86.                         VERSION 2.0
  87.                       (June 1, 1992)
  88.  
  89.   SimPack is a collection of C tools (routines and programs) for 
  90. computer simulation. The purpose of SimPack is to provide people
  91. with a "starting point" for simulating a system. The intention
  92. is that people will view what exists as a template (or "seed")
  93. and then "grow a simulation program." SimPack tools have been
  94. used for two years of teaching computer simulation at the under-
  95. graduate (senior) and graduate levels. Also, many people have taken 
  96. the basic tools and created more complex research applications with 
  97. lots of options specific to a particular area.
  98.  
  99. ...SimPack is copyright, and re-distribution is granted so long...
  100. ...as SimPack is not sold for a profit. Users of SimPack use the..
  101. ...tools at their own risk.                                    ...
  102.  
  103.  -------------------------------------------------------------------
  104. INSTALL: To install, just type 'make' after unpacking all 
  105. directories and sub-directories.
  106.  
  107. DOCUMENTATION: The documentation is located within README files
  108. within each sub-directory.
  109.  
  110. CONTENTS: 
  111.  
  112. 1. combined: Combined modeling
  113.    1.1 combined: discrete event and continuous
  114.        "Simulation of a cashier with a moving belt for groceries"
  115.    1.2 combined2: difference and differential equations
  116.        "Delay differential equation x' = a*x(t-1)"
  117. 2. dec: Declarative modeling
  118.    2.1 fsa: finite state automata with timed states
  119.    2.2 markov: Markov model with timed states
  120.    2.3 pulse: Pulse process
  121. 3. equation: Equational modeling
  122.    3.1 difference : Difference equation modeling
  123.        3.1.1 log1: Logistic equation (first order)
  124.        3.1.2 log2: Logistic equation (second order)
  125.        3.1.3 diff1: Circular queue simulation method on log1 
  126.        3.1.4 bifurc: Bifurcation analysis on log1
  127.    3.2 differential: Differential equation modeling
  128.        3.2.1 deq: Equation parser and solver
  129.        3.2.2 integrate: Sample Euler and RK4 integrations
  130. 4. func: Functional modeling
  131.    4.1 XSimCode: X window interactive queuing network simulator
  132.    4.2 clock: discrete event model of a clock
  133.    4.3 cpudisk: 1CPU/4Disk discrete event simulation
  134.        (note: simpack++ contains a C++ version of this program)
  135.    4.4 gas: two methods of simulating gas/molecule dynamics
  136.    4.5 logic: digital logic simulator with nominal gate delays
  137.    4.6 network: communications network simulator
  138.    4.7 petri: timed petri net simulator
  139.    4.8 qnet: general queuing network simulator
  140.    4.9 slice: block simulator (ala CSMP)
  141.        (note: simpack++ contains a C++ version of this program)
  142.    4.10 ssq: single server queue simulation with graphical tracing
  143.        (note: simpack++ contains a C++ version of this program)
  144. 5. minigpss: Mini GPSS compiler (small subset of GPSS)
  145. 6. queuing: Queuing library (contains all routines for queuing)
  146.     (note: simpack++ contains the C++ queuing library).
  147.  
  148.  
  149. NOTE: There are 2 loader errors that occur when compiling and
  150.       linking the XSIMCODE program. I have been told by my systems 
  151.       staff that the two unresolved references will not be called),
  152.       and so there should not be a problem running it. Apparently,
  153.       the problem is universal to those using MIT X windows.
  154.  
  155.  
  156. +-------------------------------------------------------------------------+
  157. | Paul A. Fishwick                                                        |
  158. | Computer Simulation and Animation Group                                 |
  159. | Dept. of Computer Science            EMAIL: fishwick@cis.ufl.edu        |
  160. | University of Florida                PHONE: (904) 392-1414              |
  161. | Bldg. CSE, Room 301                  FAX:   (904) 392-1220              |
  162. | Gainesville, FL 32611                UUCP:  gatech!uflorida!fishwick    |
  163. +-------------------------------------------------------------------------+
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171. ------------------------------
  172.  
  173.  
  174. Subject: [NEW QUESTIONS]
  175.  
  176.  
  177. ------------------------------
  178.  
  179.  
  180. Newsgroups: comp.simulation
  181. Path: news
  182. From: pagli@spanish.chspr.ubc.ca (Nino Pagliccia)
  183. Subject: DYNAMO
  184. Keywords: DINAMO
  185. Sender: news@unixg.ubc.ca (Usenet News Maintenance)
  186. Nntp-Posting-Host: spanish.chspr.ubc.ca
  187. Reply-To: pagli@unixg.ubc.ca
  188. Organization: Centre for Health Services & Policy Res.
  189. Date: Tue, 1 Sep 1992 21:56:24 GMT
  190.  
  191. I am planning to get DYNAMO for PC. I will have to learn
  192. the language to simulate a model of human resources. Can
  193. anybody tell me how easily DYNAMO can be used, its advantages
  194. and limitations, etc, etc. I get a sense that DYNAMO is not
  195. widely used; are there DYNAMO fans?
  196.  
  197. Any information is appreciated.
  198.  
  199. Nino 
  200.  
  201.  
  202. ------------------------------
  203.  
  204. Date: Tue, 1 Sep 92 23:41:17 -0400
  205. From: dklee@cs.UMD.EDU (Dennis Lee)
  206. To: simulation@bikini.cis.ufl.edu
  207. Subject: COMNET II.5 inquiry
  208.  
  209. hello netters,
  210.     i am wondering if anyone out there has experience with using 
  211.     COMNET II.5, a software simulation package by CACI.  In
  212.     particular, I am curious as to its relevance to simulating
  213.     routing schemes like: regular neighbor-table routing, flooding,
  214.     and if i can add optimizing features to flooding (like make
  215.     a node remember a buffer of recent packets so it won't retransmit
  216.     unnecessarily and clog the network) easily with this package.
  217.     
  218.     All this is to be done in a packet radio network.
  219.  
  220.     i would also be interested in knowing if there are other better
  221.     simulation packages that does the above mentioned job better.
  222.  
  223.     thanks.
  224.  
  225. =================================================================
  226. |    Dennis Lee                        |
  227. |    University of Maryland at College Park Alumni        |
  228. |    Internet: dklee@cs.umd.edu                |
  229. |    Bitnet: DENNISLEE@ITIVAX                |
  230. =================================================================
  231.  
  232.  
  233.  
  234. ------------------------------
  235.  
  236. From lb5532@neuman.sbc.com Wed Sep  2 09:14:41 1992
  237. Subject: Simpack use and other simulation software
  238. To: fishwick@fish.cis.ufl.edu (Dr. Paul A. Fishwick)
  239. Date: Wed, 2 Sep 92 8:12:06 CDT
  240. From: Larry Bell <lb5532@neuman.sbc.com>
  241. X-Mailer: ELM [version 2.3 PL1]
  242.  
  243. I am responsible for computer performance evaluation and
  244. monitoring for Southwestern Bell Telephone in St. Louis.
  245. Recently I got a copy of Simpack and got it to compile.
  246. (I am more of a user rather than a system administrator
  247. so the subtleties of unix-ese sometimes baffles me).
  248.  
  249. We would be interested in exchanging ideas with others who
  250. are using Simpack to develop computer or network performance
  251. models.  Within a week or so this system will again have
  252. Usenet access.
  253.   Also, what are some current commercial packages for 
  254. modeling in the PC environment.   I am aware of SLAM-II,
  255. marketed by Pritsker Associates and would like to compare
  256. others with it.
  257.   Thanks in advance.
  258. Larry M. Bell
  259.  
  260. (By the way, my machine, neuman 132.201.4.175 , may not
  261. be in our nameserver, so to return mail to me you may have
  262. to insert an entry into your /etc/hosts file.)
  263.  
  264.  
  265. ------------------------------
  266.  
  267. Date: Wed, 2 Sep 92 21:39:15 -0500
  268. From: news@mentor.cc.purdue.edu (USENET News)
  269. To: comp-simulation@gatech.edu
  270. Path: mace.cc.purdue.edu!vbl
  271. From: vbl@mace.cc.purdue.edu (Randall Julian)
  272. Subject: N-Body Simulations
  273. Keywords: simulation, multiparticle
  274. Sender: news@mentor.cc.purdue.edu (USENET News)
  275. Organization: Purdue University
  276. Distribution: na
  277. Date: Thu, 3 Sep 1992 02:39:10 GMT
  278.  
  279.  
  280. I haven't read this group much but the last two digests (v28n9 and 10)
  281. had a question about N-body simulations.  I am working on a model of
  282. an ion trap which tracks the trajectory of 16K ions.  It has been 
  283. ported to the Connection Machine C*, but currently ions do not interact.
  284.  
  285. To add ion-ion interaction seems like an N-body problem.  Are there
  286. standard references on this ?  So far this has been a big electrostatics
  287. problem with a bit of numerical integration mixed in, so I haven't 
  288. though much about N-body work.  However a Thinking Machines consultant
  289. suggested that 16K particles is now considered on the low end for
  290. some.  I would be interested in hearing from anyone with experience
  291. in this area.
  292.  
  293. Randy Julian, Dept. of Chemistry, Purdue University
  294. vbl@mace.cc.purdue.edu
  295. (317)494-6898
  296.  
  297.  
  298.  
  299. ------------------------------
  300.  
  301.  
  302. Subject: [REGARDING PAST QUESTIONS]
  303.  
  304.  
  305. ------------------------------
  306.  
  307.  
  308. Date: Tue, 1 Sep 92 15:09:56 MDT
  309. From: randy@tigercat.den.mmc.com (Randy Stafford)
  310. To: simulation@bikini.cis.ufl.edu
  311. Subject: Re: SIMULATION DIGEST V29 N1
  312.  
  313. In regard to the question about the company that produces QASE:
  314.  
  315. Advanced System Technologies, Inc.
  316. 12200 E. Briarwood Ave., Suite 260
  317. Englewood, CO 80112
  318. (303) 790-4242
  319.  
  320.  -- 
  321. |===========================================================================|
  322. | from:  Randy Stafford               |  Martin Marietta Astronautics Group |
  323. | mail:  randy@tigercat.den.mmc.com   |  Denver, Colorado                   |
  324. | voice: (303) 977-1069               |  The foregoing opinions are mine    |
  325. | fax:   (303) 977-2326               |  and not necessarily my employer's. |
  326. |---------------------------------------------------------------------------|
  327. | Words dissemble, words be quick, words resemble walking sticks.           |
  328. | Plant them and they will grow; watch them waver so.                       |
  329. | I'll always be a word man - better than a bird man.        --Jim Morrison |
  330. |===========================================================================|
  331.  
  332.  
  333.  
  334. ------------------------------
  335.  
  336.  
  337. Subject: [PUBLICATIONS]
  338.  
  339.  
  340. ------------------------------
  341.  
  342.  
  343. Date: Thu, 3 Sep 1992 11:25 +0100
  344. From: "Jack Kleijnen, Tilburg, Netherlands" <KLEIJNEN@KUB.NL>
  345. Subject: abstract "Two-stage versus sequential..."
  346. To: simulation@cis.ufl.edu
  347. X-Envelope-To: simulation@cis.ufl.edu
  348. X-Vms-To: IN%"simulation@cis.ufl.edu"
  349. X-Vms-Cc: KLEIJNEN
  350. Comments: This message was sent with PMDF 4.0
  351.  
  352.  
  353. Verification and validation of simulation models
  354.  
  355. Jack P.C. Kleijnen
  356. Department of Information Systems and Auditing, Katholieke
  357. Universiteit Brabant (Tilburg University), P.O. Box 90153,
  358. 5000 LE Tilburg, Netherlands.
  359.  
  360. This paper surveys many issues in the verification and valida-
  361. tion of models, especially simulation models in operations
  362. research. For verification it discusses (a) checking of inter-
  363. mediate simulation outputs through tracing and statistical
  364. testing per module, (b) comparing final simulation outputs
  365. with analytical results, using statistical tests, (c) animati-
  366. on, and (d) general good programming practice. For validation
  367. it discusses (a) obtaining real-world data for trace driven
  368. simulation, which may be scarce or abundant, (b) some simple
  369. tests for comparing simulated and real data, such as graphi-
  370. cal, Schruben-Turing, and t tests and, (c) a new statistical
  371. procedure, based on regression analysis, for testing whether
  372. simulated and real responses are positively correlated, (d)
  373. sensitivity and risk analyses, (e) system dynamics type of
  374. simulation, (f) relationships between simulation and other
  375. types of models, including white and black box models, (g)
  376. Documentation and credibility assessment. Finally 37 referen-
  377. ces are given for further study.
  378.  
  379. Keywords: simulation, statistics, time series, philosophy,
  380. practice.
  381.  
  382.  
  383.  
  384. ------------------------------
  385.  
  386. Date: Thu, 3 Sep 1992 11:24 +0100
  387. From: "Jack Kleijnen, Tilburg, Netherlands" <KLEIJNEN@KUB.NL>
  388. Subject: new book info
  389. To: simulation@cis.ufl.edu
  390. X-Envelope-To: simulation@cis.ufl.edu
  391. X-Vms-To: IN%"simulation@cis.ufl.edu"
  392. X-Vms-Cc: KLEIJNEN
  393. Comments: This message was sent with PMDF 4.0
  394.  
  395. New Book Information
  396.  
  397. "Simulation: A Statistical Perspective" by
  398.  
  399. Jack P. Kleijnen and Willem v. Groenendaal, Tilburg University, The Netherlands
  400.  
  401. This text is aimed at those readers who wish to acquire a basic knowledge of 
  402. simulation. The authors combine simulation theory and statistical theory with 
  403. practical applications to show how certain problems in the areas of management 
  404. science, operations research, economics, business administration and mathemati-
  405. cal statistics can be analysed by means of simulation. By explaining how to 
  406. analyse simulation results, it also shows how to arrive at more general 
  407. conclusions when using simulation. The efficient design of simulation experim-
  408. ents is also discussed.
  409.  
  410. The book includes examples and definitions of simulation, an introduction to 
  411. Forrester's Industrial Dynamics or System Dynamics and the evaluation of 
  412. pseudorandom number generation. It also discusses the application of simulation
  413. in mathematical statistics and operational research, with particular reference 
  414. to inventory and queuing systems. Experiments using statistical designs are
  415. analysed through ANOVA, and information on the verification and validation of 
  416. models is supplied.
  417.  
  418. CONTENTS:
  419.  -           Introduction
  420.  -           Random Numbers
  421.  -           Sampling from Non-Uniform Distributions
  422.  -           Economic and Corporate Models
  423.  -           Operations Research Models
  424.  -           Simulation Software
  425.  -           Statistical Applications
  426.  -           Regression Metamodels
  427.  -           Experimental Design
  428.  -           Tactical Aspects
  429.  -           Verification and Validation
  430.  -           Epilogue
  431.  -           Solution to Exercises
  432.  -           Author Index
  433.  -           Subject Index
  434.  
  435.             0471 93055 5 (paperback) 280pp Augustus 1992
  436. 16.50/$35.10
  437.  
  438.  
  439. -------------------------------------------------------------------------------------------------------------
  440.  
  441. ORDER FORM
  442.  
  443. Please send me ____ copy(ies) of: You may telephone our Customer
  444. Service Dept with
  445.  
  446. your order by dialling LINKLINE 0800243407 (UK only) or 0243 829121
  447. KLEIJNEN & VAN GROENENDAAL/SIMULATION (paperback) (ouside UK)
  448.  
  449. Please add 1.95/$4.95 postage charge for orders. Multiple orders We
  450. will refund your payment without question if you return any single
  451. POSTAGE FREE unwanted book to us in a re-saleable condition within 30
  452. days.
  453.                                                                            
  454.  
  455. Your order will be despatched promptly but please allow 21 days for [
  456. ] I enclose a cheque/bank draft for _________________________
  457. delivery. All prices correct at time of going to press but subject to
  458.            (payable to John Wiley & Sons Ltd) change.
  459.            
  460.  
  461. Name: (PLEASE PRINT) _________________________________________ [ ]
  462. Please charge my credit card account
  463.  
  464. Position: ____________________________________________________ [ ]
  465. Mastercard [ ] American Express [ ] Barclaycard [ ] Diners club
  466. Address: _____________________________________________________
  467.  
  468. Card no: ______________________________________________________
  469. ______________________________________________________________
  470.  
  471. Expiry Date: __________________________________________________
  472. ______________________________________________________________
  473.  
  474. [ ] Please send me an invoice Signature
  475. _______________________________ Date _______________
  476.  
  477. [ ] Please tick this box if you do not wish to be mailed by other
  478. Return to: Tiffany Robinson, John Wiley & Sons
  479.    companies Ltd, Baffins Lane, Chichester, West Sussex PO19 1UD,
  480. England
  481.  
  482. Fax: (0243) 775878 REGISTERED NO: 641132 ENGLAND
  483.  
  484.  
  485.  
  486. ------------------------------
  487.  
  488. Date: Thu, 3 Sep 1992 11:26 +0100
  489. From: "Jack Kleijnen, Tilburg, Netherlands" <KLEIJNEN@KUB.NL>
  490. Subject: abstract "Verification and validation..."
  491. To: simulation@cis.ufl.edu
  492. X-Envelope-To: simulation@cis.ufl.edu
  493. X-Vms-To: IN%"simulation@cis.ufl.edu"
  494. X-Vms-Cc: KLEIJNEN
  495. Comments: This message was sent with PMDF 4.0
  496.  
  497. The follwing paper may be requested from the author: TWO-STAGE VERSUS
  498. SEQUENTIAL SAMPLE-SIZE DETERMINATION IN REGRESSION ANALYSIS OF
  499. SIMULATION EXPERIMENTS
  500.  
  501. by JACK P.C. KLEIJNEN and WILLEM VAN GROENENDAAL
  502.  
  503.                  Katholieke Universiteit Brabant (Tilburg University)
  504.                           School of Management and Economics
  505.                     Department of Information Systems and Auditing
  506.                              5000 LE Tilburg, Netherlands
  507.  
  508. In practice, simulation models usually have responses with variances
  509. that vary with the inputs, that is, the variances are not constant.
  510. Then the number of observations (also called simulation runs or
  511. replications) per combination of simulation inputs can be selected
  512. such that the variances of the average simulation responses become
  513. (approximately) equal; in other words, combinations with high
  514. variability are replicated more often. These average responses can be
  515. analyzed through a regression metamodel. To estimate the regression
  516. parameters (or simulation input effects), Weighted Least Squares (WLS)
  517. can be applied. WLS becomes identical to Ordinary Least Squares (OLS)
  518. applied to the average simulation responses. Because the response
  519. variances are unknown, they are estimated by repeating the simulation
  520. runs with different random numbers. The estimated response variances
  521. yield the number of runs required to obtain approximately equal
  522. variances per average simulation response. Two rules for selecting the
  523. required number of simulation runs are presented, namely a two-stage
  524. and a sequential rule. The rules are first formalized and analyzed,
  525. and then evaluated through a Monte Carlo experiment. Both procedures
  526. turn out to yield confidence intervals for the estimated regression
  527. parameters that have acceptable coverage probabilities. The sequential
  528. rule demands more complicated computations to select the number of
  529. simulation runs, but this rule saves runs.
  530.  
  531. (Key Words: EXPERIMENTAL DESIGN; METAMODEL; PILOT SAMPLE; STEIN
  532. ESTIMATOR; ITERATIVE PROCEDURE; STOPPING RULE)
  533.  
  534.  
  535.  
  536.  
  537. ------------------------------
  538.  
  539.  
  540. Subject: [CALL FOR PAPERS/PARTICIPATION]
  541.  
  542.  
  543. ------------------------------
  544.  
  545.  
  546. Newsgroups: comp.simulation
  547. Path: ntuvax.ntu.ac.sg!elsiek
  548. From: elsiek@ntuvax.ntu.ac.sg
  549. Subject: First Call for Paper ---- ISIC-93
  550. Sender: news@ntu.ac.sg (USENET News System)
  551. Nntp-Posting-Host: v8802.ntu.ac.sg
  552. Organization: Nanyang Technological University - Singapore
  553. Date: Thu, 3 Sep 1992 07:45:10 GMT
  554. Apparently-To: comp-simulation@uunet.uu.net
  555.  
  556.  
  557.                         FIRST CALL FOR PAPERS
  558.  
  559.  
  560. **************************************************************************
  561. *                               ISIC-93                                  *
  562. * Fifth International Symposium on IC Technology, Systems & Applications *
  563. *                        15-17 September 1993                            *
  564. *                              SINGAPORE                                 *
  565. **************************************************************************
  566.  
  567. Organized by:
  568. School of Electrical & Electronic Engineering
  569. Nanyang Technological University, Singapore
  570. co-sponsored by:
  571. IEEE Singapore Section
  572. Institute of Microelectronics, Singapore
  573.  
  574.  
  575.  
  576. The fifth International Symposium on IC Technology, Systems and Applications, 
  577. ISIC-93 will be held on the 15-17th September 1993.  This symposium will 
  578. provide a forum for VLSI designers and manufacturing engineers as well as 
  579. academics to present and share new research and development results, techniques
  580. and problems. Tutorial sessions on topics of current interest by eminent 
  581. speakers are planned on the first day of the symposium.  In addition, an 
  582. industrial exhibition will be held in conjunction with regular sessions for
  583. paper presentations on the second and third day.  Suggested topics include,
  584. but are not limited to the following:
  585.  
  586. A.    VLSI TECHNOLOGY
  587.     - Submicron Technology
  588.     - GaAs Devices
  589.     - Testing
  590.     - Yield enhancement
  591.     - Process Simulation
  592.     - Device Physics and Modelling
  593.     - New process and Materials
  594.     - Reliability and Quality Control
  595.     - Failure Mechanisms
  596.     - Assembly and Packaging
  597.  
  598. B.    INTEGRATED CIRCUITS AND SYSTEMS
  599.     - Artificial Neural Networks
  600.     - Fault-Tolerant Circuits
  601.     - ASIC
  602.     - Full Custom Design
  603.     - Timing, Synchronization & Communication
  604.     - Novel Circuits & Innovative Designs
  605.     - Parallel & Concurrent Architectures
  606.     - IC Sensors
  607.     - Switched Capacitor Circuits
  608.     - Current Mode Circuits
  609.  
  610. C.     DESIGN AUTOMATION
  611.     - Silicon Compilation
  612.     - Logic Synthesis
  613.     - Testability
  614.     - Verification
  615.     - Simulation
  616.     - Performance Optimization Methods
  617.     - AI Methodology
  618.  
  619. D.    APPLICATIONS
  620.     - Audio, Electroacoustic & Video
  621.     - Military Applications
  622.     - Cellular Mobile Communications
  623.     - Switched Power Supplies
  624.  
  625. E.    SIGNAL PROCESSING
  626.     - Speech Processing
  627.     - Image Processing
  628.     - Multi-Dimensional Signal Processing
  629.     - Underwater Acoustic Signal Processing
  630.     - Adaptive and Nonlinear Filtering
  631.  
  632. F.    SPECIAL TOPICS
  633.     - Technology Management
  634.     - Emerging Technologies
  635.     - Education
  636.  
  637. TUTORIAL SESSIONS
  638.  
  639. The first day of the conference will be devoted to lectures by invited 
  640. speakers.  The organizing committee invites suggestions tutorial topics.
  641. Participants who wish to contribute by giving lectures for the tutorial 
  642. sessions may submit proposals to the organizing committee.  Proposed
  643. lecture topics of sufficent interest among the delegates will be considered 
  644. for the tutorials.
  645.  
  646. EXHIBITIONS
  647.  
  648. An industrial exhibition of relevant equipment and systems from suppliers
  649. and companies will be held in conjunction with the regular sessions for 
  650. paper presentations on the second and third day of the conference.
  651.  
  652. SUBMISSION OF PAPERS
  653.  
  654. Authors are invited to submit a 500-word synopsis of the paper for 
  655. consideration to reach the organizing committee by 31 January 1993.
  656. Notification of acceptance will be sent by 28 February 1993 and 
  657. submission  of photo-ready paper by the authors must br received by  
  658. 30 April 1993.  
  659.  
  660. Send synopsis and suggestions to:
  661.  
  662. Ms Annabel Ooi
  663. Centre for Continuing Education
  664. Nanyang Technological University
  665. Nanyang Avenue
  666. Republic of Singapore 2263
  667. E-mail: NTUISIC@NTUVAX.BITNET
  668. Fax: (65) 791-6178  Tel: (65) 7995243
  669.  
  670. International Advisory Committee (as at August 1992)
  671. Dr B. Chen, Institute of Microelectronics, Singapore
  672. Dr P. Chin Sim Moo, IEEE Singapore Section, Singapore
  673. Prof A.P. Dorey, Lancaster University, UK
  674. Prof R. Gang, Fudan University, Shanghai, China
  675. Mr T. Kogure, Asia Matsushita Electric Pte Ltd, Singapore 
  676. Prof J.B. Kuo, National Taiwan University, Taiwan, China
  677. Prof B. Lee, Nanyang Technological University, Singapore
  678. Prof M.S. Sze, National Chiao Tung University, Taiwan, China
  679. Prof Y. Takefuji, Case Western Reserve University, USA
  680. Dr K. Wiemer, Chartered Semiconductor Manufacturing Pte Ltd, Singapore
  681. Prof C.Y. Wu, National Chiao Tung University, Taiwan, China
  682.  
  683. Conference organizing committee
  684. Tan Hong Siang        - General Chairman
  685. Do Manh Anh        - Secretary
  686. Alvarez-Tinoco A M    - Secretary
  687. Ooi Tian Hock        - Logistic
  688. Tan Ooi Kiang        - Technical Programmes
  689. Siek Liter        - Publications & Publicity
  690. Tan Han Ngee        - Finance
  691.  
  692.  
  693.  
  694.  
  695. ------------------------------
  696.  
  697.  
  698.  
  699.  
  700. END OF SIMULATION DIGEST
  701. ************************
  702.  
  703.