[mod.map.uucp] UUCP map for Canada and parts of the northern USA

uucpmap@cbosgd.UUCP (11/18/84)

cat <<'EOF'
This is the uucp map information for Canada, Minnesota, Michigan, Wisconsin,
New York, North Dakota and South Dakota.

It is in Portable Archive Format. This is the "ar" program that is found
on 4bsd and System 5 release 2 systems. There have also been programs
posted to net.sources that can read this format.

This portion of the map was not posted in our previous posting, so this
should be considered an addition to that posting.  The AT&T region is
still outstanding.

The format we are using has been changed - the file is still a portable
archive, but the individual sites now have separate lines for the fields
rather than a single line with lots of % signs.  An awk script is enclosed
for those wishing to convert the other files over, however for purposes
of pathalias, it is not necessary to convert, since pathalias ignores the
information whose format has changed.  We will have another complete posting
around the first of the year, so there is no need to convert formats unless
you wish to keep a consistent record in the short term.

Here is a brief description of the new format.  We plan to use this format
for all future maps, as it reflects a reasonable tradeoff between compact
storage and a readable file.

#N	Host name
#S	System type
#O	Organization name
#C	Contact person
#E	Electronic address
#T	Telephone number
#P	Postal address
#L	Latitude/Longitude
#R	Remarks
#W	Who last edited this file
host	UUCP-neighbors(FREQUENCY)

As usual, please send all corrections to cbosgd!uucpmap.

	Karen Summers-Horton
EOF
sed 's/^	//' <<'E!O!F' >cvt.awk
	# expand.awk --- expand out the uucp maps into normal form
	#    Gene Spafford  8/8/84,  based on version distributed by K.S. Horton


	BEGIN   { FS="%" }

	NR == 1 { printf "#N\t%s\n", substr ($1, 3)
		  printf "#S\t%s\n", $10
		  printf "#O\t%s\n", $2
		  printf "#C\t%s\n", $3
		  printf "#E\t%s\n", $6
		  printf "#T\t%s\n", $4
		  printf "#P\t%s\n", $5
		  printf "#L\t%s\n", $8

		  while (length($7) > 62) {
			for (i = 62; i > 1; --i)
				if (substr($7, i, 1) == " ") break
			if (i < 2) 
				break
			printf "=Comments:\t  %s\n", substr($7, 1, i-1)
			$7 = substr($7,i+1)
		  }
		  printf "#R\t%s\n", $7
		  printf "#W\t%s\n", $9
		  next
		}

	NR > 1  { print $0 }
E!O!F
sed 's/^	//' <<'E!O!F' >north.a
	!<arch>
	aat             468963688   113   10    100644  343       `
	#N	aat
	#S	Tue Nov  8 19:07:09 1983
	#O	Ann Arbor Terminals
	#C	Steven McGeady/Michael Sleator
	#E	aat!mcg
	#T	(313) 663-8000
	#P	6175 Jackson Rd.; Ann Arbor, MI  48104
	#L	
	#R	
	#W	aat!sleat
	aat	psu-cs(HOURLY*3), cbosgd(DAILY/5), 
		mb2c(HOURLY), m-net(DAILY), uofm-cv(DAILY/3)

	# "m-net" is a new local system, an Altos 68000 machine running Sys III

	acf2            468963690   113   10    100644  223       `
	#N	acf2
	#S	
	#O	New York University, Courant Institute
	#C	Lou Salkind, Stephen Tihor
	#E	cmcl2!salkind, cmcl2!tihor
	#T	(212) 460-7288, (212) 460-7289
	#P	251 Mercer St., New York City, NY 10012
	#L	
	#R	
	#W	
	#
	acf2	cmcl2(DAILY)

	adec23          468963692   113   10    100644  171       `
	#N	adec23
	#S	
	#O	Advanced Digital Engineering Corporation
	#C	
	#E	adec23!root
	#T	
	#P	3337 8th Street East, Saskatoon, SK, Canada S7H 4K1
	#L	
	#R	
	#W	
	#
	adec23	hssg40(DAILY)

	adiron          468963693   113   10    100644  244       `
	#N	adiron
	#S	
	#O	PAR Technology Corp.
	#C	Bob Gray, John Lietz
	#E	adiron!bob, adiron!jl
	#T	(315) 738-0600
	#P	Seneca Plaza, New Hartford, NY 13413
	#L	
	#R	
	#W	????? 4 Nov 82  08:23:23 EST  (Thu)
	#
	adiron	allegra(DAILY), duke(DAILY), rlgvax(DAILY)
	aecom           468963695   113   10    100644  240       `
	#N	aecom
	#S	
	#O	Albert Einstein College of Medicine, Scientific Computing Center
	#C	Michael Corn
	#E	aecom!yechiel
	#T	(212) 430-4211
	#P	1300 Morris Park Ave., Bronx, NY 10461
	#L	
	#R	
	#W	
	#
	aecom	cucard(DAILY), pegasus(DAILY), philabs(DAILY)
	alberta         468963697   113   10    100644  457       `
	#N	alberta
	#S	
	#O	University of Alberta, Dept. of Computer Science
	#C	Steve Sutphen, Robert Lake
	#E	alberta!steve, alberta!lake
	#T	(403) 432-4768, (403) 432-5640
	#P	#615 General Service Building, Edmonton, AB, Canada T6G 2H1
	#L	
	#R	
	#W	
	#
	alberta	akgua(DAILY), allegra(DAILY), auvax(DAILY), cadomin(DAILY),
		cathy(DAILY), ihnp4(DAILY), ihuxm(DAILY), iwlc5(DAILY),
		maligne(DAILY), mts(DAILY), sask(DAILY), ubc-vision(DAILY),
		uccsrg(DAILY), auxvax(DAILY/4)

	auvax           468963698   113   10    100644  249       `
	#N	auvax
	#S	4.1 BSD
	#O	Athabasca University
	#C	Steven P. Farkas, Rod Cherkas
	#E	alberta!auvax!steven, alberta!auvax!rod
	#T	403-454-2268
	#P	12352 - 149 St., Edmonton, Alberta, Canada T5V 1G9
	#L	
	#R	
	#W	ksh per newsite 6/1/84
	#
	auvax	alberta(DAILY/3)

	bnl             468963700   113   10    100644  144       `
	#N	bnl
	#S	
	#O	Brookhaven National Labs
	#C	G. Campbell
	#E	
	#T	
	#P	Long Island, New York
	#L	
	#R	
	#W	
	#
	bnl	cmcl2(DAILY), sbcs(DAILY), vsop(DAILY)
	cadif780        468963702   113   10    100644  261       `
	#N	cadif780
	#S	
	#O	Cornell Computer Aided Degign Instructional Facility
	#C	J.Q. Johnson
	#E	cornell!cadif780!jq
	#T	(607) 256-8250
	#P	163 Hollister Hall, Cornell University, Ithaca, NY 14853
	#L	
	#R	
	#W	ksh per newsite announcement 6/1/84

	cadif780	cornell(DAILY)

	cadomin         468963703   113   10    100644  264       `
	#N	cadomin
	#S	
	#O	University of Alberta, Dept. of Computing Science
	#C	Steve Sutphen, Robert Lake
	#E	cadomin!steve, cadomin!lake
	#T	(403) 432-4768, (403) 432-5640
	#P	#615 General Services Building, Edmonton, AB, Canada T6G 2H1
	#L	
	#R	
	#W	
	#
	cadomin	alberta(DAILY)
	casey           468530691   113   10    100644  194       `

	#N	casey
	#S	Vax 11/780
	#O	Kwantlen College
	#C	Randy Bruce
	#E	casey!randy
	#T	(604) 591-1111
	#P	P.O. Box 9030, Surrey, BC, Canada V3T 5H8
	#L	
	#R	
	#W	ksh per paper form 7/19/84
	#
	casey	ubc-vision
	cavell          468963705   113   10    100644  413       `
	#N	cavell
	#S	VAX 11/780
	#O	University of Alberta, Dept. of Computing Science
	#C	Steve Sutphen, Robert Lake
	#E	cavell!steve, cavell!lake
	#T	(402) 432-4768, (403) 432-5640
	#P	615 General Services Bldg., Edmonton, Alberta, Canada T6G 2H1
	#L	
	#R	
	#W	ksh per newsite announcement 6/1/84

	cavell	alberta(DEMAND)

	# Would prefer to leave this machine a leaf node and have any
	# new connections established with alberta.

	ccieng2         468963709   113   10    100644  224       `
	#N	ccieng2
	#S	
	#O	Computer Consoles, Inc., Central Engineering
	#C	Tim Becker
	#E	rochester!ritcv!ccieng5!tim
	#T	(716) 482-5000, x2633
	#P	97 Humbolt St., Rochester, NY 14609
	#L	
	#R	
	#W	ksh per newsite 6/7/84
	#
	ccieng2	ccieng5
	ccieng5         468963710   113   10    100644  322       `
	#N	ccieng5
	#S	
	#O	Computer Consoles, Inc., Central Engineering
	#C	Tim Becker
	#E	rochester!ritcv!ccieng5!tim
	#T	(716) 482-5000 x2633
	#P	97 Humbolt St., Rochester, NY 14609
	#L	
	#R	
	#W	ksh per newsite 6$/7/84
	#
	ccieng5	ccieng2(DAILY), ccieng6(DAILY), ccivax(DAILY), rayssd(DAILY),
		ritcv(DAILY), rlgvax(DAILY), ccicpg(DAILY)
	ccieng6         468963712   113   10    100644  224       `
	#N	ccieng6
	#S	
	#O	Computer Consoles, Inc., Central Engineering
	#C	Tim Becker
	#E	rochester!ritcv!ccieng5!tim
	#T	(716) 482-5000, x2633
	#P	97 Humbolt St., Rochester, NY 14609
	#L	
	#R	
	#W	ksh per newsite 6/7/84
	#
	ccieng6	ccieng5
	ccivax          468532378   113   10    100644  430       `
	#N	ccivax
	#S	Vax 11/750, 4.2BSD
	#O	Computer Consoles Inc., Telephony Systems Division
	#C	Dan Hazekamp, Susan Micciche, Chuck Privitera
	#E	ccivax!dan, ccivax!susan, ccivax!chuck
	#T	(716) 248-8200
	#P	1212 Pittsford-Victor Rd., Pittsford, NY 14534
	#L	
	#R	Dan is primary contact.
	#W	ksh per paper form 6/29/84
	#
	ccivax	ccitv2(DEMAND), ccitv3(DEMAND), ccitv4(DEMAND), rochester(DEMAND),
		ritcv(DEMAND), rlgvax(DEMAND), ccieng5(DEMAND)
	ccnga           469592281   113   10    100644  305       `
	#N	ccnga
	#S	PDP 11/45, UNIX V7
	#O	University of Waterloo, Computer Communications Networks Group
	#C	Judith McMullan
	#E	watmath!ccnga!judy
	#T	(519) 885-1211, x2810
	#P	Waterloo, ON, Canada N2L 3G1
	#L	80 23W/43 28N
	#R	little used, this machine is on the way out
	#W	Ken Lalonde 8/17/84
	#
	ccnga	watmath(DAILY)

	chp             468530331   113   10    100644  110       `

	#N	chp
	#S	
	#O	Coach House Press
	#C	
	#E	
	#T	
	#P	Toronto, ON, Canada
	#L	
	#R	
	#W	ksh 11/5/84
	#
	chp	utzoo(DAILY)
	circadia        468963714   113   10    100644  366       `
	#N	circadia
	#S	Altos 68000/UNIX System III
	#O	Quest Research, Inc.
	#C	Scott Bouman
	#E	umn-cs!circadia!scott
	#T	(612)894-7752
	#P	12287 Nicollet Ave. So., Burnsville, MN  55337
	#L	93W 45N
	#R	Quest is a small systems house.
	#W	sheldon 5/1/84
	#
	circadia	umn-cs(B), digi-g(B), wilder(B), umn-cme(A),
			rose(A), rosevax(A), hi-tsc(C), Pako-GV1(C),
			lol-crp(C), itdam1(C)
	cmcl1           468963715   113   10    100644  1255      `
	#N	cmcl1
	#S	
	#O	New York University, Courant Mathematics & Computing Laboratory
	#C	Lou Salkind
	#E	cmcl2!salkind
	#T	(212) 460-7288
	#P	New York City, NY
	#L	
	#R	
	#W	
	#
	cmcl2	cmcl1(DEMAND),	  rocky(DEMAND),    crtvax(DEMAND),
		cmcl1(DEMAND),	  rocky2(DEMAND),   sunrise(DEMAND),
		acf1(DEMAND),	  nybcb(DEMAND),    lanl-pd(DEMAND),
		acf1(DEMAND),	  rabbit(DEMAND),   gekbsvax(DEMAND),
		acf2(DEMAND),	  esquire(DEMAND),  clyde(DEMAND),
		acf2(DEMAND),	  hipl(DEMAND),	    princeton(DEMAND),
		acf3(DEMAND),	  cornell(DEMAND),  princeton(DEMAND),
		acf3(DEMAND),	  Xmvuxv(DEMAND),    princeton(DEMAND),
		acf4(DEMAND),	  psuvax1(DEMAND),   allegra(DEMAND),
		cims1(DEMAND),	  lh02(DEMAND),	    allegra(DEMAND),
		csd1(DEMAND),	  cbosgd(DEMAND),   allegra(DEMAND),
		csd2(DEMAND),	  cbosgd(DEMAND),   lhavax(DEMAND),
		csd34a(DEMAND),	  cucard(DEMAND),   lbl-csam(DEMAND),
		csd23a(DEMAND),	  Xihnp4(DEMAND),    lbl-g(DEMAND),
		tut(DEMAND),	  arizona(DEMAND),  lbl-h(DEMAND),
		tut(DEMAND),	  bnl(DEMAND),	    lbl-ws(DEMAND),
		research(DEMAND), rlgvax(DEMAND),   seismo(DEMAND),
		floyd(DEMAND),	  rlgvax(DEMAND),   seismo(DEMAND),
		Xharpo(DEMAND),	  uiucdcs(DEMAND),  cadre(DEMAND),
		presby(DEMAND),	  rna(DEMAND),	    sri-iu(DEMAND),
		harvard(LOCAL)

	cmcl1	cmcl2(DIRECT)


	cmcl2           468963717   113   10    100644  1256      `
	#N	cmcl2
	#S	
	#O	New York University, Courant Mathematics & Computing Laboratory
	#C	Lou Salkind
	#E	cmcl2!salkind
	#T	(212) 460-7288
	#P	New York City, NY
	#L	
	#R	
	#W	ksh per newsite 6/2/84
	#
	cmcl2	cmcl1(DEMAND),	  rocky(DEMAND),    crtvax(DEMAND),
		cmcl1(DEMAND),	  rocky2(DEMAND),   sunrise(DEMAND),
		acf1(DEMAND),	  nybcb(DEMAND),    lanl-pd(DEMAND),
		acf1(DEMAND),	  rabbit(DEMAND),   gekbsvax(DEMAND),
		acf2(DEMAND),	  esquire(DEMAND),  clyde(DEMAND),
		acf2(DEMAND),	  hipl(DEMAND),	    princeton(DEMAND),
		acf3(DEMAND),	  cornell(DEMAND),  princeton(DEMAND),
		acf3(DEMAND),	  Xmvuxv(DEMAND),    princeton(DEMAND),
		acf4(DEMAND),	  psuvax1(DEMAND),   allegra(DEMAND),
		cims1(DEMAND),	  lh02(DEMAND),	    allegra(DEMAND),
		csd1(DEMAND),	  cbosgd(DEMAND),   allegra(DEMAND),
		csd2(DEMAND),	  cbosgd(DEMAND),   lhavax(DEMAND),
		csd34a(DEMAND),	  cucard(DEMAND),   lbl-csam(DEMAND),
		csd23a(DEMAND),	  Xihnp4(DEMAND),    lbl-g(DEMAND),
		tut(DEMAND),	  arizona(DEMAND),  lbl-h(DEMAND),
		tut(DEMAND),	  bnl(DEMAND),	    lbl-ws(DEMAND),
		research(DEMAND), rlgvax(DEMAND),   seismo(DEMAND),
		floyd(DEMAND),	  rlgvax(DEMAND),   seismo(DEMAND),
		Xharpo(DEMAND),	  uiucdcs(DEMAND),  cadre(DEMAND),
		presby(DEMAND),	  rna(DEMAND),	    sri-iu(DEMAND),
		harvard(LOCAL)

	cornell         468963719   113   10    100644  787       `
	#N	cornell
	#S	
	#O	Cornell University, Dept. of Computer Science
	#C	Dr. Dean Krafft
	#E	vax135!cornell!dean
	#T	(607) 256-6354, (607) 256-4052
	#P	405 Upson Hall, Ithaca, NY 14853
	#L	
	#R	
	#W	ksh per newsite 6/2/84
	#
	cornell	VisiVax(DAILY), alice(DAILY), allegra(DAILY),
		anlams(DAILY), arizona(DAILY), brunix(DAILY),
		cbosg(DAILY), cbosgd(DAILY), chico(DAILY),
		cmcl2(DAILY), decvax(DAILY), eagle(DAILY),
		esquire(DAILY), floyd(DAILY), harpo(DAILY), hosba(DAILY),
		hosbb(DAILY), ihnss(DAILY),
		lanl-a(DAILY), lbl-csam(DAILY), mcnc(DAILY), megatest(DAILY),
		ogcvax(DAILY), psuvax1(DAILY),
		purdue(DAILY), rabbit(DAILY), research(DAILY), rice(DAILY),
		sask(DAILY), shasta(DAILY), sii(DAILY), sun(DAILY),
		unc(DAILY), utcsrgv(DAILY), uw-beaver(DAILY),
		vax135(DAILY), yale(DAILY), zeppo(DAILY)

	cosivax         468963720   113   10    100644  234       `
	#N	cosivax
	#S	
	#O	Computerized Office Services, Inc.
	#C	Lee Pearson
	#E	uofm-cv!cosivax!lee
	#T	(313) 665-8778
	#P	313 N. First, Ann Arbor, MI 48103
	#L	
	#R	
	#W	ksh per newsite announcement 6/1/84

	cosivax	uofm-cv(DEMAND), itivax(DEMAND)
	crystal         468963722   113   10    100644  219       `
	#N	crystal
	#S	
	#O	University of Wisconsin, Computer Sciences Dept.
	#C	Marvin Solomon
	#E	ucbvax!uwvax!solomon
	#T	(608) 262-1204, (608) 263-2844
	#P	1210 W. Dayton St., Madison, WI 53706
	#L	
	#R	
	#W	
	#
	crystal	uwvax(DAILY)

	csd34a          468963723   113   10    100644  70        `
	#N	csd34a
	#S	
	#O	
	#C	
	#E	
	#T	
	#P	
	#L	
	#R	
	#W	
	#
	csd34a	cmcl2(DIRECT)

	cubs45          468963725   113   10    100644  183       `
	#N	cubs45
	#S	
	#O	Columbia University
	#C	Noel Kropf
	#E	chico!esquire!cubs45!noel
	#T	(212) 280-5517
	#P	1002 Fairchild Bldg., New York City, NY 10027
	#L	
	#R	
	#W	
	#
	cubs45	esquire(DAILY)

	cubsvax         468963727   113   10    100644  231       `
	#N	cubsvax
	#S	
	#O	Columbia University, Biological Sciences Dept.
	#C	Noel Kropf
	#E	rocky2!cubsvax!noel
	#T	(212) 280-5517
	#P	1002 Fairchild Bldg., New York, NY 10027
	#L	
	#R	
	#W	
	#
	cubsvax	philabs(DAILY), cucard(DAILY), rocky2(DAILY)

	cucard          468963728   113   10    100644  270       `
	#N	cucard
	#S	
	#O	Columbia University, Dept. of Medicine
	#C	Reidar Bornholdt
	#E	harpo!cucard!reidar, cmcl2!cucard!reidar
	#T	(212) 694-3411
	#P	630 W. 168 St., New York, NY 10032
	#L	
	#R	
	#W	
	#
	cucard	aecom(DAILY), cmcl2(DAILY), cubsvax(DAILY), harpo(DAILY),
		rocky2(DAILY)
	dalcs           468963730   113   10    100644  377       `
	#N	dalcs
	#S	VAX 11/750 running 4.1BSD
	#O	Dalhousie University, Deptartment of Mathematics, Stats., & Comp. Sci.
	#C	Ray Holmes
	#E	dalcs!holmes
	#T	(902) 424-3630, (902) 423-4330
	#P	6115 Charles St., Halifax, Nova Scotia, Canada B3K 1L2
	#L	
	#R	
	#W	ksh per newsite 6/2/84
	#
	dalcs	utcsrgv(POLLED), dalstats(DEMAND), amivax(POLLED), dreacad(DEMAND),
		biomel(DEMAND), dartvax(POLLED)

	dalstats        468963731   113   10    100644  120       `
	#N	dalstats
	#S	
	#O	Dalhousie University, Statistics Group
	#C	Ray Holmes
	#E	
	#T	
	#P	
	#L	
	#R	
	#W	
	#
	dalstats	dalcs(DAILY)
	dciem           468963733   113   10    100644  344       `
	#N	dciem
	#S	
	#O	Defence and Civil Institute of Environmental Medicine
	#C	Dave Legg
	#E	decvax!utzoo!dciem!davel
	#T	(416) 635-2065
	#P	P.O. Box 2000, Downsview, ON, Canada M3M 3B9
	#L	
	#R	
	#W	
	#
	dciem	aesat(DAILY), hcr(DAILY), nrcaero(DAILY), per(DAILY),
		psddelv(DAILY), rds(DAILY), rhodnius(DAILY), trigraph(DAILY),
		utcsrgv(DAILY), utzoo(DAILY)
	deepthot        468963735   113   10    100644  164       `
	#N	deepthot
	#S	
	#O	University of Western Ontario
	#C	Julian Davies
	#E	deepthot!julian
	#T	
	#P	London, ON, Canada
	#L	
	#R	
	#W	ksh per newsite 6/7/84
	#
	deepthot	watmath
	digi-g          468963737   113   10    100644  435       `
	#N	digi-g
	#S	
	#O	DigiGraphic Systems Corp.
	#C	Daniel E. Messinger
	#E	umn-cs!digi-g!dan
	#T	(612) 935-9111
	#P	10273 Yellow Circle Drive, Minnetonka, MN 55343
	#L	
	#R	
	#W	ksh per newsite 6/2/84, Greg Fowler per 9/16 message
	#
	digi-g	umn-cs(DAILY/4), umn-cme(DAILY/2),  hyper, circadi

	# We currently have a limited number of communications lines.  We therefore
	# would prefer not to have other sites using us as a news relay at this time.

	dvlcn           468963739   113   10    100644  187       `
	#N	dvlcn
	#S	
	#O	Develcon Electronics Ltd.
	#C	David Katz
	#E	utah-cs!sask!dvlcn!dkatz
	#T	(306) 664-3777
	#P	856 51st St., East, Saskatoon, SK, Canada S7K 5C7
	#L	
	#R	
	#W	
	#
	dvlcn	sask(DAILY)

	esquire         468963740   113   10    100644  226       `
	#N	esquire
	#S	
	#O	Davis Polk & Wardwell
	#C	Nat Howard
	#E	chico!esquire!nrh
	#T	(212) 530-4116, (212) 530-4046
	#P	1 Chase Manhattan Plaza, New York City, NY 10005
	#L	
	#R	
	#W	
	#
	esquire	brl-bmd(DAILY), cmcl2(DAILY), harpo(DAILY)
	fargovax        468963742   113   10    100644  65        `
	#N	
	#S	
	#O	
	#C	
	#E	
	#T	
	#P	
	#L	
	#R	
	#W	
	#
	fargovax	umn-cs(DAILY)

	form            468530345   113   10    100644  43        `
	#N	
	#S	
	#O	
	#C	
	#E	
	#T	
	#P	
	#L	
	#R	
	#W	
	#


	gandalf         468963743   113   10    100644  187       `
	#N	gandalf
	#S	
	#O	Gandalf Data Ltd.
	#C	Dave Carr
	#E	decvax!hcr!gandalf!carr
	#T	(613) 225-0565, ext. 352
	#P	Ottawa, Ontario, Canada
	#L	
	#R	
	#W	ksh per newsite 6/3/84
	#
	gandalf	hcr(POLLED)

	garfield        468963745   113   10    100644  283       `
	#N	garfield
	#S	
	#O	Memorial University of Newfoundland, Dept. of Computer Science
	#C	Michael Rayment
	#E	garfield!mike
	#T	(709) 737-8711
	#P	St. John's, NF, Canada A1C 5S7
	#L	
	#R	
	#W	
	#
	garfield	akgua(DAILY), allegra(DAILY), ihnp4(DAILY), linus(DAILY),
		munodie(DAILY), utcsrgv(DAILY)

	hcr             469587923   113   10    100644  466       `
	#N	hcr
	#S	PDP11/44, UNITY, Unix Version 7
	#O	Human Computing Resources Corp.
	#C	Mark Ashworth, Bob Lawson
	#E	utzoo!hcr!hcrvax!mark, utzoo!hcr!hcrvax!bob 
	#T	(416) 922-1937
	#P	10 St. Mary St., Toronto, Ontario, Canada, M4Y 1P9
	#L	
	#R	
	#W	Mark Ashworth, July 14, 1984
	hcr	hcrvax(DEMAND), utzoo(DEMAND),
		utcsrgv(DEMAND), dciem(DEMAND),
		trigraph(DEMAND), rhodnius(DEMAND),
		gandalf(HOURLY), mdesign(HOURLY)
		watmath(DAILY), decvax(DAILY),
		cbosgd(DAILY), ihnp4(DAILY)
	hcrvax          469587944   113   10    100644  297       `
	#N	hcrvax
	#S	VAX11/780, Unix System V
	#O	Human Computing Resources Corp.
	#C	Mark Ashworth, Bob Lawson
	#E	utzoo!hcr!hcrvax!mark, utzoo!hcr!hcrvax!bob 
	#T	(416) 922-1937
	#P	10 St. Mary St., Toronto, Ontario, Canada, M4Y 1P9
	#L	
	#R	
	#W	Mark Ashworth, July 14, 1984
	#
	hcrvax	hcr(DEMAND), utzoo(DAILY)

	heurikon        468963750   113   10    100644  222       `
	#N	heurikon
	#S	
	#O	Heurikon Corporation
	#C	Jeffrey Mattox
	#E	heurikon!jeff
	#T	(608) 271-8700
	#P	3001 Latham Drive, Madison, WI 53713
	#L	43.04 N 89.23W
	#R	
	#W	ksh per newsite 6/3/84
	#
	heurikon	uwvax(POLLED), unisoft(10000)
	hfhrv           468963751   113   10    100644  232       `
	#N	hfhrv
	#S	
	#O	University of Michigan, Department of Radiology, Henry Ford Hospital
	#C	Fred Thelander
	#E	mb2b!hfhrv!fred
	#T	(313) 876-7335
	#P	2799 West Grand Blvd., Detroit, MI 48202
	#L	
	#R	
	#W	
	#
	hfhrv	allegra(DAILY), mb2c(DAILY)
	hssg40          468963753   113   10    100644  222       `
	#N	hssg40
	#S	
	#O	Hospital Systems Study Group
	#C	Darwyn Peachey
	#E	harpo!utah-cs!sask!hssg40!peachey
	#T	(306) 374-3480
	#P	3337 8th Street East, Saskatoon, SK, Canada S7H 4K1
	#L	
	#R	
	#W	
	#
	hssg40	adec23(DAILY), sask(DAILY)
	jasper          468963756   113   10    100644  295       `
	#N	jasper
	#S	VAX 11/780
	#O	University of Alberta, Dept. of Computing Science
	#C	Steve Sutphen, Robert Lake
	#E	jasper!steve, jasper!lake
	#T	(403) 432-4768, (403) 432-5640
	#P	#615 General Services Bldg., Edmonton, Alberta, Canada T6G 2H1
	#L	
	#R	
	#W	ksh per newsite 6/3/84
	#
	jasper	alberta(DEMAND)

	looking         468963758   113   10    100644  230       `
	#N	looking
	#S	
	#O	Looking Glass Software
	#C	Brad Templeton
	#E	watmath!looking!brad
	#T	(519) 884-7473, (519) 886-7304
	#P	3 Menno Street, Waterloo, Ontario, Canada N2L 2A4
	#L	
	#R	
	#W	ksh per newsite 6/3/84
	#
	looking	watmath(DEMAND)
	loyalist        468963760   113   10    100644  224       `
	#N	loyalist
	#S	
	#O	Community College Technology Department.
	#C	Richard Parker
	#E	watmath!loyalist!rap
	#T	613-962-9501 x323
	#P	PO Box 4200, Bellville, ON, Canada K8N 5B9.
	#L	
	#R	
	#W	
	#
	loyalist	allegra(DAILY), watmath(DAILY)
	lsuc            469055792   113   10    100644  313       `
	#N	lsuc
	#S	Perkin-Elmer 3220, Edition VII Workbench
	#O	Law Society of Upper Canada
	#C	David Sherman
	#E	ihnp4!utzoo!lsuc!dave
	#T	(416) 947-3466
	#P	Osgoode Hall, Toronto, Canada  M5H 2N6
	#L	43d40m N, 79d24m W
	#R	CAI for Ontario bar admission students and lawyers
	#W	ksh 11/5/84
	#
	lsuc	utzoo(B), utcsrgv(B), utcs(C)

	mb1             468963761   113   10    100644  69        `
	#N	
	#S	
	#O	
	#C	
	#E	
	#T	
	#P	
	#L	
	#R	
	#W	
	#
	mb1	sb1(DAILY), sb6(DAILY)

	mb2a            468963763   113   10    100644  59        `
	#N	
	#S	
	#O	
	#C	
	#E	
	#T	
	#P	
	#L	
	#R	
	#W	
	#
	mb2a	mb2b(DAILY)

	mb2b            468963765   113   10    100644  324       `
	#N	mb2b
	#S	
	#O	Michigan Bell Telephone Company
	#C	John Duncan, Tim Hitchcock, Jim Jackson
	#E	mb2b!jed, mb2b!twh, mb2b!jnj
	#T	(313) 424-0711, (313) 424-1027, (313) 424-0694
	#P	23500 Northwestern Hwy., Rm. W-130, Southfield, MI 43034
	#L	
	#R	
	#W	
	#
	mb2b	mb2a(DAILY), mbcr(DAILY), mbux1(DAILY), uofm-cv(DAILY),
		uofm-hfh(DAILY)
	mb2c            468963767   113   10    100644  271       `
	#N	mb2c
	#S	
	#O	Michigan Bell Telephone Company
	#C	Tim Hitchcock
	#E	mb2b!twh
	#T	(313) 424-1027
	#P	23500 Northwestern Hwy., Rm. W-130, Southfield, MI 43034
	#L	
	#R	
	#W	
	#
	mb2c	akgua(DAILY), allegra(DAILY), hfhrv(DAILY), ihnp4(DAILY),
		sb1(DAILY), sb6(DAILY), uofm-cv(DAILY)

	mbcr            468963768   113   10    100644  59        `
	#N	
	#S	
	#O	
	#C	
	#E	
	#T	
	#P	
	#L	
	#R	
	#W	
	#
	mbcr	mb2b(DAILY)

	mbt1b           468963770   113   10    100644  62        `
	#N	
	#S	
	#O	
	#C	
	#E	
	#T	
	#P	
	#L	
	#R	
	#W	
	#
	mbt1b	whuxlb(DAILY)
	mbt2a           468963772   113   10    100644  62        `
	#N	
	#S	
	#O	
	#C	
	#E	
	#T	
	#P	
	#L	
	#R	
	#W	
	#
	mbt2a	whuxlb(DAILY)
	mbt2b           468963773   113   10    100644  62        `
	#N	
	#S	
	#O	
	#C	
	#E	
	#T	
	#P	
	#L	
	#R	
	#W	
	#
	mbt2b	whuxlb(DAILY)
	mbt3a           468963775   113   10    100644  62        `
	#N	
	#S	
	#O	
	#C	
	#E	
	#T	
	#P	
	#L	
	#R	
	#W	
	#
	mbt3a	whuxlb(DAILY)
	mbt3b           468963776   113   10    100644  62        `
	#N	
	#S	
	#O	
	#C	
	#E	
	#T	
	#P	
	#L	
	#R	
	#W	
	#
	mbt3b	whuxlb(DAILY)
	mbux1           469588248   113   10    100644  105       `
	#N	
	#S	
	#O	
	#C	
	#E	
	#T	
	#P	
	#L	
	#R	
	#W	
	#
	mbux1	akgua(DAILY), allegra(DAILY), ihuxm(DAILY), mb2b(DAILY),

	mergee          468963779   113   10    100644  214       `
	#N	mergee
	#S	
	#O	Mergenthaler Linotype
	#C	Andrew T. Rodnite
	#E	ittvax!bunker!mergvax!mergee!andy
	#T	(516) 673-4318
	#P	201 Old Country Rd., Melville, NY 11747
	#L	
	#R	
	#W	ksh per note 6/3/84
	#
	mergee	mergvax(DEMAND)
	mergvax         468963781   113   10    100644  231       `
	#N	mergvax
	#S	
	#O	Mergenthaler Linotype
	#C	Andrew T. Rodnite
	#E	ittvax!bunker!mergvax!mergee!andy
	#T	(516) 673-4318
	#P	201 Old Country Rd., Melville, NY 11747
	#L	
	#R	
	#W	ksh per note 6/3/84
	#
	mergvax	bunker(DEMAND), mergee(DEMAND)

	micomvax        468963783   113   10    100644  241       `
	#N	micomvax
	#S	VAX 11/780
	#O	Philips/Micom
	#C	Andre Scheunemann
	#E	philabs!micomvax!andre
	#T	(514) 341-5680, x336
	#P	5250 Ferrier St., Montreal, Quebec, Canada H4P 1L4
	#L	
	#R	
	#W	ksh per newsite 6/7/84
	#
	micomvax	philabs(DAILY), avec(DAILY)

	minn-ua         468963784   113   10    100644  227       `
	#N	minn-ua
	#S	
	#O	University of Minnesota, University Computer Center
	#C	Thomas C. Jacobson
	#E	ihnp4!stolaf!umn-cs!minn-ua!thomas
	#T	(612) 376-5607
	#P	2520 Broadway Dr., Lauderdale, MN 55113
	#L	
	#R	
	#W	
	#
	minn-ua	umn-cs(DAILY)

	models          468963786   113   10    100644  229       `
	#N	models
	#S	VAX 11/750 running 4.1BSD
	#O	Brignoli Models, Inc.
	#C	Ken Winston
	#E	harpo!rocky2!cubsvax!models!ken
	#T	(212) 382-2533
	#P	15 West 39 St., New York, NY 10018
	#L	
	#R	
	#W	ksh per newsite 6/3/84
	#
	models	cubsvax(DEMAND)

	mprvaxa         469055150   113   10    100644  319       `
	#N	mprvaxa
	#S	VAX 11/780, 4.2BSD
	#O	Microtel Pacific Research
	#C	Michael Ghesquiere
	#E	mprvaxa!mikeg
	#T	(604) 294-1471
	#P	8999 Nelson Way, Burnaby, BC, Canada V5A 4B5
	#L	49 45 N 122 45 W
	#R	
	#W	ksh per paper form 7/2/84
	#
	mprvaxa	ubc-vision(DEMAND), sfucmpt(DEMAND), ubc-medgen(DEMAND),
		uw-vlsi(DEMAND), casey(DEMAND)

	mts             468530581   113   10    100644  103       `

	#N	mts
	#S	
	#O	University of Alberta
	#C	
	#E	
	#T	
	#P	Canada
	#L	
	#R	
	#W	ksh 11/5/84
	#
	mts	alberta(DAILY)

	musocs          468530592   113   10    100644  142       `

	#N	musocs
	#S	
	#O	McGill University, Dept. of Computer Science
	#C	
	#E	
	#T	
	#P	Montreal, Canada
	#L	
	#R	
	#W	ksh 11/5/84
	#
	musocs	utcsrgv(DAILY)
	nic_vax         468963789   113   10    100644  736       `
	#N	nic_vax
	#S	Vax 11-750/Berkeley 4.1BSD UNIX
	#O	Nicolet Instrument Corp.
	#C	Dave Greunke, Mike Brown, Dick Ferrier
	#E	decvax!nic_vax!greunke decvax!nic_vax!brown decvax!nic_vax!ferrier
	#T	608-271-3333
	#P	Nicolet Instrument Corp, 5225 Verona Rd, Madison, WI  53711
	#L	
	#R	
	#W	Dave Greunke 5/6/84
	#
	nic_vax	decvax(DAILY),	npcvax(C)

	# We have only recently been polled by decvax (your
	# letter was the first communications we have had in
	# a year or so). Since then we have been polled several
	# times. Altho we now have the ability to dialout we
	# do not have the phone numbers etc to call decvax.
	# We would be interested in any info you have
	# on networks and networking and would be most interested
	# in the results of your work.



	nrcaero         468963791   113   10    100644  613       `
	#N	nrcaero
	#S	Perkin-Elmer 3230 running Edition VII Workbench
	#O	National Aeronautics Establishment, National Research Council of Canada
	#C	Carl Swail
	#E	decvax!utzoo!dciem!nrcaero!carl
	#T	(613) 998-3408
	#P	Building U-66, Montreal Rd., Ottawa, ON, Canada, K1A 0R6.
	#L	45 deg 19 min North, 75 deg 40 min West.
	#R	
	#W	
	#
	# Engaged in research in speech recognition.
	nrcaero dciem(C), uottawa(C), clan(B), nrccgs(B)
	#
	#Note: we call: dciem every 30 min between 6pm and 8am
	#               uottawa 3 times per day
	#               clan every hour between 7pm and 8am and at noon
	#               nrccgs 4 times per day

	nybca           468963792   113   10    100644  89        `
	#N	nybca
	#S	
	#O	New York Blood Center
	#C	
	#E	
	#T	
	#P	NY
	#L	
	#R	
	#W	
	#
	nybca	nybcb(DAILY)

	nybcb           468963794   113   10    100644  230       `
	#N	nybcb
	#S	
	#O	New York Blood Center
	#C	Ed Haenlin, Bill Ying
	#E	nybcb!haenlin, nybcb!ying
	#T	
	#P	310 E. 67th St., New York City, NY 10021
	#L	
	#R	
	#W	
	#
	nybcb	cmcl2(DAILY), nybca(DAILY), nybcc(DAILY), nybcd(DAILY),
		nybce(DAILY)
	nybcc           468963796   113   10    100644  61        `
	#N	
	#S	
	#O	
	#C	
	#E	
	#T	
	#P	
	#L	
	#R	
	#W	
	#
	nybcc	nybcb(DAILY)

	nybcd           468963798   113   10    100644  61        `
	#N	
	#S	
	#O	
	#C	
	#E	
	#T	
	#P	
	#L	
	#R	
	#W	
	#
	nybcd	nybcb(DAILY)

	nybce           468963799   113   10    100644  61        `
	#N	
	#S	
	#O	
	#C	
	#E	
	#T	
	#P	
	#L	
	#R	
	#W	
	#
	nybce	nybcb(DAILY)

	oscar           468530570   113   10    100644  104       `

	#N	oscar
	#S	
	#O	OSC
	#C	
	#E	utzoo!oscvax!ron
	#T	
	#P	Canada
	#L	
	#R	
	#W	ksh 11/5/84
	#
	oscar	oscvax(DAILY)
	oscvax          469589563   113   10    100644  286       `
	#N	oscvax
	#S	VAX 11/750 running 4.1BSD
	#O	Ontario Science Centre
	#C	Ron Janzen
	#E	ihnp4!utzoo!oscvax!ron
	#T	(416) 429-4100, x330
	#P	770 Don Mills Rd., Toronto, ON, Canada M3C 1T3
	#L	43d N, 79dm W
	#R	no dialout, only have binary UNIX license
	#W	7/5/84
	#
	oscvax	utzoo(DAILY), utcs(DAILY)
	peri            468963805   113   10    100644  202       `
	#N	peri
	#S	
	#O	Periphonics Corp.
	#C	Andrew T. Rodnite
	#E	harpo!floyd!peri!andy
	#T	(516) 467-0500 x278
	#P	4000 Veterans Memorial Hwy., Bohemia, NY 11716
	#L	
	#R	
	#W	
	#
	peri	allegra(DAILY), philabs(DAILY)
	philabs         468963806   113   10    100644  445       `
	#N	philabs
	#S	
	#O	Philips Laboratories
	#C	Dan Lorenzini
	#E	philabs!dal
	#T	(914) 945-6236
	#P	345 Scarborough Rd., Briarcliff Manor, NY 10510
	#L	
	#R	
	#W	
	#
	philabs	sdcsvax(DEMAND), cmcl2(DEMAND), floyd(DAILY), micomvax(DAILY),
		bunker(DEMAND), mcvax(DAILY), philmds(DAILY), rdin(POLLED),
		pyuxc(DEMAND), allegra(DEMAND), vax135(DAILY), cbosgd(DAILY),
		seismo(DEMAND), uiucdcs(DEMAND), linus(DEMAND), sbcs(DEMAND),
		sunrise(POLLED), decvax(DEMAND)

	psddelv         468963808   113   10    100644  94        `
	#N	psddelv
	#S	
	#O	Phillips
	#C	
	#E	
	#T	
	#P	Montreal, Canada
	#L	
	#R	
	#W	
	#
	psddelv	dciem(DAILY)
	qucis           468963810   113   10    100644  227       `
	#N	ucis
	#S	4.1BSD
	#O	Queen's University, Computer & Info. Science Dept.
	#C	Tom Bradshaw
	#E	utcsrgv!qucis!tb
	#T	(613) 547-6163
	#P	Kingston, ON, Canada K7L 3N6
	#L	
	#R	
	#W	cbosgd!ksh 4/5/84 (1/20/84 paper form)
	#
	qucis	utcsrgv(C)

	rdin            468963811   113   10    100644  164       `
	#N	rdin
	#S	
	#O	Resource Dynamics, Inc.
	#C	Robert Perlberg
	#E	rdin!perl
	#T	(212) 486-9150
	#P	150 East 58th St., New York, NY 10155
	#L	
	#R	
	#W	
	#
	rdin	philabs(DAILY)
	rds             469588042   113   10    100644  97        `

	#N	rds
	#S	
	#O	DCIEM
	#C	
	#E	dciem!davel
	#T	
	#P	Canada
	#L	
	#R	
	#W	ksh 11/17/84
	#
	rds	dciem(DAILY)

	rhodnius        469588213   113   10    100644  269       `
	#N	rhodnius
	#S	Vax 11/750, running 4BSD
	#O	Rhodnius, Inc.
	#C	Ivor Ladd
	#E	
	#T	(416) 922-1743
	#P	10 St. Mary St., Toronto, ON, Canada M4Y 1P9
	#L	
	#R	makers of the MRS and Mistress DBMs
	#W	Geoff Collyer, 14 July 1984
	#
	rhodnius	dciem(DAILY), utcsrgv(DAILY), utzoo(DAILY)

	ritcv           468963813   113   10    100644  363       `
	#N	ritcv
	#S	
	#O	Rochester Institute of Technology, School of Computer Science and Technology (CineVax)
	#C	Michael J. Lutz
	#E	{allegra seismo}!rochester!ritcv!mjl
	#T	(716) 475-2139
	#P	P.O. Box 9887, One Lomb Memorial Drive, Rochester, NY 14623-0887
	#L	
	#R	
	#W	
	#
	ritcv	ccieng5(DAILY), ccivax(DAILY), ritvp(DAILY), rochester(DAILY),
		rocksvax(DAILY), tropix(DAILY)

	ritvp           468963814   113   10    100644  320       `
	#N	ritvp
	#S	
	#O	Rochester Institute of Technology, School of Computer Science and Technology (VaxPopuli)
	#C	Michael J. Lutz
	#E	
	#T	(716) 475-2139
	#P	P.O. Box 9887, One Lomb Memorial Drive, Rochester, NY 14623-0887Electronic-Address: {allegra seismo}!rochester!ritcv!mjl
	#L	
	#R	
	#W	
	#
	ritvp	ritcv(DAILY), rocksvax(DAILY)
	rna             468963816   113   10    100644  226       `
	#N	rna
	#S	
	#O	Rockefeller University, Dept. of Neurobiology
	#C	Daniel Ts'o
	#E	cmcl2!rna!dan
	#T	(212) 570-7669
	#P	1230 York Avenue, New York, NY 10021
	#L	
	#R	
	#W	
	#
	rna	allegra(DAILY), cmcl2(DAILY), esquire(DAILY), n44a(DAILY)
	rochester       468963818   113   10    100644  291       `
	#N	rochester
	#S	
	#O	University of Rochester, Computer Science Dept.
	#C	Lee Moore
	#E	rochester!lee
	#T	(716) 275-5766
	#P	Rochester, NY 14627
	#L	
	#R	
	#W	
	#
	rochester	allegra(POLLED), ritcv(DAILY), rocksvax(DAILY), seismo(DAILY),
		ccivax(DAILY), brl-bmd(WEEKLY), decvax(DAILY), ur-msbvax(DAILY)

	rocksvax        469587647   113   10    100644  263       `
	#N	rocksvax
	#S	
	#O	Xerox, Henrietta
	#C	Jim Ziobro
	#E	rocksvax!z or Ziobro.henr@parc-maxc
	#T	(716) 427-1136
	#P	1350 Jefferson Rd., Rochester, NY 14623
	#L	
	#R	
	#W	
	#
	rocksvax	allegra(DAILY), amd(DAILY), ritcv(DAILY), ritvp(DAILY),
		rochester(DAILY), sunybcs(DAILY)

	rocky           468963823   113   10    100644  61        `
	#N	
	#S	
	#O	
	#C	
	#E	
	#T	
	#P	
	#L	
	#R	
	#W	
	#
	rocky	cmcl2(DAILY)

	rocky2          468963824   113   10    100644  182       `
	#N	rocky2
	#S	
	#O	Rockefeller University
	#C	
	#E	rocky2!mel
	#T	
	#P	New York City, NY
	#L	
	#R	
	#W	
	#
	rocky2	astrovax(DAILY), cmcl2(DAILY), cubsvax(DAILY), cucard(DAILY),
		datagen(DAILY)
	rocky3          468963826   113   10    100644  218       `
	#N	rocky3
	#S	750/4.2BSD
	#O	Rockefeller University, University Computer Center
	#C	Melvin Ferentz
	#E	rocky2!mel
	#T	(212) 570-8925
	#P	1230 York Ave., New York, NY 10021
	#L	
	#R	
	#W	cbosgd!ksh 4/5/84 (1/18/84 paper form)
	#
	sask            468963828   113   10    100644  427       `
	#N	sask
	#S	VAX 11/780, 4.1 BSD UNIX
	#O	University of Saskatchewan, Academic Computing Services
	#C	Derek Andrew
	#E	ihnp4!sask!derek
	#T	(306) 343-2638
	#P	Saskatoon, SK, Canada S7N 0W0
	#L	106 48 48 W/58 11 23 N
	#R	
	#W	cbosgd!ksh 4/4/84 (2/1/84 paper form)
	#
	sask	alberta(DEMAND), ihnp4(C), kimnovax(DEMAND), utcsrgv(C),
		hssg40(HOURLY), skeng(DEMAND), skope(DEMAND), slinac(DEMAND),
		skagg(DEMAND), skyward(DEMAND), dvlcn(DEMAND)

	sbcs            468963829   113   10    100644  242       `
	#N	sbcs
	#S	
	#O	SUNY at Stony Brook, Dept. of Computer Science
	#C	Lory Molasky
	#E	sbcs!lory
	#T	(516) 246-7090
	#P	Stony Brook, NY 11794
	#L	
	#R	
	#W	
	#
	sbcs	allegra(DAILY), bnl(DAILY), ogcvax(DAILY), philabs(DAILY),
		susbc(DAILY), uf-cgrl(DAILY)
	sfucmpt         468963831   113   10    100644  247       `
	#N	sfucmpt
	#S	
	#O	Simon Fraser University, Computer Science Lab
	#C	Neil MacKenzie
	#E	lbl-csam!uw-beaver!ubc-vision!sfucmpt
	#T	(604) 291-4430, (604) 291-4277
	#P	Burnaby, BC, Canada v5a 1s6
	#L	
	#R	
	#W	
	#
	sfucmpt	ubc-medgen(DAILY), ubc-vision(DAILY)

	sickkids        469589579   113   10    100644  314       `

	#N	sickkids
	#S	Vax 750, 4.1BSD
	#O	Hospital for Sick Children
	#C	Mark Barteit
	#E	sickkids!mark
	#T	(416) 597-1500, x4588, (416) 598-5982
	#P	555 University Ave., Toronto, ON, Canada M5G 1X8
	#L	
	#R	
	#W	ksh per paper form 7/13/84
	#
	sickkids	utzoo(HOURLY), utcs(HOURLY), cithep(DAILY),
		decvax(POLLED), psddevl(POLLED)
	skeng           468963833   113   10    100644  284       `
	#N	skeng
	#S	VAX 11/780, running VMS/EUNICE
	#O	University of Saskatchewan, College of Engineering
	#C	L.R. Custead
	#E	ihnp4!sask!skeng!custead
	#T	(306) 343-2465
	#P	Saskatoon, SK, Canada S7N 0W0
	#L	106 48 48W/52 11 23 N
	#R	
	#W	cbosgd!ksh 4/4/84 (1/31/84 paper form)
	#
	skeng	sask(HOURLY)
	skidoo          468963834   113   10    100644  294       `
	#N	skidoo
	#S	LSI 11/23, V7 System III hybrid UNIX
	#O	University of Saskatchewan, Dept. of Computer Science
	#C	Darwyn Peachey
	#E	ihnp4!sask!kimnovax!peachey
	#T	(306) 343-2301
	#P	Saskatoon, SK, Canada S7N 0W0
	#L	107 W/52 N
	#R	
	#W	cbosgd!ksh 3/28/84 (3/15/84 paper form)
	#
	skidoo	kimnovax(HOURLY)
	skope           468963836   113   10    100644  272       `
	#N	skope
	#S	VAX 780, VMS/EUNICE
	#O	University of Saskatchewan, College of Engineering
	#C	L.R. Custead
	#E	ihnp4!sask!skope!custead
	#T	(306) 343-2465
	#P	Saskatoon, SK, Canada S7N 0W0
	#L	106 48 48W/52 11 23N
	#R	
	#W	cbosgd!ksh 4/4/84 (1/31/84 paper form)
	#
	skope	sask(HOURLY)
	skyward         468963838   113   10    100644  253       `
	#N	skyward
	#S	DECsystem 2060, running TOPS-20
	#O	University of Saskatchewan, Academic Computing Services
	#C	Dave Emigh
	#E	
	#T	(306) 343-2638
	#P	Saskatoon, SK, Canada S7N 0W0
	#L	107 W/52 N
	#R	
	#W	cbosgd!ksh 4/4/84 (kimnovax!peachey 3/15/84 paper form)
	#

	slinac          468963840   113   10    100644  250       `
	#N	slinac
	#S	
	#O	University of Saskatchewan, Linear Accelerator Lab.
	#C	John McAlpine
	#E	utah-cs!sask!slinac!mcalpine
	#T	(306) 343-4511
	#P	Operations Manager, Saskatoon, SK, Canada S7N 0W0
	#L	
	#R	
	#W	
	#
	slinac	sask(DAILY), scs23(DAILY), scs40(DAILY)
	std             468963841   113   10    100644  188       `
	#N	std
	#S	
	#O	System Theory Design Corp.
	#C	Frank Farance
	#E	std!ff
	#T	(212) 355-4422
	#P	555 Main St., Suite 705, New York, NY 10044
	#L	
	#R	
	#W	ksh per newsite 6/4/84
	#
	std	decvax(POLLED)
	steinmetz       469590197   113   10    100644  262       `
	#N	steinmetz
	#S	VAX 11/780, Unix
	#O	GE Corp., Research & Development
	#C	Jeff Putnam
	#E	edison!steinmetz!putnam
	#T	(518) 385-1600
	#P	K1-5C32, P.O. Box 8, Schenectady, NY 12301
	#L	N 42 49 37, W 73 52 30
	#R	
	#W	ksh per paper form 9/23/84
	#
	steinmetz	edison(DEMAND)
	stolaf          468963843   113   10    100644  261       `
	#N	stolaf
	#S	
	#O	St. Olaf College, Academic Computer Center
	#C	Vic Lee
	#E	ihnss!ihnp4!stolaf!vtl
	#T	(507) 663-3485
	#P	Northfield, MN 55057
	#L	
	#R	
	#W	
	#
	stolaf	akgua(DAILY), allegra(DAILY), harpo(DAILY), ihnp4(DAILY),
		ihps3(DAILY), ihuxm(DAILY), umn-cs(DAILY)

	sunybcs         469054640   113   10    100644  252       `
	#N	sunybcs
	#S	
	#O	State University of New York at Buffalo, Computer Science Department
	#C	Bob Coggeshall
	#E	sunybcs!coggs
	#T	(716) 636-3180
	#P	210 Bell Hall, Amherst, NY 14260
	#L
	#R	
	#W	ksh per newsite 6/4/84
	#
	sunybcs	rocksvax(DAILY), sdchema(WEEKLY)
	tesla           468963848   113   10    100644  238       `
	#N	tesla
	#S	Vax 11/780 -- 4.2bsd
	#O	Cornell Univ. Electrical Engineering Dept.
	#C	Michael Hammond
	#E	decvax!cornell!tesla!mike
	#T	(607) 256-3586
	#P	340 Phillips Hall, Ithaca NY, 14850
	#L	
	#R	
	#W	mike 4/1/84
	#
	tesla	cornell(A), allegra(F)
	thunder         468963851   113   10    100440  293       `
	#N	thunder
	#S	
	#O	Lakehead University
	#C	Guy Middleton
	#E	!{clyde,decvax,allegra}!watmath!thunder!gamiddleton
	#T	(807)345-2121 x681
	#P	Guy Middleton Computer Centre Lakehead University Oliver Road Thunder Bay, Ontario Canada P7B 5E1
	#L	   
	#R	         
	#W	Greg Fowler  
	thunder	watmath(DAILY)

	trigraph        468963853   113   10    100644  339       `
	#N	trigraph
	#S	VAX 750/4.2BSD
	#O	Trigraph Inc.
	#C	Gregory Hill
	#E	decvax!utzoo!trigraph!greg
	#T	(416) 363-8841
	#P	5 Lower Sherbourne St., Suite 201, Toronto, ON, Canada M5A 2P3
	#L	
	#R	
	#W	
	#
	trigraph	dciem(A), hcr(B), utcsrgv(B), utzoo(B)
	# Trigraph is a company specializing in computer-based text
	# processing and typesetting solutions.

	tropix          469587663   113   10    100644  479       `
	#N	tropix
	#S	Motorola 68000 Exormacs/Tropix (Tropel UNIX Port)
	#O	G.C.A. Corporation, Tropel Division
	#C	Douglas J Leavitt  Jr.
	#E	tropix!djl
	#T	(716) 377-3200 x221
	#P	60 O'Connor Road, Fairport, NY 14450
	#L	
	#R	
	#W	djl 4/31/84
	#
	tropix	allegra(DEMAND), gcaunix(DEMAND), ritcv(DEMAND),
		ihnp4(DEMAND), masscomp(DEMAND)
	#        Tropix is our own unix port (mainly v7 with 4.1 utils)
	#        We are one of the 600 sites in BTLACTION, but we only
	#        call ihnp4 and allegra.

	ubc-bdc         468963856   113   10    100644  68        `
	#N	
	#S	
	#O	
	#C	
	#E	
	#T	
	#P	
	#L	
	#R	
	#W	
	#
	ubc-bdc	ubc-vision(DAILY)
	ubc-medgen      468964395   113   10    100644  299       `
	#N	ubc-medgen
	#S	
	#O	University of British Columbia, Dept. of Medical Genetics
	#C	Wayne Fung
	#E	ucbvax!lbl-csam!uw-beaver!ubc-vision!ubc-medgen!wayne
	#T	(604) 228-4161
	#P	Wesbrook Bldg., 6174 University Blvd., Vancouver, BC, Canada V6T 1W5
	#L	
	#R	
	#W	
	#
	ubc-medgen	sfucmpt(DAILY), ubc-vision(DAILY)

	ubc-vision      468963859   113   10    100644  436       `
	#N	ubc-vision
	#S	VAX 11/780 UNIX 4.2BSD
	#O	University of British Columbia, Dept. of Computer Science
	#C	Frank Pronk
	#E	ucbvax!lbl-csam!uw-beaver!ubc-vision!pronk
	#T	(604) 228-4392
	#P	6356 Agricultural Rd., Vancouver, BC, Canada V6T 1W5
	#L	
	#R	
	#W	pronk 4/1/84
	#
	ubc-vision	alberta(C), ibx(A), microsoft(C), mprvaxa(A),
		sfucmpt(A), stcvax(C),
		ubc-andrew(A), ubc-bdc(A), ubc-ean(A), ubc-medgen(A),
		utcsrgv(C), uvicctr(C), uw-beaver(C)
	uccsrg          468963861   113   10    100644  221       `
	#N	uccsrg
	#S	
	#O	University of Calgary, Computer Science Research Group
	#C	Dave Mason
	#E	alberta!uccsrg!dave
	#T	(403) 284-5903
	#P	2500 University Dr., N.W., Calgary, AB, Canada T2N 1N4
	#L	
	#R	
	#W	
	#
	uccsrg	alberta(DAILY)

	umn-cme         468963863   113   10    100644  298       `
	#N	umn-cme
	#S	PDP-11/60  2.8BSD
	#O	Department of Civil & Mineral Engineering
	#C	Greg Sherar
	#E	umn-cme!greg umn-cme!scott
	#T	(612)376-1374
	#P	122 Civil 5 Mineral Engineering, 55455
	#L	93W 45N
	#R	
	#W	greg 5/2/84
	# Used primarily for numeric calculations.
	#
	umn-cme	umn-cs(C), digi-g(C), circadia(C)
	umn-cs          468963864   113   10    100644  571       `
	#N	umn-cs
	#S	VAX 11/780  4.1 bsd UNIX
	#O	University of Minnesota, Computer Science Department
	#C	Jeff Pomeroy
	#E	ihnp4!pomeroy
	#T	
	#P	207 Church Street SE, Minneapolis, MN
	#L	93 12 20W  44 58 28N
	#R	
	#W	pomeroy 4/14/84
	#
	umn-cs	3m-sesd(B), fargovax(C), ihnp4(C), umn-ucc(A),
		rosevax(B), stolaf(C), umn-cme(A), digi-g(C),
		rose(B), circadia(C), hi-tsc(C), dicomed(D)

	# Why does this thing need to have a name?  What does the LOCAL mean?
	UmnNet = {umn-cs, umn-cme, umn-ee, umn-ucc, sun1, cs-fred}:(LOCAL)

	#CSNET(umn-cs)	fred@umn-cs
	#ARPA(umn-cs)	fred.umn-cs@CSNet-Relay

	uofm-cv         469053737   113   10    100644  310       `
	#N	uofm-cv
	#S	
	#O	University of Michigan, Dept. of Electrical and Computer Engineering
	#C	Paul Killey
	#E	burl!sb1!mb2c!uofm-cv!paul
	#T	(313) 763-1570
	#P	Ann Arbor, MI 48109
	#L	
	#R	
	#W	
	#
	uofm-cv	allegra(DAILY), amd(DAILY), ihnp4(DAILY), mb2b(DAILY),
		mb2c(DAILY), nbires(DAILY), pur-ee(DAILY), uofm-hfh(DAILY)
	uofm-hfh        468963868   113   10    100644  245       `
	#N	uofm-hfh
	#S	
	#O	University of Michigan, Department of Radiology, Henry Ford Hospital
	#C	Fred Thelander
	#E	mb2b!uofm-hfh!fred
	#T	(313) 876-7335
	#P	2799 West Grand Blvd., Detroit, MI 48202
	#L	
	#R	mb2b
	#W	
	#
	uofm-hfh	mb2b(DAILY), uofm-cv(DAILY)

	uottawa         468963869   113   10    100644  290       `
	#N	uottawa
	#S	VAX 11/750, 4.1BSD
	#O	University of Ottawa, Dept. of Computer Science
	#C	Carolyn Pullman
	#E	decvax!utzoo!dciem!nrcaero!uottawa!carolyn
	#T	(613) 231-3237
	#P	34 Somerset St. East, Ottawa, ON, Canada K1N 9B4
	#L	
	#R	
	#W	cbosgd!ksh 4/5/84 (1/19/84 paper form)
	#
	uottawa	nrcaero(C)
	ur-esm          468963871   113   10    100644  277       `
	#N	ur-esm
	#S	PDP11-34A  Unix v7
	#O	Eastman School of Music : Computer Music Studio
	#C	Craig Harris
	#E	rochester!ur-esm!crh
	#T	1-716-275-3009
	#P	26 Gibbs Street., Rochester, N.Y. 14604
	#L	
	#R	
	#W	crh 4/1/84
	#
	ur-esm	rochester(B)

	#	Running Music11. Hope to be installing 2.9bsd

	utai            469053987   113   10    100644  291       `
	#N	utai
	#S	Vax780/4.2BSD Unix
	#O		University of Toronto
	#C	Brian Down
	#E	utcsrgv!utai!bdown utcsrgv!utai!usenet
	#T	416-978-8715
	#P	10 King's College Circle, CSRG, UofT, Toronto, ON, Canada
	#L	Lat 43 deg. 40', Long 79 deg. 24'
	#R	
	#W	Brian Down 3/20/84
	#
	utai	utcsrgv(A), uthub(A), utsuna(C)

	utcdfa          469589596   113   10    100644  139       `
	#N	
	#S	
	#O	
	#C	
	#E	
	#T	
	#P	
	#L	Lat 43 deg. 40', Long 79 deg. 24'
	#R	
	#W	
	#
	utcdfa	utcsrgv(DAILY), utcs(DAILY), utcdfb(DAILY), utzoo(DAILY)

	utcdfb          469055418   113   10    100644  145       `
	#N	
	#S	
	#O	
	#C	
	#E	
	#T	
	#P	
	#L	Lat 43 deg. 40', Long 79 deg. 24'
	#R	
	#W	
	#
	utcdfb	utcseri(DAILY), utcssca(DAILY), utcsstat(DAILY), utcdfa(DAILY)

	utcs            469589666   113   10    100644  421       `
	#N	utcs
	#S	
	#O	University of Toronto, Computing Services Systems Group
	#C	Ian Darwin, Geoff Collyer
	#E	decvax!utzoo!utcs!ian, decvax!utzoo!utcs!geoff
	#T	(416) 978-8853, (416) 978-6946
	#P	255 Huron St., Rm. 331, McLennan Physical Labs, Toronto, ON, Canada M5S 1A1
	#L	Lat 43 deg. 40', Long 79 deg. 24'
	#R	
	#W	
	#
	utcs	utgumby(DAILY), utcsrgv(DAILY), utcdfb(DAILY),
		utcdfa(DAILY), utteeth(DAILY), utzoo(DAILY), yetti(DAILY)

	utcseri         469589613   113   10    100644  346       `
	#N	utcseri
	#S	VAX 11/750
	#O	University of Toronto Computing Services
	#C	Mr. P. Wall
	#E	utcs!utcdfb!utcseri!root
	#T		(416) - 828 - 5281
	#P	3359 Mississauga Rd.  Room 2039, MISSISSAUGA, Ontario, Canada. L5L 1C6
	#L	Lat 43 deg. 40', Long 79 deg. 24'
	#R	
	#W	H. Lem 4/20/84
	#	utcseri - talks to utcdfb regularly via direct hook-up.
	#
	utcseri	utcdfb(A)
	utcsrgv         469589634   113   10    100644  717       `
	#N	utcsrgv
	#S	
	#O	University of Toronto, CSRG
	#C	Dave Galloway
	#E	decvax!utzoo!utcsrgv!drg
	#T	(416) 978-8715
	#P	Toronto, ON, Canada M5S 1A1
	#L	Lat 43 deg. 40', Long 79 deg. 24'
	#R	
	#W	
	#
	utcsrgv	allegra(DAILY), clan(DAILY), cornell(DAILY), dalcs(DAILY),
		dciem(DAILY), decvax(DAILY), decwrl(DAILY), floyd(DAILY),
		garfield(DAILY), hcr(DAILY), ihnp4(DAILY), linus(DAILY),
		lsuc(DAILY), mcgill-vision(DAILY), mhtsa(DAILY), musocs(DAILY),
		qucis(DAILY), rhodnius(DAILY), sask(DAILY), titan(DAILY),
		trigraph(DAILY), ubc-vision(DAILY), utai(DAILY), utcs(DAILY),
		utcdfa(DAILY), utecfa(DAILY), uteecg(DAILY),
		utgorilla(DAILY), utornet(DAILY), utsuna(DAILY), utzoo(DAILY),
		uucsrg(DAILY), uw-beaver(DAILY), watmath(DAILY)

	utcssca         469055548   113   10    100644  97        `
	#N	
	#S	
	#O	
	#C	
	#E	
	#T	
	#P	
	#L	Lat 43 deg. 40', Long 79 deg. 24'
	#R	
	#W	
	#
	utcssca	utcdfb(DAILY)

	utecfa          469054177   113   10    100644  271       `
	#N	utecfa
	#S	
	#O	University of Toronto, Engineering Computing Facility
	#C	Phil Poulos
	#E	...!decvax!utzoo!utcsrgv!utecfa!phil
	#T	(416) 978-4250
	#P	10 King's College Rd, Toronto, Ontario, Canada M5S 1A4
	#L	Lat 43 deg. 40', Long 79 deg. 24'
	#R	
	#W	
	#
	utecfa	utcsrgv(DAILY)

	uteecg          468963898   113   10    100644  380       `
	#N	uteecg
	#S	PDP 11/23; xenix (v7 unix)
	#O	University of Toronto, Dept. of Elec. Eng., Computer Group
	#C	Bruno R. Preiss
	#E	utcsrgv!uteecg!root utcsrgv!uteecg!uucp
	#T	(416) 978-5036
	#P	University of Toronto, Dept. of Elec. Eng., Grad. Stud. Office
	#L	79 deg 23 min 41.7 sec; 43 deg 39 min 35.9 sec
	#R	
	#W	Bruno R. Preiss 4/1/84
	#
	uteecg	utcsrgv(A), utmost(A), utornet(A)









	utgumby         469589681   113   10    100644  309       `
	#N	utgumby
	#S	VAX/VMS
	#O	University of Toronto
	#C	Bruce W. Pinn
	#E	linus!utzoo!utcs!utgumby!bwp
	#T	(416) 978-7063
	#P	255 Huron St., Toronto, ON, Canada M5S 1A1
	#L	Lat 43 deg. 40', Long 79 deg. 24'
	#R	This node hubs a seven node DECNEC network.
	#W	cbosgd!ksh 4/5/84 (1/18/84 paper form)
	#
	utgumby	utcs(DEMAND)

	utjaws          469054250   113   10    100644  97        `
	#N	
	#S	
	#O	
	#C	
	#E	
	#T	
	#P	
	#L	Lat 43 deg. 40', Long 79 deg. 24'
	#R	
	#W	
	#
	utjaws	utteeth(DAILY)

	utmost          468963905   113   10    100644  363       `
	#N	utmost
	#S	PDP 11/23; xenix (v7 unix)
	#O	University of Toronto, Dept. of Elec. Eng., Computer Group
	#C	Bruno R. Preiss
	#E	uteecg!utmost!root uteecg!utmost!uucp
	#T	(416) 978-5036
	#P	University of Toronto, Dept. of Elec. Eng., Grad. Stud. Office,Toronto, Ontario, Canada
	#L	79 deg 23 min 41.7 sec; 43 deg 39 min 35.9 sec
	#R	
	#W	Bruno R. Preiss
	#
	utmost	uteecg(A)

	utornet         468963906   113   10    100644  382       `
	#N	utornet
	#S	PDP 11/23; xenix (v7 unix)
	#O	University of Toronto, Dept. of Elec. Eng., Computer Group
	#C	Bruno R. Preiss
	#E	utcsrgv!utornet!root utcsrgv!utornet!uucp
	#T	(416) 978-5036
	#P	University of Toronto, Dept. of Elec. Eng., Grad. Stud. Office, Toronto, Ontario, Canada
	#L	79 deg 23 min 41.7 sec; 43 deg 39 min 35.9 sec
	#R	
	#W	Bruno R. Preiss
	#
	utornet	utcsrgv(A), uteecg(A)
	utsuna          469054290   113   10    100644  296       `
	#N	utsuna
	#S	sun workstation/4.2 bsd.
	#O	csrg, univ. of toronto.
	#C	utcsrgv!alee
	#E	utcsrgv!utsuna!root utcsrgv!utsuna!uucp
	#T	(416)978-8715
	#P	CSRG, University of Toronto, 10 Kings College Rd, Tor, Ont M5S 1A4
	#L	Lat 43 deg. 40', Long 79 deg. 24'
	#R	
	#W	alee 4/1/84
	#
	utsuna	utcsrgv(C)
		utai(D)
	utteeth         469589694   113   10    100644  326       `
	#N	utteeth
	#S	
	#O	University of Toronto, Faculty of Dentistry, Biometrics Section
	#C	Jerry J. Deroo
	#E	utteeth!jerry
	#T	(416) 978-5396
	#P	124 Edward St., Toronto, Ontario, Canada M5G 1G6
	#L	Lat 43 deg. 40', Long 79 deg. 24'
	#R	
	#W	ksh per newsite 6/4/84
	#
	utteeth	utcs(POLLED), utjaws(DEMAND), utzoo(POLLED), utmolar(DAILY/4)
	utzoo           469592035   113   10    100644  708       `
	#N	utzoo
	#S	pdp11/44, running V7
	#O	University of Toronto, Zoology Dept.
	#C	Henry Spencer
	#E	ihnp4!utzoo!henry
	#T	(416) 978-6060
	#P	Toronto, ON, Canada M5S 1A1
	#L	43d40m N, 79d24m W
	#R	Usenet backbone site, major mail/news hub for Eastern Canada.
	#W	Greg Fowler from 22 Oct 1984
	==================================================
	#
	utzoo	aesat(B), allegra(C), chp(B), cwruecmp(D), darwin(B),
		dciem(B), decvax(C), deepthot(C), duke(D), floyd(F), hcr(A),
		hcrvax(C), ihnp4(B), linus(C), lsuc(B), oscvax(B),
		psddevl(C), research(D), rhodnius(C), sickkids(B), spx30(B),
		torcsl(F), trigraph(C), utai(B), utas1(A), utcdfa(C), utcs(A),
		utcsrgv(A), utflis(B), utie(B), utteeth(B), uwo(C),
		watmath(C), yetti(B) 
	uvicctr         468963913   113   10    100644  200       `
	#N	uvicctr
	#S	
	#O	University of Victoria
	#C	Trumpour
	#E	uw-beaver!uvicctr!trumpour
	#T	
	#P	Victoria, BC, Canada
	#L	
	#R	
	#W	
	#
	uvicctr	ssc-vax(DAILY), ubc-vision(DAILY), uvicar(DAILY), uw-beaver(DAILY)
	uwmeecs         468963915   113   10    100644  79        `
	#N	
	#S	
	#O	
	#C	
	#E	
	#T	
	#P	
	#L	
	#R	
	#W	
	#
	uwmeecs	allegra(DAILY), uwvax(DAILY)

	uwo             468963917   113   10    100644  272       `
	#N	uwo
	#S	PDP 11/34, 2.8BSD
	#O	The Univ. of Western Ontario, Dept. of Computer Science
	#C	David Wiseman
	#E	utzoo!uwo!magi
	#T	(519) 679-3461
	#P	London, ON, Canada N6A 5B7
	#L	43 00 38N/81 16 12W
	#R	
	#W	cbosgd!ksh 4/5/84 (2/15/84 paper form)
	#
	uwo	deepthot(DEMAND), utzoo(C)
	uwstat          468963919   113   10    100644  788       `
	#N	uwstat
	#S	Vax-750/Unix bsd4.2 + Pyramid 90X (not yet up)
	#O	Dept. of Statistics, Univ. of Wisconsin
	#C	Mike Meyer
	#E	uwvax!uwstat!mikem
	#T	(608) 263-7310
	#P	1210 W. Dayton St, Madison, WI 53706
	#L	
	#R	I had problems with localnet info - am I stupid?
	#W	Mike Meyer 5/1/84
	#
	uwstat	uwvax(DEMAND)
	#	Mail over a local network, takes < 1 minute.
	#	arpa: mikem%wisc-stat.uwisc@wisc-crys.arpa
	#
	uwisc	=  {wisc-stat, wisc-rsch, wisc-crys, wisc-db, wisc-ai, wisc-pipe}!(LOCAL)
	#	There must be 10 different ways of addressing our machine and
	#	the others on the local net. for ARPA purposes my machine is
	#	%wisc-stat.uwisc@uwisc  or  %wisc-stat.uwisc@crys
	#	or %wisc-stat.uwisc@wisc-crys.arpa,   ... and so on.
	#
	#ARPANET(wisc-stat.uwisc@wisc-crys.arpa)    mikem%wisc-stat.uwisc@wisc-crys.arpa
	uwvax           468963920   113   10    100644  320       `
	#N	uwvax
	#S	
	#O	University of Wisconsin, Computer Sciences Dept.
	#C	Marvin Solomon
	#E	ucbvax!uwvax!solomon
	#T	(608) 262-1204, (608) 263-2844
	#P	1210 W. Dayton St., Madison, WI 53706
	#L	
	#R	
	#W	
	#
	#	does not dial up anyone, but receives mail
	uwvax = uwmeecs
	uwvax = visionlab
	uwvax = crystal
	uwvax = slovax
	uwvax = dbvax
	watarts         469593481   113   10    100644  324       `
	#N	watarts
	#S	VAX 750, 4.2BSD
	#O	University of Waterloo, Arts Computing Office
	#C	Eric Gisin
	#E	watmath!watarts!eric
	#T	(519) 885-1211 x2597
	#P	PAS Building, Waterloo, ON, Canada N2L 3G1
	#L	80 23W/43 28N
	#R	
	#W	Ken Lalonde 8/18/84
	#
	# Local ethernet
	WATERLOO={watmath,watrose,watdaisy,watcgl,watdcsu,wateng,watarts}(DIRECT)
	watbank         469593641   113   10    100644  345       `
	#N	watbank
	#S	IBM 4331 running VM/SP
	#O	University of Waterloo, Computer Systems Group
	#C	Trevor Grove
	#E	watmath!watbank!trg
	#T	(519) 885-1211, x2253
	#P	Waterloo, ON, Canada N2L 3G1
	#L	80 23W/43 28N
	#R	
	#W	Ken Lalonde 8/18/84
	#
	# RSCS net to the IBM world
	WATDCS={watarts,watdcsu,uoguelph,uogvax2,watcsg,watbank,watdcs,watrose
		watace}(DIRECT)

	watbun          469593775   113   10    100644  305       `
	#N	watbun
	#S	Honeywell DPS 8/49, GCOSB
	#O	University of Waterloo, Math Faculty Computing Facility
	#C	Bill Ince
	#E	watmath!watrose!watbun!wcwince
	#T	(519) 885-1211, x2721
	#P	Waterloo, ON, Canada N2L 3G1
	#L	80 23W/43 28N
	#R	
	#W	Ken Lalonde 8/18/84
	#
	watbun	watrose(DIRECT), watdaisy(DIRECT), watcgl(DIRECT)

	watcal          469588837   113   10    100644  394       `
	#N	watcal
	#S	Vax 725, 4.2BSD
	#O	University of Waterloo, Computer Architecture Laboratory
	#C	Peter Pfister
	#E	watmath!watcal!pfpfister
	#T	(519) 885-1211, x2232
	#P	Waterloo, ON, Canada N2L 3G1
	#L	80 23W/43 28N
	#R	Software development, simulations, text processing
	#W	Ken Lalonde 8/21/84
	#
	# Local ethernet
	WATERLOO={watmath, watrose, watdaisy, watcgl, watdcsu, wateng, watarts, watcal}
		(DIRECT)
	watcecit        469593924   113   10    100644  255       `
	#N	watcecit
	#S	
	#O	University of Waterloo, Centre for the Evaluation of Comm.-Info.
	#C	Alberto J. Canas
	#E	watmath!wateng!watcecit!ajc
	#T	(519) 886-3339
	#P	Waterloo, ON, Canada N2L 3G1
	#L	80 23W/43 28N
	#R	
	#W	Ken Lalonde 8/18/84
	#
	watcecit	wateng(DEMAND)

	watcgl          469594115   113   10    100644  500       `
	#N	watcgl
	#S	VAX 11/780, 4.2BSD UNIX
	#O	University of Waterloo, Computer Graphics Laboratory
	#C	Dave Martindale
	#E	allegra!watmath!watcgl!dmmartindale
	#T	(519) 885-1211 x2096(day), (519) 884-5420 (night)
	#P	Waterloo, ON, Canada N2L 3G1
	#L	43 28N 80 32W
	#R	
	#W	Ken Lalonde 8/18/84
	#
	# Local ethernet
	WATERLOO={watmath,watrose,watdaisy,watcgl,watdcsu,wateng,watarts}(DIRECT)
	#
	watcgl	watbun(DIRECT), electro(DEMAND), nrccgs(DAILY), allegra(DAILY),
		ihnp4(DAILY), ucbvax(DAILY), watlo2, phocena(DEMAND)
	watcsg          469594258   113   10    100644  345       `
	#N	watcsg
	#S	IBM 4341, running VM/SP
	#O	University of Waterloo, Computer Systems Group
	#C	Trevor Grove
	#E	watmath!watcsg!trg
	#T	(519) 885-1211, x2253
	#P	Waterloo, ON, Canada N2L 3G1
	#L	80 23W/43 28N
	#R	
	#W	Ken Lalonde 8/18/84
	#
	# RSCS net to the IBM world
	WATDCS={watarts,watdcsu,uoguelph,uogvax2,watcsg,watbank,watdcs,watrose,
		watacs}(DIRECT)

	watdaisy        469594355   113   10    100644  371       `
	#N	watdaisy
	#S	Vax 11/780 running 4.2bsd
	#O	University of Waterloo, Math Faculty Computing Facility
	#C	Bill Ince
	#E	{allegra,decvax,clyde}!watmath!wcwince
	#T	(519) 885-1211 x2721
	#P	Waterloo, ON, Canada N2L 3G1
	#L	
	#R	These don't all really belong to MFCF, but we run them.
	#W	
	#
	# Local ethernet
	WATERLOO={watmath,watrose,watdaisy,watcgl,watdcsu,wateng,watarts}(DIRECT)

	watdcs          468963930   113   10    100644  64        `
	#N	
	#S	
	#O	
	#C	
	#E	
	#T	
	#P	
	#L	
	#R	
	#W	
	#
	watdcs	watmath(DAILY)
	watdcsu         469594481   113   10    100644  492       `
	#N	watdcsu
	#S	Vax 11/780 running 4.2bsd
	#O	University of Waterloo, Math Faculty Computing Facility
	#C	Bruce Lennox
	#E	{allegra,decvax,clyde}!watmath!lennox
	#T	(519) 885-1211 x3274
	#P	Waterloo, ON, Canada N2L 3G1
	#L	
	#R	These don't all really belong to MFCF, but we run them.
	#W	
	# 
	# Local ethernet
	WATERLOO={watmath,watrose,watdaisy,watcgl,watdcsu,wateng,watarts}(DIRECT)
	#
	# RSCS net to the IBM world
	WATDCS={watarts,watdcsu,uoguelph,uogvax2,watcsg,watbank,watdcs,watrose,
		watacs}(DIRECT)
	wateng          469594602   113   10    100644  378       `
	#N	wateng
	#S	VAX11-780/UNIX 4.2bsd
	#O	University of Waterloo, Dept. of Computer Science
	#C	Judith McMullan
	#E	watmath!wateng!jamcmullan
	#T	(519) 885-1211 x2810
	#P	Waterloo, ON, Canada N2L 3G1
	#L	
	#R	
	#W	Ken Lalonde 8/18/84
	#
	# Local ethernet
	WATERLOO={watmath,watrose,watdaisy,watcgl,watdcsu,wateng,watarts}(DIRECT)
	#
	wateng	watcecit(DEMAND), weinet, shoshin, watsos1, watvlach
	water           469589427   113   10    100644  410       `
	#N	water
	#S	VAX 780, 4.2BSD
	#O	University of Waterloo, Math Faculty Computing Facility
	#C	Bill Ince
	#E	watmath!watmum!admin_sys
	#T	(519) 885-1211, x2721
	#P	Waterloo, ON, Canada N2L 3G1
	#L	80 23W/43 28N
	#R	Research in fluid mechanics, optimization, AI, cryptography
	#W	Ken Lalonde 9/14/84
	#
	# Local ethernet
	WATERLOO={watmath,watrose,watdaisy,watcgl,watdcsu,wateng,watarts,watcal,
		watopt,water,watmum}(DIRECT)
	watmath         469594972   113   10    100644  963       `
	#N	watmath
	#S	Vax 11/780 running 4.2bsd
	#O	University of Waterloo, Math Faculty Computing Facility
	#C	Bill Ince
	#E	{allegra,decvax,clyde}!watmath!wcwince
	#T	(519) 885-1211 x2721
	#P	Waterloo, ON, Canada N2L 3G1
	#L	
	#R	These don't all really belong to MFCF, but we run them.
	#W	Ken Lalonde 8/18/84
	#
	# Connections:
	#
	# CSNet connection through csnet-relay.
	# We can't forward other's mail through due to legal troubles.
	CSNET(csnet-relay)	joe@csnet-relay.csnet
	#
	# ARPANet connection.  Again, we can't forward outside stuff through here.
	ARPANET(csnet-relay)	joe@csnet-relay.arpa
	#
	# Local ethernet
	WATERLOO={watmath,watrose,watdaisy,watcgl,watdcsu,wateng,watarts}!(DIRECT)
	#
	# UUCP sites we call
	watmath	watbun(DIRECT), ccnga(DAILY), redvax(DAILY), watstat(DEMAND),
		decvax(DEMAND), ihnp4(DEMAND), allegra(DEMAND+LOW), linus(DEMAND-1),
		hcr(DEMAND), utzoo(DEMAND), utcsrgv(DEMAND), deepthot(DIALED),
		looking(DEMAND), oscvax(DEMAND), thunder(DEMAND)
	watmath = wat

	watmum          469589326   113   10    100644  397       `
	#N	watmum
	#S	VAX 780, 4.2BSD
	#O	University of Waterloo, Math Faculty Computing Facility
	#C	Bill Ince
	#E	watmath!watmum!admin_sys
	#T	(519) 885-1211, x2721
	#P	Waterloo, ON, Canada N2L 3G1
	#L	80 23W/43 28N
	#R	Research in symbolic algebra, data structures
	#W	Ken Lalonde 9/14/84
	#
	# Local ethernet
	WATERLOO={watmath,watrose,watdaisy,watcgl,watdcsu,wateng,watarts,watcal,
		watopt,water,watmum}(DIRECT)

	watncl          468963939   113   10    100644  64        `
	#N	
	#S	
	#O	
	#C	
	#E	
	#T	
	#P	
	#L	
	#R	
	#W	
	#
	watncl	watmath(DAILY)
	watopt          469589084   113   10    100644  380       `
	#N	watopt
	#S	VAX 725, 4.2BSD
	#O	University of Waterloo, Dept. of Comb. & Opt.
	#C	Michael Best
	#E	watmath!watopt!mjbest
	#T	(519) 885-1211, x3576
	#P	Waterloo, ON, Canada N2L 3G1
	#L	80 23W/43 28N
	#R	Optimization research, some typesetting
	#W	Ken Lalonde 9/5/84
	#
	# Local ethernet
	WATERLOO={watmath,watrose,watdaisy,watcgl,watdcsu,wateng,watarts,watcal,
		watopt,water,watmum}(DIRECT)
	watrose         469595098   113   10    100644  530       `
	#N	watrose
	#S	Vax 11/780 running 4.2bsd
	#O	University of Waterloo, Math Faculty Computing Facility
	#C	Bill Ince
	#E	{allegra,decvax,clyde}!watmath!wcwince
	#T	(519) 885-1211 x2721
	#P	Waterloo, ON, Canada N2L 3G1
	#L	
	#R	These don't all really belong to MFCF, but we run them.
	#W	Ken Lalonde 8/18/84
	#
	# Local ethernet
	WATERLOO={watmath,watrose,watdaisy,watcgl,watdcsu,wateng,watarts}(DIRECT)
	#
	# RSCS net to the IBM world
	WATDCS={watarts,watdcsu,uoguelph,uogvax2,watcsg,watbank,watdcs,watrose
		watacs}(DIRECT)
	watrose	watbun(DIRECT)
	wealth          469588489   113   10    100644  258       `
	#N	wealth
	#S	Callan Data Systems Unistar 300, running System V
	#O	Winston Capital Management, Inc.
	#C	Kenneth Winston
	#E	wealth!ken
	#T	(212) 382-3450
	#P	22 Jones St., 6B, New York, NY 10014
	#L	
	#R	
	#W	newsite 8/8/84
	#
	wealth	cmcl2(DAILY*2), cubsvax(DAILY*2)
	yetti           469589728   113   10    100644  502       `
	#N	yetti
	#S	VAX-11/750 / Berkeley 4.1
	#O	York University Dept. of Computer Science
	#C	Ozan S. Yigit      Eriks Rugelis
	#E	utzoo!yetti!ozan   utzoo!yetti!eriks
	#T	(416) 667-3976     (416) 667-6308
	#P	4700 Keele Street, Downsview - ONT., CANADA  M3J 1P3
	#L	
	#R	
	#W	Ozan S. Yigit 3/10/84
	#
	yetti	utcs(A), utzoo(A)
	#	Ozan S. Yigit:	Dept. of Computer Science 
	#	Eriks Rugelis:	York Computer Services
	#	yetti is funded by NSERC for Computer Science Research. 
	#	System will be upgraded to Berkeley 4.2 soon.
E!O!F
exit