Skip to content

Commit

Permalink
update honor
Browse files Browse the repository at this point in the history
  • Loading branch information
dapowan committed Feb 18, 2024
1 parent a5257ca commit 43f7282
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
5 changes: 3 additions & 2 deletions data/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@
}
],
"honor_award": [
"2024 HotMobile Student Travel Grant",
"2022 GetMobile Research Highlight",
"2021 SenSys Best Paper Runner-up",
"2019 Shanghai Outstanding Graduate Student",
Expand Down Expand Up @@ -232,7 +233,7 @@
"content": "Our paper \"PRMS\" is accepted by <span class=\"item-bold\">MSWiM 2018</span>."
}
],
"news_show_count": 15,
"news_show_count": 12,
"research": [
{
"topic": "Penetrative AI",
Expand Down Expand Up @@ -315,6 +316,6 @@
"language": ["Chinese", "English"],
"hobby": ["Travelling", "Swimming", "Singing", "Cooking"],
"services": ["TPC for FMSys'24", "Reviewer for TMC'23", "Reviewer for TOSN'23"],
"information": "Latest updated by January 2024",
"information": "Latest updated by February 2024",
"message": ""
}
22 changes: 11 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,17 +84,17 @@ <h2 class="resume-name text-uppercase">{{name_zn}}</h2>
<div class="resume-body">
<div class="row">
<div class="resume-main col-sm-12 col-md-8 col-lg-8">
<section class="project-section py-3">
<h3 class="text-uppercase resume-section-heading mb-4">Education</h3>

<div class="item mb-3" v-for="item in education">
<div class="item-heading row align-items-center mb-2">
<div class="item-major col-sm-12 col-md-6 col-lg-8">{{item.major}}</div>
<div class="item-meta col-sm-12 col-md-6 col-lg-4">{{item.period}}</div>
</div>
<div class="item-school">{{item.school}}</div>
</div><!--//item-->
</section><!--//project-section-->
<!-- <section class="project-section py-3">-->
<!-- <h3 class="text-uppercase resume-section-heading mb-4">Education</h3>-->

<!-- <div class="item mb-3" v-for="item in education">-->
<!-- <div class="item-heading row align-items-center mb-2">-->
<!-- <div class="item-major col-sm-12 col-md-6 col-lg-8">{{item.major}}</div>-->
<!-- <div class="item-meta col-sm-12 col-md-6 col-lg-4">{{item.period}}</div>-->
<!-- </div>-->
<!-- <div class="item-school">{{item.school}}</div>-->
<!-- </div>&lt;!&ndash;//item&ndash;&gt;-->
<!-- </section>&lt;!&ndash;//project-section&ndash;&gt;-->

<section class="publication-section py-3">
<h3 class="text-uppercase resume-section-heading mb-4">Selected Publications</h3>
Expand Down

0 comments on commit 43f7282

Please sign in to comment.