Skip to content

Commit

Permalink
remove expandables for items in teaching table
Browse files Browse the repository at this point in the history
  • Loading branch information
nclarius committed Nov 19, 2024
1 parent 3bf09f1 commit 46b7f57
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 32 deletions.
34 changes: 6 additions & 28 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -454,15 +454,8 @@ <h3>Talks</h3>
<tr>
<td>07/09/2024</td>
<td>
<a href="https://conf.kde.org/event/6/contributions/212/attachments/127/162/Current-developments-in-hardware-integration-for-plasma.pdf"
target="_blank">
<div class="expandable tile-link">
<span class="caption"><span class="caption-teaching">Current Developments in Hardware
Integration for Plasma</span></span><br />
<img class="hideable img-presentation" loading="lazy"
alt="Screenshot of Current Developments in Hardware Integration on Plasma"
src="media/screenshots/hardware-integration.png" />
</div>
<a href="https://conf.kde.org/event/6/contributions/212/attachments/127/162/Current-developments-in-hardware-integration-for-plasma.pdf" target="_blank">
<span class="caption"><span class="caption-teaching">Current Developments in Hardware Integration for Plasma</span></span><br />
</a>
<span class="description description-teaching">(Contributed talk at the <a
href="https://akademy.kde.org/2024/" target="_blank">annual world summit of
Expand All @@ -474,19 +467,9 @@ <h3>Talks</h3>
<tr>
<td>18/11/2020</td>
<td>
<a href="https://raw.githubusercontent.com/nclarius/pyPL/master/doc/presentation.pdf"
target="_blank">
<div class="expandable tile-link">
<span class="caption"><span class="caption-teaching">Automated Model Generation, Model
Checking and Theorem Proving for Linguistic Applications</span></span><br />
<img class="hideable img-presentation" loading="lazy"
alt="Screenshot of Automated Model Generation, Model Checking and Theorem Proving for Linguistic Applications"
src="media/screenshots/tableaus.png" />
</div>
</a>
<span class="description description-teaching">(Contributed talk at the <a
href="https://uni-tuebingen.de/en/research/centers-and-institutes/carl-friedrich-von-weizsaecker-center/news-and-events/carl-friedrich-von-weizsaecker-colloquium/">Carl
Friedrich von Weizsäcker Colloquium</a>)</span>
<a href="https://raw.githubusercontent.com/nclarius/pyPL/master/doc/presentation.pdf" target="_blank">
<span class="caption"><span class="caption-teaching">Automated Model Generation, Model Checking and Theorem Proving for Linguistic Applications</span></span><br />
<span class="description description-teaching">(Contributed talk at the <a href="https://uni-tuebingen.de/en/research/centers-and-institutes/carl-friedrich-von-weizsaecker-center/news-and-events/carl-friedrich-von-weizsaecker-colloquium/">Carl Friedrich von Weizsäcker Colloquium</a>)</span>
</td>
<td>en</td>
<td>TÜ CFWC</td>
Expand All @@ -498,12 +481,7 @@ <h3>Posts</h3>
<td>2016 – present</td>
<td>
<a href="https://stackexchange.com/users/8482789/lemontree?tab=top" target="_blank">
<div class="expandable tile-link">
<span class="caption">Regular contributions to Mathematics, Linguistics and Philosophy</span>
<img class="hideable img-account"
src="https://stackexchange.com/users/flair/8482789.png" width="208" height="58"
alt="Profile on Stack Exchange" title="Profile on Stack Exchange" />
</div>
<span class="caption">Regular contributions to Mathematics, Linguistics and Philosophy</span>
</a>
</td>
<td>en</td>
Expand Down
4 changes: 0 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -826,10 +826,6 @@ section teaching
.table-teaching tr :nth-child(4) {
width: 115px;
}

.table-teaching td .tile-link {
width: 100%;
}
}

@media only screen and (max-width: 1200px) {
Expand Down

0 comments on commit 46b7f57

Please sign in to comment.