home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / bit / listserv / cwisl / 1196 < prev    next >
Encoding:
Text File  |  1992-12-15  |  21.8 KB  |  629 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!paladin.american.edu!auvm!UCSBUXA.BITNET!LB05GATE
  3. Message-ID: <9212160139.AA27587@ucsbuxa.ucsb.edu>
  4. Newsgroups: bit.listserv.cwis-l
  5. Date:         Tue, 15 Dec 1992 17:39:35 PST
  6. Sender:       "Campus-Wide Information Systems" <CWIS-L@WUVMD.BITNET>
  7. From:         "Rick Gates" <LB05GATE@UCSBUXA.BITNET>
  8. Subject:      December Hunt Results
  9. Comments: To: cwis-l@wuvmd.bitnet
  10. Lines: 617
  11.  
  12. **********************************************************
  13. *                                                        *
  14. *              December Internet Hunt                    *
  15. *                                                        *
  16. *                     RESULTS                            *
  17. *                                                        *
  18. *        (Watch out! 617 lines in this message)          *
  19. **********************************************************
  20.  
  21. The results are in.  The winner is:
  22.  
  23.               Calvin Boyer
  24.               Library
  25.               University of California, Irvine
  26.  
  27. Calvin scored a total of 41 points out of a maximum of 42 in an
  28. entry dated Tue, 01 Dec 92 19:52:40 -0800.
  29.  
  30. One of the distinguishing features of Calvin's effort was his
  31. almost total reliance on a single gopher server.  Here is his
  32. own words:
  33.  
  34. >As an experiment to see how far I could go using only one of
  35. >the more robust gopher servers (University of California -
  36. >Santa Cruz InfoSlug), I limited my first round assistance to
  37. >INFOSLUG.  The number of answers with the InfoSlug tag is most
  38. >illustrative.
  39. >
  40. >and it takes longer to type the answers than to find!
  41.  
  42. Congratulations Calvin, on a job well done!
  43.  
  44. STATISTICS
  45. ----------
  46.  
  47. The number of players was down this month, partly (I suspect),
  48. due to the usually frantic end-of-the-term activities occurring
  49. in academic centers around the world.
  50.  
  51. Number of players: 11
  52.  
  53. Number of comments: 32
  54.  
  55. COMMENTS ABOUT THIS HUNT
  56. ------------------------
  57.  
  58. As our winner has already pointed out, the InfoSlug Gopher at
  59. UC Santa Cruz provides a good starting point for network
  60. searches.
  61.  
  62. As expected Veronica is already becoming a vital tool.  Roughly
  63. half of all gopher solutions sent by this month's players used
  64. Veronica.
  65.  
  66. THE USUAL
  67. ---------
  68.  
  69. If any player would like a copy of their individual results,
  70. please feel free to send me a message.
  71.  
  72. ASIDE
  73. -----
  74. In response to the proliferation of Network tools named after cartoon
  75. characters (Archie, Veronica), I propose that we come up with a new
  76. maxim for Cybernauts:
  77.  
  78.      "Just Use Gopher Heavily, Especially After Dark"
  79.  
  80. Well, now for something completely different:
  81.  
  82. GOPHER/ALIAS HINT  (3 or 4 screens of info)
  83. -----------------
  84.  
  85. I thought that maybe people would be interested in a how I've
  86. been using aliases with the gopher command.  I'm on a Unix
  87. system here, and I can can use the alias command to cut down on
  88. keystrokes.  For instance when I type the letter 'm' and hit
  89. return, I get put into my emacs mailer.  That's because I have
  90. the following line in my .login file:
  91.  
  92. alias m emacs -f rmail
  93.  
  94. In other words, 'm' becomes an alias (substitute, synonym) for
  95. the command 'emacs -f rmail'.
  96.  
  97. This sort of facility is availble on other, non-Unix platforms
  98. as well.
  99.  
  100. The way I use this feature with Gopher revolves around the fact
  101. that you can always find out what address and directory you are
  102. connected to with Gopher.  For instance from the following menu
  103. on my local Gopher server:
  104.  
  105.                       Other Gopher and Information Servers
  106.  
  107.       1.  Univ of Minnesota Gopher Server/
  108.       2.  Other Gopher and Information Servers/
  109.       3.  Apple Computer Higher Education Gopher Server/
  110.       4.  UCB Berkeley Gopher Server/
  111.       5.  University of California - Irvine/
  112.  -->  6.  Veronica (search menu items in most of GopherSpace)/
  113.  
  114. ...if I press '=', I will get a screen that looks like this:
  115.  
  116. Name=Veronica (search menu items in most of GopherSpace)
  117. Type=1
  118. Port=70
  119. Path=1/Veronica
  120. Host=futique.scs.unr.edu
  121.  
  122. This gives us the name of the menu choice, the type (1 is a
  123. directory), the port, the directory path, and the address of
  124. the remote host.  Here's how I can use this info.
  125.  
  126. My Gopher client, and I suspect many others, allows for the
  127. specification of path, address and port on the command line.
  128. So if I type the following command:
  129.  
  130.         gopher -p 1/Veronica futique.scs.unr.edu 70
  131.  
  132. ...then after a short pause I will see the following screen
  133.  
  134.                     Root gopher server: futique.scs.unr.edu
  135.  
  136.  -->  1.  About Veronica.
  137.       2.  Search many (300) Internet gopher menus by _SINGLE_ keyword  <?>
  138.       3.  About the reduced-redundancy search.
  139.       4.  Proposals for Veronica Development.
  140.  
  141. As I frequently do Veronica searches, it's useful for me to
  142. create an alias for this command.  Thus a line in my .login
  143. file reads:
  144.  
  145. alias ver "gopher -p 1/Veronica futique.scs.unr.edu 70"
  146.  
  147. Now, rather than having to traverse a number of Gopher menus to
  148. get to the Veronica search screen, I simply type 'ver' and I am
  149. there!
  150.  
  151. This can be a real time saver for any set of Gopher resources
  152. that you need to visit regularly.  For instance, rather than
  153. having to choose:
  154.  
  155. Other gophers
  156.    North America
  157.       U.S.A
  158.         page down several times
  159.            Choose UC Santa Cruz InfoSlug system
  160.  
  161. I simply type 'slug' from my system prompt, and I am there
  162. because of the following line in my .login file:
  163.  
  164. alias slug "gopher scilibx.ucsc.edu 70"
  165.  
  166. How did I get the information for my gopher command?  I simply
  167. pressed '=' from the following menu:
  168.  
  169.                                       USA
  170.  
  171.       109. Texas A&M/
  172.       110. UCCSN System Computing Services Gopher (Las Vegas, Nevada)/
  173.       111. University Corporation for Atmospheric Research (UCAR)/
  174.       112. University System of Georgia Information Service/
  175.       113. University of California -  Berkeley, Open Computing Facility/
  176.       114. University of California - Berkeley, Workstation Support Services/
  177.       115. University of California - Irvine/
  178.       116. University of California - Irvine, Information & Computer Science/
  179.       117. University of California - San Francisco, UCSFYI Experimental Gop/
  180.       118. University of California - Santa Barbara/
  181.  -->  119. University of California - Santa Cruz, InfoSlug System/
  182.       120. University of Chicago (under construction)/
  183.       121. University of Colorado, Boulder/
  184.       122. University of Delaware gopher server/
  185.       123. University of Florida (experimental)/
  186.       124. University of Georgia (test gopher)/
  187.       125. University of Houston Protein Information Resource gopher/
  188.       126. University of Houston, Texas/
  189.  
  190. Press ? for Help, q to Quit, u to go up a menu                     Page: 7/10
  191.  
  192.  
  193. ...and got this information:
  194.  
  195. Name=University of California - Santa Cruz, InfoSlug System
  196. Type=1
  197. Port=70
  198. Path=
  199. Host=scilibx.ucsc.edu
  200.  
  201. (Note that there is no path needed here, or in my .login alias.)
  202.  
  203. I hope that this information proves useful.  I'm fairly certain
  204. that much of it is available on other platforms as well.
  205.  
  206. To those anxious for the Hunt answers, I will now release you
  207. from captivity.  Hopefully before long, I will find a
  208. Gopher/FTP site for the Hunt, and I'll be able to place
  209. information of this sort in a hints or tips file there.
  210.  
  211. Without further delay...
  212.  
  213. THE HUNT ANSWERS
  214. ----------------
  215.  
  216. 1. (3) What is the atomic weight of boron?
  217.    (Question contributed by Jim Olivetti.)
  218.  
  219. Winner's Answer
  220. ---------------
  221. U of C - Santa Cruz InfoSlug System
  222. <select>        The Library/
  223. <select>        Electronic Reference Books/
  224. <select>        Periodic Table of Elements/
  225. <select>        Boron
  226.                         answer: 10.811
  227.  
  228. Other Answers
  229. -------------
  230.    gopher at University of Minnesota
  231.    All the Gophers in the World/
  232.    University of Colorado, Boulder/
  233.    Online Library Catalogues, Electronic Books and Reference Databases/
  234.    Reference Works/
  235.    Periodic Table of Elements/
  236.    boron
  237.    The atomic weight of boron is 10.811.
  238.  
  239. 2. (6) Seems like a funny question to ask from so far away, but I'm
  240. trying to find a new book on the Internet by an author named Krol.
  241. Are there any local bookstores that might carry this?  I live in
  242. Albuquerque, New Mexico.
  243.  
  244. Winner's Answer
  245. ---------------
  246. <telnet>        Gopher.Ora.Com
  247. <log in>        Gopher
  248. <select>        Ordering Information/
  249. <select>        List of Bookstores Carrying O'Reilly Books/
  250. <select>        New Mexico
  251.                         answer:  Page One; Holman's
  252.  
  253.  
  254. 3. (4) Early last month, U.S. president-elect Bill Clinton proposed a
  255. new technology policy.  Where can I find the text of this proposed
  256. policy?
  257.  
  258. Winner's Answer
  259. ---------------
  260. University of California - Santa Cruz InfoSlug System
  261. <select>        The World/
  262. <select>        US Presidential Campaign '92 Documents/
  263. <select>        Search Democratic Files <?>  "technology"
  264. <select>        /Democratic/Statements/tech-policy.
  265.                         answer: document is available for reading from
  266.                         screen, for mailing, for saving as a file, or
  267.                         for printing.
  268.  
  269. Other Answers
  270. -------------
  271. EFFector Online November 4, 1992        Issue 3.08      A Publication of the Ele
  272. Frontier Foundation     ISSN 1062-9424  A TECHNOLOGY POLICY FOR AMERICA Six
  273. Broad Initiatives       by Bill Clinton (September, 1992)
  274.  
  275. -----
  276. telnet to quake.think.com (WAIS)
  277. select [sunsite.unc.edu] clinton-speechess (sic!)
  278. search for "technology policy" (found 40 items)
  279. select "TECHNOLOGY: Position Paper - 9/16/92" (score 1000)
  280.  
  281.  
  282. 4. (5) I'm going to be in Denver, Colorado on the nights of Jan 22-25.
  283. Will the Denver Nuggets basketball team be playing at home on any of
  284. those nights?
  285.    (Idea for question contributed by Nancy Pope, LSU Library.)
  286.  
  287. Winner's Answer
  288. ---------------
  289. University of California - Santa Cruz InfoSlug System
  290. <select>        The Community/
  291. <select>        Professional Sports Schedules/
  292. <select>        National Basketball Association Schedule (92 - 93) Season <TEL>
  293. once connected
  294. <type>          denver 1/22 1/23 1/24 1/25
  295.                 answer: Saturday, 1/23 Cleveland at Denver (7:00 pm)
  296.                         Monday, 1/25 Minnesota at Denver (7:00 pm)
  297.  
  298. [Rick: I showed a provincial nature on this one by forgetting
  299. to point out that the Denver Nuggets was a *professional*
  300. basketball team.  A few players found schedules for the
  301. University of Colorado, who's team will be out of town on those
  302. nights.]
  303.  
  304. 5. (5) What was the total amount of sales in liquor stores in the
  305. United States in September of this year?  Was this more than last
  306. year?
  307.  
  308. Winner's Answer
  309. ---------------
  310. University of California - Santa Cruz InfoSlug System
  311. <select>        The Library/
  312. <select>        Electronic Reference Books/
  313. <select>        Economic Bulletin Board/
  314. <select>        Business Statistics for the last 4 Calendar Years/
  315. <select>        Select Domestic Trade.
  316. <scroll to>     DM0540  Retail sales, liquor stores
  317.                         answer:  September, 1991  1733
  318.                                  September, 1992    ?*
  319.  
  320. * Since data for August 1992 had not yet been posted, either I
  321. have the second best source, i.e., not the correct one, or,
  322. ....  Try this one again in a few days/weeks?
  323.  
  324. [Rick:  This was a tough question as it had to be answered
  325. using 2 of the files available via the Economic Bulletin
  326. Board.  The figures for September 1991 can be found either
  327. through the resource mentioned above or the Revised Monthly
  328. Retail Sales.  For September 92 data, one needs to choose:
  329.  
  330.         Economic Bulletin Board/
  331.         Economic Indicators/
  332.         Advance Retail Sales.
  333.  
  334. ...where you will find projected, preliminary, and final
  335. data for the last three months.  Under the section "Not
  336. Adjusted for Seasonal, Holiday, and Trading Day Differences"
  337. you will find that sales for September 92 were 1.959 billion
  338. dollars, thus sales for September of this year exceeded last
  339. year by 226 million dollars.]
  340.  
  341. 6. (6) I'm volunteering some time for a local hiking association.  I'd
  342. like to know if anything's been written on the development of trails
  343. for the handicapped?
  344.  
  345. Winner's Answer
  346. ---------------
  347. University of California - Santa Cruz InforSlug System
  348. <select>        The World/
  349. <select>        Other Internet Gopher Servers/
  350. <select>        Search many (250) Internet gopher menus by SINGLE keyword <?>
  351.                         "trails"
  352. <scroll to>
  353.                 Whole Access, 1987. Accessibility and California recreational
  354.                 trails. Redwood City, CA, Whole Access. [14] pp.
  355.  
  356.                 09
  357.                 TRAILS FOR THE HANDICAPPED
  358.  
  359.                         answer: this must be it....
  360.  
  361. [Rick:  Yes, the Gopher server at the Univ. of Minnesota
  362. College of Natural Resources maintains a large database of
  363. citations to literature on trails.  The section on trails for
  364. the handicapped would give someone a good starting place.]
  365.  
  366. 7. (4) What's the name of the FidoNet system that Nik Ellwood of
  367. Melbourne Australia runs?
  368.  
  369. Winner's Answer
  370. ---------------
  371. University of Minnesota Gopher Server
  372. <select>        Other Gopher and Information Servers/
  373. <select>        WAIS Based Information/
  374. <select>        Everything/
  375. <select>        136. fidonet - nodelist.src. <?>  "ellwood"
  376.                         answer:  DirtBags
  377.  
  378.  
  379. 8. (3) I'm going to London next February.  Is there a place that I can
  380. ask about some of the different pubs that might help take the chill
  381. away?
  382.  
  383. Winner's Answer
  384. ---------------
  385.                         an answer:  Since London is a big place, were I
  386.                         faced with this situation, I would post a
  387.                         specific query giving location of my stay
  388.                         on the news group "rec.crafts.brewing."  You
  389.                         can find similar "threads" posted there by:
  390.  
  391.                         (For particulars on how to post to news group,
  392.                         see Krol pp.146-148--another reminder as to
  393.                         why no one should be without Krol.)
  394.  
  395. University of Minnesota Gopher Server
  396. <select>        Other Gopher and Information Servers/
  397. <select>        WAIS Based Information/
  398. <select>        Everything/
  399. <select>        homebrew.src. <?>  "london"
  400. <browse among hits>  .... Re: London-area pubs; ...Re: Pubs near London; etc.
  401.  
  402. But above all buy your own personal copy of the CAMRA Good Pub Guide--
  403. it is indespensible!
  404.  
  405. Other Answers
  406. -------------
  407. WAIS
  408. source -- homebrew.src
  409. search on keyword london pubs
  410. a number of articles found Re: London pubs.txt
  411. one from tony@spss.com mentions a list of pubs from Michael Jackson's Pocket
  412. Guide...
  413.  
  414. another place to post a question would be rec.travel or soc.cultural.british
  415.  
  416.  
  417. [Rick: Another good place with lots of advice about where to
  418. get good beer is the Usenet group alt.beer.]
  419.  
  420.  
  421. 9. (3) Where is the ACM's SIGGRAPH '93 Conference being held next
  422. August?
  423.  
  424. Winner's Answer
  425. ---------------
  426. University of California - Santa Cruz InfoSlug System
  427. <select>        The World/
  428. <select>        Other Internet Gopher Servers
  429. <select>        Search many (250) Internet gopher menus by SINGLE keyword
  430.                         "siggraph"
  431. <select>        SGRAPH93; ACM SIGGRAPH'93 Conference Proceedings
  432.                         answer: Anaheim, CA  August 1 -6, 1993
  433.  
  434. Other Answers
  435. -------------
  436.    gopher at University of Minnesota
  437.    All the Gophers in the World/
  438.    ACM SIGGRAPH/
  439.    conferences/
  440.    Siggraph93/
  441.    READ_ME
  442.    Anaheim, California
  443.  
  444. 10. (3) I've heard it said that traffic on the Internet is growing at
  445. an astronomical rate!  Where can I find some statistics that would
  446. verify this?
  447.  
  448. Winner's Answer
  449. ---------------
  450. <select>        Search FTP sites (Archie)/
  451. <select>        Exact search of archive sites on the internet <?> "statistics"
  452. <select>        nis.nsf.net:nsfnet/statistics//
  453. <select>        history.packets.*
  454.                         illustrative answer: traffic in millions of packets
  455.                         has increased from 357 million packets in October
  456.                         1988 to 22.498 billion packets in October 1992.
  457.  
  458.  
  459. Other Answers
  460. -------------
  461. Panda -- panda.uiowa.edu
  462. 4. Online Information Services...
  463. 2. Anonymous FTP - nic.merit.edu...
  464. 10. Merit Internet Information (a must for new Internet users)..
  465. 2. Anonymous FTP - nic.merit.edu...
  466. 13. nsfnet...
  467. 13. statistics..
  468. statistic data on internet usage and growth is available via ftp at
  469. NIC.MERIT.EDU. This site contains some of the following data:
  470.  pnets    Traffic broken down by network, measured in packets, which
  471.           traversed the specified NSFNET backbone during the one-month
  472.           reporting period.
  473. country  Traffic broken down by country, measured in both packets and
  474.           bytes, which traversed the specified NSFNET backbone during
  475.           the one-month reporting period.
  476. history.netcount Growth as reflected in the number of domestic and
  477.                  foreign networks having announcement to the NSFNET
  478.                  infrastructures.
  479. -----
  480. The Domain Survey attempts to discover every host on the Internet by
  481.  doing a complete search of the Domain Name System.  The latest results
  482.  gathered during late October 1992 are listed.  For more information
  483.  see RFC 1296; for detailed data see the pub/zone directory on
  484.  ftp.nisc.sri.com.
  485.  
  486. N.1 Number of Internet Hosts
  487.  
  488.    The chart below shows the number of IP hosts on the Internet.  These
  489.    are hosts with at least one IP address assigned.  Data was collected
  490.    by ZONE except where noted.  The following two sections are graphs of
  491.    the data in this chart.
  492.  
  493.         Date             Hosts
  494.  
  495.         08/81              213          Host table #152
  496.         05/82              235          Host table #166
  497.         08/83              562          Host table #300
  498.         10/84            1,024          Host table #392
  499.         10/85            1,961          Host table #485
  500.         02/86            2,308          Host table #515
  501.         11/86            5,089
  502.         12/87           28,174
  503.         07/88           33,000
  504.         10/88           56,000
  505.         01/89           80,000
  506.         07/89          130,000
  507.         10/89          159,000
  508.         10/90          313,000
  509.         01/91          376,000
  510.         07/91          535,000
  511.         10/91          617,000
  512.         01/92          727,000
  513.  
  514. 800|
  515. 780|
  516. 760|
  517. 740|                                                                  *
  518. 720|
  519. 700|
  520. 680|                                                                 .
  521. 660|
  522. 640|
  523. 620|
  524. 600| T                                                              *
  525. 580| h
  526. 560| o
  527. 540| u
  528. 520| s                                                             *
  529. 500| a
  530. 480| n                                                            .
  531. 460| d
  532. 440| s
  533. 420|                                                             .
  534. 400| o
  535. 380| f
  536. 360|                                                            *
  537. 340| H                                                         .
  538. 320| o
  539. 300| s                                                        *
  540. 280| t
  541. 260| s                                                       .
  542. 240|                                                        .
  543. 220|                                                       .
  544. 200|                                                      .
  545. 180|                                                     .
  546. 160|
  547. 140|                                                    *
  548. 120|                                                   *
  549. 100|                                                 ..
  550.  80|                                                *
  551.  60|                                               .
  552.  40|                                              *
  553.  20|                                       ..*...*
  554.   0|...*....*......*......*.....*.*....*...
  555.     -------------------------------------------------------------------
  556.     8     8     8     8     8     8     8     8     8     9     9     9
  557.     1     2     3     4     5     6     7     8     9     0     1     2
  558.                                    Date
  559.     "*"  = data point,  "." = estimate
  560. This graph is a linear plot of the number of Internet hosts.
  561.  
  562. [Rick: Astounding information on the growth of hosts. ]
  563.  
  564. Extra Credit Question
  565. ---------------------
  566.  
  567. <select>        The University of California - Santa Barbara/
  568. <select>        UCSB Electronic Address Server <CSO>
  569. <insert>        1
  570. <insert>        gates
  571.                         answer:  choose from among
  572.                                 lb05gate@ucsbuxa.bitnet
  573.                                 lb05gate@ucsbuxa.ucsb.edu
  574.                                 lb13goph@ucsbuxa.ucsb.bitnet
  575.                                 lb13goph@ucsbuxa.ucsb.edu
  576.  
  577. -----
  578. Well, at least I can find your email address; two sigs at the
  579. bottom of the article helps! And since I read it on News, it's
  580. Internet info, right?
  581.  
  582. -----
  583. It better be lb05gate%ucsbuxa@hub.ucsb.EDU, or he won't get this!
  584.  
  585. -----
  586. Whois also produces......
  587. whois Gates
  588. Gates, Rick (RG120)             lb05gate@UCSBUXA.UCSB.EDU       (805) 893-7225
  589.  
  590.  
  591. Mystery Question
  592. ----------------
  593.  
  594. Here is another idea which exploits the real reason people
  595. would find on-line info easier to use than library data - you
  596. can process data without retyping it.
  597.  
  598. I want to create a spreadsheet which adjusts my monthly
  599. investment account balances for inflation as measured by the
  600. Consumer Price Index. Where can I get the monthly CPI values
  601. for the last decade on-line?
  602.  
  603. I know CENDATA carries this (e.g. on Compu$erve), but I'm not
  604. sure where it is on the internet.  Must be there - I'll search
  605. for it if you don't know where....
  606.  
  607.    (Question contributed by Neal McBurnett, AT&T Bell Labs, Denver)
  608.  
  609.  
  610. Okay, I'm sure that there are several ways to access CompuServe Information
  611. Service over the Internet, however, the best way that I've found to access
  612. CIS is by telnet'ing to hermes.mit.edu, which is a SprintNet gateway.  From
  613. there you can connect to CompuServe's computers in Dayton over an x.25 line
  614. (this effectively runs at 9600bps, thus your account will be billed at that
  615. rate, plus a small surcharge of around 6 cents/minute for use of SprintNet,
  616. if memory serves).  Once you've connected to the CIS host, login and and
  617. type "GO CENDATA" to get to Census Data Forum.
  618.  
  619. -----
  620. FTP to info.umd.edu
  621. has ecnomic data
  622. see info/EconData/Data/USNational/Price/cpi.zip
  623.  
  624. [Rick: I haven't had the time to download this very large
  625. file.  Here's the listing:
  626.  
  627. -rw-rw-r--  1 503      503       1713984 Jun 24 18:14 cpi.zip
  628. ]
  629.