Skip to content

Commit 87c8edd

Browse files
committed
update
1 parent f229beb commit 87c8edd

File tree

2 files changed

+29
-8
lines changed

2 files changed

+29
-8
lines changed

_pages/about.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,14 @@ My research interest includes neural machine translation and computer vision. I
2828

2929
# 📝 Publications
3030

31-
<div class='paper-box'><div class='paper-box-image'><img src='images/500x300.png' alt="sym" width="100%"></div>
31+
<div class='paper-box'><div class='paper-box-image'><div class="badge">CVPR 2016</div><img src='images/500x300.png' alt="sym" width="100%"></div>
3232
<div class='paper-box-text' markdown="1">
3333

34-
[Deep Residual Learning for Image Recognition](https://openaccess.thecvf.com/content_cvpr_2016/papers/He_Deep_Residual_Learning_CVPR_2016_paper.pdf), **Kaiming He**, Xiangyu Zhang, Shaoqing Ren, Jian Sun
34+
[Deep Residual Learning for Image Recognition](https://openaccess.thecvf.com/content_cvpr_2016/papers/He_Deep_Residual_Learning_CVPR_2016_paper.pdf)
3535

36-
**CVPR, 2016** \| [**Project**](https://scholar.google.com/citations?view_op=view_citation&hl=zh-CN&user=DhtAFkwAAAAJ&citation_for_view=DhtAFkwAAAAJ:ALROH1vI_8AC) <strong><span class='show_paper_citations' data='DhtAFkwAAAAJ:ALROH1vI_8AC'></span></strong>
36+
**Kaiming He**, Xiangyu Zhang, Shaoqing Ren, Jian Sun
37+
38+
[**Project**](https://scholar.google.com/citations?view_op=view_citation&hl=zh-CN&user=DhtAFkwAAAAJ&citation_for_view=DhtAFkwAAAAJ:ALROH1vI_8AC) <strong><span class='show_paper_citations' data='DhtAFkwAAAAJ:ALROH1vI_8AC'></span></strong>
3739
- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus ornare aliquet ipsum, ac tempus justo dapibus sit amet.
3840
</div>
3941
</div>

assets/css/main.scss

Lines changed: 24 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,17 +42,24 @@
4242

4343
.paper-box {
4444
display: flex;
45-
justify-content: center;
45+
justify-content: left;
4646
align-items: center;
4747
flex-direction: row;
4848
flex-wrap: wrap;
4949
border-bottom: 1px #efefef solid;
50-
padding: 0.5em;
50+
padding: 2em 0 2em 0;
5151

52+
5253
.paper-box-image{
53-
min-width: 300px;
54-
max-width: 80%;
54+
justify-content: center;
55+
display: flex;
56+
width: 100%;
5557
order: 2;
58+
img {
59+
max-width: 400px;
60+
box-shadow: 3px 3px 6px #888;
61+
object-fit: cover;
62+
}
5663
}
5764

5865
.paper-box-text{
@@ -62,13 +69,15 @@
6269

6370
@include breakpoint($medium) {
6471
.paper-box-image{
65-
padding-right: 1em;
72+
justify-content: left;
6673
min-width: 200px;
6774
max-width: 40%;
6875
order: 1;
6976
}
7077

7178
.paper-box-text{
79+
justify-content: left;
80+
padding-left: 2em;
7281
max-width: 60%;
7382
order: 2;
7483
}
@@ -88,3 +97,13 @@ h1:before, .anchor:before {
8897
margin-top: -$scroll_offset;
8998
}
9099

100+
.badge {
101+
padding-left: 1rem;
102+
padding-right: 1rem;
103+
position: absolute;
104+
margin-top: .5em;
105+
margin-left: -.5em;
106+
color: white;
107+
background-color: #00369f;
108+
font-size: .8em;
109+
}

0 commit comments

Comments
 (0)