allllmost ready
This commit is contained in:
parent
029852d5f4
commit
dd2ed39f27
6 changed files with 41 additions and 8 deletions
BIN
favicon.png
Normal file
BIN
favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 810 B |
30
index.html
30
index.html
|
@ -1,9 +1,39 @@
|
|||
<!doctype>
|
||||
<html>
|
||||
<head>
|
||||
|
||||
<!-- TRANSLATE: 'title' -->
|
||||
<title>The Evolution of Trust</title>
|
||||
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
|
||||
<meta content="utf-8" http-equiv="encoding">
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=640">
|
||||
<link rel="icon" type="image/png" href="favicon.png">
|
||||
|
||||
<!-- TRANSLATE: 'name' and 'description' -->
|
||||
<meta itemprop="name" content="The Evolution of Trust">
|
||||
<meta itemprop="description" content="an interactive guide to the game theory of cooperation">
|
||||
<meta itemprop="image" content="http://ncase.me/trust/social/thumbnail.png">
|
||||
|
||||
<!-- TRANSLATE: 'twitter:title' and 'twitter:description' -->
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:site" content="@ncasenmare">
|
||||
<meta name="twitter:title" content="The Evolution of Trust">
|
||||
<meta name="twitter:description" content="an interactive guide to the game theory of cooperation">
|
||||
<meta name="twitter:creator" content="@ncasenmare">
|
||||
<meta name="twitter:image" content="http://ncase.me/trust/social/thumbnail.png">
|
||||
|
||||
<!-- TRANSLATE: 'og:title' and 'og:description' -->
|
||||
<meta property="og:title" content="The Evolution of Trust">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="http://ncase.me/trust/">
|
||||
<meta property="og:image" content="http://ncase.me/trust/social/thumbnail.png">
|
||||
<meta property="og:description" content="an interactive guide to the game theory of cooperation">
|
||||
|
||||
<!-- Styles -->
|
||||
<link rel="stylesheet" href="css/slides.css">
|
||||
<link rel="stylesheet" href="css/balloon.css">
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div id="preloader">loading...</div>
|
||||
|
|
|
@ -152,8 +152,9 @@ SLIDES.push({
|
|||
unlisten(_.misc);
|
||||
self.remove("roundsLabel");
|
||||
self.remove("roundsSlider");
|
||||
self.remove("continueLabel");
|
||||
self.remove("continueButton");
|
||||
var o = self.objects;
|
||||
if(o.continueLabel) self.remove("continueLabel");
|
||||
if(o.continueButton) self.remove("continueButton");
|
||||
}
|
||||
});
|
||||
|
||||
|
@ -264,8 +265,9 @@ SLIDES.push({
|
|||
self.remove("payoffs");
|
||||
self.remove("text2");
|
||||
self.remove("note2");
|
||||
self.remove("continueLabel");
|
||||
self.remove("continueButton");
|
||||
var o = self.objects;
|
||||
if(o.continueLabel) self.remove("continueLabel");
|
||||
if(o.continueButton) self.remove("continueButton");
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
@ -479,8 +479,9 @@ SLIDES.push({
|
|||
unlisten(_.misc);
|
||||
self.remove("noiseLabel");
|
||||
self.remove("noiseSlider");
|
||||
self.remove("continueLabel");
|
||||
self.remove("continueButton");
|
||||
var o = self.objects;
|
||||
if(o.continueLabel) self.remove("continueLabel");
|
||||
if(o.continueButton) self.remove("continueButton");
|
||||
self.remove("text");
|
||||
}
|
||||
});
|
||||
|
|
|
@ -769,7 +769,7 @@ This is why "miscommunication" is such an interesting barrier to trust:
|
|||
a <i>little</i> bit of it leads to forgiveness,
|
||||
but <i>too much</i> and it leads to widespread distrust!
|
||||
I think our modern media technology,
|
||||
as much as it's helped us <i>increase</i> communication...
|
||||
as much as it's helped us increase communication...
|
||||
has increased our <i>miscommunication</i> much more.
|
||||
<br><br>
|
||||
At last, let's experiment with <i>all</i> the numbers, the knobs and sliders.
|
||||
|
@ -878,7 +878,7 @@ but as game theory reminds us, we <i>are</i> each others' environment.
|
|||
<b>In the short run, the game defines the players. But in the long run,
|
||||
it's us players who define the game.</b>
|
||||
<br><br>
|
||||
So, do what <i>you</i> can to create the conditions necessary to evolve trust.
|
||||
So, do what <i>you</i> can do, to create the conditions necessary to evolve trust.
|
||||
Build relationships. Find win-wins. Communicate clearly.
|
||||
Maybe then, we can stop firing at each other, get out of our own trenches,
|
||||
cross No Man's Land to come together...
|
||||
|
|
BIN
social/thumbnail.png
Normal file
BIN
social/thumbnail.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 222 KiB |
Loading…
Reference in a new issue