Skip to content

Commit cc1708e

Browse files
committed
ADD:acknowledgement.html
1 parent ac2cef9 commit cc1708e

File tree

1 file changed

+147
-0
lines changed

1 file changed

+147
-0
lines changed

acknowledgement.html

Lines changed: 147 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,147 @@
1+
<!DOCTYPE html>
2+
<meta charset="utf-8">
3+
<title>Visual Sedimentation | Documentation</title>
4+
<script type="text/javascript">
5+
6+
var _gaq = _gaq || [];
7+
_gaq.push(['_setAccount', 'UA-30706693-1']);
8+
_gaq.push(['_trackPageview']);
9+
10+
(function() {
11+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
12+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
13+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
14+
})();
15+
16+
</script>
17+
<style>
18+
@import url(css/fan-of-mike-style.css);
19+
.li{
20+
float:left;
21+
position: relative;
22+
}
23+
button.css3button {
24+
font-family: Arial, Helvetica, sans-serif;
25+
font-size: 14px;
26+
color: #123d54;
27+
padding: 10px 20px;
28+
background: -moz-linear-gradient(
29+
top,
30+
#afd9fa 0%,
31+
#588fad);
32+
background: -webkit-gradient(
33+
linear, left top, left bottom,
34+
from(#afd9fa),
35+
to(#588fad));
36+
-moz-border-radius: 6px;
37+
-webkit-border-radius: 6px;
38+
border-radius: 6px;
39+
border: 1px solid #003366;
40+
-moz-box-shadow:
41+
0px 1px 3px rgba(000,000,000,0.5),
42+
inset 0px 0px 1px rgba(255,255,255,1);
43+
-webkit-box-shadow:
44+
0px 1px 3px rgba(000,000,000,0.5),
45+
inset 0px 0px 1px rgba(255,255,255,1);
46+
box-shadow:
47+
0px 1px 3px rgba(000,000,000,0.5),
48+
inset 0px 0px 1px rgba(255,255,255,1);
49+
text-shadow:
50+
0px -1px 0px rgba(000,000,000,0.7),
51+
0px 1px 0px rgba(255,255,255,0.3);
52+
}
53+
button.css3button:hover {
54+
font-family: Arial, Helvetica, sans-serif;
55+
font-size: 14px;
56+
color: red;
57+
padding: 10px 20px;
58+
background: -moz-linear-gradient(
59+
top,
60+
#afd9fa 50%,
61+
#588fad);
62+
background: -webkit-gradient(
63+
linear, left top, left bottom,
64+
from(#afd9fa),
65+
to(#588fad));
66+
-moz-border-radius: 6px;
67+
-webkit-border-radius: 6px;
68+
border-radius: 6px;
69+
border: 1px solid #003366;
70+
-moz-box-shadow:
71+
0px 1px 3px rgba(000,000,000,0.5),
72+
inset 0px 0px 1px rgba(255,255,255,1);
73+
74+
-webkit-box-shadow:
75+
0px 1px 3px rgba(000,000,000,0),
76+
inset 0px 0px 0px rgba(255,255,255,0);
77+
78+
box-shadow:
79+
0px 1px 3px rgba(000,000,000,0.5),
80+
inset 0px 0px 1px rgba(255,255,255,1);
81+
82+
text-shadow:
83+
0px -1px 0px rgba(000,000,000,0.7),
84+
0px 1px 0px rgba(255,255,255,0.3);
85+
}
86+
87+
</style>
88+
89+
<div id="body">
90+
91+
<header>
92+
<b><a href="./">Overview</a></b>
93+
<a style="margin-left:1em;" href="examples/index.html">Examples</a>
94+
<a style="margin-left:1em;" href="documentation/index.html">Documentation</a>
95+
<a style="margin-left:1em;" href="documentation/learning.html">Learning</a>
96+
<a style="margin-left:1em;" href="https://github.com/INRIA/VisualSedimentation" target="_blank">Source</a>
97+
<a style="margin-left:1em;" href="https://groups.google.com/forum/?fromgroups#!forum/visualsedimentation" target="_blank">Contact / Feedback</a>
98+
<a style="margin-left:1em;" href="acknowledgement.html" target="_blank">Acknowledgement</a>
99+
100+
</header>
101+
102+
<h1>Acknowledgement</h1>
103+
104+
Thanks to :
105+
<ul>
106+
<li> Jagoda Walmy for the voice on the youtube video. </li>
107+
<li> Nicolas Sauret for his incredible project management skills</li>
108+
<li> Raphael Velt for his crazy hability to prototype quicly </li>
109+
<li> Yves Marie Haussonne for his work on the project</li>
110+
<li> Vincent Puig for his work on the project</li>
111+
<li> Lindsay MacDonald for proofreading and remind me to cite artist correctly</li>
112+
<li> Laurence Fyfe for proofreading</li>
113+
<li> Lora Oehlberg for proofreading and improvement</li>
114+
<li> Reviewers and Chairs s for their valuable comments which greatly
115+
improved the paper’s quality</li>
116+
</ul>
117+
118+
And for the funding and hosting of the experiments:
119+
<ul>
120+
<li> CINEGIFT DGCIS project </li>
121+
<li> ANR Periplus</li>
122+
<li> ANRT </li>
123+
<li> France Televisions Innovation</li>
124+
<li> Allo Cine</li>
125+
<li> Google</li>
126+
<ul>
127+
128+
<footer>
129+
<DIV>Released under French Free Software license, compatible with the GNU GPL : <a href="license/">LICENSE CeCILL-B</a>.</DIV>
130+
Copyright 2012
131+
<a href="http://www.cybunk.com/" target="_blank">Samuel Huron </a> and
132+
<a href="http://romain.vuillemot.net/" target="_blank">Romain Vuillemot</a><br/>
133+
<br/> Forged at :
134+
<a href="http://www.aviz.fr/" target="_blank">Aviz Inria</a>,
135+
<a href="http://www.iri.centrepompidou.fr/" target="_blank">IRI / Pompidou Center</a>
136+
</br>Funded by :
137+
<a href="http://www.agence-nationale-recherche.fr/" target="_blank">ANR</a>,
138+
<a href="http://www.iri.centrepompidou.fr/projets/eulalie-2-en/?lang=en_us" target="_blank">Eulalie</a>,
139+
<a href="http://www.iri.centrepompidou.fr/projets/periplus-2/?lang=en_us" target="_blank">Periplus</a>, and
140+
<a href="http://www.anrt.asso.fr" target="_blank">ANRT</a>
141+
</footer>
142+
143+
</div>
144+
<script src="js/lib/highlight.v0.min.js"></script>
145+
<a href="https://github.com/INRIA/VisualSedimentation"><img style="position:absolute;top:0;right:0;border:0;" width="149" height="149" src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub"></a>
146+
</body>
147+
</html>

0 commit comments

Comments
 (0)