From MAILER-DAEMON Tue Nov 15 15:58:25 2011
Date: 15 Nov 2011 15:58:25 -0500
From: Mail System Internal Data <MAILER-DAEMON@turing.acm.org>
Subject: DON'T DELETE THIS MESSAGE -- FOLDER INTERNAL DATA
Message-ID: <1321390705@turing.acm.org>
X-IMAP: 1314850883 0000000017
Status: RO

This text is part of the internal format of your mail folder, and is not
a real message.  It is created automatically by the mail system software.
If deleted, important folder data will be lost, and it will be re-created
with the data reset to initial values.

From perlman@turing.acm.org Thu Sep  1 00:32:36 2011 -0400
Date: Thu, 1 Sep 2011 00:32:36 -0400 (EDT)
From: Gary PERLMAN <perlman@turing.acm.org>
To: =?ISO-8859-1?Q?Kasper_Hornb=E6k?= <kash@diku.dk>
cc: director@hcibib.org
Subject: Re: Number of papers indeksed?
In-Reply-To: <E81585A1-0A89-493D-B876-94661ED55335@diku.dk>
Message-ID: <Pine.LNX.4.64.1109010023500.21512@turing.acm.org>
References: <E81585A1-0A89-493D-B876-94661ED55335@diku.dk>
MIME-Version: 1.0
Content-Type: MULTIPART/MIXED; BOUNDARY="-1463807999-672950241-1314851556=:21512"
Status: O
X-Status: 
X-Keywords:                  
X-UID: 1

---1463807999-672950241-1314851556=:21512
Content-Type: TEXT/PLAIN; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 8BIT

Hello,

The numbers on this page are what you want, with some breakdowns by type.
 	http://www.hcibib.org/pubdates.html
If you need more detailed info than that, I can add what you need to the page.
I can also add some bibliometric features, such as for tracking pubs by years.
 	http://www.hcibib.org/bs.cgi?query=Hornbaek_K*&format=datetable

Best regards,

Gary Perlman, Director, HCI Bibliography Project
mailto:director@hcibib.org  http://hcibib.org/

On Wed, 31 Aug 2011, Kasper Hornbæk wrote:

> Hi,
>
> We are using HCIBIB for a literature review. In that connection, I have tried 
> to find the total number of documents indeksed in 2008-2010. How is that 
> possible?
>
> Thanks in advance---and many thanks for a great service to the HCI community.
> Best regards / mvh. Kasper
>
> ---
> Kasper Hornbæk, Professor mso, PhD
> Department of Computer Science, University of Copenhagen
> Njalsgade 128, build. 24, 5th floor, DK-2300 Copenhagen, Denmark
> e-mail: kash@diku.dk, www: kasperhornbaek.dk
> phn: +45 35321425, fax: +45 35321401, mbl: +45 30957883
>
>
---1463807999-672950241-1314851556=:21512--

From perlman@turing.acm.org Fri Sep  2 11:55:49 2011 -0400
Date: Fri, 2 Sep 2011 11:55:48 -0400 (EDT)
From: Gary PERLMAN <perlman@turing.acm.org>
To: VINCENT Patrick <patrick.vincent@fresnel.fr>
Subject: Re: Obtaining STAT package
In-Reply-To: <201109011640.40102.patrick.vincent@fresnel.fr>
Message-ID: <Pine.LNX.4.64.1109021155400.20629@turing.acm.org>
References: <201109011640.40102.patrick.vincent@fresnel.fr>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
Status: O
X-Status: 
X-Keywords:                  
X-UID: 2

Thank you for your interest in |STAT data manipulation and analysis software.

UNIX |STAT for is now (only) available via Web browsers at a secret location.
 	http://www.hcibib.org/stat/xyzzy/

To obtain UNIX |STAT files, please follow the instructions at:
 	http://www.acm.org/perlman/stat/#access
There are installation notes (e.g., for Mac OS X and Linux) at:
 	http://www.acm.org/perlman/stat/installation.txt

DOS |STAT executables and documentation are available as a WinZip file:
 	http://www.acm.org/perlman/stat/DOS-STAT.ZIP

HTML documentation is available from the |STAT home page:
 	http://www.acm.org/perlman/stat/

On Thu, 1 Sep 2011, VINCENT Patrick wrote:

>
> I AGREE TO ADHERE TO THE CONDITIONS OF USING |STAT.
> I AGREE NOT TO SHARE THE |STAT LOCATION WITH OTHERS.
> Patrick VINCENT
>

From perlman@turing.acm.org Fri Sep  2 12:10:17 2011 -0400
Date: Fri, 2 Sep 2011 12:10:17 -0400 (EDT)
From: Gary PERLMAN <perlman@turing.acm.org>
To: NG Pei Fang <ngpeifang@yahoo.com>
Subject: Re: STAT: compilation
In-Reply-To: <1314954386.79361.YahooMailNeo@web45506.mail.sp1.yahoo.com>
Message-ID: <Pine.LNX.4.64.1109021200400.29143@turing.acm.org>
References: <1314954386.79361.YahooMailNeo@web45506.mail.sp1.yahoo.com>
MIME-Version: 1.0
Content-Type: MULTIPART/MIXED; BOUNDARY="-1463807999-1788373631-1314979817=:29143"
Status: O
X-Status: 
X-Keywords:                  
X-UID: 3

---1463807999-1788373631-1314979817=:29143
Content-Type: TEXT/PLAIN; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 8BIT

Dear Pei Fang,

make all:

I think you may need to edit the file "makefile" and indicate the name of your C compiler along with the other variables. For example, you might add the line:

CC = /usr/bin/gcc

That will take care of the error messages like:

make[1]: cc: command not found

make test:

This is showing you the differences from that the programs' (which do not exist) output and the expected output. Since the programs do not exist,
 	make test
is going to show differences equal to the entire test script.

I hope this helps, but a little good luck might not hurt, so

Good luck and best regards,

Gary

On Fri, 2 Sep 2011, NG Pei Fang wrote:

> Dear Mr Perlman, 

I would like to ask for your advice regarding the compilation of STAT. 

I've tried to compile the Unix version of STAT by running the following in Cygwin command shell: 

cd stat
cd src
make all
make test

Attached are the files showing the returned lines after running "make all" , "make test" and "ls -l". Hope you could shed some light on the compilation. Thank you very much.  
 
Best regards,
Pei Fang
---1463807999-1788373631-1314979817=:29143--

From perlman@turing.acm.org Tue Sep  6 00:35:15 2011 -0400
Date: Tue, 6 Sep 2011 00:35:14 -0400 (EDT)
From: Gary PERLMAN <perlman@turing.acm.org>
To: Lindsey Leach <lindsey.leach@plants.ox.ac.uk>
Subject: Re: |STAT request
In-Reply-To: <1315238221.23648.7.camel@dops6031.plants.ox.ac.uk>
Message-ID: <Pine.LNX.4.64.1109060035070.23465@turing.acm.org>
References: <1315238221.23648.7.camel@dops6031.plants.ox.ac.uk>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
Status: O
X-Status: 
X-Keywords:                  
X-UID: 4

Thank you for your interest in |STAT data manipulation and analysis software.

UNIX |STAT for is now (only) available via Web browsers at a secret location.
 	http://www.hcibib.org/stat/xyzzy/

To obtain UNIX |STAT files, please follow the instructions at:
 	http://www.acm.org/perlman/stat/#access
There are installation notes (e.g., for Mac OS X and Linux) at:
 	http://www.acm.org/perlman/stat/installation.txt

DOS |STAT executables and documentation are available as a WinZip file:
 	http://www.acm.org/perlman/stat/DOS-STAT.ZIP

HTML documentation is available from the |STAT home page:
 	http://www.acm.org/perlman/stat/

On Mon, 5 Sep 2011, Lindsey Leach wrote:

> I AGREE TO ADHERE TO THE CONDITIONS OF USING |STAT.
>   I AGREE NOT TO SHARE THE |STAT LOCATION WITH OTHERS.
>
> Please could I request the location of the file stat.tar.Z?
>
> Thank you
>
>

From perlman@turing.acm.org Fri Sep 16 14:25:54 2011 -0400
Date: Fri, 16 Sep 2011 14:25:53 -0400 (EDT)
From: Gary PERLMAN <perlman@turing.acm.org>
To: HCI Webliography <apache@turing.acm.org>
cc: ashish@ocularconcepts.us, director@hcibib.org
Subject: Re: !SUGGEST_a_LINK! hci-sites:consultants: Web Design & Usability
 Consultants in Northeast Ohio
In-Reply-To: <201109061127.p86BRC07005385@turing.acm.org>
Message-ID: <Pine.LNX.4.64.1109161425440.4403@turing.acm.org>
References: <201109061127.p86BRC07005385@turing.acm.org>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
Status: O
X-Status: 
X-Keywords:                  
X-UID: 5

I am sorry, but the site below does not have specific HCI
content and will not be included in the HCI Bibliography.
 	http://hcibib.org/faq.html#Data-5

Gary Perlman, Director, HCI Bibliography Project
mailto:director@hcibib.org  http://hcibib.org/

On Tue, 6 Sep 2011, HCI Webliography wrote:

> Reply-To: director@hcibib.org
>
> This data is being sent to director@hcibib.org
> to be considered for inclusion in the HCI Bibliography
>
> %M U.ocularconcepts.us   122.168.44.222
> %0 INTERNET
> %D 2011-09-06
> %K hci-sites:consultants
> %A Ashish Roy
> %C United States/Ohio/Cleveland
> %I Ocular Concepts
> %K web design and usability, web usability experts
> %L English
> %T Web Design & Usability Consultants in Northeast Ohio
> %U ashish@ocularconcepts.us
> %W http://www.ocularconcepts.us
> %X Ocular Concepts designs and develops marketing materials that focus on user interaction and performance.
>
> Information from this tool may also be used for your entry:
> http://hcibib.org/accessibility/chaccess.cgi?url=http://www.ocularconcepts.us
>

From perlman@turing.acm.org Fri Sep 16 15:36:02 2011 -0400
Date: Fri, 16 Sep 2011 15:36:02 -0400 (EDT)
From: Gary PERLMAN <perlman@turing.acm.org>
To: HCI Webliography <apache@turing.acm.org>
cc: director@hcibib.org, f@inboxtranslation.com
Subject: Re: !SUGGEST_a_LINK! intercultural:translation: Romanian translation
In-Reply-To: <201108080836.p788aEuX028643@turing.acm.org>
Message-ID: <Pine.LNX.4.64.1109161535540.22163@turing.acm.org>
References: <201108080836.p788aEuX028643@turing.acm.org>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
Status: O
X-Status: 
X-Keywords:                  
X-UID: 6

I am sorry, but the site below does not have specific HCI
content and will not be included in the HCI Bibliography.
 	http://hcibib.org/faq.html#Data-5

Gary Perlman, Director, HCI Bibliography Project
mailto:director@hcibib.org  http://hcibib.org/

On Mon, 8 Aug 2011, HCI Webliography wrote:

> Reply-To: director@hcibib.org
>
> This data is being sent to director@hcibib.org
> to be considered for inclusion in the HCI Bibliography
>
> %M U.inboxtranslation.com   80.0.22.53
> %0 INTERNET
> %D 2011-08-08
> %K intercultural:translation intercultural:resources
> %A Faust
> %C United Kingdom, Greater London, London
> %L English
> %T Romanian translation
> %U f@inboxtranslation.com
> %W http://inboxtranslation.com
> %X Romanian translation services carried out by native Romanian translators.
>
> Information from this tool may also be used for your entry:
> http://hcibib.org/accessibility/chaccess.cgi?url=http://inboxtranslation.com
>

From perlman@turing.acm.org Fri Sep 16 15:37:20 2011 -0400
Date: Fri, 16 Sep 2011 15:37:20 -0400 (EDT)
From: Gary PERLMAN <perlman@turing.acm.org>
To: HCI Webliography <apache@turing.acm.org>
cc: director@hcibib.org, wintranslation_seo@yahoo.com
Subject: Re: !SUGGEST_a_LINK! intercultural:resources: wintranslation Chinese
 Translation
In-Reply-To: <201108101426.p7AEQ7Mw020056@turing.acm.org>
Message-ID: <Pine.LNX.4.64.1109161536470.22163@turing.acm.org>
References: <201108101426.p7AEQ7Mw020056@turing.acm.org>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
Status: O
X-Status: 
X-Keywords:                  
X-UID: 7

This seems redundant with the other wintranslation.com entry at hcibib.org.

Gary Perlman, Director, HCI Bibliography Project
mailto:director@hcibib.org  http://hcibib.org/

On Wed, 10 Aug 2011, HCI Webliography wrote:

> Reply-To: director@hcibib.org
> From: wintranslation_seo@yahoo.com (Amanda Horne)
> Sender: wintranslation_seo@yahoo.com
>
> This data is being sent to director@hcibib.org
> to be considered for inclusion in the HCI Bibliography
>
> %M U.wintranslation.com wintranslation_seo@yahoo.com Amanda Horne 70.40.173.220
> %0 INTERNET
> %D 2011-08-10
> %K intercultural:resources intercultural:translation
> %A Huiping Iler
> %C Canada, Ontario, Ottawa
> %I wintranslation Professional Translation Service
> %K Chinese Translation
> %L Chinese to English Translation
> %T wintranslation Chinese Translation
> %U wintranslation_seo@yahoo.com
> %W http://www.wintranslation.com/chinese-translation-services/
> %X Learn about translation services in Chinese.  Do you know the difference between written and spoken Chinese in various markets in China?
>
> Information from this tool may also be used for your entry:
> http://hcibib.org/accessibility/chaccess.cgi?url=http://www.wintranslation.com/chinese-translation-services/
>

From perlman@turing.acm.org Fri Sep 16 15:38:21 2011 -0400
Date: Fri, 16 Sep 2011 15:38:21 -0400 (EDT)
From: Gary PERLMAN <perlman@turing.acm.org>
To: HCI Webliography <apache@turing.acm.org>
cc: director@hcibib.org, khan.cheko@gmail.com
Subject: Re: !SUGGEST_a_LINK! hci-sites:humor: Humorous Jokes
In-Reply-To: <201108180353.p7I3rdSP010866@turing.acm.org>
Message-ID: <Pine.LNX.4.64.1109161538140.22163@turing.acm.org>
References: <201108180353.p7I3rdSP010866@turing.acm.org>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
Status: O
X-Status: 
X-Keywords:                  
X-UID: 8

I am sorry, but the site below does not have specific HCI
content and will not be included in the HCI Bibliography.
 	http://hcibib.org/faq.html#Data-5

Gary Perlman, Director, HCI Bibliography Project
mailto:director@hcibib.org  http://hcibib.org/

On Wed, 17 Aug 2011, HCI Webliography wrote:

> Reply-To: director@hcibib.org
>
> This data is being sent to director@hcibib.org
> to be considered for inclusion in the HCI Bibliography
>
> %M U.humorous-jokes.blogspot.com   82.145.209.113
> %0 INTERNET
> %D 2011-08-17
> %K hci-sites:humor
> %A khan
> %C U.S
> %I k.c.n
> %K humor,funny,hilarious
> %L English
> %T Humorous Jokes
> %U khan.cheko@gmail.com
> %W http://humorous-jokes.blogspot.com/
> %X short humorous jokes and hilarious quotes in different categories
>
> Information from this tool may also be used for your entry:
> http://hcibib.org/accessibility/chaccess.cgi?url=http://humorous-jokes.blogspot.com/
>

From perlman@turing.acm.org Fri Sep 16 16:07:00 2011 -0400
Date: Fri, 16 Sep 2011 16:07:00 -0400 (EDT)
From: Gary PERLMAN <perlman@turing.acm.org>
To: joan.cherry@utoronto.ca
cc: Gary perlman <perlman@turing.acm.org>
Subject: iSchool dissertation
Message-ID: <Pine.LNX.4.64.1109161545230.13421@turing.acm.org>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
Status: RO
X-Status: 
X-Keywords:                 
X-UID: 9

Dear Joan,

Sorry for taking so long, but I have been preparing for a trip and presentation next week.

I looked around and have come to the conclusion that I have not had an updated cv since 1987. So, I'll refer you to my short resume at:
 	http://hcibib.org/perlman/vita.html
That page has a link to my HCI-related publications (in the HCI Bibliography, naturally):
 	http://hcibib.org/bs.cgi?query=Perlman_G*

I should mention that I do not accept honoraria from academic institutions.

I might try to coordinate my visit to Toronto with my son's tour of UofT, where he is planning to apply. If we can swing that, we'd stay with friends and I could be completely free. But probably, between the iSchool, UofT, and Waterloo, I might be making three separate trips to Toronto, mostly by train, I expect.

I had thought you were going to send me some information, but I could have been mistaken.

Gary

From perlman@turing.acm.org Mon Sep 19 14:52:47 2011 -0400
Date: Mon, 19 Sep 2011 14:52:46 -0400 (EDT)
From: Gary PERLMAN <perlman@turing.acm.org>
To: Gary perlman <perlman@turing.acm.org>
Subject: !hcibib fix contrast problems, esp with green text
Message-ID: <Pine.LNX.4.64.1109191452280.9935@turing.acm.org>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
Status: O
X-Status: 
X-Keywords:                  
X-UID: 10


From perlman@turing.acm.org Sat Sep 24 22:50:41 2011 -0400
Date: Sat, 24 Sep 2011 22:50:40 -0400 (EDT)
From: Gary PERLMAN <perlman@turing.acm.org>
To: Randall Lewis <ralewis@yahoo-inc.com>
Subject: Re: |STAT request
In-Reply-To: <5EC5BED18D9C0A4891B1DDA894FEC71815B8A3E76B@SP2-EX07VS01.ds.corp.yahoo.com>
Message-ID: <Pine.LNX.4.64.1109242250370.8953@turing.acm.org>
References: <5EC5BED18D9C0A4891B1DDA894FEC71815B8A3E76B@SP2-EX07VS01.ds.corp.yahoo.com>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
Status: O
X-Status: 
X-Keywords:                  
X-UID: 11

Thank you for your interest in |STAT data manipulation and analysis software.

UNIX |STAT for is now (only) available via Web browsers at a secret location.
 	http://www.hcibib.org/stat/xyzzy/

To obtain UNIX |STAT files, please follow the instructions at:
 	http://www.acm.org/perlman/stat/#access
There are installation notes (e.g., for Mac OS X and Linux) at:
 	http://www.acm.org/perlman/stat/installation.txt

DOS |STAT executables and documentation are available as a WinZip file:
 	http://www.acm.org/perlman/stat/DOS-STAT.ZIP

HTML documentation is available from the |STAT home page:
 	http://www.acm.org/perlman/stat/

On Thu, 22 Sep 2011, Randall Lewis wrote:

> I AGREE TO ADHERE TO THE CONDITIONS OF USING |STAT.
>
> I AGREE NOT TO SHARE THE |STAT LOCATION WITH OTHERS.
>
>
>
> randall lewis
> economic research scientist
>
> ralewis@yahoo-inc.com
> mobile 617-671-8294
> 4401 great america parkway, santa clara, ca, 95054, us
>
> [cid:image001.gif@01CC7951.F104D780]
>
>
>

From perlman@turing.acm.org Tue Sep 27 17:13:19 2011 -0400
Date: Tue, 27 Sep 2011 17:13:19 -0400 (EDT)
From: Gary PERLMAN <perlman@turing.acm.org>
To: Bernhard Riecke <ber1@sfu.ca>
Subject: Re: |STAT
In-Reply-To: <4E7F7B2D.70304@sfu.ca>
Message-ID: <Pine.LNX.4.64.1109271713130.20028@turing.acm.org>
References: <4E7F7B2D.70304@sfu.ca>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
Status: O
X-Status: 
X-Keywords:                  
X-UID: 12

Thank you for your interest in |STAT data manipulation and analysis software.

UNIX |STAT for is now (only) available via Web browsers at a secret location.
 	http://www.hcibib.org/stat/xyzzy/

To obtain UNIX |STAT files, please follow the instructions at:
 	http://www.acm.org/perlman/stat/#access
There are installation notes (e.g., for Mac OS X and Linux) at:
 	http://www.acm.org/perlman/stat/installation.txt

DOS |STAT executables and documentation are available as a WinZip file:
 	http://www.acm.org/perlman/stat/DOS-STAT.ZIP

HTML documentation is available from the |STAT home page:
 	http://www.acm.org/perlman/stat/

On Sun, 25 Sep 2011, Bernhard Riecke wrote:

> I AGREE TO ADHERE TO THE CONDITIONS OF USING |STAT.
> I AGREE NOT TO SHARE THE |STAT LOCATION WITH OTHERS.
>
> would be great if you could send me the stat.tar.Z archieve, so I can 
> continue using it on my new computer
>
> Thanks
> Bernhard
>
>

From perlman@turing.acm.org Tue Sep 27 17:26:13 2011 -0400
Date: Tue, 27 Sep 2011 17:26:13 -0400 (EDT)
From: Gary PERLMAN <perlman@turing.acm.org>
To: Laura Jantek <laura.jantek@utoronto.ca>
Subject: Re: Thesis:  Steve Szigeti
In-Reply-To: <073F1F8CAB6AA3418397BA700C8E9554144FE86A20@ARBOREXCH01.UTORARBOR.UTORAD.Utoronto.ca>
Message-ID: <Pine.LNX.4.64.1109271725470.18991@turing.acm.org>
References: <073F1F8CAB6AA3418397BA700C8E9554144FE86A20@ARBOREXCH01.UTORARBOR.UTORAD.Utoronto.ca>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
Status: RO
X-Status: 
X-Keywords:                 
X-UID: 13

Dissertation received.  Thanks.

On Tue, 27 Sep 2011, Laura Jantek wrote:

> Please find attached.
>
> Laura Jantek, BA, MLS
> Admissions & Recruitment Officer
>
> Faculty of Information
> 140 St. George Street
> Toronto, ON M5S 3G6
>
> Telephone 416/946-5315
> Fax 416/978-5762
> Web: http://www.ischool.utoronto.ca
>
>

From perlman@turing.acm.org Tue Sep 27 17:36:19 2011 -0400
Date: Tue, 27 Sep 2011 17:36:18 -0400 (EDT)
From: Gary PERLMAN <perlman@turing.acm.org>
To: Joan Cherry <joan.cherry@utoronto.ca>
Subject: Re: Approval received
In-Reply-To: <073F1F8CAB6AA3418397BA700C8E9554144EB7510E@ARBOREXCH01.UTORARBOR.UTORAD.Utoronto.ca>
Message-ID: <Pine.LNX.4.64.1109271726180.18991@turing.acm.org>
References: <073F1F8CAB6AA3418397BA700C8E9554144EB7510E@ARBOREXCH01.UTORARBOR.UTORAD.Utoronto.ca>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
Status: RO
X-Status: 
X-Keywords:                 
X-UID: 14

Hi Joan,

I have received the thesis and look forward to reading it.

I prefer the later times, the later the better, but any time is fine.

Gary

On Mon, 26 Sep 2011, Joan Cherry wrote:

> Hi Gary,
>
> We've received approval from the School of Graduate Studies (see message  below).  Lauran Jantek form the iSchool will be in touch with you soon re sending you a copy of the dissertation and details re the procedures.
>
> We'll now finalize the date/time for the defense.  Our first choice is the morning of Friday, November 25 (9-12 or 10-1) or the afternoon of Friday, November 25 (1-4 or 2-5).   Would you please let me know if you have a preference?
>
> Thanks very much.
> Joan
>
> ******************************
>
> -----Original Message-----
> From: sgs.foenominations@utoronto.ca [mailto:sgs.foenominations@utoronto.ca]
> Sent: Friday, September 23, 2011 1:46 PM
> To: Laura Jantek
> Cc: sgs.foenominations@utoronto.ca
> Subject: FOE Approval Notification
>
> Dear Graduate Administrator,
>
> I am pleased to inform you that the External Appraiser/Examiner for Steve Szigeti's thesis has been approved. You may now send the thesis to the External Appraiser/Examiner and proceed with scheduling the Final Oral Exam on ROSI.  Please ensure that six weeks transpire between sending the thesis to the External Appraiser/Examiner and the date of the examination.
>
> A quorum of 4 voting members is required for the exam to proceed.  Therefore, we recommend including at least 5 members to ensure that the exam proceeds as scheduled.
>
> Best regards,
>
> Liz Smyth
> Vice-Dean (Programs)
> School of Graduate Studies
>

From perlman@turing.acm.org Wed Sep 28 11:14:23 2011 -0400
Date: Wed, 28 Sep 2011 11:14:22 -0400 (EDT)
From: Gary PERLMAN <perlman@turing.acm.org>
To: johnny.issa@L-3Com.com
Subject: Re: |STAT request
In-Reply-To: <BCFD49492570364F9493CCE8D65B1AB303C33BB2@mir.Datron.L-3Com.com>
Message-ID: <Pine.LNX.4.64.1109281114190.4804@turing.acm.org>
References: <BCFD49492570364F9493CCE8D65B1AB303C33BB2@mir.Datron.L-3Com.com>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
Status: O
X-Status: 
X-Keywords:                  
X-UID: 15

Thank you for your interest in |STAT data manipulation and analysis software.

UNIX |STAT for is now (only) available via Web browsers at a secret location.
 	http://www.hcibib.org/stat/xyzzy/

To obtain UNIX |STAT files, please follow the instructions at:
 	http://www.acm.org/perlman/stat/#access
There are installation notes (e.g., for Mac OS X and Linux) at:
 	http://www.acm.org/perlman/stat/installation.txt

DOS |STAT executables and documentation are available as a WinZip file:
 	http://www.acm.org/perlman/stat/DOS-STAT.ZIP

HTML documentation is available from the |STAT home page:
 	http://www.acm.org/perlman/stat/

On Tue, 27 Sep 2011, johnny.issa@L-3Com.com wrote:

> I AGREE TO ADHERE TO THE CONDITIONS OF USING |STAT.
>
> I AGREE NOT TO SHARE THE |STAT LOCATION WITH OTHERS.
>
>
>
> Johnny Issa
>
>
>
>

From perlman@turing.acm.org Wed Sep 28 11:19:56 2011 -0400
Date: Wed, 28 Sep 2011 11:19:55 -0400 (EDT)
From: Gary PERLMAN <perlman@turing.acm.org>
To: Lindsey Leach <lindsey.leach@plants.ox.ac.uk>
Subject: Re: |STAT problem
In-Reply-To: <1317028311.4725.6.camel@dops6031.plants.ox.ac.uk>
Message-ID: <Pine.LNX.4.64.1109281115360.4804@turing.acm.org>
References: <1317028311.4725.6.camel@dops6031.plants.ox.ac.uk>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
Status: O
X-Status: 
X-Keywords:                  
X-UID: 16

Hmmm. It looks like the test after the make completely failed. Do any of the programs exist?
Can you run any of them? The directory with all the programs should look something like this:

-rwxr-xr-x  1 perlman perlman 11080 Nov 13  2010 abut*
-rwxr-xr-x  1 perlman perlman 25135 Nov 13  2010 anova*
-rwxr-xr-x  1 perlman perlman 22696 Nov 13  2010 calc*
-rwxr-xr-x  1 perlman perlman 14306 Nov 13  2010 colex*
-rwxr-xr-x  1 perlman perlman 36236 Nov 13  2010 contab*
-rwxr-xr-x  1 perlman perlman 19253 Nov 13  2010 desc*
-rwxr-xr-x  1 perlman perlman 32637 Nov 13  2010 dm*
-rwxr-xr-x  1 perlman perlman 14438 Nov 13  2010 dprime*
-rwxr-xr-x  1 perlman perlman 16785 Nov 13  2010 dsort*
-rwxr-xr-x  1 perlman perlman 14314 Nov 13  2010 features*
-rwxr-xr-x  1 perlman perlman 22369 Nov 13  2010 ff*
-rwxr-xr-x  1 perlman perlman 10602 Nov 13  2010 fpack*
-rwxr-xr-x  1 perlman perlman 11497 Nov 13  2010 linex*
-rwxr-xr-x  1 perlman perlman  9983 Nov 13  2010 maketrix*
-rwxrwxr-x  1 perlman perlman   763 Dec 15  2000 manstat*
-rwxr-xr-x  1 perlman perlman 19006 Nov 13  2010 oneway*
-rwxr-xr-x  1 perlman perlman 19627 Nov 13  2010 pair*
-rwxr-xr-x  1 perlman perlman 16826 Nov 13  2010 perm*
-rwxr-xr-x  1 perlman perlman 32881 Nov 13  2010 probdist*
-rwxr-xr-x  1 perlman perlman 33990 Nov 13  2010 rankind*
-rwxr-xr-x  1 perlman perlman 33303 Nov 13  2010 rankrel*
-rwxr-xr-x  1 perlman perlman 12702 Nov 13  2010 ranksort*
-rwxr-xr-x  1 perlman perlman 19216 Nov 13  2010 regress*
-rwxr-xr-x  1 perlman perlman 12358 Nov 13  2010 repeat*
-rwxr-xr-x  1 perlman perlman 10501 Nov 13  2010 reverse*
-rwxr-xr-x  1 perlman perlman  7389 Nov 13  2010 series*
-rwxr-xr-x  1 perlman perlman 12206 Nov 13  2010 stats*
-rwxr-xr-x  1 perlman perlman 13827 Nov 13  2010 transpose*
-rwxr-xr-x  1 perlman perlman 17878 Nov 13  2010 ts*
-rwxr-xr-x  1 perlman perlman 11473 Nov 13  2010 validata*

If not, then try to make just one program. Try probdist.
Then try a few examples:
 	probdist p z 2
 	0.977250
 	probdist c z .95
 	1.644854

On Mon, 26 Sep 2011, Lindsey Leach wrote:

> Dear Gary,
>
> I have a problem when I try to install istat on linux system, please
> would you help?
>
> The make all seems to work but when I do make test I get an error as you
> can see in the attached file. Thanks in advance for your time.
>
> Best wishes,
>
> Lindsey
>

From perlman@turing.acm.org Thu Sep 29 11:07:12 2011 -0400
Date: Thu, 29 Sep 2011 11:07:11 -0400 (EDT)
From: Gary PERLMAN <perlman@turing.acm.org>
To: Lindsey Leach <lindsey.leach@plants.ox.ac.uk>
Subject: Re: |STAT problem
In-Reply-To: <1317290308.14454.5.camel@dops6031.plants.ox.ac.uk>
Message-ID: <Pine.LNX.4.64.1109291104030.13687@turing.acm.org>
References: <1317028311.4725.6.camel@dops6031.plants.ox.ac.uk> 
 <Pine.LNX.4.64.1109281115360.4804@turing.acm.org>
 <1317290308.14454.5.camel@dops6031.plants.ox.ac.uk>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
Status: O
X-Status: 
X-Keywords:                  
X-UID: 17

Thanks Linsey,

I think that was enough information to let me diagnose the problem.
I think it might be that the "example" script was not executable by others.
If you do
 	chmod +x example/example
then I think (hope) that
 	make test
will work.

Gary

On Thu, 29 Sep 2011, Lindsey Leach wrote:

> Dear Gary,
>
> Thanks for your help. The directory with all the programs looks exactly
> like you said it should, and the individual ones work fine when I tested
> as you suggested.
>
> I think the problem was solved because I need to add the |stat directory
> to my $PATH. I cannot get the make test to work even then, but I think
> that the programs work anyway.
>
> Many thanks for your help.
>
> Best wishes,
>
> Lindsey
>
> On Wed, 2011-09-28 at 16:19 +0100, Gary PERLMAN wrote:
>> Hmmm. It looks like the test after the make completely failed. Do any of the programs exist?
>> Can you run any of them? The directory with all the programs should look something like this:
>>
>> -rwxr-xr-x  1 perlman perlman 11080 Nov 13  2010 abut*
>> -rwxr-xr-x  1 perlman perlman 25135 Nov 13  2010 anova*
>> -rwxr-xr-x  1 perlman perlman 22696 Nov 13  2010 calc*
>> -rwxr-xr-x  1 perlman perlman 14306 Nov 13  2010 colex*
>> -rwxr-xr-x  1 perlman perlman 36236 Nov 13  2010 contab*
>> -rwxr-xr-x  1 perlman perlman 19253 Nov 13  2010 desc*
>> -rwxr-xr-x  1 perlman perlman 32637 Nov 13  2010 dm*
>> -rwxr-xr-x  1 perlman perlman 14438 Nov 13  2010 dprime*
>> -rwxr-xr-x  1 perlman perlman 16785 Nov 13  2010 dsort*
>> -rwxr-xr-x  1 perlman perlman 14314 Nov 13  2010 features*
>> -rwxr-xr-x  1 perlman perlman 22369 Nov 13  2010 ff*
>> -rwxr-xr-x  1 perlman perlman 10602 Nov 13  2010 fpack*
>> -rwxr-xr-x  1 perlman perlman 11497 Nov 13  2010 linex*
>> -rwxr-xr-x  1 perlman perlman  9983 Nov 13  2010 maketrix*
>> -rwxrwxr-x  1 perlman perlman   763 Dec 15  2000 manstat*
>> -rwxr-xr-x  1 perlman perlman 19006 Nov 13  2010 oneway*
>> -rwxr-xr-x  1 perlman perlman 19627 Nov 13  2010 pair*
>> -rwxr-xr-x  1 perlman perlman 16826 Nov 13  2010 perm*
>> -rwxr-xr-x  1 perlman perlman 32881 Nov 13  2010 probdist*
>> -rwxr-xr-x  1 perlman perlman 33990 Nov 13  2010 rankind*
>> -rwxr-xr-x  1 perlman perlman 33303 Nov 13  2010 rankrel*
>> -rwxr-xr-x  1 perlman perlman 12702 Nov 13  2010 ranksort*
>> -rwxr-xr-x  1 perlman perlman 19216 Nov 13  2010 regress*
>> -rwxr-xr-x  1 perlman perlman 12358 Nov 13  2010 repeat*
>> -rwxr-xr-x  1 perlman perlman 10501 Nov 13  2010 reverse*
>> -rwxr-xr-x  1 perlman perlman  7389 Nov 13  2010 series*
>> -rwxr-xr-x  1 perlman perlman 12206 Nov 13  2010 stats*
>> -rwxr-xr-x  1 perlman perlman 13827 Nov 13  2010 transpose*
>> -rwxr-xr-x  1 perlman perlman 17878 Nov 13  2010 ts*
>> -rwxr-xr-x  1 perlman perlman 11473 Nov 13  2010 validata*
>>
>> If not, then try to make just one program. Try probdist.
>> Then try a few examples:
>>  	probdist p z 2
>>  	0.977250
>>  	probdist c z .95
>>  	1.644854
>>
>> On Mon, 26 Sep 2011, Lindsey Leach wrote:
>>
>>> Dear Gary,
>>>
>>> I have a problem when I try to install istat on linux system, please
>>> would you help?
>>>
>>> The make all seems to work but when I do make test I get an error as you
>>> can see in the attached file. Thanks in advance for your time.
>>>
>>> Best wishes,
>>>
>>> Lindsey
>>>
>
>

