home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / ai / 4268 < prev    next >
Encoding:
Internet Message Format  |  1992-11-13  |  50.6 KB

  1. Xref: sparky comp.ai:4268 news.answers:3950
  2. Path: sparky!uunet!ogicse!das-news.harvard.edu!cantaloupe.srv.cs.cmu.edu!crabapple.srv.cs.cmu.edu!mkant
  3. From: mkant+@cs.cmu.edu (Mark Kantrowitz)
  4. Newsgroups: comp.ai,news.answers
  5. Subject: FAQ: Artificial Intelligence Questions & Answers 1/3 [Monthly posting]
  6. Summary: Frequently asked questions about AI
  7. Message-ID: <ai-faq-1.text_721641668@cs.cmu.edu>
  8. Date: 13 Nov 92 08:01:40 GMT
  9. Article-I.D.: cs.ai-faq-1.text_721641668
  10. Expires: Sun, 27 Dec 1992 08:01:08 GMT
  11. Sender: news@cs.cmu.edu (Usenet News System)
  12. Reply-To: mkant+ai-faq@cs.cmu.edu
  13. Followup-To: poster
  14. Organization: School of Computer Science, Carnegie Mellon University
  15. Lines: 1285
  16. Approved: news-answers-request@MIT.Edu
  17. Supersedes: <ai-faq-1.text_718959616@cs.cmu.edu>
  18. Nntp-Posting-Host: a.gp.cs.cmu.edu
  19.  
  20. Archive-name: ai-faq/part1
  21. Last-Modified: Thu Oct 15 22:35:01 1992 by Mark Kantrowitz
  22. Version: 1.2
  23.  
  24. ;;; ****************************************************************
  25. ;;; Answers to Questions about Artificial Intelligence *************
  26. ;;; ****************************************************************
  27. ;;; Written by Mark Kantrowitz
  28. ;;; ai-faq-1.text -- 45324 bytes
  29.  
  30. If you think of questions that are appropriate for this FAQ, or would
  31. like to improve an answer, please send email to mkant+ai-faq@cs.cmu.edu.
  32.  
  33. Topics Covered:
  34.  
  35. Part 1:
  36.   [1-0]  What is the purpose of this newsgroup?
  37.   [1-1]  AI-related Associations and Journals
  38.   [1-2]  AI-related Newsgroups and Mailing Lists 
  39.   [1-3]  Dial-up AI-related bulletin board systems
  40.   [1-4]  What are the rules for the game of "Life"?
  41.   [1-5]  What AI competitions exist?
  42.   [1-6]  Where can I get a machine readable dictionary, thesaurus, and
  43.          other text corpora?
  44.   [1-7]  List of Smalltalk implementations.
  45.   [1-8]  Commercial AI products.
  46.   [1-9]  Glossary of AI terms.
  47.   [1-10] What are the top schools in AI?
  48.  
  49. Part 2 (Bibliography):
  50.   Bibliography of introductory texts, overviews and references
  51.  
  52. Part 3 (FTP Resources):
  53.   [3-0]  General Information about FTP Resources for AI
  54.   [3-1]  FTP Repositories
  55.   [3-2]  FTP and Other Resources
  56.   [3-3]  AI Technical Reports available by FTP
  57.  
  58. Search for [#] to get to question number # quickly.
  59.  
  60.  
  61. Introduction:
  62.  
  63. Certain questions and topics come up frequently in the various network
  64. discussion groups devoted to and related to Artificial Intelligence
  65. (AI).  This file/article is an attempt to gather these questions and
  66. their answers into a convenient reference for AI researchers. It is
  67. posted on a monthly basis. The hope is that this will cut down on the
  68. user time and network bandwidth used to post, read and respond to the
  69. same questions over and over, as well as providing education by
  70. answering questions some readers may not even have thought to ask.
  71.  
  72. The latest version of this file is available via anonymous FTP from CMU:
  73.  
  74.    To obtain the file from CMU, connect by anonymous ftp to any CMU CS
  75.    machine (e.g., ftp.cs.cmu.edu [128.2.206.173]), using username
  76.    "anonymous" and password "name@host". The files ai-faq-1.text,
  77.    ai-faq-2.text and ai-faq-3.text are located in the directory
  78.        /afs/cs.cmu.edu/user/mkant/Public/AI/
  79.    [Note: You must cd to this directory in one atomic operation, as
  80.    some of the superior directories on the path are protected from
  81.    access by anonymous ftp.] If your site runs the Andrew File System,
  82.    you can just cp the file directly without bothering with FTP.
  83.  
  84. Acknowledgments:
  85.  
  86.    Thanks to the following people for contributing to this FAQ:
  87.     Matthew L. Ginsberg <ginsberg@CS.Stanford.EDU>
  88.     Ashwin Ram <ashwin@cc.gatech.edu>
  89.     Dana Nau <nau@cs.umd.edu>
  90.     Daniel Cohen <dc@dcs.qmw.ac.uk>
  91.     David Traum <traum@cs.rochester.edu>
  92.     John Josephson <jj@cis.ohio-state.edu>
  93.     Jon Sticklen <sticklen@cps.msu.edu>
  94.     Karin van Dam <vandamk@prl.philips.co.uk>
  95.     Kathleen King <kk@aisb.ac.ed.uk>
  96.     Kevin Thompson <kthompso@ptolemy.arc.nasa.gov>
  97.     Matteo Vaccari <vaccari@ghost.dsi.unimi.it>
  98.     Nick Lewins <nick@cs.uwa.edu.au>
  99.     Russell G. Almond <almond@stat.washington.edu>
  100.     Thomas Weigert <weigert@etl.go.jp>
  101.     Tim S. Roberts <tim@giaeb.cc.monash.edu.au>
  102.     Keith S. Decker <decker@cs.umass.edu>
  103.     David Chalmers <dave@cogsci.indiana.edu>
  104.  
  105. ----------------------------------------------------------------
  106. Subject: [1-0] What is the purpose of this newsgroup?
  107.  
  108. The newsgroup comp.ai exists for general discussion of topics related
  109. to Artificial Intelligence. For example, possible topics can
  110. include (but are not necessarily limited to):
  111.    announcements of AI books and products
  112.    discussion of AI programs and tools
  113.    questions about AI techniques
  114.    problems implementing an AI technique
  115. Postings should be of general interest to the AI community. See also
  116. question [1-2].
  117.  
  118. We've tried to minimize the overlap with the FAQ postings to the
  119. comp.lang.lisp, comp.lang.prolog and comp.ai.neural-nets newsgroups,
  120. so if you don't find what you're looking for here, we suggest you try
  121. the FAQs for those newsgroups. These FAQs should be available by
  122. anonymous ftp from rtfm.mit.edu (18.172.1.27) in subdirectories of
  123. /pub/usenet/ or by sending a mail message to mail-server@rtfm.mit.edu
  124. with subject "help".  
  125.  
  126. The Lisp FAQ is also available by anonymous ftp from the same ftp
  127. location as the AI FAQ and from ftp.think.com:/public/think/lisp/.
  128.  
  129. Information about Prolog may be obtained from two sources: The Prolog
  130. FAQ, which is posted twice a month to the newsgroup comp.lang.prolog
  131. by Jamie Andrews <jamie@cs.sfu.ca>, and the Prolog Resource Guide,
  132. which is posted to the newsgroup comp.lang.prolog once a month, and is
  133. available by anonymous ftp from ftp.cs.cmu.edu [128.2.206.173] as the
  134. file /afs/cs.cmu.edu/user/mkant/Public/AI/prolog-resource-guide.txt.
  135.  
  136. ----------------------------------------------------------------
  137. Subject: [1-1]  AI-related Associations and Journals
  138.  
  139. Associations:
  140.  
  141.    AMERICAN ASSOCIATION FOR ARTIFICIAL INTELLIGENCE (AAAI)
  142.    AAAI, 445 Burgess Drive, Menlo Park, CA 94025.
  143.    415-328-3123, info@aaai.org, membership@aaai.org
  144.    Membership includes AI Magazine:
  145.    $40 regular, $20 student (US/Canadian)
  146.    $65 regular, $45 student (Foreign)
  147.    AAAI has several special interest groups (SIGs), including one
  148.    on manufacturing and one on medicine.
  149.  
  150.    ASSOCIATION FOR COMPUTING MACHINERY (ACM)
  151.    ACM, 1515 Broadway, New York, NY 10036.
  152.    Member Services, 11 West 42nd Street, New York, NY 10036.
  153.    212-869-7440. Fax 212-944-1318. Email: acmhelp@acmvm.bitnet.
  154.    $75 regular, $22 student (includes Communications of the ACM)
  155.    $15 ($8 students) extra for SIGART membership (gets Sigart Bulletin)
  156.    $12 ($7 students) extra for Lisp Pointers.
  157.    $15 ($10 students) extra for Computing Surveys
  158.    $34 ($29 students) extra for Computing Reviews
  159.  
  160.    INTERNATIONAL ASSOCIATION OF KNOWLEDGE ENGINEERS (IAKE)
  161.    IAKE, 11820 Parklawn Drive, Suite 302, Rockville, MD 20852.
  162.    301-231-7826
  163.    $65 regular, $30 students.
  164.  
  165.    ASSOCIATION FOR COMPUTATIONAL LINGUISTICS
  166.    c/o Dr. Donald E. Walker
  167.    Bellcore, MRE 2A379
  168.    445 South Street, Box 1910
  169.    Morristown, NJ 07960-1910
  170.    201-829-4312
  171.    walker@flash.bellcore.com
  172.    $25 regular, $15 student (includes Computational Linguistics)
  173.    Add $10 for first class mail to US, Canada, or Mexico, and $20 elsewhere.
  174.  
  175.    INSTITUTE OF ELECTRICAL AND ELECTRONICS ENGINEERS (IEEE)
  176.    IEEE Service Center, 445 Hoes Lane, PO Box 1331, Piscataway, NJ 08855.
  177.    1-800-678-IEEE
  178.    IEEE membership is $95 regular ($23 students)
  179.    For membership in the IEEE Computer Society, add $22.
  180.    $20 for IEEE Expert (Intelligent Systems and their Applications)
  181.    $12 for Transactions on Neural Networks
  182.    $12 for Transactions on Systems, Man and Cybernetics
  183.    $15 for Transactions on Robotics and Automation
  184.    $19 for Transactions on Knowledge and Data Engineering
  185.    $24 for Transactions on Pattern Analysis and Machine Intelligence
  186.  
  187.    INTERNATIONAL SOCIETY OF APPLIED INTELLIGENCE (ISAI)
  188.    Initial membership is free until 31 December 1992. Membership after
  189.    that date will involve a charge but will include a journal subscription.
  190.    To apply contact forsyth@fencer.cis.dsto.gov.au.
  191.    Working groups include CIM -- Learning in Intelligent Manufacturing
  192.    Systems, Automatic Failure Diagnostics, Production Management,
  193.    Finance, Building Architecture, Scheduling and Planning.
  194.  
  195.    COGNITIVE SCIENCE SOCIETY
  196.    Membership: $50 individuals, $25 student. Add $15 overseas postage.
  197.    Members receive a copy of the journal Cognitive Science without
  198.    additional charge. Write to Alan Lesgold, Secretary/Treasurer,
  199.    Cognitive Science Society, LRDC, University of Pittsburgh, 3939
  200.    O'Hara Street, Pittsburgh, PA 15260, fax 1-412-624-9149, email
  201.    al+@pitt.edu. 
  202.  
  203.    ASSOCIATION FOR COMPUTATIONAL LINGUISTICS (ACL)
  204.    Natural language processing research and applications. 
  205.    Members receive a free copy of the journal Computational Linguistics,
  206.    ISSN 0891-2017. Regular membership $25 ($15 students), $10 extra for
  207.    first class/air postage in North America, $20 elsewhere. For more
  208.    information write to Dr. Donald E. Walker (ACL), Bellcore, MRE 2A379,
  209.    445 South Street, Box 1910, Morristown, NJ 07960-1910, USA, call
  210.    201-829-4312 or send email to walker@flash.bellcore.com.
  211.    Institutions must subscribe to the journal through MIT Press Journals,
  212.    55 Hayward Street, Cambridge, MA 02142, 616-253-2889.
  213.  
  214.    INTERNATIONAL FUZZY SYSTEMS ASSOCIATION (IFSA)
  215.    Membership $180, includes a subscription to the International Journal
  216.    of Fuzzy Sets and Systems, ISSN 0165-0114.
  217.    Write to Prof. Philippe Smets, University of Brussels, IRIDIA, 50 av.
  218.    F. Roosevelt, CP 194/6, 1050 Brussels, Belgium.
  219.  
  220.  
  221. Newsletters:
  222.  
  223.    The Computists' Communique is a weekly online newsletter for AI/IS/CS
  224.    scientists.  It covers research and funding news; career, consulting,
  225.    and entrepreneurial issues; AI-related job postings and journal calls;
  226.    FTPable & other resource leads; market trends; analysis and
  227.    discussion.  The Communique serves members of Computists
  228.    International, a professional mutual-aid society.  Membership in
  229.    Computists International runs $135 for new professional members, $55
  230.    for students and the unemployed. There is a 25% discount for Canada,
  231.    Western Europe, the UK, Japan, and Australia; other countries and
  232.    territories outside the U.S. get a 50% discount.  For more
  233.    information, contact Dr. Kenneth I. Laws (laws@ai.sri.com), 
  234.    415-493-7390, 4064 Sutherland Drive, Palo Alto, CA 94303.
  235.  
  236.  
  237. Journals -- General:
  238.  
  239.    JOURNAL OF COMPUTATIONAL INTELLIGENCE
  240.    Published 4 times annually. ISSN 0824-7935
  241.    Basil Blackwell Publishers, Journal Subscription Department, 
  242.    3 Cambridge Centre, Cambridge, MA 02142 or call 1-800-835-6770.
  243.    Blackwell Publishers, 108 Cowley Road, Oxford, OX4 1JF, England.
  244.    Individual subscriptions are $85 in North America and $100 in the rest of
  245.    the world. Institutional subscriptions are $175 and $190, respectively. 
  246.    A reduced rate of $40 is available to members of the Canadian
  247.    Information Processing Society. 
  248.  
  249.    ARTIFICIAL INTELLIGENCE REVIEW (Survey and Tutorial Journal)
  250.    Kluwer Academic Publishers,
  251.    101 Philip Drive, Norwell, MA 02061, 617-871-6600, fax 617-871-6528.
  252.    PO Box 358, Accord Station, Hingham, MA 02018-0358. 
  253.    Email: kluwer@world.std.com
  254.    The institutional subscription rate is $130 per volume (4 issues).
  255.  
  256.    ARTIFICIAL INTELLIGENCE
  257.    Published 18 times annually. ISSN 0004-3702.
  258.    $80 individuals (must be a member of one of the major AI societies). 
  259.    To order in the US, write to AAAI, AI Journal, 445 Burgess Drive, Menlo
  260.    Park, CA 94025-3496, or to Elsevier Science Publishing, 655 Avenue of
  261.    the Americas, New York, NY 10017, 212-633-3827. Outside the US,
  262.    contact Elsevier Science Publishers, Attn: Ursula van Dijk, PO Box 103,
  263.    1000 AC Amsterdam, The Netherlands, or call +31-20-5862-608.
  264.  
  265.    COGNITIVE SCIENCE
  266.    Ablex Publishing Company,
  267.    355 Chestnut Street, Norwood, NJ 07648
  268.    201-767-8450, fax 201-767-6717
  269.    $50 individual, $125 institution.
  270.  
  271.    JOURNAL OF EXPERIMENTAL AND THEORETICAL ARTIFICIAL INTELLIGENCE (JETAI)
  272.    Annual subscription, 1992/3, $163; personal subscription, $82.
  273.    To order in the US, write to Taylor and Francis, Inc., 1900 Frost
  274.    Road, Suite 101, Bristol, PA 19007-1598.  Or contact the home office:
  275.    Taylor and Francis Ltd, Rankine Road, Basingstoke, Hampshire, UK
  276.    RG24 0PR (0256) 840366. ISSN 0952-813X
  277.  
  278.    SPANG ROBINSON REPORT ON INTELLIGENT SYSTEMS
  279.    Published monthly. ISSN 0885-9957.
  280.    Subscriptions: $405 US & Canada, $455 elsewhere.
  281.    John Wiley and Sons, Inc., 605 Third Avenue, New York, NY 10158-0012,
  282.    212-850-6347, fax 212-850-6088.
  283.  
  284. Journals -- Applied AI:
  285.  
  286.    APPLIED ARTIFICIAL INTELLIGENCE
  287.    Published 4 times annually. ISSN 0883-9514
  288.    Subscriptions: Institutions $176; Individuals $84.
  289.    Hemisphere Publishing Corp., 1900 Frost Rd., Suite 101, Bristol, PA 19007
  290.    215-785-5800, fax 215-785-5515.
  291.    (in the UK, write to Taylor & Francis Ltd., Rankine Rd., Baskingstoke,
  292.    Hampshire RG24 0PR, UK, call +44-256-840366, or fax +44-256-479438)
  293.  
  294. Journals -- Automated Reasoning:
  295.  
  296.    JOURNAL OF AUTOMATED REASONING
  297.    Published 6 times annually. ISSN 0168-7433
  298.    Subscriptions: Individuals $131; Institutions $263; AAR members $65.
  299.    Kluwer Academic Publishers, PO Box 322, 3300 AH Dordrecht, The
  300.    Netherlands, or Kluwer Academic Publishers, PO Box 358, Accord
  301.    Station, Hingham, MA 02018-0358. 
  302.  
  303. Journals -- Engineering:
  304.  
  305.    ENGINEERING APPLICATIONS OF ARTIFICIAL INTELLIGENCE
  306.    Published 6 times annually.
  307.    Subscriptions: Institutions (1992)  235.00 or approx US$425.00; two year
  308.    institutional rate (1992/93)  446.50 or approx US$807.50.
  309.    North America: Pergamon Press Inc., 660 White Plains Road,
  310.    Tarrytown, NY 10591-55153, USA.
  311.    Rest of the World: Pergamon Press Ltd, Headington Hill Hall,
  312.    Oxford OX3 0BW, England. Tel: Oxford (0865)794141
  313.  
  314. Journals -- Expert Systems:
  315.  
  316.    EXPERT SYSTEMS WITH APPLICATIONS
  317.    Published 4 times annually. ISSN 0957-4174.
  318.    Subscriptions: Institutions L85 ($155), Individuals L45 ($72).
  319.    Pergamon Press Inc., 660 White Plains Road, Tarrytown, NY 10591-5153,
  320.    email PPI@pergamon.com, or Pergamon Press Ltd., Headington Hill Hall,
  321.    Oxford OX3 0BW, England.
  322.  
  323.    EXPERT SYSTEMS: THE INTERNATIONAL JOURNAL OF KNOWLEDGE ENGINEERING
  324.    Published 4 times annually. ISSN 0266-4720.
  325.    Subscriptions: L85 ($110)
  326.    Learned Information Ltd., Woodside, Hinksey Hill, Oxford OX1 5AU, UK.
  327.  
  328.    INTERNATIONAL JOURNAL OF EXPERT SYSTEMS
  329.    Published 4 times annually. ISSN 0894-9077.
  330.    Subscriptions: Institutions $135; Individuals $75. Outside the US add
  331.    $10 for surface mail and $20 for airmail.
  332.    JAI Press Inc., 55 Old Post Road -- No. 2, PO Box 1678, Greenwich, CT
  333.    06836-1678.
  334.  
  335. Journals -- Machine Learning:
  336.  
  337.    MACHINE LEARNING
  338.    Published 8 times annually. ISSN 0885-6125
  339.    Subscriptions: Institutions $301; Individuals $140. (AAAI Individual
  340.    Members $88)
  341.    Kluwer Academic Publishers, PO Box 322, 3300 AH Dordrecht, The
  342.    Netherlands, or Kluwer Academic Publishers, PO Box 358, Accord
  343.    Station, Hingham, MA 02018-0358. 
  344.  
  345. Journals -- NLP/Speech/MT:
  346.  
  347.    COMPUTER SPEECH AND LANGUAGE
  348.    Published 4 times annually. ISSN 0885-2308.
  349.    Subscriptions: Institutions $136, Individuals $58.
  350.    Academic Press Ltd., 24-28 Oval Road, London NW1, England.
  351.  
  352.    MACHINE TRANSLATION
  353.    Published 4 times annually. ISSN 0922-6567.
  354.    Subscriptions: Institutions $141 plus $16 postage; Individuals $55
  355.    (members of ACL $46).
  356.    Kluwer Academic Publishers, PO Box 322, 3300 AH Dordrecht, The
  357.    Netherlands, or Kluwer Academic Publishers, PO Box 358, Accord
  358.    Station, Hingham, MA 02018-0358. 
  359.  
  360. Journals -- Neural Nets/Connectionism:
  361.  
  362.    CONNECTION SCIENCE
  363.    Published 4 times annually. ISSN 0954-0091.
  364.    Carfax Publishing Company, PO Box 25, Abingdon, Oxfordshire OX14 3UE, UK. 
  365.  
  366.    NEURAL NETWORKS
  367.    Published 6 times annually. ISSN 0893-6080.
  368.    Official journal of the International Neural Network Society.
  369.    Subscriptions: $380
  370.    Pergamon Press, Ltd., Headington Hill Hall, Oxford OX3 0BW, UK.
  371.    Pergamon Press, Inc., 660 White Plains Road, Tarrytown, NY 10591-5153.
  372.  
  373. Journals -- Pattern Recognition:
  374.  
  375.    INTERNATIONAL JOURNAL OF PATTERN RECOGNITION AND ARTIFICIAL INTELLIGENCE
  376.    Annual subscription, 1992/3, $340; individual subscription, $138. Add
  377.    $34 for airmail. Published 5 times a year by World Scientific
  378.    Publishing Co. Pte. Ltd., Farrer Road, PO Box 128, Singapore 9128.
  379.    (In the US, write to World Scientific Publishing Co., Inc., River Edge,
  380.    NJ 07661; in Europe to World Scientific Publishing Co., Inc., Totteridge,
  381.    London N20 8DH, England.)
  382.  
  383.    PATTERN RECOGNITION
  384.    Journal of the Pattern Recognition Society. Members receive the
  385.    journal free of charge as part of their membership in the Society.
  386.    Institutions may subscribe for $845.
  387.    Pergamon Press, Ltd., Headington Hill Hall, Oxford OX3 0BW, UK.
  388.    Pergamon Press, Inc., 660 White Plains Road, Tarrytown, NY 10591-5153.
  389.  
  390.    PATTERN RECOGNITION LETTERS
  391.    Published 12 times annually. ISSN 0167-8655.
  392.    Official publication of the International Association for Pattern
  393.    Recognition. Subscriptions: $462 Institutions.
  394.    Elsevier Science Publishing, 655 Avenue of the Americas, New York, NY
  395.    10017, 212-633-3827. Outside the US, contact Elsevier Science
  396.    Publishers, Attn: Ursula van Dijk, PO Box 103, 1000 AC Amsterdam, The
  397.    Netherlands, or call +31-20-5862-608.
  398.  
  399. Journals -- Robotics:
  400.  
  401.    INDUSTRIAL ROBOT
  402.    ISSN 0143-991X
  403.    MCB University Press Limited, 62 Toller Lane, Bradford, West
  404.    Yorkshire, England BD8 9BY, (44) 274-499821, fax (44) 274-547143. In
  405.    the US, write to MCB University Press Limited, PO Box 10812,
  406.    Birmingham, AL 35201-0812, 1-800-633-4931 (1-205-995-1567), fax
  407.    1-205-995-1588.
  408.  
  409.    INTERNATIONAL JOURNAL OF ROBOTICS AND AUTOMATION
  410.    Published 4 times annually. ISSN 0826-8185
  411.    Subscriptions: $165 US or 313.50 SFr. ($12 US or 22.80 SFr postage and
  412.    handling). A special rate is available to members of IASTED.
  413.    Write to ACTA Press, PO Box 354, CH-8053, Zurich, Switzerland or ACTA
  414.    Press, PO Box 2481, Anaheim, CA 92814.
  415.    IASTED is the International Association of Science and Technology for
  416.    Development. Individual memberships are $60 US or $120 SFr and
  417.    corporate memberships $100 US or $200.00 SFr. Members receive a
  418.    complimentary subscription to the journal of their choice; the annual
  419.    cost of additional journals for members is $20US/$40SFr per journal.
  420.    Write to IASTED, PO Box 25, Station G, Calgary, Alberta, Canada T3A
  421.    2G1, or IASTED, PO Box 354, CH-8053, Zurich, Switzerland.
  422.  
  423. Journals -- Vision:
  424.  
  425.    MACHINE VISION AND APPLICATIONS
  426.    Published 4 times annually. ISSN 0932-8092.
  427.    Subscriptions: Institutions $106 (plus $11 p&h); Individuals $54 (incl p&h).
  428.    Springer-Verlag New York Inc., Journal Fulfillment Services, 44 Hartz
  429.    Way, Secaucus, NJ 07094, 1-800-SPRINGER.
  430.  
  431.    INTERNATIONAL JOURNAL OF COMPUTER VISION
  432.    Published 6 times annually. ISSN 0920-5691.
  433.    Subscriptions: Institutions $229; Individuals $115. Add $8 for airmail.
  434.    Kluwer Academic Publishers, PO Box 322, 3300 AH Dordrecht, The
  435.    Netherlands, or Kluwer Academic Publishers, PO Box 358, Accord
  436.    Station, Hingham, MA 02018-0358. 
  437.  
  438. ----------------------------------------------------------------
  439. Subject: [1-2]  AI-related Newsgroups and Mailing Lists 
  440.  
  441. To be added or deleted to any of the following lists, send mail to the
  442. -request version of the list except where otherwise noted. This sends
  443. mail to the list maintainer, instead of annoying the membership of the
  444. entire mailing list. To subscribe to one of the BITNET listserv
  445. forums, send mail there which contains a line of the form
  446.     SUB <forum-name> <your-full-name>
  447. as the first and only line in the body of the message.
  448.  
  449. For Lisp-related mailing lists, see part 4 of the FAQ for the
  450. newsgroup comp.lang.lisp.
  451.  
  452.  
  453. AI-Related Newsgroups:
  454.  
  455.    Subscribe to these using your newsreader.
  456.  
  457.    comp.ai            Artificial Intelligence
  458.    comp.ai.edu            AI and Education
  459.    comp.ai.neural-nets        Neural Nets
  460.    comp.ai.nlang-know-rep    Natural Language and Knowledge Representation
  461.    comp.theory.cell-automata    Cellular Automata
  462.    comp.simulation        Simulation
  463.    comp.speech            Speech related research, including recognition
  464.                 and synthesis. Archived at the anonymous ftp
  465.                 site svr-ftp.eng.cam.ac.uk in the directory
  466.                 comp.speech/archive.
  467.    sci.math.symbolic        Symbolic Math
  468.    sci.cognitive        Cognitive Science
  469.    comp.ai.philosophy        Philosophical Foundations of AI
  470.    comp.ai.shells        Expert System Shells
  471.    comp.ai.vision        Vision Research
  472.  
  473.    comp.lang.lisp        Common Lisp
  474.    comp.lang.clos        Common Lisp Object System
  475.    comp.lang.scheme        Scheme
  476.    comp.lang.lisp.mcl        Macintosh Common Lisp
  477.    comp.lang.lisp.franz        Franz Lisp
  478.    comp.lang.lisp.x        XLisp
  479.    comp.lang.prolog        Prolog and Logic Programming
  480.    comp.lang.pop        POPLOG integrated programming language &
  481.                                 environment for Lisp, Prolog, ML and Pop11
  482.    comp.lang.smalltalk        Smalltalk
  483.  
  484.    aicom mcvax!swivax!otten@uunet.uu.net    International Usenet AI news
  485.  
  486. German AI newsgroups:
  487.    de.sci.ki
  488.    de.sci.ki.announce
  489.    de.sci.ki.mod-ki
  490.    de.sci.ki.discussion
  491.  
  492.  
  493. AI Research in a particular country:
  494.  
  495.    British AI            alvey jws%ib.rl.ac.uk@nsfnet-relay.ac.uk
  496.    Japanese AI            fj-ai%etl.jp@relay.cs.net
  497.    German AI            mod-ki%unido.irb@unido.bitnet
  498.    Mexican AI            IAMEX-L on listserv@tecmtyvm.mty.itesm.mx
  499.  
  500.    The IAMEX-L list is administrated by the AI Invetigation Center in
  501.    Instituto Tecnologico y de Estudios Superiores de Monterrey (ITESM)
  502.    in Monterrey, N.L. To be added to that list, please contact:
  503.     pl500368@tecmtyvm.bitnet (Juana Maria Gomez Puertos)
  504.     pl157961@tecmtyvm.bitnet (Fernando Careaga Sanchez)
  505.  
  506.    The newsgroup de.sci.ki.discussion is the German equivalent of comp.ai.
  507.    The newsgroup de.sci.ki.announce is for announcements about AI. The
  508.    newsgroup de.sci.ki.mod-ki is moderated by Hans-Werner Hein
  509.    <hein@damon.irf.uni-dortmund.de>.
  510.  
  511.    The newsgroup aus.ai is the (unmoderated) Australian equivalent of comp.ai.
  512.  
  513.  
  514. Artificial Life:
  515.    alife@cognet.ucla.edu
  516.  
  517.    The alife mailing list is for communications regarding artificial
  518.    life, a formative interdisciplinary field involving computer science,
  519.    the natural sciences, mathematics, medicine and others.  Send mail to
  520.    alife-request@cognet.ucla.edu to be added to the list.
  521.  
  522.    See also UCLA Artificial Life Depository in question [3-0].
  523.  
  524. AI applications to Human-Computer interface design:
  525.    AI-CHI <wiley!ai-chi@lll-lcc.llnl.gov>        
  526.  
  527.    All requests to be added to or deleted from this list, problems, questions,
  528.    etc., should be sent to wiley!ai-chi-request@LLL-LCC.LLNL.GOV.
  529.  
  530.  
  531. AI in Education: 
  532.    ai-ed@sun.com (was ai-ed@sumex-aim.stanford.edu)
  533.  
  534.    Includes ICAI (intelligent computer aided instruction) and 
  535.    ITS (intelligent tutoring systems).
  536.  
  537.    All requests to be added to or deleted from this list, problems, questions,
  538.    etc., should be sent to ai-ed-request@sun.com.
  539.  
  540.  
  541. Artificial Intelligence and Law:
  542.    ail-l@austin.onu.edu
  543.  
  544.    To subscribe to AIL-L you should send a message to the internet address
  545.     listserv@austin.onu.edu
  546.    The body of the message should consist of:
  547.     subscribe AIL-L <your full name>
  548.  
  549.  
  550. AI in Medicine: 
  551.    ai-medicine@med.stanford.edu
  552.  
  553.    Focus is on computer-based medical decision support.
  554.  
  555.    All requests to be added to or deleted from this list, problems, questions,
  556.    etc., should be sent to ai-medicine-request@med.stanford.edu
  557.  
  558.  
  559. AI for Development:
  560.    An occasional newsletter for folk interested in AI applications in
  561.    and for developing countries. The newsletter is sent to the mailing
  562.    list and to the newsgroup comp.society.development.
  563.  
  564.    Send requests to be added to the mailing list to Kathleen King
  565.    <kk@aisb.ed.ac.uk>.
  566.  
  567.  
  568. Cellular Automata:
  569.    cellular-automata@think.com    (aka ca@think.com)
  570.  
  571.    Gatewayed to the newsgroup comp.theory.cell-automata.
  572.  
  573.    Archived messages may be found at ftp.think.com in the files:
  574.       mail/ca.archive*
  575.  
  576.    All other requests to be added to or deleted from this list, problems,
  577.    questions, etc., should be sent to cellular-automata-request@think.com.
  578.  
  579.  
  580. Classification and clustering:
  581.    class-l%sbccvm.bitnet@cunyvm.cuny.edu
  582.  
  583.    To subscribe to CLASS-L you should send a message to the internet address
  584.     listserv%sbccvm.bitnet@cunyvm.cuny.edu
  585.    The body of the message should consist of:
  586.     subscribe CLASS-L <your full name>
  587.    To have your name removed from the CLASS-L subscriber list, send:
  588.     signoff CLASS-L
  589.  
  590.  
  591. Connectionism and Neural Networks:
  592.  
  593.    Connectionism:
  594.       connectionists@cs.cmu.edu
  595.  
  596.       All requests to be added to or deleted from this list, problems,
  597.       questions, etc., should be sent to connectionists-request@cs.cmu.edu.
  598.  
  599.    Neural Networks (moderated):
  600.       Neuron@cattell.psych.upenn.edu
  601.  
  602.       Neuron-Digest is a moderated list (in digest form) dealing with all
  603.       aspects of neural networks (and any type of network or neuromorphic
  604.       system).    Topics include both connectionist models (artificial neural
  605.       networks) and biological systems ("wetware"). The digest is posted to
  606.       comp.ai.neural-nets.
  607.  
  608.       All requests to be added to or deleted from this list, problems,
  609.       questions, etc., should be sent to neuron-request@cattell.psych.upenn.edu
  610.  
  611.       Neuron Digest archives are kept in the OSU Neuroprose collection
  612.       and in cattell.psych.upenn.edu:/pub/Neuron-Digest
  613.  
  614.    Users of the Rochester Connectionist Simulator:
  615.       simulator-users@cs.rochester.edu
  616.       simulator-bugs@cs.rochester.edu
  617.  
  618.       All requests to be added to or deleted from this list, problems,
  619.       questions, etc., should be sent to simulator-request@cs.rochester.edu.
  620.  
  621.       The simulator is available in cs.rochester.edu:/pub/simulator
  622.  
  623.  
  624. Distributed AI Mailing Lists:
  625.  
  626.         DAI-List: send requests to DAI-List-request@mcc.com
  627.  
  628.         MAAMAW Blackboard (Modeling Autonomous Agents in a
  629.         Multi-Agent World): send requests to
  630.         demazeau@lifia.imag.fr
  631.  
  632.  
  633. Intelligent systems for Economics digest (IE-digest):
  634.    IE-list@cs.ucl.ac.uk
  635.  
  636.    The IE-digest aims to act as a forum to exchange ideas on using
  637.    `intelligent' techniques to model economic and financial systems.
  638.    Calls for papers, paper announcements and queries are welcome.
  639.  
  640.    Techniques which were originally developed to model psychological and
  641.    biological processes are now receiving considerable attention as tools
  642.    for modelling and understanding economic and financial processes.
  643.    These techniques, which include neural networks, genetic algorithms
  644.    and expert systems are now being used in a wide variety of
  645.    applications including the modelling of economic cycles, modelling of
  646.    artificial economies, portfolio optimisation and credit evaluation.
  647.  
  648.    To be added to the list, send mail to IE-list-request@cs.ucl.ac.uk. An
  649.    archive of back issues of the digest, as well as papers,
  650.    bibliographies and software, may be obtained by anonymous ftp from
  651.    cs.ucl.ac.uk:ie (128.16.5.31).
  652.  
  653.    List moderated by Suran Goonatilake, Dept. of Computer Science,
  654.    University College London, Gower St., London WC1E 6BT, UK,
  655.    <surang@cs.ucl.ac.uk>. 
  656.  
  657.  
  658. Expert Systems in Agriculture:
  659.    ag-exp-l%ndsuvm1.bitnet@cunyvm.cuny.edu        
  660.  
  661.    To subscribe to ag-exp-l you should send a message to the internet address
  662.     listserv%ndsuvm1.bitnet@cunyvm.cuny.edu        
  663.    The body of the message should consist of:
  664.     subscribe AG-EXP-L <your full name>
  665.  
  666.  
  667. Use of computers in the Fine Arts:
  668.    fineart%ecs.umass.edu@relay.cs.net
  669.  
  670.    The FINEART Forum is dedicated to International collaboration between
  671.    artists and scientists.  It is subsidized by the International Society for
  672.    the Arts, Science, and Technology (ISAST), 2020 Milvia, Berkeley, CA 94704.
  673.  
  674.    The purpose of this bulletin board is to disseminate information regarding
  675.    the use of computers in the Fine Arts. One of the general areas of
  676.    interest is Art & AI.
  677.  
  678.  
  679. Genetic Algorithms:
  680.  
  681.     GA-List@AIC.NRL.NAVY.MIL (moderated)
  682.  
  683.     Send subscription requests to the -request form of the list 
  684.     or to gref@aic.nrl.navy.mil.
  685.  
  686.     Past copies of the digest are archieved on ftp.aic.nrl.navy.mil 
  687.     in the /pub/galist directory. Some software is also archived there.
  688.  
  689.     
  690.     Discussion of GAs also appears from time to time in
  691.     comp.ai.neural-nets and comp.theory.self-org-sys. 
  692.  
  693.  
  694. Logic Programming, Prolog:
  695.  
  696.    Prolog and Logic Programming:
  697.       prolog@sushi.stanford.edu (general)
  698.       prolog-hackers@sushi.stanford.edu (nitty gritty)
  699.  
  700.       All requests to be added to or deleted from this list, problems,
  701.       questions, etc., should be sent to prolog-request@sushi.stanford.edu
  702.  
  703.    Concurrent Logic Programming:
  704.       clp.x@xerox.com
  705.  
  706.       All requests to be added to or deleted from this list, problems,
  707.       questions, etc., should be sent to clp-request.x@xerox.com or to
  708.       Jacob Levy <jlevy.pa@xerox.com>.
  709.  
  710.  
  711. Machine Learning:
  712.  
  713.    ml@ics.uci.edu
  714.  
  715.    The Machine Learning List is moderated.  Contributions should be
  716.    relevant to the scientific study of machine learning. Mail requests
  717.    to be added or deleted to ml-request@ics.uci.edu.  
  718.  
  719.    Back issues may be FTP'd from ics.uci.edu in pub/ml-list/V<X>/<N> or
  720.    N.Z where X and N are the volume and number of the issue; ID:
  721.    anonymous PASSWORD: <your mail address>
  722.  
  723.  
  724. Natural Language Processing:
  725.  
  726.    Information Retrieval:
  727.       irlist <ir-l%uccvma.bitnet@vm1.nodak.edu>
  728.  
  729.       To subscribe send the following command to LISTSERV@UCCVMA.BITNET:
  730.      SUB IR-L your_full_name
  731.       where "your_full_name" is your real name, not your login Id.
  732.       Non-BitNet users can join by sending the above command as the only
  733.       line in the text/body of a message to
  734.       LISTSERV%UCCVMA.BITNET@VM1.NODAK.EDU. 
  735.  
  736.       Moderator: IRLUR%UCCMVSA.BITNET@VM1.NODAK.EDU
  737.  
  738.    Natural Language and Knowledge Representation (moderated):
  739.       nl-kr@cs.rpi.edu (formerly nl-kr@cs.rochester.edu)
  740.       Gatewayed to the newsgroup comp.ai.nlang-know-rep.
  741.  
  742.       BITNET subscribers: we now have a LISTSERVer for nl-kr.
  743.     You may send submissions to NL-KR@RPIECS
  744.     and any listserv-style administrative requests to LISTSERV@RPIECS.
  745.  
  746.       Back issues are available from host archive.cs.rpi.edu [128.213.10.18]
  747.       in the files nl-kr/Vxx/Nyy (ie nl-kr/V01/N01 for V1#1), mail requests
  748.       will not be promptly satisfied.  If you can't reach `cs.rpi.edu' you
  749.       may want to use `turing.cs.rpi.edu' instead.
  750.  
  751.       All requests to be added to or deleted from this list, problems,
  752.       questions, etc., should be sent to nl-kr-request@cs.rpi.edu.
  753.  
  754.    Natural Language Generation:
  755.       siggen@cs.rpi.edu
  756.  
  757.    Speech Interfaces:
  758.  
  759.       Electronic Communal Temporal Lobe (or ECTL) is a moderated mailing list
  760.       for speech interface enthusiats. To subscribe, send a message with your
  761.       name, institution, department, daytime phone and an email address to
  762.       ectl-request@snowhite.cis.uoguelph.ca. If you have trouble with this mail
  763.       address, call David Leip at (519) 824-4120 ext.3709. 
  764.  
  765.       ECTL has an anonymous ftp archive which is located at
  766.       snowhite.cis.uoguelph.ca [131.104.48.1] in /pub/ectl. Included in the
  767.       archive are: all issues of ECTL, as well as a list of subscribers, lists
  768.       of speech related products (s/w & h/w),and a list of speech related
  769.       technical report abstracts. If you would like to contribute to the
  770.       archive, please mail: ectl-sub@snowhite.cis.uoguelph.ca If you need
  771.       information about how to ftp, or such things, please send mail to:
  772.       ectl-request@snoehite.cis.uoguelph.ca
  773.  
  774.  
  775.    Prosody:
  776.  
  777.       To subscribe, send a one-line message to listserv@purccvm.bitnet
  778.       in the following format:
  779.  
  780.      subscribe prosody <Your Full Name>
  781.  
  782.  
  783.    Translation and Interpretation of Natural Language:
  784.       lantra-l%finhutc.bitnet@cunyvm.cuny.edu
  785.  
  786.       To add or remove yourself from the list, send a message to
  787.       listserv%finhutc.bitnet@cunyvm.cuny.edu.    The sender of the message
  788.       you send must be the name (E-mail address) you want to add or remove
  789.       from the list.  The text body of the message should be:
  790.      SUBSCRIBE LANTRA-L your_full_name
  791.       or:
  792.      SIGNOFF LANTRA-L
  793.       where your_full_name is your normal name, not your E-mail address.
  794.  
  795.     Text Analysis and Natural Language Applications:
  796.       SCHOLAR%CUNYVM.BITNET@uga.cc.uga.edu
  797.  
  798.       SCHOLAR is an online information service covering all aspects of
  799.       natural language processing in such fields as literary studies,
  800.       linguistics, history and lexicography. It consists of information like
  801.       book reviews, project reports database listings, a conference
  802.       calendar, and news of hardware and software relevant to the field.
  803.       SCHOLAR is distributed occasionally as the quantity of information
  804.       received allows. Contributions should be sent to Joseph Raben
  805.       <jqrqc@cunyvm.cuny.edu>.
  806.  
  807.       To add or remove yourself from the list, send a message to
  808.       listserv@cunyvm.cuny.edu.     The sender of the message
  809.       you send must be the name (E-mail address) you want to add or remove
  810.       from the list.  The text body of the message should be:
  811.      SUBSCRIBE SCHOLAR your_full_name
  812.       or:
  813.      SIGNOFF SCHOLAR
  814.       where your_full_name is your normal name, not your E-mail address.
  815.       For technical assistance, send mail to <lnaqc@cunyvm.cuny.edu>.
  816.  
  817.       SCHOLAR files are available by anonymous ftp from jhuvm.hcf.jhu.edu
  818.       (128.220.2.2). Use username scholar and type your login userid as a
  819.       password. The index of SCHOLAR files is index.scholar. The files are
  820.       also available by listserv.  For an explanation of the coding system
  821.       for items in SCHOLAR, send mail to <listserv@cunyvm.cuny.edu> with the
  822.       following as the body of the message: 
  823.           Get SCHOLAR COD 
  824.       To retrieve the entire release send mail to <listserv@cunyvm.cuny.edu>
  825.       with the folowing as the body of the message: 
  826.           Get AZ Package
  827.  
  828.  
  829. Neural Networks:
  830.    See Connectionism.
  831.  
  832.  
  833. Simulated Annealing:
  834.    Contact: anneal-request@cs.ucla.edu (Daniel R. Greening)
  835.  
  836.    This mailing list is for discussion of simulated annealing techniques,
  837.    analysis, and related issues such as stochastic optimization,
  838.    Boltzmann machines, and metricity of NP-complete move spaces.
  839.  
  840.    Membership in this list is restricted to those doing active research
  841.    in simulated annealing or related areas. The list itself is
  842.    unmoderated.
  843.  
  844.  
  845. Simulation:
  846.    simulation@ufl.edu
  847.    Gatewayed to the newsgroup comp.simulation.
  848.  
  849.    All requests to be added to or deleted from this list, problems, questions,
  850.    etc., should be sent to simulation-request@ufl.edu.
  851.  
  852.  
  853. Symbolic Math:
  854.    Symbolic Math <leff%smu.uucp@UUNET.UU.NET>
  855.    Gatewayed to the newsgroup sci.math.symbolic.
  856.  
  857.    Mailing list covering symbolic math algorithms, applications and problems
  858.    relating to the various symbolic math languages.
  859.  
  860.    Mail to be forwarded to the list should be sent to
  861.    leff%smu.uucp@uunet.uu.net (ARPANET/MilNet) or sci.math.symbolic (USENET).
  862.    Requests to be included on the list should be sent to
  863.    leff%smu.uucp@uunet.uu.net.
  864.  
  865.  
  866. AI Vision Research:
  867.  
  868.    vision-list@ads.com
  869.    All requests to be added to or deleted from this list, problems, questions,
  870.    etc., should be sent to vision-list-request@ads.com.
  871.  
  872.    cvnet%yorkvm1.bitnet@cunyvm.cuny.edu        
  873.    Color and vision research.
  874.  
  875. ----------------------------------------------------------------
  876. Subject: [1-3]  Dial-up AI-related bulletin board systems
  877.  
  878. The primary AI-related dial-up bulletin board systems are:
  879.  
  880.    The Interocitor  214-258-1832 (Fido 1:124/2206) V.32bis (14.4kbps)
  881.        SysOp: Steve Rainwater  Hours: 24
  882.        Desc: AI CD-ROM submission site, general AI archive.
  883.  
  884.    ShadeTree BBS    412-244-9416 (Fido 1:129/124)  V.22bis (2400bps)
  885.        SysOp: Bill Keller       Hours: 8:30pm-8:30am only
  886.        Desc: Oriented toward beginners in the field.
  887.  
  888.    C.N.S. BBS        509-62706267 (Fido 1:347/303)  USR HST (9600bps)
  889.        SysOp: Wesley Elsberry  Hours: 24
  890.        Desc: Best source for neural network related information.
  891.  
  892. Fuzzy Logic Related BBS's:
  893.  
  894.    Aptronix FuzzyNet 408-428-1883  N/8/1  1200-19,200 baud
  895.  
  896.    The Turning Point 512-219-7828  N/8/1 DS/HST 1200-19,200 baud (LIBRARY)
  897.              512-219-7848  N/8/1 DS/HST 1200-19,200 buad
  898.  
  899.    Motorola FREEBBS  512-891-3733  E/7/1  1200-9600   baud
  900.  
  901. ----------------------------------------------------------------
  902. Subject: [1-4]  What are the rules for the game of "Life"?
  903.  
  904. Cellular Automata, of which Life is an example, were suggested by
  905. Stanislaw Ulam in the 1940s, and first formalized by von Neumann.
  906. Conway's "Game of Life" was popularized in Martin Gardner's
  907. mathematical games column in the October 1970 and February 1971 issues
  908. of Scientific American.     (Shorter notes on life are alse given in the
  909. column in each month from October 1970 to April 1971, and well as
  910. November 1971, January 1972, and December 1972.)
  911.  
  912. The rules for the game of life are quite simple. The game board is a
  913. rectangular cell array, with each cell either empty or filled. At each
  914. tick of the clock, we generate the next generation by the following rules:
  915.  
  916.     if a cell is empty, fill it if 3 of its neighbors are filled
  917.     (otherwise leave it empty)
  918.  
  919.     if a cell is filled, it
  920.         dies of loneliness if it has 1 or fewer neighbors
  921.         continues to live if it has 2 or 3 neighbors
  922.         dies of overcrowding if it has more than 3 neighbors
  923.  
  924. Neighbors include the cells on the diagonals. Some implementations use
  925. a torus-based array (edges joined top-to-bottom and left-to-right) for
  926. computing neighbors. 
  927.  
  928. For example, a row of 3 filled cells will become a column of 3 filled
  929. cells in the next generation. The R pentomino is an interesting
  930. pattern: 
  931.       xx
  932.      xx
  933.       x
  934. Try it with other patterns of 5 cells initially occupied. If you
  935. record the ages of cells, and map the ages to colors, you can get a
  936. variety of beautiful images.
  937.  
  938. When implementing Life, be sure to maintain separate arrays for the
  939. old and new generation. Updating the array in place will not work
  940. correctly. 
  941. ----------------------------------------------------------------
  942. Subject: [1-5]  What AI competitions exist?
  943.  
  944. The Loebner Prize, based on a fund of over $100,000 established by New
  945. York businessman Hugh G. Loebner, is awarded annually for the computer
  946. program that best emulates natural human behavior. During the
  947. contest, a panel of independent judges attempts to determine whether
  948. the responses on a computer terminal are being produced by a computer
  949. or a person, along the lines of the Turing Test. The designers of the
  950. best program each year win a cash award and a medal. If a program
  951. passes the test in all its particulars, then the entire fund will be
  952. paid to the program's designer and the fund abolished. For further
  953. information about the Loebner Prize, write Dr. Robert Epstein,
  954. Executive Director, Cambridge Center for Behavioral Studies, 11
  955. Waterhouse Street, Cambridge, MA 02138, or call 617-491-9020.
  956.  
  957. The BEAM Robot Olympics is a robot exhibition/competition started in
  958. 1991. For more information about the competition, write to BEAM Robot
  959. Olympics, c/o: Mark W. Tilden, MFCF, University of Waterloo, Ontario,
  960. Canada, N2L-3G1, 519-885-1211 x2454, mwtilden@watmath.uwaterloo.ca.
  961.  
  962. ----------------------------------------------------------------
  963. Subject: [1-6]  Where can I get a machine readable dictionary, thesaurus, and
  964.           other text corpora?
  965.  
  966. Free:
  967.  
  968.    Roget's 1911 Thesaurus is available by anonymous FTP from the
  969.    Consortium for Lexical Research (clr.nmsu.edu, [128.123.1.12]).
  970.    The pathname is /pub/lexica/thesauri/roget-1911.
  971.  
  972.    Project Gutenberg has a public domain thesaurus. For more
  973.    information, write to Michael S. Hart, Professor of Electronic Text,
  974.    Executive Director of Project Gutenberg Etext, Illinois Benedictine
  975.    College, Lisle, IL 60532 or send email to hart@vmd.cso.uiuc.edu.
  976.  
  977.    The Open Book Initiative maintains a text repository on world.std.com
  978.    (a public access UNIX system, 617-739-WRLD). For more information,
  979.    send email to obi@world.std.com, write to Software Tool & Die, 1330
  980.    Beacon Street, Brookline, MA 02146, or call 617-739-0202.
  981.  
  982.    The CHILDES project at Carnegie Mellon University has a lot of data of
  983.    children speaking to adults, as well as the adult written and adult
  984.    spoken corpora from the CORNELL project.  Contact Brian MacWhinney
  985.    <brian@andrew.cmu.edu> for more information.
  986.  
  987.    The Association for Computational Linguistics (ACL) has a Data
  988.    Collection Initiative. For more information, contact Donald Walker at
  989.    Bellcore, walker@flash.bellcore.com.
  990.  
  991.    Two lists of common female first names (4967 names) and male first
  992.    names (2924 names) are available for anonymous ftp from ftp.cs.cmu.edu
  993.    in the directory /afs/cs.cmu.edu/user/mkant/Public/Corpii/Names/. Read
  994.    the file README first. [Note that you must cd to this directory in one
  995.    atomic operation, as superior directories are protected during an
  996.    anonymous ftp.] Send mail to mkant@cs.cmu.edu for more information.
  997.  
  998. Commercial:
  999.  
  1000.    Illumind publishes the Moby Thesaurus (25,000 roots/1.2 million
  1001.    synonyms), Moby Words (560,000 entries), Moby Hyphenator (155,000
  1002.    entries), and the Moby Part-of-Speech (214,000 entries) and Moby
  1003.    Pronunciator (167,000 entries) lexical databases. All databases are
  1004.    supplied in pure ASCII, royalty-free, in both Macintosh and MS-DOS
  1005.    disk formats (also in .Z file formats). Both commercial (to resell
  1006.    derived structures as part of commercial applications) and
  1007.    educational/research licenses are available. For more information,
  1008.    write to Illumind, Grady Ward, compiler, 571 Belden Street, Suite A,
  1009.    Monterey, CA 93940, call 408-373-1491, or send email to grady@btr.com.
  1010.  
  1011.    The Oxford Text Archive has hundreds of online texts in a wide variety
  1012.    of languages, including a few dictionaries (the OED, Collins, etc.).
  1013.    The Lancaster-Oslo-Bergen (LOB), Brown, and London-Lund corpii are also
  1014.    available from them.     For more information, write to Oxford Electronic
  1015.    Publishing, Oxford University Press, 200 Madison Avenue, New York, NY
  1016.    10016, call 212-889-0206, or send mail to archive@vax.oxford.ac.uk.
  1017.    (Their contact information in England is Oxford Text Archive, Oxford
  1018.    University Computing Service, 13 Banbury Road, Oxford OX2 6NN, UK, +44
  1019.    (865) 273238.)
  1020.  
  1021. ----------------------------------------------------------------
  1022. Subject: [1-7]  List of Smalltalk implementations.
  1023.  
  1024.    Little Smalltalk -- Tim Budd's version of Smalltalk
  1025.    cs.orst.edu: /pub/budd/small.v3.tar
  1026.  
  1027.    GNU Smalltalk
  1028.    prep.ai.mit.edu:/pub/gnu/smalltalk-1.1.1.tar.Z  
  1029.  
  1030. ----------------------------------------------------------------
  1031. Subject:  [1-8] Commercial AI products.
  1032.  
  1033. RAL (Rule-extended Algorithmic Language) is a C-based RETE (OPS83)
  1034. implementation that allows one to seamlessly add rules and objects to
  1035. C programs. It runs on Apollo, Sony News, AT&T 3B series, Aviion,
  1036. DecStation, HP9000, RS/6000, Sun3, Sparc, Pyramid, Stratus, Unix
  1037. System V 386 machines, VAX, microVAX (VMS) and DOS. Production Systems
  1038. Technologies was founded by Charles Forgy, the original inventor of
  1039. the RETE algorithm.  For further information, write to Production
  1040. Systems Technologies, Inc., 5001 Baum Boulevard, Pittsburgh, PA 15213,
  1041. call 412-683-4000 or fax 412-683-6347.
  1042.  
  1043. Stiquito is a small (3cm H x 7cm W x 6cm L), simple (32 parts) and
  1044. inexpensive (< $30) nitinol-propelled hexapod robot developed at the
  1045. Indiana University (Bloomington) Robotics Laboratory.  Its legs are
  1046. propelled by nitnol actuator wires. Each leg has one degree of freedom.
  1047. The robot walks up to 10 centimeters per minute and can carry a 9-volt
  1048. cell, a MOSIS "tiny chip" and power transistors to drive the nitinol
  1049. actuator wires.     Nitinol wire (aka BioMetal, Flexinol), is a
  1050. nickel-titanium alloy which exerts useful force as it is heated by
  1051. passing a current through it. IUCS Technical Report 363a describes
  1052. Stiquito's construction and is available by anonymous ftp from
  1053. cs.indiana.edu:/pub (129.79.254.191) in PostScript and Word4 formats as
  1054. the files stiquito.ps.a{a,b,c}.Z and stiquito.w4.a{a,b,c}.Z,
  1055. respectively. The tech report is also available by US mail for $5
  1056. (checks or money orders should be made payable to "Indiana University")
  1057. from Computer Science Department, Attn: TR 363a 215, Lindley Hall,
  1058. Indiana University, Bloomington, Indiana 47405.     A kit containing all
  1059. the materials needed to construct a simple version of Stiquito and its
  1060. controller is available for an extra $10 from the above address (use
  1061. attn line "Stiquito Kit"). To receive a video showing the assembly of
  1062. Stiquito, include an additional $10 and add "Video" to the attn line.
  1063. Anyone may build and use Stiquitos in any quantity for educational or
  1064. research purposes, but Indiana University reserves all rights to
  1065. commercial applications.  Questions about Stiquito should be sent to
  1066. jwmills@cs.indiana.edu. To join the mailing list, send mail to
  1067. stiquito-request@xcf.berkeley.edu. 
  1068.  
  1069. Togai InfraLogic, Inc. (TIL) is a supplier of fuzzy logic and fuzzy
  1070. expert system software and hardware. For more information, write to
  1071. Togai InfraLogic, Inc., 5 Vanderbilt, Irvine, CA 92718, call +1 714
  1072. 975 8522, fax +1 714 975 8524, or send email to info@til.com or
  1073. til!info.  TIL also supports an email-server that can be reached at
  1074. fuzzy-server@til.com or til!fuzzy-server.  Send an email message that
  1075. contains just the word "help" in either the subject line or the
  1076. message body for more information. A list of products can be obtained
  1077. by sending a message that contains only the line "send products.txt"
  1078. to the email-server. For an index of the contents of the server, send
  1079. a message with the line "send index".
  1080.  
  1081. The following is from Risks Digest 13.83 -- I have no idea what the software
  1082. does, but Colby did head up the PARRY project:
  1083.  
  1084.   FEELING HELPLESS ABOUT DEPRESSION? Overcoming Depression 2.0 provides
  1085.   computer based cognitive therapy for depression with therapeutic
  1086.   dialogue in everyday language.  Created by Kenneth Mark Colby, M.D.,
  1087.   Professor of Psychiatry and Biobehavioural Sciences, Emeritus, UCLA.
  1088.   Personal Version ($199), Professional version ($499).     Malibu
  1089.   Artificial Intelligence Works, 25307 Malibu Rd, CA 90265.
  1090.   1-800-497-6889.
  1091.  
  1092. ----------------------------------------------------------------
  1093. Subject: [1-9]  Glossary of AI terms.
  1094.  
  1095. This is the start of a simple glossary of short definitions for AI terminology.
  1096.  
  1097.    Strong AI:        
  1098.     Claim that computers can be made to actually think, just like human
  1099.     beings do. More precisely, the claim that there exists a class of
  1100.     computer programs, such that any implementation of such a program is
  1101.     really thinking.
  1102.  
  1103.    Weak AI:        
  1104.     Claim that computers are important tools in the modeling and
  1105.     simulation of human activity.
  1106.  
  1107.    Case-based Reasoning: 
  1108.     Technique whereby "cases" similar to the current problem are
  1109.     retrieved and their "solutions" modified to work on the current
  1110.     problem. 
  1111.  
  1112.    Nonlinear Planning:
  1113.     A planning paradigm which does not enforce a total (linear)
  1114.     ordering on the components of a plan.
  1115.  
  1116. ----------------------------------------------------------------
  1117. Subject:  [1-10] What are the top schools in AI?
  1118.  
  1119. The answer to this question is not intended to be a ranking and should
  1120. not be interpreted as such. There are several major problems with
  1121. ratings like the Gourman Report and the US News and World Report. Such
  1122. rankings are often unsubstantiated and anecdotal, their accuracy is
  1123. questionable, and they do not focus on the subfields of an area. When
  1124. selecting a graduate school, students should look for schools which
  1125. not only have excellent programs in their general area of research
  1126. but also at least one faculty member whose research interests mesh
  1127. well with the student's. Accordingly, we've broken down this list
  1128. according to topic, and sorted the schools within each topic in
  1129. ALPHABETICAL ORDER.
  1130.  
  1131. The best way for students to discover which schools are good in a
  1132. field is to ask professors (and graduate students) in their
  1133. undergraduate school for suggestions on where to apply. Reading the
  1134. research journals in the field is another good method (see question
  1135. [1-1]).
  1136.  
  1137. NOTE THAT THIS LIST IS PRELIMINARY AND BY NO MEANS COMPLETE.
  1138.  
  1139. Please feel free to suggest schools that are particularly strong in
  1140. any of these areas, or to suggest new areas to be listed.
  1141.  
  1142. Schools with excellent programs in most fields:
  1143.    Carnegie Mellon University (CMU)
  1144.    MIT
  1145.    Stanford
  1146.  
  1147.    Indiana
  1148.    Maryland
  1149.    Rutgers
  1150.    Toronto
  1151.    UCLA
  1152.    Univ. of Edinburgh
  1153.    Univ. of Illinois/Urbana-Champaign (UIUC)
  1154.    Univ. of Rochester
  1155.    Yale
  1156.  
  1157.  
  1158. AI and Medicine:
  1159.    Stanford
  1160.  
  1161. AI and Legal Reasoning:
  1162.  
  1163. Artificial Life:
  1164.    UCLA
  1165.  
  1166. Automated Deduction:
  1167.    Stanford
  1168.    Univ. of Edinburgh
  1169.    Univ. of Oregon
  1170.    Univ. of Texas/Austin
  1171.  
  1172. Case-Based Reasoning:
  1173.    Chicago
  1174.  
  1175. Connectionism/Neural Networks:
  1176.    Carnegie Mellon University (CMU)
  1177.    Ohio State Univ.
  1178.    Toronto
  1179.    UC/San Diego
  1180.  
  1181. Decision Theory and AI:
  1182.    Berkeley
  1183.    Stanford
  1184.  
  1185. Distributed AI:
  1186.    Univ. of Massachusetts
  1187.  
  1188. Fuzzy Logic:
  1189.    Berkeley
  1190.  
  1191. Genetic Algorithms:
  1192.    Univ. of Michigan
  1193.    George Mason
  1194.  
  1195. Integrated AI Architectures:
  1196.    Carnegie Mellon University (CMU)
  1197.    Stanford
  1198.    Univ. of Michigan
  1199.  
  1200. Knowledge Representation:
  1201.    Stanford
  1202.    Univ. of Oregon
  1203.  
  1204. Logic Programming:
  1205.    Carnegie Mellon University (CMU)
  1206.    Stanford
  1207.    Univ. of Illinois/Urbana-Champaign (UIUC)
  1208.    Univ. of Oregon
  1209.    Univ. of Pennsylvania
  1210.  
  1211. Machine Discovery:
  1212.    Carnegie Mellon University (CMU)
  1213.  
  1214. Machine Learning:
  1215.    Carnegie Mellon University (CMU)
  1216.    MIT
  1217.  
  1218. Natural Language, Speech:
  1219.    Brown
  1220.    Carnegie Mellon University (CMU)
  1221.    Columbia
  1222.    ISI
  1223.    MIT
  1224.    Penn
  1225.    Stanford
  1226.    Toronto
  1227.  
  1228. Nonmonotonic Reasoning:
  1229.    Stanford
  1230.    Univ. of Oregon
  1231.    Toronto
  1232.  
  1233. Philosophy of AI:
  1234.    MIT
  1235.    Berkeley
  1236.  
  1237. Planning:
  1238.    Carnegie Mellon University (CMU)
  1239.    MIT
  1240.    Stanford
  1241.    Univ. of Oregon
  1242.    Univ. of Washington/Seattle
  1243.  
  1244. Probabilistic Reasoning:
  1245.    UCLA
  1246.  
  1247. Production Systems/Expert Systems:
  1248.    Carnegie Mellon University (CMU)
  1249.    Stanford
  1250.  
  1251. Qualitative Physics and Model Based Reasoning:
  1252.    Univ. of Oregon
  1253.    Northwestern ILS (Forbus)
  1254.  
  1255. Robotics:
  1256.    Brown 
  1257.    Carnegie Mellon University (CMU)
  1258.    MIT
  1259.    Stanford
  1260.  
  1261. Search:
  1262.    UCLA
  1263.    Univ. of Oregon
  1264.  
  1265. Virtual Reality:
  1266.    Carnegie Mellon University (CMU)
  1267.    Univ. North Carolina/Chapel Hill (UNC)
  1268.    MIT Media Lab
  1269.    Florida Institute of Technology
  1270.    Columbia
  1271.    UVA
  1272.  
  1273. Vision:
  1274.    Carnegie Mellon University (CMU)
  1275.    MIT
  1276.   
  1277.  
  1278. ----------------------------------------------------------------
  1279.  
  1280. ;;; *** Change Log
  1281. ;;;
  1282. ;;; 13-SEP-92 mk    Moved Prolog information into the updated Prolog Resource
  1283. ;;;            Guide. 
  1284. ;;; 14-SEP-92 mk    Added automated reasoning references. Added automated
  1285. ;;;            reasoning systems to [4], ftp resources.
  1286. ;;;            Split FAQ into two pieces.
  1287. ;;; 15-SEP-92 mk    Added IE-digest.
  1288. ;;; 30-SEP-92 mk    Added Stiquito entry.
  1289. ;;;  8-OCT-92 mk    Added Glossary question, updated ECTL entry.
  1290. ;;; 15-OCT-92 mk    Added MUME entry, some new references, fuzzy logic
  1291. ;;;                 ftp, etc.
  1292. ;;; 15-OCT-92 mk    Distributed AI info contributed by Keith Decker.
  1293. ;;; 15-OCT-92 mk    Split off FTP resources into part 3.
  1294. ;;; 15-OCT-92 mk    Added several journal references.
  1295. ;;; 15-OCT-92 mk    Several references contributed by Dave Chalmers, including
  1296. ;;;                 GA, NNets, and Alife.
  1297. ;;; 16-OCT-92 mk    Added info about lots and lots of journals.
  1298. ;;; 20-OCT-92 mk    Added entry on the Consortium for Lexical Research to part
  1299. ;;;                 3.
  1300. ;;; 27-OCT-92 mk    Added entry on Togai InfraLogic (TIL).
  1301. ;;;  2-NOV-92 mk    Added entry on Computists' Communique.
  1302. ;;;  5-NOV-92 mk    Added entry on ARS MAGNA to part 3.
  1303. ;;;  5-NOV-92 mk    Added question on "best" schools in AI.
  1304. ;;; *EOF*
  1305.