Skip to content

Commit

Permalink
modify responsive style guides and content
Browse files Browse the repository at this point in the history
  • Loading branch information
brunnedu committed Oct 20, 2024
1 parent aa9bbb0 commit c567c32
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ queries** on road networks, achieving an average mean relative error of less tha
## Achievements

**Advanced Machine Learning Projects (2023)**
Achieved 1st place twice and 7th place once out of over 100 teams in practical projects for the Advanced Machine Learning course at ETH Zürich. The course was _competitively graded_, meaning that grades were interpolated between the score required to meet the baseline passing threshold (grade 4) and the highest-performing team (grade 6).
Achieved 1st place twice and 7th place once out of over 100 teams in practical projects for the Advanced Machine Learning course at ETH Zürich. The course was _competitively graded_, meaning that grades were interpolated between the passing baseline score (grade 4) and the best-performing team (grade 6).

1. **Tabular Regression**: Predicting age from brain scans — _1st place_
2. **Timeseries Classification**: Classifying heart rhythm patterns from ECG signals — _7th place_
Expand Down
10 changes: 10 additions & 0 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,16 @@
.wrapper section {
width: 375px;
}

.sidebar {
width: 200px;
height: calc(100vh - 50px);
}

.sidebar-footer {
width: auto;
padding-bottom: inherit;
}
}

@media print, screen and (max-width: 720px) {
Expand Down

0 comments on commit c567c32

Please sign in to comment.