Skip to content

Commit

Permalink
Update week9.html
Browse files Browse the repository at this point in the history
  • Loading branch information
user0disconnect authored Nov 25, 2023
1 parent f39b235 commit 0dfa724
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Labs/week9/week9.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
}
.container {
position: relative;
max-width: 500px;
max-width: 800px;
margin: 0 auto;
}

Expand All @@ -122,7 +122,7 @@
background: rgb(0, 0, 0); /* Fallback color */
background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
color: #f1f1f1;
width: 50%;
width: 100%;
padding: 20px;
</style>
</head>
Expand Down Expand Up @@ -155,7 +155,7 @@ <h1>Week 9: Audio Similarity and Transcription</h1>
<h2>Task 1: Similarity</h2>

<div class="container">
<img src="photo_2023-11-25_18-38-02.jpg" style="width:70%;">
<img src="photo_2023-11-25_18-38-02.jpg" style="width:100%;">
<div class="content">

<p>For this task, I used the same tracks as in the previous two weeks. By default, the collection folder already contained tracks 0-9. While our task was to replace the .CSV files for tracks 7-9, which are in the genre of modern academic music. And since tracks 0-3 from the default folder were classical music, we can see their similarity, which is shown in the matrix. </p>
Expand Down

0 comments on commit 0dfa724

Please sign in to comment.