Skip to content

Commit b7a7a5f

Browse files
committed
small changes, updated description
1 parent 1c59f78 commit b7a7a5f

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

_pages/publication_overview.html

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
---
77

88
<head>
9-
<!-- <meta charset="utf-8">
10-
<meta name="viewport" content="width=device-width, initial-scale=1">
11-
<title>{{ page.title }}</title> -->
129
<link rel="stylesheet" href="/assets/css/main.css">
1310
<link rel="stylesheet" href="/assets/css/style.css">
1411
<link rel="stylesheet" href="/assets/css/bulma.min.css">
@@ -60,15 +57,10 @@ <h3 class="publication-title"><a href="{{ publication.permalink }}">{{ publicati
6057
{% endif %}
6158
<span class="author-block {% if author.is_me %}author-me{% endif %}">
6259
{% if author.is_me %}
63-
{{ author.first_name }} {{author.middle_name}} {{ author.last_name }}<sup>
64-
{% if author_id.equal_contribution != nil %}*{% endif %}
65-
</sup>{% if forloop.last == false %},{%
60+
{{ author.first_name }} {{author.middle_name}} {{ author.last_name }}{% if author_id.equal_contribution != nil %}<sup>*</sup>{% endif %}{% if forloop.last == false %},{%
6661
endif %}
6762
{% else %}
68-
<a href="{{author.website}}">{{ author.first_name }} {{ author.middle_name }} {{ author.last_name
69-
}}</a><sup>
70-
{% if author_id.equal_contribution != nil %}*{% endif %}
71-
</sup>{% if forloop.last == false %},{% endif %}
63+
<a href="{{author.website}}">{{ author.first_name }} {{ author.middle_name }} {{ author.last_name}}</a>{% if author_id.equal_contribution != nil %}<sup>*</sup>{% endif %}{% if forloop.last == false %},{% endif %}
7264
{% endif %}
7365
</span>
7466
{% endfor %}

_publications/kdbts/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ affiliations:
2727
length: long
2828

2929

30-
description: "kdbts is to boost single-view scene completion by exploiting additional information from multiple images."
30+
description: "We use multi-view scene completion to supervise single-view scene completion and boost its performance. We propose both a novel multi-view scene completion network and a corresponding knowledge distillation scheme."
3131

3232

3333
links:

0 commit comments

Comments
 (0)