| layout | page |
|---|---|
| title | All-In-OnePage |
| desc | 2025 Fall UVa CS Machine Learning Lectures Organized by Given Order |
{% 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 %}
- Notes to Read: {{ post.notes }} {% endif %}
- Extra Notes to Read: {{ post.morenotes }} {% endif %}
- Video: {{ 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.lecture %} {% if post.lectureVersion contains 'current' %}
{% endif %}
{% endif %}
{{ post.content }}
{% endfor %}