From c1a2079731108585683f5eb713054d6467089c82 Mon Sep 17 00:00:00 2001 From: rana Date: Sat, 30 May 2020 18:50:39 +0300 Subject: [PATCH] add acknowledgements --- docs/index.html | 19 +++++++++++++++++++ docs/min.css | 11 ++++++----- 2 files changed, 25 insertions(+), 5 deletions(-) diff --git a/docs/index.html b/docs/index.html index 81aafea..67812a5 100644 --- a/docs/index.html +++ b/docs/index.html @@ -168,4 +168,23 @@

A Self-Prior for Deformable Meshes

+
+

Acknowledgements

+

+ We thank Daniele Panozzo for his helpful suggestions. We are also + thankful for help from Shihao Wu, + Francis Williams, + Teseo Schneider, + Noa Fish + and + Yifan Wang. + We are grateful for the 3D scans + provided by Tom Pierce and Pierce Design. This work is supported + by the NSF-BSF grant (No. 2017729), the European research council + (ERC-StG 757497 PI Giryes), ISF grant 2366/16, and the Israel Science + Foundation ISF-NSFC joint program grant number 2472/17. +

+
+
+ \ No newline at end of file diff --git a/docs/min.css b/docs/min.css index 47eeb91..443531a 100644 --- a/docs/min.css +++ b/docs/min.css @@ -2298,17 +2298,18 @@ img { } .link { - margin-right: 19px; - border-bottom: 1px solid rgba(0, 0, 0, .2); + /*margin-right: 19px;*/ + border-bottom: 1px solid #04948c; -webkit-transition: all .5s ease; transition: all .5s ease; - color: #8c8c8c; + /*color: #8c8c8c;*/ + color: #04948c; text-decoration: none } .link:hover { - border-bottom: 1px solid #000; - color: #383838 + border-bottom: 1px solid #18446c; + color: #18446c } .link.preview {