Skip to content

Latest commit

 

History

History
executable file
·
76 lines (52 loc) · 1.58 KB

File metadata and controls

executable file
·
76 lines (52 loc) · 1.58 KB
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 %}

    {% if post.extraContent %}

  • More advanced to Read: {{ post.extraContent }}
  • {% endif %}

    {% if post.notes %}

  • Notes to Read: {{ post.notes }}
  • {% endif %}

    {% if post.morenotes %}

  • Extra Notes to Read: {{ post.morenotes }}
  • {% endif %}

    {% if post.video %}

  • Video: {{ post.video }}
  • {% endif %}

{% 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 %}