Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinglok authored Sep 18, 2024
1 parent 7943939 commit 04c7a09
Showing 1 changed file with 6 additions and 58 deletions.
64 changes: 6 additions & 58 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Audio Texture Manipulation by Exemplar-Based Analogy</title>

<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-PYVRSFMDRL"></script>
<script>
window.dataLayer = window.dataLayer || [];

function gtag() {
dataLayer.push(arguments);
}

gtag('js', new Date());

gtag('config', 'G-PYVRSFMDRL');
</script>

<link href="https://fonts.googleapis.com/css?family=Google+Sans|Noto+Sans|Castoro"
rel="stylesheet">

Expand All @@ -41,38 +27,6 @@
</head>
<body>

<nav class="navbar" role="navigation" aria-label="main navigation">
<div class="navbar-brand">
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false">
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
</div>
<div class="navbar-menu">
<div class="navbar-start" style="flex-grow: 1; justify-content: center;">
<a class="navbar-item" href="https://berkeley-speech-group.github.io/audio-texture-analogy/">
<span class="icon">
<i class="fas fa-home"></i>
</span>
</a>

<div class="navbar-item has-dropdown is-hoverable">
<a class="navbar-link">
More Research
</a>
<div class="navbar-dropdown">
<a class="navbar-item" href="https://people.eecs.berkeley.edu/~gopala/">
Berkeley Speech Group
</a>
</div>
</div>
</div>

</div>
</nav>


<section class="hero">
<div class="hero-body">
<div class="container is-max-desktop">
Expand All @@ -81,9 +35,9 @@
<h1 class="title is-1 publication-title">Audio Texture Manipulation <br>by Exemplar-Based Analogy</h1>
<div class="is-size-5 publication-authors">
<span class="author-block">
<a href="">Kan Jen Cheng</a>,</span>
<a href="https://github.com/iftrush">Kan Jen Cheng</a>,</span>
<span class="author-block">
<a href="">Tingle Li</a>,</span>
<a href="https://tinglok.netlify.app/">Tingle Li</a>,</span>
<span class="author-block">
<a href="https://people.eecs.berkeley.edu/~gopala/">Gopala Anumanchipalli</a></span>
</div>
Expand Down Expand Up @@ -288,9 +242,9 @@ <h2 class="title is-3">Generalization to Out-Of-Distribution Data</h2>
<div class="container is-max-desktop content">
<h2 class="title">BibTeX</h2>
<pre><code>@article{,
author = {Cheng, Kan Jen and Li, Tingle and Gopala, Anumanchipalli.},
author = {Cheng, Kan Jen and Li, Tingle and Anumanchipalli, Gopala.},
title = {Audio Texture Manipulation by Exemplar-Based Analogy},
journal = {},
journal = {arXiv},
year = {2024},
}</code></pre>
</div>
Expand All @@ -314,14 +268,8 @@ <h2 class="title">BibTeX</h2>
<p>
This website is licensed under a <a rel="license"
href="http://creativecommons.org/licenses/by-sa/4.0/">Creative
Commons Attribution-ShareAlike 4.0 International License</a>.
</p>
<p>
This means you are free to borrow the <a
href="https://github.com/nerfies/nerfies.github.io">source code</a> of this website,
we just ask that you link back to this page in the footer.
Please remember to remove the analytics code included in the header of the website which
you do not want on your website.
Commons Attribution-ShareAlike 4.0 International License</a>. You are free to borrow the <a
href="https://github.com/nerfies/nerfies.github.io">source code</a> of this website.
</p>
</div>
</div>
Expand Down

0 comments on commit 04c7a09

Please sign in to comment.