Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 961 Bytes

tutorials.md

File metadata and controls

38 lines (28 loc) · 961 Bytes
title layout excerpt sitemap permalink
Tutorials
gridlay
Tutorials
false
/tutorials/

Related Tutorials

{% assign sorted_pubs = site.data.tutorialslist | sort: "date" | reverse %}

{% for tutorial in sorted_pubs %}

{% assign author_list = tutorial.author %} {% assign sep_string = "," %} {% assign split_auth = author_list | split:sep_string %}

{% if split_auth.size > 4 %} {% assign author_list = split_auth[0] | append: ", " | append: split_auth[1] |append: ", " | append: split_auth[2] |append: ", " | append: split_auth[3] %} {% assign author_list = author_list | append: ", " | append: " et. al." %} {% endif %} {% assign pubinfo = "" %}

{{ author_list }}, {{ tutorial.title}} {{pubinfo}} ({{tutorial.date}}). {% if tutorial.abstract.size > 7 %}

  • {{ tutorial.abstract | markdownify }} {% endif %} {% endfor %}