Skip to content

Commit

Permalink
Deploying to gh-pages from @ ad688a1 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
kMutagene committed Jul 10, 2023
1 parent d18a639 commit 0ed9832
Show file tree
Hide file tree
Showing 21 changed files with 3,972 additions and 736 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/fsharp.html">
<a class="is-magenta is-size-5" href="https://fslab.org/blog/graph-gallery/scatter/csharp.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/fsharp.html">
<a href="https://fslab.org/blog/graph-gallery/scatter/csharp.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/fsharp.html" class="is-magenta">
<a href="https://fslab.org/blog/graph-gallery/scatter/csharp.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/fsharp.html">
fsharp
</a>
<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>
</div>
Posted on 2023-3-16 by
<a href="https://github.com/kMutagene" class="is-aquamarine">
Expand Down
204 changes: 102 additions & 102 deletions graph-gallery/scatter/csharp.html

Large diffs are not rendered by default.

222 changes: 111 additions & 111 deletions graph-gallery/scatter/fsharp.html

Large diffs are not rendered by default.

Binary file added images/qvalue_00.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/qvalue_01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/qvalue_02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/qvalue_03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/qvalue_04.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/clustering-dbscan.html">
<a href="https://fslab.org/blog/posts/q-value.html">
<figure class="image">
<img src="https://fslab.org/blog/images/dbscan.png" alt="post preview image"/>
<img src="https://fslab.org/blog/images/qvalue_00.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-dbscan.html" class="is-magenta">
Clustering with FSharp.Stats III: DBSCAN
<a href="https://fslab.org/blog/posts/q-value.html" class="is-magenta">
Multiple testing correction: q values
</a>
</h1>
</div>
<div class="card-content is-size-6">
<div class="content">
This tutorial demonstrates DBSCAN with FSharp.Stats and how to visualize the results with Plotly.NET.
This tutorial explains the key concepts of q values and how to calculate them using FSharp.Stats.
</div>
Posted on 2021-7-29 by
Posted on 2022-3-20 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 [6]
Data Science [7]
</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/fsharp.html">
<a href="https://fslab.org/blog/graph-gallery/scatter/csharp.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/fsharp.html" class="is-magenta">
<a href="https://fslab.org/blog/graph-gallery/scatter/csharp.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/fsharp.html">
fsharp
</a>
<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>
</div>
Posted on 2023-3-16 by
<a href="https://github.com/kMutagene" class="is-aquamarine">
Expand Down
39 changes: 39 additions & 0 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">
2022-3-20
</p>
<div class="card pt-2">
<div class="card-image">
<a href="https://fslab.org/blog/posts/q-value.html">
<figure class="image">
<img src="https://fslab.org/blog/images/qvalue_00.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>
</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.
</div>
Posted on 2022-3-20 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
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-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 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-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
Loading

0 comments on commit 0ed9832

Please sign in to comment.