session_start();
$title="Sharing Information";
require("../../../php/require/config.php");
require("$reqpath/login/config.php");
require("$reqpath/common.php");
require("$reqpath/login/membership.php");
include("$incpath/header.php");
include("$incpath/menu.php");
if (!loggedin()){
echo "
";
$bartitle="Unverified user: Please login to view Presentations ";
printneedtologinmsg($bartitle);
}
else
{
?>
|
First page Back Continue Last page Overview Graphics
Sharing Information
``How can you guarantee quality or protect against catastrophic losses if no one is in control? ... When the right incentives are in place, just sharing information can be enough to maintain quality and maintain risk.''
--Thomas W. Malone, The Future of Work, p. 117
| } include("$incpath/footer.php"); ?>