-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- from src@2f4e69cbdad3882ef1a19f12db0131caf31005e7 - from dev@001fcfd2b61a727e3ad72674be7f4a0958371726
- Loading branch information
1 parent
2bcd138
commit d50856d
Showing
24 changed files
with
599 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,107 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<!-- Global site tag (gtag.js) - Google Analytics --> | ||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-127803291-1"></script> | ||
<script> | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag(){dataLayer.push(arguments);} | ||
gtag('js', new Date()); | ||
|
||
gtag('config', 'UA-127803291-1'); | ||
</script> | ||
|
||
|
||
<title>Denis Bobkov – Bayesian Methods Research Group</title> | ||
<meta property="twitter:site" content="@bayesgroup" /> | ||
<meta property="twitter:card" content="summary" /> | ||
<meta property="og:title" content="Denis Bobkov – Bayesian Methods Research Group" /> | ||
<meta property="og:description" content="from Bremen, Germany" /> | ||
<meta property="og:image" content="http://bayesgroup.org/photos/denis-bobkov.jpg" /> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<!--[if lte IE 8]><script src="/theme/js/ie/html5shiv.js"></script><![endif]--> | ||
<link rel="stylesheet" href="/theme/css/main.css" /> | ||
<!--[if lte IE 8]><link rel="stylesheet" href="/theme/css/ie8.css" /><![endif]--> | ||
</head> | ||
|
||
<body> | ||
<!-- Header --> | ||
<section id="header"> | ||
<header> | ||
<span class="image"><a href="/"><img src="/theme/images/bayesgroup.png" alt="" /></a></span> | ||
<h1 id="logo">Bayesian Methods Research Group</h1> | ||
<p>from Bremen, Germany</p> | ||
</header> | ||
<nav id="nav"> | ||
<ul> | ||
<li><a href="/about/">About</a></li> | ||
<li class="active"><a href="/people">People</a></li> | ||
<li><a href="/publications">Publications</a></li> | ||
<li><a href="/teaching">Teaching</a></li> | ||
<li><a href="/admission/">Admission</a></li> | ||
<li><a href="/alumni/">Alumni</a></li> | ||
</ul> | ||
</nav> | ||
<footer> | ||
<ul class="icons"> | ||
<li><a href="https://twitter.com/bayesgroup" class="icon fa-twitter"><span class="label">Twitter</span></a></li> | ||
<li><a href="https://www.youtube.com/@bayesgroup" class="icon fa-youtube"><span class="label">Youtube</span></a></li> | ||
<li><a href="mailto:[email protected]" class="icon fa-envelope"><span class="label">Email</span></a></li> | ||
</ul> | ||
</footer> | ||
</section> | ||
|
||
<!-- Wrapper --> | ||
<div id="wrapper"> | ||
|
||
<!-- Group Photo --> | ||
<section id="photo"> | ||
<div class="container"> | ||
<span class="image fit"><img src="/theme/images/banner.jpg" alt="" /></span> | ||
</div> | ||
</section> | ||
|
||
<!-- Main --> | ||
<div id="main"> | ||
<section id="page"> | ||
<div class="container"> | ||
<header class="major"> | ||
<h2>Denis Bobkov</h2> | ||
</header> | ||
|
||
|
||
|
||
<h4>Recent Publications</h4> | ||
<ul id="recent-publications-list"> | ||
<li> | ||
<b><a href="/publications/2024-the-devil-is-in-the-details-stylefeatureeditor-for-detail-rich-stylegan-inversion-and-high-quality-image-editing/">The Devil is in the Details: StyleFeatureEditor for Detail-Rich StyleGAN Inversion and High Quality Image Editing</a></b> | ||
(2024) | ||
<span class="ribbon-container"><span class="ribbon-right ribbon-teal" title="The IEEE/CVF Conference on Computer Vision and Pattern Recognition 2024">CVPR 2024</span></span> </li> | ||
</ul> | ||
</div> | ||
</section> | ||
</div> | ||
|
||
<!-- Footer --> | ||
<section id="footer"> | ||
<div class="container"> | ||
<ul class="copyright"> | ||
<li>Proudly powered by <a href="http://getpelican.com/">Pelican</a>, which takes great advantage of <a href="http://python.org">Python</a>.</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li> | ||
</ul> | ||
</div> | ||
</section> | ||
|
||
</div> | ||
|
||
<!-- Scripts --> | ||
<script src="/theme/js/jquery.min.js"></script> | ||
<script src="/theme/js/jquery.scrollzer.min.js"></script> | ||
<script src="/theme/js/jquery.scrolly.min.js"></script> | ||
<script src="/theme/js/skel.min.js"></script> | ||
<script src="/theme/js/util.js"></script> | ||
<!--[if lte IE 8]><script src="theme/js/ie/respond.min.js"></script><![endif]--> | ||
<script src="/theme/js/main.js"></script> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,103 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<!-- Global site tag (gtag.js) - Google Analytics --> | ||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-127803291-1"></script> | ||
<script> | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag(){dataLayer.push(arguments);} | ||
gtag('js', new Date()); | ||
|
||
gtag('config', 'UA-127803291-1'); | ||
</script> | ||
|
||
|
||
<title>Emilia Lekhman – Bayesian Methods Research Group</title> | ||
<meta property="twitter:site" content="@bayesgroup" /> | ||
<meta property="twitter:card" content="summary" /> | ||
<meta property="og:title" content="Emilia Lekhman – Bayesian Methods Research Group" /> | ||
<meta property="og:description" content="from Bremen, Germany" /> | ||
<meta property="og:image" content="http://bayesgroup.org/photos/emilia-lekhman.jpg" /> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<!--[if lte IE 8]><script src="/theme/js/ie/html5shiv.js"></script><![endif]--> | ||
<link rel="stylesheet" href="/theme/css/main.css" /> | ||
<!--[if lte IE 8]><link rel="stylesheet" href="/theme/css/ie8.css" /><![endif]--> | ||
</head> | ||
|
||
<body> | ||
<!-- Header --> | ||
<section id="header"> | ||
<header> | ||
<span class="image"><a href="/"><img src="/theme/images/bayesgroup.png" alt="" /></a></span> | ||
<h1 id="logo">Bayesian Methods Research Group</h1> | ||
<p>from Bremen, Germany</p> | ||
</header> | ||
<nav id="nav"> | ||
<ul> | ||
<li><a href="/about/">About</a></li> | ||
<li class="active"><a href="/people">People</a></li> | ||
<li><a href="/publications">Publications</a></li> | ||
<li><a href="/teaching">Teaching</a></li> | ||
<li><a href="/admission/">Admission</a></li> | ||
<li><a href="/alumni/">Alumni</a></li> | ||
</ul> | ||
</nav> | ||
<footer> | ||
<ul class="icons"> | ||
<li><a href="https://twitter.com/bayesgroup" class="icon fa-twitter"><span class="label">Twitter</span></a></li> | ||
<li><a href="https://www.youtube.com/@bayesgroup" class="icon fa-youtube"><span class="label">Youtube</span></a></li> | ||
<li><a href="mailto:[email protected]" class="icon fa-envelope"><span class="label">Email</span></a></li> | ||
</ul> | ||
</footer> | ||
</section> | ||
|
||
<!-- Wrapper --> | ||
<div id="wrapper"> | ||
|
||
<!-- Group Photo --> | ||
<section id="photo"> | ||
<div class="container"> | ||
<span class="image fit"><img src="/theme/images/banner.jpg" alt="" /></span> | ||
</div> | ||
</section> | ||
|
||
<!-- Main --> | ||
<div id="main"> | ||
<section id="page"> | ||
<div class="container"> | ||
<header class="major"> | ||
<h2>Emilia Lekhman</h2> | ||
</header> | ||
|
||
|
||
|
||
<h4>Recent Publications</h4> | ||
<ul id="recent-publications-list"> | ||
</ul> | ||
</div> | ||
</section> | ||
</div> | ||
|
||
<!-- Footer --> | ||
<section id="footer"> | ||
<div class="container"> | ||
<ul class="copyright"> | ||
<li>Proudly powered by <a href="http://getpelican.com/">Pelican</a>, which takes great advantage of <a href="http://python.org">Python</a>.</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li> | ||
</ul> | ||
</div> | ||
</section> | ||
|
||
</div> | ||
|
||
<!-- Scripts --> | ||
<script src="/theme/js/jquery.min.js"></script> | ||
<script src="/theme/js/jquery.scrollzer.min.js"></script> | ||
<script src="/theme/js/jquery.scrolly.min.js"></script> | ||
<script src="/theme/js/skel.min.js"></script> | ||
<script src="/theme/js/util.js"></script> | ||
<!--[if lte IE 8]><script src="theme/js/ie/respond.min.js"></script><![endif]--> | ||
<script src="/theme/js/main.js"></script> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,103 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<!-- Global site tag (gtag.js) - Google Analytics --> | ||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-127803291-1"></script> | ||
<script> | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag(){dataLayer.push(arguments);} | ||
gtag('js', new Date()); | ||
|
||
gtag('config', 'UA-127803291-1'); | ||
</script> | ||
|
||
|
||
<title>Eva Neudachina – Bayesian Methods Research Group</title> | ||
<meta property="twitter:site" content="@bayesgroup" /> | ||
<meta property="twitter:card" content="summary" /> | ||
<meta property="og:title" content="Eva Neudachina – Bayesian Methods Research Group" /> | ||
<meta property="og:description" content="from Bremen, Germany" /> | ||
<meta property="og:image" content="http://bayesgroup.org/photos/eva-neudachina.JPG" /> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<!--[if lte IE 8]><script src="/theme/js/ie/html5shiv.js"></script><![endif]--> | ||
<link rel="stylesheet" href="/theme/css/main.css" /> | ||
<!--[if lte IE 8]><link rel="stylesheet" href="/theme/css/ie8.css" /><![endif]--> | ||
</head> | ||
|
||
<body> | ||
<!-- Header --> | ||
<section id="header"> | ||
<header> | ||
<span class="image"><a href="/"><img src="/theme/images/bayesgroup.png" alt="" /></a></span> | ||
<h1 id="logo">Bayesian Methods Research Group</h1> | ||
<p>from Bremen, Germany</p> | ||
</header> | ||
<nav id="nav"> | ||
<ul> | ||
<li><a href="/about/">About</a></li> | ||
<li class="active"><a href="/people">People</a></li> | ||
<li><a href="/publications">Publications</a></li> | ||
<li><a href="/teaching">Teaching</a></li> | ||
<li><a href="/admission/">Admission</a></li> | ||
<li><a href="/alumni/">Alumni</a></li> | ||
</ul> | ||
</nav> | ||
<footer> | ||
<ul class="icons"> | ||
<li><a href="https://twitter.com/bayesgroup" class="icon fa-twitter"><span class="label">Twitter</span></a></li> | ||
<li><a href="https://www.youtube.com/@bayesgroup" class="icon fa-youtube"><span class="label">Youtube</span></a></li> | ||
<li><a href="mailto:[email protected]" class="icon fa-envelope"><span class="label">Email</span></a></li> | ||
</ul> | ||
</footer> | ||
</section> | ||
|
||
<!-- Wrapper --> | ||
<div id="wrapper"> | ||
|
||
<!-- Group Photo --> | ||
<section id="photo"> | ||
<div class="container"> | ||
<span class="image fit"><img src="/theme/images/banner.jpg" alt="" /></span> | ||
</div> | ||
</section> | ||
|
||
<!-- Main --> | ||
<div id="main"> | ||
<section id="page"> | ||
<div class="container"> | ||
<header class="major"> | ||
<h2>Eva Neudachina</h2> | ||
</header> | ||
|
||
|
||
|
||
<h4>Recent Publications</h4> | ||
<ul id="recent-publications-list"> | ||
</ul> | ||
</div> | ||
</section> | ||
</div> | ||
|
||
<!-- Footer --> | ||
<section id="footer"> | ||
<div class="container"> | ||
<ul class="copyright"> | ||
<li>Proudly powered by <a href="http://getpelican.com/">Pelican</a>, which takes great advantage of <a href="http://python.org">Python</a>.</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li> | ||
</ul> | ||
</div> | ||
</section> | ||
|
||
</div> | ||
|
||
<!-- Scripts --> | ||
<script src="/theme/js/jquery.min.js"></script> | ||
<script src="/theme/js/jquery.scrollzer.min.js"></script> | ||
<script src="/theme/js/jquery.scrolly.min.js"></script> | ||
<script src="/theme/js/skel.min.js"></script> | ||
<script src="/theme/js/util.js"></script> | ||
<!--[if lte IE 8]><script src="theme/js/ie/respond.min.js"></script><![endif]--> | ||
<script src="/theme/js/main.js"></script> | ||
|
||
</body> | ||
</html> |
Oops, something went wrong.