Skip to content

Commit

Permalink
Fix references
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelbrack committed Dec 6, 2023
1 parent 2a6b868 commit 5678022
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 48 deletions.
28 changes: 14 additions & 14 deletions projects/multifusion/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
<meta property="og:description" content="The recent popularity of text-to-image diffusion models (DM) can largely be attributed to the intuitive interface they provide to users. The intended generation can be expressed in natural language, with the model producing faithful interpretations of text prompts. However, expressing complex or nuanced ideas in text alone can be difficult. To ease image generation, we propose MultiFusion that allows one to express complex and nuanced concepts with arbitrarily interleaved inputs of multiple modalities and languages. MutliFusion leverages pre-trained models and aligns them for integration into a cohesive system, thereby avoiding the need for extensive training from scratch. Our experimental results demonstrate the efficient transfer of capabilities from individual modules to the downstream model. Specifically, the fusion of all independent components allows the image generation module to utilize multilingual, interleaved multimodal inputs despite being trained solely on monomodal data in a single language."/>
<meta property="og:url" content="URL OF THE WEBSITE"/>
<!-- Path to banner image, should be in the path listed below. Optimal dimenssions are 1200X630-->
<meta property="og:image" content="/static/image/your_banner_image.png"/>
<meta property="og:image" content="/human-centered-genai/static/image/your_banner_image.png"/>
<meta property="og:image:width" content="1200"/>
<meta property="og:image:height" content="630"/>


<meta name="twitter:title" content="MultiFusion - Project Page">
<meta name="twitter:description" content="The recent popularity of text-to-image diffusion models (DM) can largely be attributed to the intuitive interface they provide to users. The intended generation can be expressed in natural language, with the model producing faithful interpretations of text prompts. However, expressing complex or nuanced ideas in text alone can be difficult. To ease image generation, we propose MultiFusion that allows one to express complex and nuanced concepts with arbitrarily interleaved inputs of multiple modalities and languages. MutliFusion leverages pre-trained models and aligns them for integration into a cohesive system, thereby avoiding the need for extensive training from scratch. Our experimental results demonstrate the efficient transfer of capabilities from individual modules to the downstream model. Specifically, the fusion of all independent components allows the image generation module to utilize multilingual, interleaved multimodal inputs despite being trained solely on monomodal data in a single language.">
<!-- Path to banner image, should be in the path listed below. Optimal dimenssions are 1200X600-->
<meta name="twitter:image" content="/static/images/your_twitter_banner_image.png">
<meta name="twitter:image" content="/human-centered-genai/static/images/your_twitter_banner_image.png">
<meta name="twitter:card" content="summary_large_image">
<!-- Keywords for your paper to be indexed by-->
<meta name="keywords"
Expand All @@ -26,28 +26,28 @@


<title>MultiFusion</title>
<link rel="icon" type="image/x-icon" href="/static/images/favicon.png">
<link rel="icon" type="image/x-icon" href="/human-centered-genai/static/images/favicon.png">
<link href="https://fonts.googleapis.com/css?family=Google+Sans|Noto+Sans|Castoro"
rel="stylesheet">

<link rel="stylesheet" href="/static/css/bulma.min.css">
<link rel="stylesheet" href="/static/css/bulma-carousel.min.css">
<link rel="stylesheet" href="/static/css/bulma-slider.min.css">
<link rel="stylesheet" href="/static/css/fontawesome.all.min.css">
<link rel="stylesheet" href="/human-centered-genai/static/css/bulma.min.css">
<link rel="stylesheet" href="/human-centered-genai/static/css/bulma-carousel.min.css">
<link rel="stylesheet" href="/human-centered-genai/static/css/bulma-slider.min.css">
<link rel="stylesheet" href="/human-centered-genai/static/css/fontawesome.all.min.css">
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css">
<link rel="stylesheet" href="/static/css/index.css">
<link rel="stylesheet" href="/human-centered-genai/static/css/index.css">
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.0.3/styles/default.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.0.3/highlight.min.js"></script>


<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://documentcloud.adobe.com/view-sdk/main.js"></script>
<script defer src="/static/js/fontawesome.all.min.js"></script>
<script src="/static/js/bulma-carousel.min.js"></script>
<script src="/static/js/bulma-slider.min.js"></script>
<script src="/static/js/index.js"></script>
<script defer src="/human-centered-genai/static/js/fontawesome.all.min.js"></script>
<script src="/human-centered-genai/static/js/bulma-carousel.min.js"></script>
<script src="/human-centered-genai/static/js/bulma-slider.min.js"></script>
<script src="/human-centered-genai/static/js/index.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
</head>
<body>
Expand Down Expand Up @@ -230,7 +230,7 @@ <h2 class="title is-3">Video Presentation</h2>
<div class="container">
<h2 class="title">Poster</h2>
<iframe src="/static/pdfs/cvpr23_poster_sld.pdf" width="100%" height="550">
<iframe src="/human-centered-genai/static/pdfs/cvpr23_poster_sld.pdf" width="100%" height="550">
</iframe>
</div>
Expand All @@ -242,7 +242,7 @@ <h2 class="title">Poster</h2>
<div class="container">
<h2 class="title">Poster</h2>

<iframe src="/static/pdfs/neurips_poster_multifusion.pdf" width="100%" height="550">
<iframe src="/human-centered-genai/static/pdfs/neurips_poster_multifusion.pdf" width="100%" height="550">
</iframe>

</div>
Expand Down
24 changes: 12 additions & 12 deletions projects/t2i-eval/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
<meta property="og:description" content=""/>
<meta property="og:url" content="URL OF THE WEBSITE"/>
<!-- Path to banner image, should be in the path listed below. Optimal dimenssions are 1200X630-->
<meta property="og:image" content="/static/image/your_banner_image.png"/>
<meta property="og:image" content="/human-centered-genai/static/image/your_banner_image.png"/>
<meta property="og:image:width" content="1200"/>
<meta property="og:image:height" content="630"/>


<meta name="twitter:title" content="Safe Latent Diffusion - Project Page">
<meta name="twitter:description" content="">
<!-- Path to banner image, should be in the path listed below. Optimal dimenssions are 1200X600-->
<meta name="twitter:image" content="/static/images/your_twitter_banner_image.png">
<meta name="twitter:image" content="/human-centered-genai/static/images/your_twitter_banner_image.png">
<meta name="twitter:card" content="summary_large_image">
<!-- Keywords for your paper to be indexed by-->
<meta name="keywords"
Expand All @@ -26,28 +26,28 @@


<title>Safe Latent Diffusion</title>
<link rel="icon" type="image/x-icon" href="/static/images/favicon.png">
<link rel="icon" type="image/x-icon" href="/human-centered-genai/static/images/favicon.png">
<link href="https://fonts.googleapis.com/css?family=Google+Sans|Noto+Sans|Castoro"
rel="stylesheet">

<link rel="stylesheet" href="/static/css/bulma.min.css">
<link rel="stylesheet" href="/static/css/bulma-carousel.min.css">
<link rel="stylesheet" href="/static/css/bulma-slider.min.css">
<link rel="stylesheet" href="/static/css/fontawesome.all.min.css">
<link rel="stylesheet" href="/human-centered-genai/static/css/bulma.min.css">
<link rel="stylesheet" href="/human-centered-genai/static/css/bulma-carousel.min.css">
<link rel="stylesheet" href="/human-centered-genai/static/css/bulma-slider.min.css">
<link rel="stylesheet" href="/human-centered-genai/static/css/fontawesome.all.min.css">
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css">
<link rel="stylesheet" href="/static/css/index.css">
<link rel="stylesheet" href="/human-centered-genai/static/css/index.css">
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.0.3/styles/default.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.0.3/highlight.min.js"></script>


<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://documentcloud.adobe.com/view-sdk/main.js"></script>
<script defer src="/static/js/fontawesome.all.min.js"></script>
<script src="/static/js/bulma-carousel.min.js"></script>
<script src="/static/js/bulma-slider.min.js"></script>
<script src="/static/js/index.js"></script>
<script defer src="/human-centered-genai/static/js/fontawesome.all.min.js"></script>
<script src="/human-centered-genai/static/js/bulma-carousel.min.js"></script>
<script src="/human-centered-genai/static/js/bulma-slider.min.js"></script>
<script src="/human-centered-genai/static/js/index.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
</head>
<body>
Expand Down
44 changes: 22 additions & 22 deletions projects/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,40 +9,40 @@
<meta property="og:description" content="SOCIAL MEDIA DESCRIPTION TAG TAG"/>
<meta property="og:url" content="URL OF THE WEBSITE"/>
<!-- Path to banner image, should be in the path listed below. Optimal dimenssions are 1200X630-->
<meta property="og:image" content="/static/image/your_banner_image.png" />
<meta property="og:image" content="/human-centered-genai/static/image/your_banner_image.png" />
<meta property="og:image:width" content="1200"/>
<meta property="og:image:height" content="630"/>


<meta name="twitter:title" content="TWITTER BANNER TITLE META TAG">
<meta name="twitter:description" content="TWITTER BANNER DESCRIPTION META TAG">
<!-- Path to banner image, should be in the path listed below. Optimal dimenssions are 1200X600-->
<meta name="twitter:image" content="/static/images/your_twitter_banner_image.png">
<meta name="twitter:image" content="/human-centered-genai/static/images/your_twitter_banner_image.png">
<meta name="twitter:card" content="summary_large_image">
<!-- Keywords for your paper to be indexed by-->
<meta name="keywords" content="KEYWORDS SHOULD BE PLACED HERE">
<meta name="viewport" content="width=device-width, initial-scale=1">


<title>Academic Project Page</title>
<link rel="icon" type="image/x-icon" href="/static/images/favicon.png">
<link rel="icon" type="image/x-icon" href="/human-centered-genai/static/images/favicon.png">
<link href="https://fonts.googleapis.com/css?family=Google+Sans|Noto+Sans|Castoro"
rel="stylesheet">

<link rel="stylesheet" href="/static/css/bulma.min.css">
<link rel="stylesheet" href="/static/css/bulma-carousel.min.css">
<link rel="stylesheet" href="/static/css/bulma-slider.min.css">
<link rel="stylesheet" href="/static/css/fontawesome.all.min.css">
<link rel="stylesheet" href="/human-centered-genai/static/css/bulma.min.css">
<link rel="stylesheet" href="/human-centered-genai/static/css/bulma-carousel.min.css">
<link rel="stylesheet" href="/human-centered-genai/static/css/bulma-slider.min.css">
<link rel="stylesheet" href="/human-centered-genai/static/css/fontawesome.all.min.css">
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css">
<link rel="stylesheet" href="/static/css/index.css">
<link rel="stylesheet" href="/human-centered-genai/static/css/index.css">

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://documentcloud.adobe.com/view-sdk/main.js"></script>
<script defer src="/static/js/fontawesome.all.min.js"></script>
<script src="/static/js/bulma-carousel.min.js"></script>
<script src="/static/js/bulma-slider.min.js"></script>
<script src="/static/js/index.js"></script>
<script defer src="/human-centered-genai/static/js/fontawesome.all.min.js"></script>
<script src="/human-centered-genai/static/js/bulma-carousel.min.js"></script>
<script src="/human-centered-genai/static/js/bulma-slider.min.js"></script>
<script src="/human-centered-genai/static/js/index.js"></script>
</head>
<body>

Expand Down Expand Up @@ -84,7 +84,7 @@ <h1 class="title is-1 publication-title">Academic Project Page</h1>

<!-- Supplementary PDF link -->
<span class="link-block">
<a href="/static/pdfs/supplementary_material.pdf" target="_blank"
<a href="/human-centered-genai/static/pdfs/supplementary_material.pdf" target="_blank"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fas fa-file-pdf"></i>
Expand Down Expand Up @@ -129,7 +129,7 @@ <h1 class="title is-1 publication-title">Academic Project Page</h1>
<div class="hero-body">
<video poster="" id="tree" autoplay controls muted loop height="100%">
<!-- Your video here -->
<source src="/static/videos/banner_video.mp4"
<source src="/human-centered-genai/static/videos/banner_video.mp4"
type="video/mp4">
</video>
<h2 class="subtitle has-text-centered">
Expand Down Expand Up @@ -165,28 +165,28 @@ <h2 class="title is-3">Abstract</h2>
<div id="results-carousel" class="carousel results-carousel">
<div class="item">
<!-- Your image here -->
<img src="/static/images/carousel1.jpg" alt="MY ALT TEXT"/>
<img src="/human-centered-genai/static/images/carousel1.jpg" alt="MY ALT TEXT"/>
<h2 class="subtitle has-text-centered">
First image description.
</h2>
</div>
<div class="item">
<!-- Your image here -->
<img src="/static/images/carousel2.jpg" alt="MY ALT TEXT"/>
<img src="/human-centered-genai/static/images/carousel2.jpg" alt="MY ALT TEXT"/>
<h2 class="subtitle has-text-centered">
Second image description.
</h2>
</div>
<div class="item">
<!-- Your image here -->
<img src="/static/images/carousel3.jpg" alt="MY ALT TEXT"/>
<img src="/human-centered-genai/static/images/carousel3.jpg" alt="MY ALT TEXT"/>
<h2 class="subtitle has-text-centered">
Third image description.
</h2>
</div>
<div class="item">
<!-- Your image here -->
<img src="/static/images/carousel4.jpg" alt="MY ALT TEXT"/>
<img src="/human-centered-genai/static/images/carousel4.jpg" alt="MY ALT TEXT"/>
<h2 class="subtitle has-text-centered">
Fourth image description.
</h2>
Expand Down Expand Up @@ -230,21 +230,21 @@ <h2 class="title is-3">Another Carousel</h2>
<div class="item item-video1">
<video poster="" id="video1" autoplay controls muted loop height="100%">
<!-- Your video file here -->
<source src="/static/videos/carousel1.mp4"
<source src="/human-centered-genai/static/videos/carousel1.mp4"
type="video/mp4">
</video>
</div>
<div class="item item-video2">
<video poster="" id="video2" autoplay controls muted loop height="100%">
<!-- Your video file here -->
<source src="/static/videos/carousel2.mp4"
<source src="/human-centered-genai/static/videos/carousel2.mp4"
type="video/mp4">
</video>
</div>
<div class="item item-video3">
<video poster="" id="video3" autoplay controls muted loop height="100%">\
<!-- Your video file here -->
<source src="/static/videos/carousel3.mp4"
<source src="/human-centered-genai/static/videos/carousel3.mp4"
type="video/mp4">
</video>
</div>
Expand All @@ -265,7 +265,7 @@ <h2 class="title is-3">Another Carousel</h2>
<div class="container">
<h2 class="title">Poster</h2>

<iframe src="/static/pdfs/sample.pdf" width="100%" height="550">
<iframe src="/human-centered-genai/static/pdfs/sample.pdf" width="100%" height="550">
</iframe>

</div>
Expand Down

0 comments on commit 5678022

Please sign in to comment.