generated from alshedivat/al-folio
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
11519a7
commit 170cbeb
Showing
6 changed files
with
62 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,29 @@ | ||
|
||
<div class="news"> | ||
{% if site.news != blank -%} | ||
{%- assign news_size = site.news | size -%} | ||
<div class="table-responsive" {% if site.news_scrollable and news_size > 3 %}style="max-height: 10vw"{% endif %}> | ||
<table class="table table-sm table-borderless"> | ||
{%- assign news = site.news | reverse -%} | ||
{% if site.news_limit %} | ||
{% assign news_limit = site.news_limit %} | ||
{% else %} | ||
{% assign news_limit = news_size %} | ||
{% endif %} | ||
{% for item in news limit: news_limit %} | ||
<tr> | ||
<th scope="row">{{ item.date | date: "%b %-d, %Y" }}</th> | ||
<td> | ||
{% if item.inline -%} | ||
{{ item.content | remove: '<p>' | remove: '</p>' | emojify }} | ||
{%- else -%} | ||
<a class="news-title" href="{{ item.url | relative_url }}">{{ item.title }}</a> | ||
{%- endif %} | ||
</td> | ||
</tr> | ||
{%- endfor %} | ||
</table> | ||
</div> | ||
{%- else -%} | ||
<p>No news so far...</p> | ||
{%- endif %} | ||
</div> | ||
<div class="news"> | ||
{% if site.news != blank -%} | ||
{%- assign news_size = site.news | size -%} | ||
<div class="table-responsive" {% if site.news_scrollable and news_size> 3 %}style="max-height: 20vw"{% endif %}> | ||
<table class="table table-sm table-borderless"> | ||
{%- assign news = site.news | reverse -%} | ||
{% if site.news_limit %} | ||
{% assign news_limit = site.news_limit %} | ||
{% else %} | ||
{% assign news_limit = news_size %} | ||
{% endif %} | ||
{% for item in news limit: news_limit %} | ||
<tr> | ||
<th scope="row">{{ item.date | date: "%b %-d, %Y" }}</th> | ||
<td> | ||
{% if item.inline -%} | ||
{{ item.content | remove: '<p>' | remove: '</p>' | emojify }} | ||
{%- else -%} | ||
<a class="news-title" href="{{ item.url | relative_url }}">{{ item.title }}</a> | ||
{%- endif %} | ||
</td> | ||
</tr> | ||
{%- endfor %} | ||
</table> | ||
</div> | ||
{%- else -%} | ||
<p>No news so far...</p> | ||
{%- endif %} | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
layout: post | ||
date: 2023-10-26 08:00:00+0100 | ||
inline: true | ||
--- | ||
|
||
Is there one 'correct' metric for Persistent Homology, or should we rather analyse and compare multiple metrics on point clouds at once? We change the metric, track the effects on the persistence diagrams and extract new information on orientation and orientational variance and strength of point clouds! A preprint of my joint article with <a href='https://michaelschaub.github.io'>Michael Schaub</a> on <a href='https://arxiv.org/abs/2310.16437'>Non-isotropic Homology</a> is now available on arXiv. :blush: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.