Skip to content

Commit

Permalink
fixing issues in postbydate page
Browse files Browse the repository at this point in the history
  • Loading branch information
qiyanjun committed May 1, 2024
1 parent 119e742 commit fdb7fe2
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 9 deletions.
16 changes: 7 additions & 9 deletions LecturesByDate.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ desc: "2024 Spring UVa CS Machine Learning Lectures Organized by Given Order"
<ul>
{% if post.lecture %}
<li><a href="{{ site.baseurl }}/Lectures/{{ post.lecture }}.pdf" target="_blank">Lecture:
{{ post.lecture }}</a></li>
{{ post.lecture }}</a>
</li>
<li>Version: {{ post.lectureVersion }}</li>
{% endif %}

Expand Down Expand Up @@ -79,15 +80,12 @@ desc: "2024 Spring UVa CS Machine Learning Lectures Organized by Given Order"

<br>


{% if post.lecture %}
{% if post.lectureVersion contains 'current' %}

<h3>Summary of Post :</h3>
{% if post.content contains '<!--excerpt.start-->' %}
{{ post.content | split:'<!--excerpt.start-->' | first }}
{% else %}
{{ post.content }}
{% endif %}
{% endif %}

{{ post.content }}


</div>
<hr>
Expand Down
3 changes: 3 additions & 0 deletions _contents/S0-L00-Intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,6 @@ categories:


+ A good code walk through on transformer at [URL](https://nlp.seas.harvard.edu/annotated-transformer/)

<!--excerpt.start-->

2 changes: 2 additions & 0 deletions _contents/S0-L01.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,5 @@ categories:
#### Generative AI: Perspectives from Stanford HAI
+ https://hai.stanford.edu/generative-ai-perspectives-stanford-hai


<!--excerpt.start-->
3 changes: 3 additions & 0 deletions _contents/S0-L02.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,6 @@ In this session, our readings cover:
### On the Opportunities and Risks of Foundation Models
+ https://arxiv.org/abs/2108.07258
+ " a thorough account of the opportunities and risks of foundation models, ranging from their capabilities (e.g., language, vision, robotics, reasoning, human interaction) and technical principles(e.g., model architectures, training procedures, data, systems, security, evaluation, theory) to their applications (e.g., law, healthcare, education) and societal impact (e.g., inequity, misuse, economic and environmental impact, legal and ethical considerations)."


<!--excerpt.start-->

0 comments on commit fdb7fe2

Please sign in to comment.