Skip to content

Commit

Permalink
add teaser in pub
Browse files Browse the repository at this point in the history
  • Loading branch information
oneThousand1000 committed Mar 15, 2024
1 parent fc8c35b commit 27ce435
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 5 deletions.
10 changes: 5 additions & 5 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ author:
avatar : "profile-yiqian.png"
bio : "State Key Lab of CAD&CG, Zhejiang University"
location : "Hangzhou, Zhejiang, China"
pixiv : #"https://www.pixiv.net/users/13883546"
pixiv :
bilibili : "https://space.bilibili.com/6414209"
employer :
pubmed : #"https://www.ncbi.nlm.nih.gov/pubmed/?term=john+snow"
pubmed :
googlescholar : "https://scholar.google.com/citations?user=MzWL6_gAAAAJ"
email : "[email protected]"
researchgate : # example: "https://www.researchgate.net/profile/yourprofile"
Expand All @@ -102,16 +102,16 @@ author:
google_plus :
keybase :
instagram :
impactstory : #"https://profiles.impactstory.org/u/xxxx-xxxx-xxxx-xxxx"
impactstory :
lastfm :
linkedin :
orcid : "https://orcid.org/0000-0002-2432-809X"
pinterest :
soundcloud :
stackoverflow : # http://stackoverflow.com/users/123456/username
stackoverflow :
steam :
tumblr :
twitter : #"replacethistwitterhandle"
twitter :
vine :
weibo :
xing :
Expand Down
9 changes: 9 additions & 0 deletions _includes/archive-single.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
{% assign title = post.title %}
{% endif %}

{% if post.teaser %}
{% assign teaser = post.teaser %}
{% endif %}

<div class="{{ include.type | default: "list" }}__item">
<article class="archive__item" itemscope itemtype="http://schema.org/CreativeWork">
{% if include.type == "grid" and teaser %}
Expand All @@ -34,6 +38,11 @@ <h2 class="archive__item-title">
{% endif %} -->
<p>{{ title }}</p>
</h2>

<!-- image-->
<img src="{{ teaser }}" alt="" height="42">



{% if post.read_time %}
<p class="page__meta"><i class="fa fa-clock-o" aria-hidden="true"></i> {% include read-time.html %}</p>
Expand Down
1 change: 1 addition & 0 deletions _publications/3DPortraitGAN.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ supplementary_materials: 'https://drive.google.com/file/d/16aNE5USZ0U32bgGJS1G5x
project_page: 'https://github.com/oneThousand1000/3DPortraitGAN'
year: '2023'
first_author: 'yes'
teaser: 'http://oneThousand1000.github.io/images/publications/3DPortraitGAN.png'
---
![coarse2fine](http://oneThousand1000.github.io/images/publications/3DPortraitGAN.png)

Expand Down
Binary file modified images/publications/3DPortraitGAN.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/publications/coarse2fine.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/publications/hairmapper.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 27ce435

Please sign in to comment.