Skip to content

Commit

Permalink
Deploying to gh-pages from @ 24d5070 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
kMutagene committed Sep 19, 2023
1 parent 0ed9832 commit 2d7a132
Show file tree
Hide file tree
Showing 10 changed files with 2,360 additions and 46 deletions.
2 changes: 1 addition & 1 deletion graph-gallery.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ <h3 class="subtitle is-darkmagenta is-size-4">
<div class="column has-text-centered is-4">
<ul>
<li>
<a class="is-magenta is-size-5" href="https://fslab.org/blog/graph-gallery/scatter/csharp.html">
<a class="is-magenta is-size-5" href="https://fslab.org/blog/graph-gallery/scatter/fsharp.html">
Scatter plots in F# and C# using Plotly.NET
</a>
</li>
Expand Down
10 changes: 5 additions & 5 deletions graph-gallery/categories/Basic.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,15 +95,15 @@ <h3 class="subtitle is-size-4 is-white mt-4">
</p>
<div class="card pt-2">
<div class="card-image">
<a href="https://fslab.org/blog/graph-gallery/scatter/csharp.html">
<a href="https://fslab.org/blog/graph-gallery/scatter/fsharp.html">
<figure class="image">
<img src="https://fslab.org/blog/images/scatter.png" alt="post preview image"/>
</figure>
</a>
</div>
<div class="card-header is-emphasized-darkmagenta">
<h1 class="card-header-title is-size-4">
<a href="https://fslab.org/blog/graph-gallery/scatter/csharp.html" class="is-magenta">
<a href="https://fslab.org/blog/graph-gallery/scatter/fsharp.html" class="is-magenta">
Scatter plots in F# and C# using Plotly.NET
</a>
</h1>
Expand All @@ -113,12 +113,12 @@ <h1 class="card-header-title is-size-4">
Scatter plots are one of the most fundamental ways of visualizing two-dimensional data. In this post I will showcase common use cases for Scatter plots and create them in both F# and C# using Plotly.NET
</div>
<div class="tags">
<a class="tag is-language is-active" href="https://fslab.org/blog/graph-gallery/scatter/csharp.html">
csharp
</a>
<a class="tag is-language is-active" href="https://fslab.org/blog/graph-gallery/scatter/fsharp.html">
fsharp
</a>
<a class="tag is-language is-active" href="https://fslab.org/blog/graph-gallery/scatter/csharp.html">
csharp
</a>
</div>
Posted on 2023-3-16 by
<a href="https://github.com/kMutagene" class="is-aquamarine">
Expand Down
6 changes: 3 additions & 3 deletions graph-gallery/scatter/csharp.html
Original file line number Diff line number Diff line change
Expand Up @@ -163,12 +163,12 @@ <h1 class="subtitle is-size-4 is-white">
select language:
</h1>
<div class="tags">
<a class="tag is-language is-active is-large" href="https://fslab.org/blog/graph-gallery/scatter/csharp.html">
csharp
</a>
<a class="tag is-language is-large" href="https://fslab.org/blog/graph-gallery/scatter/fsharp.html">
fsharp
</a>
<a class="tag is-language is-active is-large" href="https://fslab.org/blog/graph-gallery/scatter/csharp.html">
csharp
</a>
</div>
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions graph-gallery/scatter/fsharp.html
Original file line number Diff line number Diff line change
Expand Up @@ -163,12 +163,12 @@ <h1 class="subtitle is-size-4 is-white">
select language:
</h1>
<div class="tags">
<a class="tag is-language is-large" href="https://fslab.org/blog/graph-gallery/scatter/csharp.html">
csharp
</a>
<a class="tag is-language is-active is-large" href="https://fslab.org/blog/graph-gallery/scatter/fsharp.html">
fsharp
</a>
<a class="tag is-language is-large" href="https://fslab.org/blog/graph-gallery/scatter/csharp.html">
csharp
</a>
</div>
</div>
</div>
Expand Down
Binary file added images/Cheby.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 12 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,24 +111,24 @@ <h1 class="title is-capitalized is-inline-block is-emphasized-darkmagenta is-siz
</h1>
<div class="card pt-2">
<div class="card-image">
<a href="https://fslab.org/blog/posts/q-value.html">
<a href="https://fslab.org/blog/posts/chebyshev-approximation.html">
<figure class="image">
<img src="https://fslab.org/blog/images/qvalue_00.png" alt="post preview image"/>
<img src="https://fslab.org/blog/images/cheby.png" alt="post preview image"/>
</figure>
</a>
</div>
<div class="card-header is-emphasized-darkmagenta">
<h1 class="card-header-title is-size-4">
<a href="https://fslab.org/blog/posts/q-value.html" class="is-magenta">
Multiple testing correction: q values
<a href="https://fslab.org/blog/posts/chebyshev-approximation.html" class="is-magenta">
Chebyshev function approximation
</a>
</h1>
</div>
<div class="card-content is-size-6">
<div class="content">
This tutorial explains the key concepts of q values and how to calculate them using FSharp.Stats.
This tutorial demonstrates how to use Chebyshev spaced knots to approximate functions.
</div>
Posted on 2022-3-20 by
Posted on 2023-8-31 by
<a href="https://github.com/bvenn" class="is-aquamarine">
Benedikt Venn
</a>
Expand All @@ -150,7 +150,7 @@ <h1 class="title is-capitalized is-inline-block is-emphasized-darkmagenta is-siz
<li>
<h3 class="subtitle mb-1 is-size-4">
<a href="https://fslab.org/blog/posts/categories/Datascience.html" class="is-magenta">
Data Science [7]
Data Science [8]
</a>
</h3>
<p class="is-size-6">
Expand Down Expand Up @@ -193,15 +193,15 @@ <h1 class="title is-capitalized is-inline-block is-emphasized-darkmagenta is-siz
</h1>
<div class="card pt-2">
<div class="card-image">
<a href="https://fslab.org/blog/graph-gallery/scatter/csharp.html">
<a href="https://fslab.org/blog/graph-gallery/scatter/fsharp.html">
<figure class="image">
<img src="https://fslab.org/blog/images/scatter.png" alt="post preview image"/>
</figure>
</a>
</div>
<div class="card-header is-emphasized-darkmagenta">
<h1 class="card-header-title is-size-4">
<a href="https://fslab.org/blog/graph-gallery/scatter/csharp.html" class="is-magenta">
<a href="https://fslab.org/blog/graph-gallery/scatter/fsharp.html" class="is-magenta">
Scatter plots in F# and C# using Plotly.NET
</a>
</h1>
Expand All @@ -211,12 +211,12 @@ <h1 class="card-header-title is-size-4">
Scatter plots are one of the most fundamental ways of visualizing two-dimensional data. In this post I will showcase common use cases for Scatter plots and create them in both F# and C# using Plotly.NET
</div>
<div class="tags">
<a class="tag is-language is-active" href="https://fslab.org/blog/graph-gallery/scatter/csharp.html">
csharp
</a>
<a class="tag is-language is-active" href="https://fslab.org/blog/graph-gallery/scatter/fsharp.html">
fsharp
</a>
<a class="tag is-language is-active" href="https://fslab.org/blog/graph-gallery/scatter/csharp.html">
csharp
</a>
</div>
Posted on 2023-3-16 by
<a href="https://github.com/kMutagene" class="is-aquamarine">
Expand Down
75 changes: 57 additions & 18 deletions posts/categories/Datascience.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,45 @@ <h3 class="subtitle is-size-4 is-white mt-4">
<section>
<div class="container">
<div class="timeline is-centered">
<div class="timeline-item is-darkmagenta">
<div class="timeline-marker"></div>
<div class="timeline-content">
<div class="content">
<p class="heading is-size-4">
2023-8-31
</p>
<div class="card pt-2">
<div class="card-image">
<a href="https://fslab.org/blog/posts/chebyshev-approximation.html">
<figure class="image">
<img src="https://fslab.org/blog/images/cheby.png" alt="post preview image"/>
</figure>
</a>
</div>
<div class="card-header is-emphasized-darkmagenta">
<h1 class="card-header-title is-size-4">
<a href="https://fslab.org/blog/posts/chebyshev-approximation.html" class="is-magenta">
Chebyshev function approximation
</a>
</h1>
</div>
<div class="card-content is-size-6">
<div class="content">
This tutorial demonstrates how to use Chebyshev spaced knots to approximate functions.
</div>
Posted on 2023-8-31 by
<a href="https://github.com/bvenn" class="is-aquamarine">
Benedikt Venn
</a>
in
<a href="https://fslab.org/blog/posts/categories/Datascience.html" class="is-aquamarine">
Data Science
</a>
</div>
</div>
</div>
</div>
</div>
<div class="timeline-item is-darkmagenta">
<div class="timeline-marker"></div>
<div class="timeline-content">
Expand Down Expand Up @@ -211,17 +250,27 @@ <h1 class="card-header-title is-size-4">
2021-7-28
</p>
<div class="card pt-2">
<div class="card-image">
<a href="https://fslab.org/blog/posts/clustering-hierarchical.html">
<figure class="image">
<img src="https://fslab.org/blog/images/hClust.png" alt="post preview image"/>
</figure>
</a>
</div>
<div class="card-header is-emphasized-darkmagenta">
<h1 class="card-header-title is-size-4">
<a href="https://fslab.org/blog/posts/savitzky-golay-temperature.html" class="is-magenta">
Smoothing data with the Savitzky-Golay filter
<a href="https://fslab.org/blog/posts/clustering-hierarchical.html" class="is-magenta">
Clustering with FSharp.Stats II: hierarchical clustering
</a>
</h1>
</div>
<div class="card-content is-size-6">
<div class="content">
his tutorial demonstrates hierarchical clustering with FSharp.Stats and how to visualize the results with Plotly.NET.
</div>
Posted on 2021-7-28 by
<a href="https://github.com/freymaurer" class="is-aquamarine">
Kevin Frey
<a href="https://github.com/bvenn" class="is-aquamarine">
Benedikt Venn
</a>
in
<a href="https://fslab.org/blog/posts/categories/Datascience.html" class="is-aquamarine">
Expand All @@ -240,27 +289,17 @@ <h1 class="card-header-title is-size-4">
2021-7-28
</p>
<div class="card pt-2">
<div class="card-image">
<a href="https://fslab.org/blog/posts/clustering-hierarchical.html">
<figure class="image">
<img src="https://fslab.org/blog/images/hClust.png" alt="post preview image"/>
</figure>
</a>
</div>
<div class="card-header is-emphasized-darkmagenta">
<h1 class="card-header-title is-size-4">
<a href="https://fslab.org/blog/posts/clustering-hierarchical.html" class="is-magenta">
Clustering with FSharp.Stats II: hierarchical clustering
<a href="https://fslab.org/blog/posts/savitzky-golay-temperature.html" class="is-magenta">
Smoothing data with the Savitzky-Golay filter
</a>
</h1>
</div>
<div class="card-content is-size-6">
<div class="content">
his tutorial demonstrates hierarchical clustering with FSharp.Stats and how to visualize the results with Plotly.NET.
</div>
Posted on 2021-7-28 by
<a href="https://github.com/bvenn" class="is-aquamarine">
Benedikt Venn
<a href="https://github.com/freymaurer" class="is-aquamarine">
Kevin Frey
</a>
in
<a href="https://fslab.org/blog/posts/categories/Datascience.html" class="is-aquamarine">
Expand Down
8 changes: 4 additions & 4 deletions posts/categories/Fsharp.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ <h3 class="subtitle is-size-4 is-white mt-4">
<div class="card pt-2">
<div class="card-header is-emphasized-darkmagenta">
<h1 class="card-header-title is-size-4">
<a href="https://fslab.org/blog/posts/fsharp-introduction-I.html" class="is-magenta">
F# Introduction I: Setting up an environment
<a href="https://fslab.org/blog/posts/fsharp-introduction-II.html" class="is-magenta">
F# Introduction II: Scripting in F#
</a>
</h1>
</div>
Expand Down Expand Up @@ -125,8 +125,8 @@ <h1 class="card-header-title is-size-4">
<div class="card pt-2">
<div class="card-header is-emphasized-darkmagenta">
<h1 class="card-header-title is-size-4">
<a href="https://fslab.org/blog/posts/fsharp-introduction-II.html" class="is-magenta">
F# Introduction II: Scripting in F#
<a href="https://fslab.org/blog/posts/fsharp-introduction-I.html" class="is-magenta">
F# Introduction I: Setting up an environment
</a>
</h1>
</div>
Expand Down
Loading

0 comments on commit 2d7a132

Please sign in to comment.