{% extends 'base.html' %} {% block title %}Yan Lin's Homepage{% endblock %} {% block navigation %} {% include 'partials/navigation.html' %} {% endblock %} {% block content %}

Biography - Yan Lin

I am currently a postdoctoral researcher in the Department of Computer Science at Aalborg University. I received my PhD and Bachelor's degrees from Beijing Jiaotong University, China. My research interests include spatiotemporal data mining, representation learning, and AI for science.

Yan Lin

Publications

View All
{% for pub in data.primaryPublications[:10] %} {% with type='primary' %} {% include 'partials/publication.html' %} {% endwith %} {% endfor %}

{% for pub in data.secondaryPublications[:10] %} {% with type='secondary' %} {% include 'partials/publication.html' %} {% endwith %} {% endfor %}
* Equal Contribution

Projects

View All
{% for project in data.primaryProjects[:3] %} {% with type='primary' %} {% include 'partials/project.html' %} {% endwith %} {% endfor %}

{% for project in data.secondaryProjects[:3] %} {% with type='secondary' %} {% include 'partials/project.html' %} {% endwith %} {% endfor %}

Presentations

View All
{% for presentation in data.presentations[:5] %} {% include 'partials/presentation.html' %} {% endfor %}

Services

Blog

View All
{% for blog in data.blogs[:3] %} {% include 'partials/blog.html' %} {% endfor %}
{% endblock %} {% block extra_js %} {{ super() }} {% endblock %}