Skip to content

Commit c24ca9a

Browse files
Allakhverdov EduardAllakhverdov Eduard
authored andcommitted
cleanup
1 parent f1e5122 commit c24ca9a

1 file changed

Lines changed: 17 additions & 102 deletions

File tree

project/index.html

Lines changed: 17 additions & 102 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,27 @@
44
<meta charset="utf-8">
55
<!-- Meta tags for social media banners, these should be filled in appropriatly as they are your "business card" -->
66
<!-- Replace the content tag with appropriate information -->
7-
<meta name="description" content="DESCRIPTION META TAG">
8-
<meta property="og:title" content="SOCIAL MEDIA TITLE TAG"/>
9-
<meta property="og:description" content="SOCIAL MEDIA DESCRIPTION TAG TAG"/>
10-
<meta property="og:url" content="URL OF THE WEBSITE"/>
7+
<meta name="description" content="Image Reconstruction as a Tool for Feature Analysis">
8+
<meta property="og:title" content="Image Reconstruction as a Tool for Feature Analysis"/>
9+
<meta property="og:description" content="A novel approach for interpreting vision features via image reconstruction"/>
10+
<meta property="og:url" content="https://fusionbrainlab.github.io/feature_analysis"/>
1111
<!-- Path to banner image, should be in the path listed below. Optimal dimenssions are 1200X630-->
12-
<meta property="og:image" content="static/image/your_banner_image.png" />
12+
<meta property="og:image" content="static/images/v1_vs_v2.png" />
1313
<meta property="og:image:width" content="1200"/>
1414
<meta property="og:image:height" content="630"/>
1515

1616

17-
<meta name="twitter:title" content="TWITTER BANNER TITLE META TAG">
18-
<meta name="twitter:description" content="TWITTER BANNER DESCRIPTION META TAG">
17+
<meta name="twitter:title" content="Image Reconstruction as a Tool for Feature Analysis">
18+
<meta name="twitter:description" content="A novel approach for interpreting vision features via image reconstruction">
1919
<!-- Path to banner image, should be in the path listed below. Optimal dimenssions are 1200X600-->
20-
<meta name="twitter:image" content="static/images/your_twitter_banner_image.png">
20+
<meta name="twitter:image" content="static/images/v1_vs_v2.png">
2121
<meta name="twitter:card" content="summary_large_image">
2222
<!-- Keywords for your paper to be indexed by-->
23-
<meta name="keywords" content="KEYWORDS SHOULD BE PLACED HERE">
23+
<meta name="keywords" content="computer vision, feature analysis, image reconstruction, vision encoders">
2424
<meta name="viewport" content="width=device-width, initial-scale=1">
2525

2626

27-
<title>Academic Project Page</title>
27+
<title>Image Reconstruction as a Tool for Feature Analysis</title>
2828
<link rel="icon" type="image/x-icon" href="static/images/favicon.ico">
2929
<link href="https://fonts.googleapis.com/css?family=Google+Sans|Noto+Sans|Castoro"
3030
rel="stylesheet">
@@ -97,7 +97,7 @@ <h1 class="title is-1 publication-title">Image Reconstruction as a Tool for Feat
9797

9898
<!-- Github link -->
9999
<span class="link-block">
100-
<a href="https://github.com/YOUR REPO HERE" target="_blank"
100+
<a href="https://github.com/FusionBrainLab/feature_analysis" target="_blank"
101101
class="external-link button is-normal is-rounded is-dark">
102102
<span class="icon">
103103
<i class="fab fa-github"></i>
@@ -125,22 +125,6 @@ <h1 class="title is-1 publication-title">Image Reconstruction as a Tool for Feat
125125
</section>
126126

127127

128-
<!-- Teaser video-->
129-
<section class="hero teaser">
130-
<div class="container is-max-desktop">
131-
<div class="hero-body">
132-
<video poster="" id="tree" autoplay controls muted loop height="100%">
133-
<!-- Your video here -->
134-
<source src="static/videos/banner_video.mp4"
135-
type="video/mp4">
136-
</video>
137-
<h2 class="subtitle has-text-centered">
138-
Aliquam vitae elit ullamcorper tellus egestas pellentesque. Ut lacus tellus, maximus vel lectus at, placerat pretium mi. Maecenas dignissim tincidunt vestibulum. Sed consequat hendrerit nisl ut maximus.
139-
</h2>
140-
</div>
141-
</div>
142-
</section>
143-
<!-- End teaser video -->
144128

145129
<!-- Paper abstract -->
146130
<section class="section hero is-light">
@@ -188,85 +172,16 @@ <h2 class="subtitle has-text-centered">
188172

189173

190174

191-
<!-- Youtube video -->
192-
<section class="hero is-small is-light">
193-
<div class="hero-body">
194-
<div class="container">
195-
<!-- Paper video. -->
196-
<h2 class="title is-3">Video Presentation</h2>
197-
<div class="columns is-centered has-text-centered">
198-
<div class="column is-four-fifths">
199-
200-
<div class="publication-video">
201-
<!-- Youtube embed code here -->
202-
<iframe src="https://www.youtube.com/embed/JkaxUblCGz0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
203-
</div>
204-
</div>
205-
</div>
206-
</div>
207-
</div>
208-
</section>
209-
<!-- End youtube video -->
210-
211-
212-
<!-- Video carousel -->
213-
<section class="hero is-small">
214-
<div class="hero-body">
215-
<div class="container">
216-
<h2 class="title is-3">Another Carousel</h2>
217-
<div id="results-carousel" class="carousel results-carousel">
218-
<div class="item item-video1">
219-
<video poster="" id="video1" autoplay controls muted loop height="100%">
220-
<!-- Your video file here -->
221-
<source src="static/videos/carousel1.mp4"
222-
type="video/mp4">
223-
</video>
224-
</div>
225-
<div class="item item-video2">
226-
<video poster="" id="video2" autoplay controls muted loop height="100%">
227-
<!-- Your video file here -->
228-
<source src="static/videos/carousel2.mp4"
229-
type="video/mp4">
230-
</video>
231-
</div>
232-
<div class="item item-video3">
233-
<video poster="" id="video3" autoplay controls muted loop height="100%">\
234-
<!-- Your video file here -->
235-
<source src="static/videos/carousel3.mp4"
236-
type="video/mp4">
237-
</video>
238-
</div>
239-
</div>
240-
</div>
241-
</div>
242-
</section>
243-
<!-- End video carousel -->
244-
245-
246-
247-
248-
249-
250-
<!-- Paper poster -->
251-
<section class="hero is-small is-light">
252-
<div class="hero-body">
253-
<div class="container">
254-
<h2 class="title">Poster</h2>
255-
256-
<iframe src="static/pdfs/sample.pdf" width="100%" height="550">
257-
</iframe>
258-
259-
</div>
260-
</div>
261-
</section>
262-
<!--End paper poster -->
263-
264-
265175
<!--BibTex citation -->
266176
<section class="section" id="BibTeX">
267177
<div class="container is-max-desktop content">
268178
<h2 class="title">BibTeX</h2>
269-
<pre><code>BibTex Code Here</code></pre>
179+
<pre><code>@article{feature_analysis,
180+
title={Image Reconstruction as a Tool for Feature Analysis},
181+
author={Allakhverdov, Eduard and Tarasov, Dmitrii and Goncharova, Elizaveta and Kuznetsov, Andrey},
182+
journal={arXiv preprint},
183+
year={2024}
184+
}</code></pre>
270185
</div>
271186
</section>
272187
<!--End BibTex citation -->

0 commit comments

Comments
 (0)