[de] styling
This commit is contained in:
parent
2903634bf0
commit
fd7ae0f5fb
2 changed files with 4 additions and 2 deletions
|
@ -44,8 +44,8 @@ html, body { height: 100%; text-align: justify;
|
|||
font-family: "OpenSans", sans;
|
||||
line-height: 1.4em; }
|
||||
|
||||
a { text-decoration: none; color: $links; }
|
||||
a:hover { color: #009; }
|
||||
a, summary { text-decoration: none; color: $links; }
|
||||
a:hover, summary:hover { color: #009; }
|
||||
|
||||
strong { font-weight: bold; }
|
||||
|
||||
|
|
|
@ -10,8 +10,10 @@ Gaspard Jankowiak und Oliver Schnürer
|
|||
In diesem Seminar betrachten wir den so genannten "Curve Shortening
|
||||
Flow" für ebene Kurven und konzentrieren uns dabei auf den Beitrag von M. Gage und R. Hamilton: Geschlossene konvexe Anfangskurven schrumpfen in endlicher Zeit zu einem sogenannten „runden Punkt“, d. h. sie konvergieren im Hausdorffabstand zu einem Punkt und nach geeignetem Reskalieren zu einem (runden) Kreis.
|
||||
|
||||
<details><summary>Videos</summary>
|
||||
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/8Ez0QoJ3XG8" title="YouTube video player" frameborder="0" allow="" allowfullscreen></iframe>
|
||||
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/wHfpacPLHIA" title="YouTube video player" frameborder="0" allow="" allowfullscreen></iframe>
|
||||
</details>
|
||||
|
||||
### Vorträge
|
||||
|
||||
|
|
Loading…
Reference in a new issue