Skip to content

Commit

Permalink
update site
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Heiden committed Sep 28, 2024
1 parent 6db07a3 commit 78b5140
Show file tree
Hide file tree
Showing 17 changed files with 76 additions and 76 deletions.
6 changes: 3 additions & 3 deletions categories/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
menu
</i>
</button>
<a id="navTitle" class="navbar-brand" href="https://example.org/">
<a id="navTitle" class="navbar-brand" href="https://sehheiden.github.io/">
SeHe&#39;s Blog
</a>

Expand All @@ -99,7 +99,7 @@
</nav>
<div class="single-column-header-container" id="pageHead"
v-bind:style="{ transform: 'translateZ(0px) translateY('+.3*scrollY+'px)', opacity: 1-navOpacity }">
<a href="https://example.org/">
<a href="https://sehheiden.github.io/">
<div class="single-column-header-title">SeHe&#39;s Blog</div>


Expand Down Expand Up @@ -131,7 +131,7 @@
</div>
</div><div id="sideContainer" class="side-container">

<a class="a-block nav-head false" href="https://example.org/">
<a class="a-block nav-head false" href="https://sehheiden.github.io/">

<div class="nav-title">
SeHe&#39;s Blog
Expand Down
4 changes: 2 additions & 2 deletions categories/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Categories on SeHe&#39;s Blog</title>
<link>https://example.org/categories/</link>
<link>https://sehheiden.github.io/categories/</link>
<description>Recent content in Categories on SeHe&#39;s Blog</description>
<generator>Hugo</generator>
<language>en-us</language>
<atom:link href="https://example.org/categories/index.xml" rel="self" type="application/rss+xml" />
<atom:link href="https://sehheiden.github.io/categories/index.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>
6 changes: 3 additions & 3 deletions categories/page/1/index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<title>https://example.org/categories/</title>
<link rel="canonical" href="https://example.org/categories/">
<title>https://sehheiden.github.io/categories/</title>
<link rel="canonical" href="https://sehheiden.github.io/categories/">
<meta name="robots" content="noindex">
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=https://example.org/categories/">
<meta http-equiv="refresh" content="0; url=https://sehheiden.github.io/categories/">
</head>
</html>
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
menu
</i>
</button>
<a id="navTitle" class="navbar-brand" href="https://example.org/">
<a id="navTitle" class="navbar-brand" href="https://sehheiden.github.io/">
SeHe&#39;s Blog
</a>

Expand All @@ -102,7 +102,7 @@
</nav>
<div class="single-column-header-container" id="pageHead"
v-bind:style="{ transform: 'translateZ(0px) translateY('+.3*scrollY+'px)', opacity: 1-navOpacity }">
<a href="https://example.org/">
<a href="https://sehheiden.github.io/">
<div class="single-column-header-title">SeHe&#39;s Blog</div>


Expand Down Expand Up @@ -267,7 +267,7 @@ <h1 id="sec:introduction">Introduction and Objectives</h1>
</div>
</div><div id="sideContainer" class="side-container">

<a class="a-block nav-head active" href="https://example.org/">
<a class="a-block nav-head active" href="https://sehheiden.github.io/">

<div class="nav-title">
SeHe&#39;s Blog
Expand Down
36 changes: 18 additions & 18 deletions index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>SeHe&#39;s Blog</title>
<link>https://example.org/</link>
<link>https://sehheiden.github.io/</link>
<description>Recent content on SeHe&#39;s Blog</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<lastBuildDate>Sat, 28 Sep 2024 00:00:00 +0000</lastBuildDate>

<atom:link href="https://example.org/index.xml" rel="self" type="application/rss+xml" />
<atom:link href="https://sehheiden.github.io/index.xml" rel="self" type="application/rss+xml" />



<item>
<title>Speed Comparision on some Modern GIS tools</title>
<link>https://example.org/posts/speed_comparision_gis_intersection/</link>
<link>https://sehheiden.github.io/posts/speed_comparision_gis_intersection/</link>
<pubDate>Sat, 28 Sep 2024 00:00:00 +0000</pubDate>

<guid>https://example.org/posts/speed_comparision_gis_intersection/</guid>
<description>SeHe&#39;s Blog https://example.org/posts/speed_comparision_gis_intersection/ -&lt;p&gt;GIS can change with current technology as Apache Arrow, and perhaps also Apache Spark und Apache Sedona.
<guid>https://sehheiden.github.io/posts/speed_comparision_gis_intersection/</guid>
<description>SeHe&#39;s Blog https://sehheiden.github.io/posts/speed_comparision_gis_intersection/ -&lt;p&gt;GIS can change with current technology as Apache Arrow, and perhaps also Apache Spark und Apache Sedona.
Also in Pythonland Geopandas enhanced performance over time. In addition, I also wanted to try Dask und DuckDB.&lt;/p&gt;
&lt;p&gt;Please contact me, when you read this and think I could have increased the code quality and speed.
I use some public data, which still widely use shape files in Germany.&lt;/p&gt;
Expand Down Expand Up @@ -187,18 +187,18 @@ Geopandas.&lt;/p&gt;
I want to get it working both with Scala and PySpark.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Expectation&lt;/em&gt;: Some loss due to virtualization with Docker.
So the PySpark would be not as fast as Dask? But Scala could be faster?!&lt;/p&gt;
- https://example.org/posts/speed_comparision_gis_intersection/ - </description>
- https://sehheiden.github.io/posts/speed_comparision_gis_intersection/ - </description>
</item>



<item>
<title>LDA and WordCloud on Mastodon Posts for the Bavarian State Election!</title>
<link>https://example.org/posts/mastodonbavarian_election_lda/</link>
<link>https://sehheiden.github.io/posts/mastodonbavarian_election_lda/</link>
<pubDate>Sat, 04 May 2024 00:00:00 +0000</pubDate>

<guid>https://example.org/posts/mastodonbavarian_election_lda/</guid>
<description>SeHe&#39;s Blog https://example.org/posts/mastodonbavarian_election_lda/ -&lt;p&gt;We selected a party as the dominant party, when this party or its
<guid>https://sehheiden.github.io/posts/mastodonbavarian_election_lda/</guid>
<description>SeHe&#39;s Blog https://sehheiden.github.io/posts/mastodonbavarian_election_lda/ -&lt;p&gt;We selected a party as the dominant party, when this party or its
candidate was mentioned 50 % or more compared to other parties. But this
results in many posts that mention the candidates Söder, Aiwanger,
although the post is attribute to different parties. This mixed
Expand Down Expand Up @@ -452,18 +452,18 @@ ha to be answered.&lt;/p&gt;
&lt;p&gt;Contrary to our hopes, there is no correlation between the topics and
the sentiment. This might be caused, by the fact that topics are very
similar, or that we attribute posts to a party by its dominant party.&lt;/p&gt;
- https://example.org/posts/mastodonbavarian_election_lda/ - </description>
- https://sehheiden.github.io/posts/mastodonbavarian_election_lda/ - </description>
</item>



<item>
<title>Mastodon - Election Predictions</title>
<link>https://example.org/posts/mastodon_on_bavarian_elecvtion/</link>
<link>https://sehheiden.github.io/posts/mastodon_on_bavarian_elecvtion/</link>
<pubDate>Fri, 15 Dec 2023 00:00:00 +0000</pubDate>

<guid>https://example.org/posts/mastodon_on_bavarian_elecvtion/</guid>
<description>SeHe&#39;s Blog https://example.org/posts/mastodon_on_bavarian_elecvtion/ -&lt;p&gt;I held a presentation on this project on Elixir MeetUp Berlin on Feb 8th, 2024. The slides can be found &lt;a href=&#34;https://github.com/sehHeiden/MeetUpElixir/blob/main/presentation_MastodonElection.pdf&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;
<guid>https://sehheiden.github.io/posts/mastodon_on_bavarian_elecvtion/</guid>
<description>SeHe&#39;s Blog https://sehheiden.github.io/posts/mastodon_on_bavarian_elecvtion/ -&lt;p&gt;I held a presentation on this project on Elixir MeetUp Berlin on Feb 8th, 2024. The slides can be found &lt;a href=&#34;https://github.com/sehHeiden/MeetUpElixir/blob/main/presentation_MastodonElection.pdf&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The Livebook code can be found &lt;a href=&#34;election_bavaria.livemd&#34;&gt;here&lt;/a&gt;.
The code for data collection can be found &lt;a href=&#34;./mastodon&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;h1 id=&#34;abstract&#34;&gt;Abstract&lt;/h1&gt;
Expand Down Expand Up @@ -1302,18 +1302,18 @@ Pérez, Juan Manue;, Rajngewerc Mariela; Giudici, Juan Carlos; Furman, Damián A
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
- https://example.org/posts/mastodon_on_bavarian_elecvtion/ - </description>
- https://sehheiden.github.io/posts/mastodon_on_bavarian_elecvtion/ - </description>
</item>



<item>
<title>Least Cost Path for Optimisation on Paths for Power Cables in North Germany</title>
<link>https://example.org/posts/cableroute/</link>
<link>https://sehheiden.github.io/posts/cableroute/</link>
<pubDate>Wed, 15 Mar 2023 00:00:00 +0000</pubDate>

<guid>https://example.org/posts/cableroute/</guid>
<description>SeHe&#39;s Blog https://example.org/posts/cableroute/ -&lt;h1 id=&#34;sec:introduction&#34;&gt;Introduction and Objectives&lt;/h1&gt;
<guid>https://sehheiden.github.io/posts/cableroute/</guid>
<description>SeHe&#39;s Blog https://sehheiden.github.io/posts/cableroute/ -&lt;h1 id=&#34;sec:introduction&#34;&gt;Introduction and Objectives&lt;/h1&gt;
&lt;p&gt;The German power system is adding renewable energy sources in the north,
where wind energy plants reach their highest efficiency, due to higher
wind speeds. At the same time old power plants e.g. nuclear, hard coal
Expand Down Expand Up @@ -1972,7 +1972,7 @@ have not been tested.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
- https://example.org/posts/cableroute/ - </description>
- https://sehheiden.github.io/posts/cableroute/ - </description>
</item>


Expand Down
6 changes: 3 additions & 3 deletions page/1/index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<title>https://example.org/</title>
<link rel="canonical" href="https://example.org/">
<title>https://sehheiden.github.io/</title>
<link rel="canonical" href="https://sehheiden.github.io/">
<meta name="robots" content="noindex">
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url=https://example.org/">
<meta http-equiv="refresh" content="0; url=https://sehheiden.github.io/">
</head>
</html>
6 changes: 3 additions & 3 deletions posts/cableroute/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@
menu
</i>
</button>
<a id="navTitle" class="navbar-brand" href="https://example.org/">
<a id="navTitle" class="navbar-brand" href="https://sehheiden.github.io/">
SeHe&#39;s Blog
</a>

Expand All @@ -389,7 +389,7 @@
</nav>
<div class="single-column-header-container" id="pageHead"
v-bind:style="{ transform: 'translateZ(0px) translateY('+.3*scrollY+'px)', opacity: 1-navOpacity }">
<a href="https://example.org/">
<a href="https://sehheiden.github.io/">
<div class="single-column-header-title">SeHe&#39;s Blog</div>


Expand Down Expand Up @@ -1134,7 +1134,7 @@ <h1 id="references">References</h1>
</div>
</div><div id="sideContainer" class="side-container">

<a class="a-block nav-head false" href="https://example.org/">
<a class="a-block nav-head false" href="https://sehheiden.github.io/">

<div class="nav-title">
SeHe&#39;s Blog
Expand Down
6 changes: 3 additions & 3 deletions posts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
menu
</i>
</button>
<a id="navTitle" class="navbar-brand" href="https://example.org/">
<a id="navTitle" class="navbar-brand" href="https://sehheiden.github.io/">
SeHe&#39;s Blog
</a>

Expand All @@ -99,7 +99,7 @@
</nav>
<div class="single-column-header-container" id="pageHead"
v-bind:style="{ transform: 'translateZ(0px) translateY('+.3*scrollY+'px)', opacity: 1-navOpacity }">
<a href="https://example.org/">
<a href="https://sehheiden.github.io/">
<div class="single-column-header-title">SeHe&#39;s Blog</div>


Expand Down Expand Up @@ -232,7 +232,7 @@
</div>
</div><div id="sideContainer" class="side-container">

<a class="a-block nav-head false" href="https://example.org/">
<a class="a-block nav-head false" href="https://sehheiden.github.io/">

<div class="nav-title">
SeHe&#39;s Blog
Expand Down
20 changes: 10 additions & 10 deletions posts/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,38 +2,38 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Posts on SeHe&#39;s Blog</title>
<link>https://example.org/posts/</link>
<link>https://sehheiden.github.io/posts/</link>
<description>Recent content in Posts on SeHe&#39;s Blog</description>
<generator>Hugo</generator>
<language>en-us</language>
<lastBuildDate>Sat, 28 Sep 2024 00:00:00 +0000</lastBuildDate>
<atom:link href="https://example.org/posts/index.xml" rel="self" type="application/rss+xml" />
<atom:link href="https://sehheiden.github.io/posts/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Speed Comparision on some Modern GIS tools</title>
<link>https://example.org/posts/speed_comparision_gis_intersection/</link>
<link>https://sehheiden.github.io/posts/speed_comparision_gis_intersection/</link>
<pubDate>Sat, 28 Sep 2024 00:00:00 +0000</pubDate>
<guid>https://example.org/posts/speed_comparision_gis_intersection/</guid>
<guid>https://sehheiden.github.io/posts/speed_comparision_gis_intersection/</guid>
<description>&lt;p&gt;GIS can change with current technology as Apache Arrow, and perhaps also Apache Spark und Apache Sedona.&#xA;Also in Pythonland Geopandas enhanced performance over time. In addition, I also wanted to try Dask und DuckDB.&lt;/p&gt;&#xA;&lt;p&gt;Please contact me, when you read this and think I could have increased the code quality and speed.&#xA;I use some public data, which still widely use shape files in Germany.&lt;/p&gt;&#xA;&lt;h1 id=&#34;the-data&#34;&gt;The Data&lt;/h1&gt;&#xA;&lt;p&gt;First I load fhe ALKIS (register) building data for all counties in the state of Brandenburg.&#xA;All vector files are open data. The victor files are still offered as Shapefiles.&#xA;From the ALKIS Dataset of Brandenburg I used the buildings and the parcels (with land usage).&#xA;The files are stored per county!&#xA;The geometries have some errors which Geopandas auto-detects and fixes.&#xA;In addition, some file can not be opened with the &lt;a href=&#34;https://fiona.readthedocs.io/en/latest/index.html&#34;&gt;fiona&lt;/a&gt; library from Geopandas, with the error message&#xA;of multiple geometry columns. Hence, we always use de new default: pyogrio.&lt;/p&gt;</description>
</item>
<item>
<title>LDA and WordCloud on Mastodon Posts for the Bavarian State Election!</title>
<link>https://example.org/posts/mastodonbavarian_election_lda/</link>
<link>https://sehheiden.github.io/posts/mastodonbavarian_election_lda/</link>
<pubDate>Sat, 04 May 2024 00:00:00 +0000</pubDate>
<guid>https://example.org/posts/mastodonbavarian_election_lda/</guid>
<guid>https://sehheiden.github.io/posts/mastodonbavarian_election_lda/</guid>
<description>&lt;p&gt;We selected a party as the dominant party, when this party or its&#xA;candidate was mentioned 50 % or more compared to other parties. But this&#xA;results in many posts that mention the candidates Söder, Aiwanger,&#xA;although the post is attribute to different parties. This mixed&#xA;attribution, which allows to mention different parties as long as there&#xA;is a clear dominant party, makes attribution hard, but was used to keep&#xA;as many posts as possible. Even though in some weeks we did not record&#xA;post for some smaller &amp;quot;dominant&amp;quot; parties.&lt;/p&gt;</description>
</item>
<item>
<title>Mastodon - Election Predictions</title>
<link>https://example.org/posts/mastodon_on_bavarian_elecvtion/</link>
<link>https://sehheiden.github.io/posts/mastodon_on_bavarian_elecvtion/</link>
<pubDate>Fri, 15 Dec 2023 00:00:00 +0000</pubDate>
<guid>https://example.org/posts/mastodon_on_bavarian_elecvtion/</guid>
<guid>https://sehheiden.github.io/posts/mastodon_on_bavarian_elecvtion/</guid>
<description>&lt;p&gt;I held a presentation on this project on Elixir MeetUp Berlin on Feb 8th, 2024. The slides can be found &lt;a href=&#34;https://github.com/sehHeiden/MeetUpElixir/blob/main/presentation_MastodonElection.pdf&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;The Livebook code can be found &lt;a href=&#34;election_bavaria.livemd&#34;&gt;here&lt;/a&gt;.&#xA;The code for data collection can be found &lt;a href=&#34;./mastodon&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;h1 id=&#34;abstract&#34;&gt;Abstract&lt;/h1&gt;&#xA;&lt;p&gt;We try to predict voting result in the 2023 Bavarian state election in Germany by Mastodon posts.&lt;/p&gt;&#xA;&lt;p&gt;The last polls before the election show an average error of about 0.7 to 0.9 percent per major party. A time weighted average of the polls of the last six weeks before the election reduced the error to 0.39 percentage points per party.&lt;/p&gt;</description>
</item>
<item>
<title>Least Cost Path for Optimisation on Paths for Power Cables in North Germany</title>
<link>https://example.org/posts/cableroute/</link>
<link>https://sehheiden.github.io/posts/cableroute/</link>
<pubDate>Wed, 15 Mar 2023 00:00:00 +0000</pubDate>
<guid>https://example.org/posts/cableroute/</guid>
<guid>https://sehheiden.github.io/posts/cableroute/</guid>
<description>&lt;h1 id=&#34;sec:introduction&#34;&gt;Introduction and Objectives&lt;/h1&gt;&#xA;&lt;p&gt;The German power system is adding renewable energy sources in the north,&#xA;where wind energy plants reach their highest efficiency, due to higher&#xA;wind speeds. At the same time old power plants e.g. nuclear, hard coal&#xA;and lignite are being phased out [^eser-frey_analyzing_2012]. These&#xA;older power plants were mainly located in southern and central Germany.&#xA;The energy sink, industrial and private demand, is not shifting north.&#xA;Therefore, the renewable energy has to be transported from north to&#xA;south which increases the congestion in the power grid. The amount of&#xA;offshore wind power, that the German energy system can use, can be&#xA;greatly increased by adding new power lines &lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt;.&lt;/p&gt;</description>
</item>
</channel>
Expand Down
6 changes: 3 additions & 3 deletions posts/mastodon_on_bavarian_elecvtion/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@
menu
</i>
</button>
<a id="navTitle" class="navbar-brand" href="https://example.org/">
<a id="navTitle" class="navbar-brand" href="https://sehheiden.github.io/">
SeHe&#39;s Blog
</a>

Expand All @@ -681,7 +681,7 @@
</nav>
<div class="single-column-header-container" id="pageHead"
v-bind:style="{ transform: 'translateZ(0px) translateY('+.3*scrollY+'px)', opacity: 1-navOpacity }">
<a href="https://example.org/">
<a href="https://sehheiden.github.io/">
<div class="single-column-header-title">SeHe&#39;s Blog</div>


Expand Down Expand Up @@ -1606,7 +1606,7 @@ <h1 id="references">References</h1>
</div>
</div><div id="sideContainer" class="side-container">

<a class="a-block nav-head false" href="https://example.org/">
<a class="a-block nav-head false" href="https://sehheiden.github.io/">

<div class="nav-title">
SeHe&#39;s Blog
Expand Down
Loading

0 comments on commit 78b5140

Please sign in to comment.