#!/usr/bin/perl ############################################################################# # # awards.cgi -- Lists awards won by IF/FX # ############################################################################# use strict; use CGI; require "Common.pl"; my $title = "Foresight Exchange Awards and Press"; my $header = "Awards and Press"; my (@content,$data); my $query = new CGI; print $query->header; $data = < 2005-08-29 FX code base released as open source. Archives(Links may be out of date) 1996-06-06 Boston Globe 1996-06 LA Times 1996-02-26Planet Science Site of the Day (on-line arm of New Scientist): Planet Science 1996-01-15Air date of interview on "\@discovery.ca", the Discovery Channel (Canada). 1996-01 NetGuide Magazine's CyberGuide Foresight Update, #22 1995-11Sean Morgan was a guest of the Dutch Electronic Arts Festival 95 in Rotterdam, Nov. 21-26, to demo FX. 1995-09 Wired 1995-09Top 5% of the web by Point Communications (acquired by Lycos). Check out the detailed evaluation. This award lets us use this logo: 5 percent logo 1995-08-30 Wall Street Journal UndatedLA Daily News Extropy #16 (US) Extro 2 paper (Kittlitz, Hewitt, et al.). Currently in ZIPped RTF, yet to be htmlified. (Japan) Eye-Com [Internet Magazine] (Canada) Computer Paper. Press release published as letter to the editor (Canada) Calgary Sun (with GIF) (Canada) Calgary Herald (Canada) Alberta Report (with GIF)

Further FX Reading

Robin Hanson on the idea futures concept:

Other web pages that refer to the web implementation:

Neal Stephenson's short story, "The Great Simolean Caper", is related to some of the discussions we have had around FX.

[Previous] [Top] [Next]

EOT push(@content,$data); &showHtml(8,$title,$header,undef,undef,@content); ############################################################################# # # $License: # # Copyright (C) Kenneth A. Kittlitz, All Rights Reserved. # # Unless explicitly acquired and licensed from Licensor under a # separate arrangement, the contents of this file are subject to the # Idea Futures Public License ("IFPL") Version 1.0, or subsequent # versions as allowed by the IFPL, and You may not copy or use this file # in either source code or executable form, except in compliance with the # terms and conditions of the IFPL. # # The IFPL V1.0 is identical to the Reciprocal Public License V1.1 as # published at , with the # following two changes to term 13.8: # # [start of changes] # Change 1) Replace: # "This License shall be governed by Colorado law provisions..." # with: # "This License shall be governed by Alberta law provisions...". # # Change 2) Replace: # "You further agree that Adams County, Colorado USA is proper venue..." # with: # "You further agree that Alberta, Canada is proper venue...". # [end of changes] # # All software distributed under the License is provided strictly on # an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR # IMPLIED, AND KENNETH A. KITTLITZ HEREBY DISCLAIMS ALL SUCH # WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT, # OR NON-INFRINGEMENT. See the License for specific language # governing rights and limitations under the License. # # :License$ # #############################################################################