Skip to content

Commit fdb7fe2

Browse files
committed
fixing issues in postbydate page
1 parent 119e742 commit fdb7fe2

File tree

4 files changed

+15
-9
lines changed

4 files changed

+15
-9
lines changed

LecturesByDate.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ desc: "2024 Spring UVa CS Machine Learning Lectures Organized by Given Order"
5151
<ul>
5252
{% if post.lecture %}
5353
<li><a href="{{ site.baseurl }}/Lectures/{{ post.lecture }}.pdf" target="_blank">Lecture:
54-
{{ post.lecture }}</a></li>
54+
{{ post.lecture }}</a>
55+
</li>
5556
<li>Version: {{ post.lectureVersion }}</li>
5657
{% endif %}
5758

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

8081
<br>
8182

82-
83-
{% if post.lecture %}
84-
{% if post.lectureVersion contains 'current' %}
85-
83+
<h3>Summary of Post :</h3>
84+
{% if post.content contains '<!--excerpt.start-->' %}
85+
{{ post.content | split:'<!--excerpt.start-->' | first }}
86+
{% else %}
87+
{{ post.content }}
8688
{% endif %}
87-
{% endif %}
88-
89-
{{ post.content }}
90-
9189

9290
</div>
9391
<hr>

_contents/S0-L00-Intro.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,6 @@ categories:
3636

3737

3838
+ A good code walk through on transformer at [URL](https://nlp.seas.harvard.edu/annotated-transformer/)
39+
40+
<!--excerpt.start-->
41+

_contents/S0-L01.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,5 @@ categories:
3838
#### Generative AI: Perspectives from Stanford HAI
3939
+ https://hai.stanford.edu/generative-ai-perspectives-stanford-hai
4040

41+
42+
<!--excerpt.start-->

_contents/S0-L02.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,6 @@ In this session, our readings cover:
3636
### On the Opportunities and Risks of Foundation Models
3737
+ https://arxiv.org/abs/2108.07258
3838
+ " 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)."
39+
40+
41+
<!--excerpt.start-->

0 commit comments

Comments
 (0)