{% load static %}

{{ user.name_eng }}

{{ user.name_hanzi }}

{% if user.mailAddress %} {{ user.mailAddress }} {% endif %} {% if user.personal_website %} {{ user.personal_website }} {% endif %}
MY PROFILE
{{ user.profile }}
EDUCATION
{% for item in education_list %}
  • {{ item.start }} - {{ item.stop }}
  • {{ item.university }}
  • {{ item.degree }}
{% endfor %}
PUBLICATIONS {% for year,publications in publication_year_list.items %}
{{ year }}
{% for publication in publications %}
  • {{ publication.date }} {{ publication.title }}
  • {{ publication.authors }} {{ publication.publishType }} {{ publication.journalname }}
{% endfor %}
{% endfor %}
{% if cve_year_list.items %}
MY-CVE {% for year, cves in cve_year_list.items %}
{% if cves %} {% endif %}
{% endfor %}
{% endif %}