Biography - Yan Lin
@@ -28,13 +28,13 @@ block content %}
- {% for pub in data.primaryPublications[:6] %} {% with
+ {% for pub in data.primaryPublications[:7] %} {% with
type='primary' %} {% include 'partials/publication.html' %} {%
endwith %} {% endfor %}
- {% for pub in data.secondaryPublications[:6] %} {% with
+ {% for pub in data.secondaryPublications[:7] %} {% with
type='secondary' %} {% include 'partials/publication.html' %} {%
endwith %} {% endfor %}
@@ -58,12 +58,12 @@ block content %}
- {% for project in data.primaryProjects[:3] %} {% with type='primary'
+ {% for project in data.primaryProjects[:5] %} {% with type='primary'
%} {% include 'partials/project.html' %} {% endwith %} {% endfor %}
- {% for project in data.secondaryProjects[:3] %} {% with
+ {% for project in data.secondaryProjects[:5] %} {% with
type='secondary' %} {% include 'partials/project.html' %} {% endwith
%} {% endfor %}
@@ -81,7 +81,7 @@ block content %}
- {% for teaching in data.teaching[:3] %} {% include
+ {% for teaching in data.teaching[:5] %} {% include
'partials/teaching.html' %} {% endfor %}
@@ -97,7 +97,7 @@ block content %}
- {% for presentation in data.presentations[:3] %} {% include
+ {% for presentation in data.presentations[:5] %} {% include
'partials/presentation.html' %} {% endfor %}