| layout | page |
|---|---|
| title | ReadingPosts |
| desc | 2024 Spring UVa CS Generative AI Seminar Lectures Organized by Given Order |
{% assign counter = 1 %} {% assign sorted = site.contents %} {% for post in sorted %}
{% assign counter=counter | plus:1 %} {% endfor %}
| No. | Title |
|---|---|
| {{ counter }} | {{ post.title }} |
{% assign counter = 1 %} {% assign sorted = site.contents %} {% for post in sorted %}
-
{% if post.lecture %}
- Lecture: {{ post.lecture }}
- Version: {{ post.lectureVersion }} {% endif %}
- More advanced to Read: {{ post.extraContent }} {% endif %}
- Blog: {{ post.notes }} {% endif %}
- Extra Notes to Read: {{ post.morenotes }} {% endif %}
- Lead: {{ post.video }} {% endif %}
{% if post.extraContent %}
{% if post.notes %}
{% if post.morenotes %}
{% if post.video %}
{% for temp in post.tags %} <a class="button" href="{{ site.baseurl }}/LecturesByTags/#{{temp | replace:" ","-" }}">{{ temp }} {% endfor %}
{% if post.content contains '' %} {{ post.content | split:'' | first }} {% else %} {{ post.content }} {% endif %}
{% assign counter=counter | plus:1 %} {% endfor %}