File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -36,13 +36,17 @@ <h3 class="archive__item-title" itemprop="headline">
3636 {% assign authors = post.authorlist | split: ", " %}
3737 {% for a in authors %}
3838 {% if a==authors.last %}
39- {% if a=='Kuan Li' %}
39+ {% if a=='Tianjing Zeng' or a=='Tianjing Zeng*' %}
40+ < b > Tianjing Zeng{% if a contains '*' %}*{% endif %}</ b > .
41+ {% elsif a=='Kuan Li' %}
4042 < b > Kuan Li</ b > .
4143 {% else %}
4244 {{a}}.
4345 {% endif %}
4446 {% else %}
45- {% if a=='Kuan Li' %}
47+ {% if a=='Tianjing Zeng' or a=='Tianjing Zeng*' %}
48+ < b > Tianjing Zeng{% if a contains '*' %}*{% endif %}</ b > ,
49+ {% elsif a=='Kuan Li' %}
4650 < b > Kuan Li</ b > ,
4751 {% elsif a=='Kuan Li*' %}
4852 < b > Kuan Li*</ b > ,
Original file line number Diff line number Diff line change @@ -29,6 +29,8 @@ My interest lies in Streaming algorithms and AI for databases (AI4DB) algorithms
2929
3030## Publications
3131
32+ <p style =" font-size : 0.85em ; color : #7a8288 ; font-style : italic ; margin : 0.5em 0 1.2em 0 ; padding-left : 0.3em ; border-left : 3px solid #d3d3d3 ;" >* indicates equal contribution</p >
33+
3234<ul >{% for post in site.publications reversed %}
3335{% include archive-single-cv.html %}
3436{% endfor %}</ul >
Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ author_profile: true
99 You can also find my articles on <u ><a href =" {{author.googlescholar}} " >my Google Scholar profile</a >.</u >
1010{% endif %}
1111
12+ <p style =" font-size : 0.85em ; color : #7a8288 ; font-style : italic ; margin : 0.5em 0 1.2em 0 ; padding-left : 0.3em ; border-left : 3px solid #d3d3d3 ;" >* indicates equal contribution</p >
13+
1214{% include base_path %}
1315<ul >{% for post in site.publications reversed %}
1416 {% include archive-single-cv.html %}
You can’t perform that action at this time.
0 commit comments