Skip to content

Commit 1125b69

Browse files
Merge pull request #45 from tidyomics/improve-blog
Improve blog
2 parents 43d8af8 + 1d82317 commit 1125b69

File tree

27 files changed

+175
-195
lines changed

27 files changed

+175
-195
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ In brief, the process to add a post is:
3434

3535
1. Create a fork of the `tidyomicsBlog` repository.
3636
2. Create a new directory for your post in the format of YYYY-MM-DD-post-name, within the `tidyomicsBlog/blog/content/post` directory.
37-
3. Write your blog post as an Rmd file and add it to the directory you created.
37+
3. Write your blog post as an Rmd file and add it to the directory you created. All files needed for your Rmd file to run should also be placed within the directory you created.
3838
4. Change your working directory to `tidyomicsBlog/blog`.
39-
4. Call the function `blogdown::build_site(build_rmd = 'newfile')` to create a html file from your Rmd file.
39+
4. Call the function `blogdown::build_site(build_rmd = "newfile")` to create a html file from your Rmd file.
4040
5. Call the function `blogdown::serve_site()` to locally render the website and inspect your work.
4141
6. And you're done! If it all looks good, commit your changes and create a pull request to integrate your new post into the blog.
4242

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: tidyomicsBlog
22
Title: The tidyomics blog
3-
Version: 1.2.0
3+
Version: 1.2.1
44
Authors@R: c(
55
person("Stefano", "Mangiola", email="[email protected]",
66
role = c("aut","cre"),

blog/public/404.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424

2525

26-
<meta name="generator" content="Hugo 0.121.1 with theme even" />
26+
<meta name="generator" content="Hugo 0.115.4 with theme even" />
2727

2828

2929
<link rel="canonical" href="https://tidyomics.github.io/tidyomicsBlog/404.html" />
@@ -43,9 +43,9 @@
4343
<meta property="og:description" content="The Tidyomics Blog" />
4444
<meta property="og:type" content="website" />
4545
<meta property="og:url" content="https://tidyomics.github.io/tidyomicsBlog/404.html" />
46-
4746
<meta itemprop="name" content="404 Page not found">
48-
<meta itemprop="description" content="The Tidyomics Blog"><meta name="twitter:card" content="summary"/><meta name="twitter:title" content="404 Page not found"/>
47+
<meta itemprop="description" content="The Tidyomics Blog"><meta name="twitter:card" content="summary"/>
48+
<meta name="twitter:title" content="404 Page not found"/>
4949
<meta name="twitter:description" content="The Tidyomics Blog"/>
5050

5151
<!--[if lte IE 9]>
@@ -92,7 +92,7 @@
9292
<div class="container" id="mobile-panel">
9393
<header id="header" class="header">
9494
<div class="logo-wrapper">
95-
<a href="/" class="logo">The Tidyomics Blog</a>
95+
<a href=/tidyomicsBlog/ class="logo">The Tidyomics Blog</a>
9696
</div>
9797

9898

@@ -163,7 +163,7 @@ <h1 class="error-emoji"></h1>
163163
<span class="copyright-year">
164164
&copy;
165165
2017 -
166-
2023<span class="heart"><i class="iconfont icon-heart"></i></span><span>Stefano Mangiola, Maria Doyle</span>
166+
2024<span class="heart"><i class="iconfont icon-heart"></i></span><span>Stefano Mangiola, Maria Doyle</span>
167167
</span>
168168
</div>
169169

blog/public/about/index.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626

2727

28-
<meta name="generator" content="Hugo 0.121.1 with theme even" />
28+
<meta name="generator" content="Hugo 0.115.4 with theme even" />
2929

3030

3131
<link rel="canonical" href="https://tidyomics.github.io/tidyomicsBlog/about/" />
@@ -49,14 +49,14 @@
4949
<meta property="og:url" content="https://tidyomics.github.io/tidyomicsBlog/about/" /><meta property="article:section" content="" />
5050
<meta property="article:published_time" content="2017-08-20T21:38:52+08:00" />
5151
<meta property="article:modified_time" content="2017-08-28T21:41:52+08:00" />
52-
5352
<meta itemprop="name" content="About">
5453
<meta itemprop="description" content="Hugo is a static site engine written in Go.
5554
It makes use of a variety of open source projects including:
5655
Cobra Viper J Walter Weatherman Cast Learn more and contribute on GitHub."><meta itemprop="datePublished" content="2017-08-20T21:38:52+08:00" />
5756
<meta itemprop="dateModified" content="2017-08-28T21:41:52+08:00" />
5857
<meta itemprop="wordCount" content="32">
59-
<meta itemprop="keywords" content="" /><meta name="twitter:card" content="summary"/><meta name="twitter:title" content="About"/>
58+
<meta itemprop="keywords" content="" /><meta name="twitter:card" content="summary"/>
59+
<meta name="twitter:title" content="About"/>
6060
<meta name="twitter:description" content="Hugo is a static site engine written in Go.
6161
It makes use of a variety of open source projects including:
6262
Cobra Viper J Walter Weatherman Cast Learn more and contribute on GitHub."/>
@@ -105,7 +105,7 @@
105105
<div class="container" id="mobile-panel">
106106
<header id="header" class="header">
107107
<div class="logo-wrapper">
108-
<a href="/" class="logo">The Tidyomics Blog</a>
108+
<a href=/tidyomicsBlog/ class="logo">The Tidyomics Blog</a>
109109
</div>
110110

111111

@@ -180,7 +180,7 @@
180180
<span class="copyright-year">
181181
&copy;
182182
2017 -
183-
2023<span class="heart"><i class="iconfont icon-heart"></i></span><span>Stefano Mangiola, Maria Doyle</span>
183+
2024<span class="heart"><i class="iconfont icon-heart"></i></span><span>Stefano Mangiola, Maria Doyle</span>
184184
</span>
185185
</div>
186186

blog/public/categories/all-platforms/index.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424

2525

26-
<meta name="generator" content="Hugo 0.121.1 with theme even" />
26+
<meta name="generator" content="Hugo 0.115.4 with theme even" />
2727

2828

2929
<link rel="canonical" href="https://tidyomics.github.io/tidyomicsBlog/categories/all-platforms/" />
@@ -45,9 +45,9 @@
4545
<meta property="og:description" content="The Tidyomics Blog" />
4646
<meta property="og:type" content="website" />
4747
<meta property="og:url" content="https://tidyomics.github.io/tidyomicsBlog/categories/all-platforms/" />
48-
4948
<meta itemprop="name" content="all platforms">
50-
<meta itemprop="description" content="The Tidyomics Blog"><meta name="twitter:card" content="summary"/><meta name="twitter:title" content="all platforms"/>
49+
<meta itemprop="description" content="The Tidyomics Blog"><meta name="twitter:card" content="summary"/>
50+
<meta name="twitter:title" content="all platforms"/>
5151
<meta name="twitter:description" content="The Tidyomics Blog"/>
5252

5353
<!--[if lte IE 9]>
@@ -94,7 +94,7 @@
9494
<div class="container" id="mobile-panel">
9595
<header id="header" class="header">
9696
<div class="logo-wrapper">
97-
<a href="/" class="logo">The Tidyomics Blog</a>
97+
<a href=/tidyomicsBlog/ class="logo">The Tidyomics Blog</a>
9898
</div>
9999

100100

@@ -172,7 +172,7 @@ <h2 class="archive-name">all platforms</h2>
172172
<span class="copyright-year">
173173
&copy;
174174
2017 -
175-
2023<span class="heart"><i class="iconfont icon-heart"></i></span><span>Stefano Mangiola, Maria Doyle</span>
175+
2024<span class="heart"><i class="iconfont icon-heart"></i></span><span>Stefano Mangiola, Maria Doyle</span>
176176
</span>
177177
</div>
178178

blog/public/categories/all-platforms/index.xml

+11-3
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,22 @@
66
<description>Recent content in all platforms on The Tidyomics Blog</description>
77
<generator>Hugo -- gohugo.io</generator>
88
<language>en</language>
9-
<lastBuildDate>Wed, 07 Jul 2021 00:00:00 +0000</lastBuildDate>
10-
<atom:link href="https://tidyomics.github.io/tidyomicsBlog/categories/all-platforms/index.xml" rel="self" type="application/rss+xml" />
9+
<lastBuildDate>Wed, 07 Jul 2021 00:00:00 +0000</lastBuildDate><atom:link href="https://tidyomics.github.io/tidyomicsBlog/categories/all-platforms/index.xml" rel="self" type="application/rss+xml" />
1110
<item>
1211
<title>Tidy-transcriptomics manifesto</title>
1312
<link>https://tidyomics.github.io/tidyomicsBlog/post/2021-07-07-tidy-transcriptomics-manifesto/</link>
1413
<pubDate>Wed, 07 Jul 2021 00:00:00 +0000</pubDate>
14+
1515
<guid>https://tidyomics.github.io/tidyomicsBlog/post/2021-07-07-tidy-transcriptomics-manifesto/</guid>
16-
<description>&#xA;&lt;script src=&#34;{{&lt; blogdown/postref &gt;}}index.en_files/header-attrs/header-attrs.js&#34;&gt;&lt;/script&gt;&#xA;&#xA;&lt;div id=&#34;TOC&#34;&gt;&#xA;&#xA;&lt;/div&gt;&#xA;&#xA;</description>
16+
<description>
17+
&lt;script src=&#34;{{&lt; blogdown/postref &gt;}}index.en_files/header-attrs/header-attrs.js&#34;&gt;&lt;/script&gt;
18+
19+
&lt;div id=&#34;TOC&#34;&gt;
20+
21+
&lt;/div&gt;
22+
23+
</description>
1724
</item>
25+
1826
</channel>
1927
</rss>

blog/public/categories/index.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424

2525

26-
<meta name="generator" content="Hugo 0.121.1 with theme even" />
26+
<meta name="generator" content="Hugo 0.115.4 with theme even" />
2727

2828

2929
<link rel="canonical" href="https://tidyomics.github.io/tidyomicsBlog/categories/" />
@@ -45,9 +45,9 @@
4545
<meta property="og:description" content="The Tidyomics Blog" />
4646
<meta property="og:type" content="website" />
4747
<meta property="og:url" content="https://tidyomics.github.io/tidyomicsBlog/categories/" />
48-
4948
<meta itemprop="name" content="Categories">
50-
<meta itemprop="description" content="The Tidyomics Blog"><meta name="twitter:card" content="summary"/><meta name="twitter:title" content="Categories"/>
49+
<meta itemprop="description" content="The Tidyomics Blog"><meta name="twitter:card" content="summary"/>
50+
<meta name="twitter:title" content="Categories"/>
5151
<meta name="twitter:description" content="The Tidyomics Blog"/>
5252

5353
<!--[if lte IE 9]>
@@ -94,7 +94,7 @@
9494
<div class="container" id="mobile-panel">
9595
<header id="header" class="header">
9696
<div class="logo-wrapper">
97-
<a href="/" class="logo">The Tidyomics Blog</a>
97+
<a href=/tidyomicsBlog/ class="logo">The Tidyomics Blog</a>
9898
</div>
9999

100100

@@ -162,7 +162,7 @@
162162
<span class="copyright-year">
163163
&copy;
164164
2017 -
165-
2023<span class="heart"><i class="iconfont icon-heart"></i></span><span>Stefano Mangiola, Maria Doyle</span>
165+
2024<span class="heart"><i class="iconfont icon-heart"></i></span><span>Stefano Mangiola, Maria Doyle</span>
166166
</span>
167167
</div>
168168

blog/public/categories/index.xml

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@
66
<description>Recent content in Categories on The Tidyomics Blog</description>
77
<generator>Hugo -- gohugo.io</generator>
88
<language>en</language>
9-
<lastBuildDate>Wed, 07 Jul 2021 00:00:00 +0000</lastBuildDate>
10-
<atom:link href="https://tidyomics.github.io/tidyomicsBlog/categories/index.xml" rel="self" type="application/rss+xml" />
9+
<lastBuildDate>Wed, 07 Jul 2021 00:00:00 +0000</lastBuildDate><atom:link href="https://tidyomics.github.io/tidyomicsBlog/categories/index.xml" rel="self" type="application/rss+xml" />
1110
<item>
1211
<title>all platforms</title>
1312
<link>https://tidyomics.github.io/tidyomicsBlog/categories/all-platforms/</link>
1413
<pubDate>Wed, 07 Jul 2021 00:00:00 +0000</pubDate>
14+
1515
<guid>https://tidyomics.github.io/tidyomicsBlog/categories/all-platforms/</guid>
1616
<description></description>
1717
</item>
18+
1819
</channel>
1920
</rss>

blog/public/index.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424

2525

26-
<meta name="generator" content="Hugo 0.121.1 with theme even" />
26+
<meta name="generator" content="Hugo 0.115.4 with theme even" />
2727

2828

2929
<link rel="canonical" href="https://tidyomics.github.io/tidyomicsBlog/" />
@@ -45,9 +45,9 @@
4545
<meta property="og:description" content="The Tidyomics Blog" />
4646
<meta property="og:type" content="website" />
4747
<meta property="og:url" content="https://tidyomics.github.io/tidyomicsBlog/" />
48-
4948
<meta itemprop="name" content="The Tidyomics Blog">
50-
<meta itemprop="description" content="The Tidyomics Blog"><meta name="twitter:card" content="summary"/><meta name="twitter:title" content="The Tidyomics Blog"/>
49+
<meta itemprop="description" content="The Tidyomics Blog"><meta name="twitter:card" content="summary"/>
50+
<meta name="twitter:title" content="The Tidyomics Blog"/>
5151
<meta name="twitter:description" content="The Tidyomics Blog"/>
5252

5353
<!--[if lte IE 9]>
@@ -94,7 +94,7 @@
9494
<div class="container" id="mobile-panel">
9595
<header id="header" class="header">
9696
<div class="logo-wrapper">
97-
<a href="/" class="logo">The Tidyomics Blog</a>
97+
<a href=/tidyomicsBlog/ class="logo">The Tidyomics Blog</a>
9898
</div>
9999

100100

@@ -206,7 +206,7 @@ <h1 class="post-title"><a class="post-link" href="/tidyomicsBlog/post/2021-07-07
206206
<span class="copyright-year">
207207
&copy;
208208
2017 -
209-
2023<span class="heart"><i class="iconfont icon-heart"></i></span><span>Stefano Mangiola, Maria Doyle</span>
209+
2024<span class="heart"><i class="iconfont icon-heart"></i></span><span>Stefano Mangiola, Maria Doyle</span>
210210
</span>
211211
</div>
212212

blog/public/index.xml

+20-5
Original file line numberDiff line numberDiff line change
@@ -6,28 +6,43 @@
66
<description>Recent content on The Tidyomics Blog</description>
77
<generator>Hugo -- gohugo.io</generator>
88
<language>en</language>
9-
<lastBuildDate>Thu, 07 Dec 2023 00:00:00 +0000</lastBuildDate>
10-
<atom:link href="https://tidyomics.github.io/tidyomicsBlog/index.xml" rel="self" type="application/rss+xml" />
9+
<lastBuildDate>Thu, 07 Dec 2023 00:00:00 +0000</lastBuildDate><atom:link href="https://tidyomics.github.io/tidyomicsBlog/index.xml" rel="self" type="application/rss+xml" />
1110
<item>
1211
<title>About</title>
1312
<link>https://tidyomics.github.io/tidyomicsBlog/about/</link>
1413
<pubDate>Sun, 20 Aug 2017 21:38:52 +0800</pubDate>
14+
1515
<guid>https://tidyomics.github.io/tidyomicsBlog/about/</guid>
16-
<description>Hugo is a static site engine written in Go.&#xA;It makes use of a variety of open source projects including:&#xA;Cobra Viper J Walter Weatherman Cast Learn more and contribute on GitHub.</description>
16+
<description>Hugo is a static site engine written in Go.
17+
It makes use of a variety of open source projects including:
18+
Cobra Viper J Walter Weatherman Cast Learn more and contribute on GitHub.</description>
1719
</item>
20+
1821
<item>
1922
<title>The new tidy sccomp interface</title>
2023
<link>https://tidyomics.github.io/tidyomicsBlog/post/2023-12-07-tidy-sccomp/</link>
2124
<pubDate>Thu, 07 Dec 2023 00:00:00 +0000</pubDate>
25+
2226
<guid>https://tidyomics.github.io/tidyomicsBlog/post/2023-12-07-tidy-sccomp/</guid>
23-
<description>We announce the new tidy and modular interface for a sccomp, which improves modularity, and clarity. The main change is the modularisation of sccomp in functions which can be linked with the pipe operator |&amp;gt;.&#xA;Function Description Estimation: sccomp_stimate() which is usually run once in the analysis (per model). Testing: sccomp_test() which candy run multiple times, depending on how many contrasts you want to test (e.g. age, untreated vs treated).</description>
27+
<description>We announce the new tidy and modular interface for a sccomp, which improves modularity, and clarity. The main change is the modularisation of sccomp in functions which can be linked with the pipe operator |&amp;gt;.
28+
Function Description Estimation: sccomp_stimate() which is usually run once in the analysis (per model). Testing: sccomp_test() which candy run multiple times, depending on how many contrasts you want to test (e.g. age, untreated vs treated).</description>
2429
</item>
30+
2531
<item>
2632
<title>Tidy-transcriptomics manifesto</title>
2733
<link>https://tidyomics.github.io/tidyomicsBlog/post/2021-07-07-tidy-transcriptomics-manifesto/</link>
2834
<pubDate>Wed, 07 Jul 2021 00:00:00 +0000</pubDate>
35+
2936
<guid>https://tidyomics.github.io/tidyomicsBlog/post/2021-07-07-tidy-transcriptomics-manifesto/</guid>
30-
<description>&#xA;&lt;script src=&#34;{{&lt; blogdown/postref &gt;}}index.en_files/header-attrs/header-attrs.js&#34;&gt;&lt;/script&gt;&#xA;&#xA;&lt;div id=&#34;TOC&#34;&gt;&#xA;&#xA;&lt;/div&gt;&#xA;&#xA;</description>
37+
<description>
38+
&lt;script src=&#34;{{&lt; blogdown/postref &gt;}}index.en_files/header-attrs/header-attrs.js&#34;&gt;&lt;/script&gt;
39+
40+
&lt;div id=&#34;TOC&#34;&gt;
41+
42+
&lt;/div&gt;
43+
44+
</description>
3145
</item>
46+
3247
</channel>
3348
</rss>

blog/public/post/2021-07-07-tidy-transcriptomics-manifesto/index.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424

2525

26-
<meta name="generator" content="Hugo 0.121.1 with theme even" />
26+
<meta name="generator" content="Hugo 0.115.4 with theme even" />
2727

2828

2929
<link rel="canonical" href="https://tidyomics.github.io/tidyomicsBlog/post/2021-07-07-tidy-transcriptomics-manifesto/" />
@@ -52,7 +52,6 @@
5252
<meta property="og:url" content="https://tidyomics.github.io/tidyomicsBlog/post/2021-07-07-tidy-transcriptomics-manifesto/" /><meta property="article:section" content="post" />
5353
<meta property="article:published_time" content="2021-07-07T00:00:00+00:00" />
5454
<meta property="article:modified_time" content="2021-07-07T14:16:36+10:00" />
55-
5655
<meta itemprop="name" content="Tidy-transcriptomics manifesto">
5756
<meta itemprop="description" content="
5857
@@ -64,7 +63,8 @@
6463
"><meta itemprop="datePublished" content="2021-07-07T00:00:00+00:00" />
6564
<meta itemprop="dateModified" content="2021-07-07T14:16:36+10:00" />
6665
<meta itemprop="wordCount" content="2913">
67-
<meta itemprop="keywords" content="tidyomics/tidyomicsBlog,manifesto,transcriptomics,tidyverse," /><meta name="twitter:card" content="summary"/><meta name="twitter:title" content="Tidy-transcriptomics manifesto"/>
66+
<meta itemprop="keywords" content="tidyomics/tidyomicsBlog,manifesto,transcriptomics,tidyverse," /><meta name="twitter:card" content="summary"/>
67+
<meta name="twitter:title" content="Tidy-transcriptomics manifesto"/>
6868
<meta name="twitter:description" content="
6969
7070
@@ -118,7 +118,7 @@
118118
<div class="container" id="mobile-panel">
119119
<header id="header" class="header">
120120
<div class="logo-wrapper">
121-
<a href="/" class="logo">The Tidyomics Blog</a>
121+
<a href=/tidyomicsBlog/ class="logo">The Tidyomics Blog</a>
122122
</div>
123123

124124

@@ -667,7 +667,7 @@ <h3>tidySummarizedExperiment and tidySingleCellEXeperiment</h3>
667667
<span class="copyright-year">
668668
&copy;
669669
2017 -
670-
2023<span class="heart"><i class="iconfont icon-heart"></i></span><span>Stefano Mangiola, Maria Doyle</span>
670+
2024<span class="heart"><i class="iconfont icon-heart"></i></span><span>Stefano Mangiola, Maria Doyle</span>
671671
</span>
672672
</div>
673673

blog/public/post/2023-12-07-tidy-sccomp/index.Rmd

+2-5
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ vignette: >
1212
%\usepackage[UTF-8]{inputenc}
1313
---
1414

15-
We announce the new tidy and modular interface for a `sccomp`, which improves modularity, and clarity. The main change is the modularisation of `sccomp` in functions which can be linked with the pipe operator `|>`.
16-
1715
<!-- badges: start -->
1816

1917
[![Lifecycle:maturing](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://www.tidyverse.org/lifecycle/#maturing) [![R build status](https://github.com/stemangiola/sccomp/actions/workflows/rworkflows.yml/badge.svg)](https://github.com/stemangiola/tidyseurat/actions/)
@@ -22,6 +20,7 @@ We announce the new tidy and modular interface for a `sccomp`, which improves mo
2220

2321
![](https://raw.githubusercontent.com/stemangiola/sccomp/master/inst/logo-01.png){width="120px"}
2422

23+
We announce the new tidy and modular interface for a `sccomp`, which improves modularity, and clarity. The main change is the modularisation of `sccomp` in functions which can be linked with the pipe operator `|>`.
2524

2625

2726
```{r echo=FALSE, message=FALSE, warning=FALSE}
@@ -146,6 +145,4 @@ outlier_free_estimate |>
146145
147146
```
148147

149-
```{r}
150-
sessionInfo()
151-
```
148+

0 commit comments

Comments
 (0)